From a37d438d834e2ebe3a440538716fd6490ee0e32c Mon Sep 17 00:00:00 2001 From: Jorel Ali Date: Tue, 30 Apr 2024 21:30:45 +0100 Subject: [PATCH 01/16] Set version to 9.5.0-SNAPSHOT for the next development cycle --- Doxyfile | 2 +- commandapi-annotations/pom.xml | 2 +- commandapi-codecov/pom.xml | 2 +- commandapi-core/pom.xml | 2 +- commandapi-documentation-code/pom.xml | 2 +- commandapi-documentation-velocity-code/pom.xml | 2 +- commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml | 2 +- commandapi-kotlin/commandapi-core-kotlin/pom.xml | 2 +- commandapi-kotlin/commandapi-velocity-kotlin/pom.xml | 2 +- commandapi-kotlin/pom.xml | 2 +- .../commandapi-bukkit/commandapi-bukkit-core/pom.xml | 2 +- .../commandapi-bukkit-1.16.1/pom.xml | 2 +- .../commandapi-bukkit-1.16.2/pom.xml | 2 +- .../commandapi-bukkit-1.16.4/pom.xml | 2 +- .../commandapi-bukkit-1.16.5/pom.xml | 2 +- .../commandapi-bukkit-1.17-common/pom.xml | 2 +- .../commandapi-bukkit-1.17.1/pom.xml | 2 +- .../commandapi-bukkit-1.17/pom.xml | 2 +- .../commandapi-bukkit-1.18.2/pom.xml | 2 +- .../commandapi-bukkit-1.18/pom.xml | 2 +- .../commandapi-bukkit-1.19-common/pom.xml | 2 +- .../commandapi-bukkit-1.19.1/pom.xml | 2 +- .../commandapi-bukkit-1.19.3/pom.xml | 2 +- .../commandapi-bukkit-1.19.4/pom.xml | 2 +- .../commandapi-bukkit-1.19/pom.xml | 2 +- .../commandapi-bukkit-1.20.2/pom.xml | 2 +- .../commandapi-bukkit-1.20.3/pom.xml | 2 +- .../commandapi-bukkit-1.20.5/pom.xml | 2 +- .../commandapi-bukkit-1.20/pom.xml | 2 +- .../commandapi-bukkit-nms-common/pom.xml | 2 +- .../pom.xml | 2 +- .../commandapi-bukkit-nms-dependency/pom.xml | 2 +- .../commandapi-bukkit/commandapi-bukkit-nms/pom.xml | 2 +- .../commandapi-bukkit-plugin-mojang-mapped/pom.xml | 2 +- .../commandapi-bukkit-plugin/pom.xml | 2 +- .../commandapi-bukkit-shade-mojang-mapped/pom.xml | 2 +- .../commandapi-bukkit-shade/pom.xml | 2 +- .../commandapi-bukkit-kotlin-test/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.16.5/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.17/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.18/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.19.2/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.19.4/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.20.2/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.20.3/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.20.5/pom.xml | 2 +- .../commandapi-bukkit-test-impl-1.20/pom.xml | 2 +- .../commandapi-bukkit-test-impl/pom.xml | 2 +- .../commandapi-bukkit-test-tests/pom.xml | 2 +- .../commandapi-bukkit/commandapi-bukkit-test/pom.xml | 2 +- .../commandapi-bukkit/commandapi-bukkit-vh/pom.xml | 2 +- commandapi-platforms/commandapi-bukkit/pom.xml | 2 +- .../commandapi-sponge/commandapi-sponge-core/pom.xml | 2 +- .../commandapi-sponge-plugin-test/pom.xml | 2 +- .../commandapi-sponge-plugin/pom.xml | 2 +- .../commandapi-sponge-shade/pom.xml | 2 +- commandapi-platforms/commandapi-sponge/pom.xml | 2 +- .../commandapi-velocity-core/pom.xml | 2 +- .../commandapi-velocity-plugin-test/pom.xml | 2 +- .../commandapi-velocity-plugin/pom.xml | 2 +- .../commandapi-velocity-shade/pom.xml | 2 +- commandapi-platforms/commandapi-velocity/pom.xml | 2 +- commandapi-platforms/pom.xml | 2 +- commandapi-preprocessor/pom.xml | 2 +- docs/latest.html | 4 ++-- docssrc/book.toml | 4 ++-- docssrc/src/kotlinintro.md | 6 +++--- docssrc/src/setup_annotations.md | 12 ++++++------ docssrc/src/setup_dev.md | 4 ++-- docssrc/src/setup_shading.md | 12 ++++++------ examples/bukkit/commandtrees/pom.xml | 2 +- examples/bukkit/gradle-groovy/README.md | 2 +- examples/bukkit/gradle-groovy/build.gradle | 2 +- examples/bukkit/gradle-kotlin/README.md | 2 +- examples/bukkit/gradle-kotlin/build.gradle.kts | 2 +- examples/bukkit/kotlindsl-gradle/README.md | 2 +- examples/bukkit/kotlindsl-gradle/build.gradle.kts | 4 ++-- examples/bukkit/kotlindsl/README.md | 2 +- examples/bukkit/kotlindsl/pom.xml | 4 ++-- examples/bukkit/maven-annotations/README.md | 6 +++--- examples/bukkit/maven-annotations/pom.xml | 6 +++--- examples/bukkit/maven-shaded-annotations/README.md | 6 +++--- examples/bukkit/maven-shaded-annotations/pom.xml | 6 +++--- examples/bukkit/maven-shaded-tests/pom.xml | 8 ++++---- examples/bukkit/maven-shaded/README.md | 2 +- examples/bukkit/maven-shaded/pom.xml | 2 +- examples/bukkit/maven/README.md | 2 +- examples/bukkit/maven/pom.xml | 2 +- examples/velocity/gradle-groovy/README.md | 2 +- examples/velocity/gradle-groovy/build.gradle | 2 +- examples/velocity/gradle-kotlin/README.md | 2 +- examples/velocity/gradle-kotlin/build.gradle.kts | 2 +- examples/velocity/maven-shaded/README.md | 2 +- examples/velocity/maven-shaded/pom.xml | 2 +- examples/velocity/maven/README.md | 2 +- examples/velocity/maven/pom.xml | 2 +- pom.xml | 2 +- 97 files changed, 125 insertions(+), 125 deletions(-) diff --git a/Doxyfile b/Doxyfile index e17ca9b33b..5ef2327834 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = CommandAPI # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 9.4.0 +PROJECT_NUMBER = 9.5.0-SNAPSHOT # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/commandapi-annotations/pom.xml b/commandapi-annotations/pom.xml index f82545281c..58182512b2 100644 --- a/commandapi-annotations/pom.xml +++ b/commandapi-annotations/pom.xml @@ -18,7 +18,7 @@ dev.jorel commandapi - 9.4.0 + 9.5.0-SNAPSHOT commandapi-annotations diff --git a/commandapi-codecov/pom.xml b/commandapi-codecov/pom.xml index b35db30c01..0beba12409 100644 --- a/commandapi-codecov/pom.xml +++ b/commandapi-codecov/pom.xml @@ -20,7 +20,7 @@ dev.jorel commandapi - 9.4.0 + 9.5.0-SNAPSHOT commandapi-codecov diff --git a/commandapi-core/pom.xml b/commandapi-core/pom.xml index ec03d48288..6a30fb8274 100644 --- a/commandapi-core/pom.xml +++ b/commandapi-core/pom.xml @@ -19,7 +19,7 @@ commandapi dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-documentation-code/pom.xml b/commandapi-documentation-code/pom.xml index 71de91a352..3a90980958 100644 --- a/commandapi-documentation-code/pom.xml +++ b/commandapi-documentation-code/pom.xml @@ -7,7 +7,7 @@ commandapi dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-documentation-code diff --git a/commandapi-documentation-velocity-code/pom.xml b/commandapi-documentation-velocity-code/pom.xml index 048bc346a7..4882f360f1 100644 --- a/commandapi-documentation-velocity-code/pom.xml +++ b/commandapi-documentation-velocity-code/pom.xml @@ -6,7 +6,7 @@ dev.jorel commandapi - 9.4.0 + 9.5.0-SNAPSHOT commandapi-documentation-velocity-code diff --git a/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml b/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml index 6c65c589a1..c4c2711528 100644 --- a/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml +++ b/commandapi-kotlin/commandapi-bukkit-kotlin/pom.xml @@ -7,7 +7,7 @@ dev.jorel commandapi-kotlin - 9.4.0 + 9.5.0-SNAPSHOT commandapi-bukkit-kotlin diff --git a/commandapi-kotlin/commandapi-core-kotlin/pom.xml b/commandapi-kotlin/commandapi-core-kotlin/pom.xml index 4e2a153486..86b35c338b 100644 --- a/commandapi-kotlin/commandapi-core-kotlin/pom.xml +++ b/commandapi-kotlin/commandapi-core-kotlin/pom.xml @@ -7,7 +7,7 @@ dev.jorel commandapi-kotlin - 9.4.0 + 9.5.0-SNAPSHOT commandapi-core-kotlin diff --git a/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml b/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml index 41a96402f8..9e1592138f 100644 --- a/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml +++ b/commandapi-kotlin/commandapi-velocity-kotlin/pom.xml @@ -7,7 +7,7 @@ dev.jorel commandapi-kotlin - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity-kotlin diff --git a/commandapi-kotlin/pom.xml b/commandapi-kotlin/pom.xml index e04a01eb25..4dfa9988b5 100644 --- a/commandapi-kotlin/pom.xml +++ b/commandapi-kotlin/pom.xml @@ -6,7 +6,7 @@ dev.jorel commandapi - 9.4.0 + 9.5.0-SNAPSHOT commandapi-kotlin diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml index 7d7f1c40dd..2a3781465e 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/pom.xml @@ -6,7 +6,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-bukkit-core diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.1/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.1/pom.xml index 7ac3bba0df..f84f7ed335 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.1/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.1/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.2/pom.xml index 4e0147a2d7..15f9ca0276 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.2/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.2/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.4/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.4/pom.xml index 4a943085c1..164cf67d82 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.4/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.4/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.5/pom.xml index c2334f8bd9..85558a6f2b 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.5/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.16.5/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17-common/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17-common/pom.xml index 60a4a7b447..659d0c1b10 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17-common/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17-common/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17.1/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17.1/pom.xml index 695af87576..6bb3732165 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17.1/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17.1/pom.xml @@ -19,7 +19,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17/pom.xml index 360e167378..91dde0861c 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.17/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18.2/pom.xml index 39a385f63c..4587072667 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18.2/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18.2/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18/pom.xml index 7c2d798c82..b0e2761165 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.18/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19-common/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19-common/pom.xml index a5d1c8b3c6..d5ce017787 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19-common/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19-common/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.1/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.1/pom.xml index 56a63f7bfd..ffc8c565c6 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.1/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.1/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.3/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.3/pom.xml index 64f0b30b05..6840ba2d73 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.3/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.3/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.4/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.4/pom.xml index 867173e5d1..3552c17672 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.4/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19.4/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19/pom.xml index 54fd0d883d..bbd1462c4f 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.19/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml index 6735b33b65..e44df8a9e0 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.2/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml index 28d8dab265..e0388babee 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.3/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml index 7f19b0c199..bcb7079213 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20.5/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml index c04343ad5b..cbe8c04072 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-1.20/pom.xml @@ -21,7 +21,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml index 1f447c2e79..8e63a7cf76 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-common/pom.xml @@ -19,7 +19,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml index f1f8c2be9b..d5287ebc0a 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency-mojang-mapped/pom.xml @@ -19,7 +19,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml index 04f1de723e..3451184432 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/commandapi-bukkit-nms-dependency/pom.xml @@ -19,7 +19,7 @@ commandapi-bukkit-nms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml index 41df2147aa..507502988a 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-nms/pom.xml @@ -26,7 +26,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-bukkit-nms diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml index 6cc89c4851..bfc35d5a75 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml index e13f955adb..bbe5e4320e 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml index 846dd0ddac..10f1a67d79 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade-mojang-mapped/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml index ebf6bf6a0d..01ca8e488e 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-shade/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-kotlin-test/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-kotlin-test/pom.xml index 20ec7fc838..7318c4ef65 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-kotlin-test/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-kotlin-test/pom.xml @@ -5,7 +5,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.16.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.16.5/pom.xml index aa2abe6374..662cd78830 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.16.5/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.16.5/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.17/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.17/pom.xml index 906e415e8b..080911677a 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.17/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.17/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/pom.xml index 8245cdea40..48d2336a1c 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.18/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.2/pom.xml index c3898626f5..e498e21829 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.2/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.2/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.4/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.4/pom.xml index e9b3703dff..acfc060b9f 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.4/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.19.4/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml index 76a717ecf9..50afeb5a47 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.2/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml index c33788986a..6d369200f2 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.3/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml index e4da64a091..e0b377649d 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20.5/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml index 4a1e467baf..83ae39c5a9 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl-1.20/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml index d8d7575129..238bf45d91 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-impl/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml index 500f3a9de8..1500795621 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml @@ -25,7 +25,7 @@ commandapi-bukkit-test dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml index 60d69c75a4..e5d8b84f92 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/pom.xml @@ -24,7 +24,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-bukkit-test pom diff --git a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml index 7ebdda6529..2d724591e3 100644 --- a/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/commandapi-bukkit-vh/pom.xml @@ -24,7 +24,7 @@ commandapi-bukkit dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/commandapi-platforms/commandapi-bukkit/pom.xml b/commandapi-platforms/commandapi-bukkit/pom.xml index 50621671b7..fc654f84bd 100644 --- a/commandapi-platforms/commandapi-bukkit/pom.xml +++ b/commandapi-platforms/commandapi-bukkit/pom.xml @@ -7,7 +7,7 @@ commandapi-platforms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-bukkit diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml index 19fc14f7bb..a2d39c6d67 100644 --- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml +++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-core/pom.xml @@ -7,7 +7,7 @@ commandapi-sponge dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-sponge-core diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml index 6c1fce7cbd..ebc927fe03 100644 --- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml +++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin-test/pom.xml @@ -7,7 +7,7 @@ commandapi-sponge dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-sponge-plugin-test diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml index d1e49c6e4e..5a74d762ee 100644 --- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml +++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-plugin/pom.xml @@ -7,7 +7,7 @@ commandapi-sponge dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-sponge-plugin diff --git a/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml b/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml index ea37866d9b..4194912be8 100644 --- a/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml +++ b/commandapi-platforms/commandapi-sponge/commandapi-sponge-shade/pom.xml @@ -7,7 +7,7 @@ commandapi-sponge dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-sponge-shade diff --git a/commandapi-platforms/commandapi-sponge/pom.xml b/commandapi-platforms/commandapi-sponge/pom.xml index c0114f7283..8950cad027 100644 --- a/commandapi-platforms/commandapi-sponge/pom.xml +++ b/commandapi-platforms/commandapi-sponge/pom.xml @@ -7,7 +7,7 @@ commandapi-platforms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-sponge diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml index d53f87c103..850f301390 100644 --- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml +++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-core/pom.xml @@ -7,7 +7,7 @@ commandapi-velocity dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity-core diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml index 38ba8e5057..5b067bcc1f 100644 --- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml +++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin-test/pom.xml @@ -7,7 +7,7 @@ commandapi-velocity dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity-plugin-test diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml index 41d686b6b8..d499c9a68e 100644 --- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml +++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-plugin/pom.xml @@ -7,7 +7,7 @@ commandapi-velocity dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity-plugin diff --git a/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml b/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml index 425cf11287..5e21c5243d 100644 --- a/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml +++ b/commandapi-platforms/commandapi-velocity/commandapi-velocity-shade/pom.xml @@ -7,7 +7,7 @@ commandapi-velocity dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity-shade diff --git a/commandapi-platforms/commandapi-velocity/pom.xml b/commandapi-platforms/commandapi-velocity/pom.xml index cca6219ff3..ee663b56cf 100644 --- a/commandapi-platforms/commandapi-velocity/pom.xml +++ b/commandapi-platforms/commandapi-velocity/pom.xml @@ -7,7 +7,7 @@ commandapi-platforms dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-velocity diff --git a/commandapi-platforms/pom.xml b/commandapi-platforms/pom.xml index 21a5b05259..3e2fd93ff4 100644 --- a/commandapi-platforms/pom.xml +++ b/commandapi-platforms/pom.xml @@ -7,7 +7,7 @@ commandapi dev.jorel - 9.4.0 + 9.5.0-SNAPSHOT commandapi-platforms diff --git a/commandapi-preprocessor/pom.xml b/commandapi-preprocessor/pom.xml index e18ec56f2a..083952a63c 100644 --- a/commandapi-preprocessor/pom.xml +++ b/commandapi-preprocessor/pom.xml @@ -25,7 +25,7 @@ dev.jorel commandapi - 9.4.0 + 9.5.0-SNAPSHOT 4.0.0 diff --git a/docs/latest.html b/docs/latest.html index 94f2c8f59b..742fcb53fb 100644 --- a/docs/latest.html +++ b/docs/latest.html @@ -1,7 +1,7 @@ - + +
+
+ + + + + + +

Drag and drop a plugin .jar file here

+
+
+
+
+

YAML configuration rules

+

To configure command conversion, the CommandAPI reads this information from the config.yml file. This file has a bit of a weird structure, so to put it simply, these are the following rules:

+ +

If you're uncertain if your configuration is valid (or you're getting weird errors in the console), you can check if your configuration is valid by dropping your config.yml file below:

+
+
+ + + + + + +

Drag and drop your config.yml here

+
+
+
+
+

Converting all plugin commands

+

To convert all of the commands that a plugin has, add the name of the plugin, followed by a ~ character to the list of plugins to convert in the config.yml file.

+
+

Example - Converting all commands from EssentialsX

+

For example, if you wanted to convert all commands that EssentialsX has, you can use the following config.yml:

+
verbose-outputs: true
+create-dispatcher-json: false
+plugins-to-convert: 
+  - Essentials: ~
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/conversionforownerssingle.html b/docs/9.4.1/conversionforownerssingle.html new file mode 100644 index 0000000000..4d8ab38c4d --- /dev/null +++ b/docs/9.4.1/conversionforownerssingle.html @@ -0,0 +1,292 @@ + + + + + + Single command conversion - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+ +
+ +

Single command conversion

+

Often, you don't want to convert every single command that a plugin declares, and instead you only want to convert a few commands that a plugin has.

+

The CommandAPI has two ways of doing this:

+
    +
  • Plugin command conversion: This converts a command which is declared in a plugin's plugin.yml file
  • +
  • Arbitrary command conversion: This converts a command which is not declared in a plugin's plugin.yml file
  • +
+
+

Plugin command conversion

+

To convert a single command, you need to first populate the config.yml with the name of the plugin and commands to be converted. To illustrate this, we'll use an example:

+
+

Example - Converting plugin commands

+

Say we're using EssentialsX on our server and we want to be able to use /afk and /hat in command blocks. This would allow us to use (for example) the following commands in command blocks:

+
/execute as @p run afk
+/execute as @p run hat
+
+

To do this, we need to add Essentials to our config.yml file, and include the commands afk and hat as the commands to be converted from the Essentials plugin. This would then make our config.yml file look like this:

+
verbose-outputs: true
+create-dispatcher-json: false
+plugins-to-convert: 
+  - Essentials: 
+    - hat
+    - afk
+
+
+

Developer's Note:

+

Note that the commands hat and afk are used, as opposed to an alias such as head. The CommandAPI is only able to convert plugin commands that are declared in a plugin's plugin.yml file. For example, if we take a look at the EssentialsX plugin.yml file, we can see the commands afk and hat have been declared and thus, are the commands which must be used in the CommandAPI's config.yml file:

+
name: Essentials
+main: com.earth2me.essentials.Essentials
+version: 2.18.0.0
+website: http://tiny.cc/EssentialsCommands
+description: Provides an essential, core set of commands for Bukkit.
+softdepend: [Vault, LuckPerms]
+authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685]
+api-version: "1.13"
+commands:
+  afk:
+    description: Marks you as away-from-keyboard.
+    usage: /<command> [player/message...]
+    aliases: [eafk,away,eaway]
+
+# (other config options omitted)
+
+  hat:
+    description: Get some cool new headgear.
+    usage: /<command> [remove]
+    aliases: [ehat,head,ehead]
+
+# (other config options omitted)
+
+
+
+
+

Arbitrary command conversion

+

Some commands which are registered by plugins are not present in the plugin's plugin.yml file. Due to this, the CommandAPI cannot link a command to its respective plugin for command conversion. In order to deal with this, the CommandAPI can link arbitrary commands via the other-commands-to-convert option in the CommandAPI's config.yml file.

+

This can be used for any of the following (and more):

+
    +
  • Commands created using Skript
  • +
  • Commands created using MyCommand
  • +
  • Commands which are not registered in a plugin.yml, such as WorldEdit commands
  • +
+

To add commands to be converted, simply add them under the other-command-to-convert section in the CommandAPI's config.yml.

+
+

Example - Converting arbitrary commands

+

In this example, we want to convert the //set command from WorldEdit, as well as a custom command /mycommand. Note that since WorldEdit's //set command has two forward slashes, we ignore the first one (because that is the symbol used to start commands), but must make sure that we include the second one as that is part of WorldEdit's command syntax. This is the following config.yml that you would need:

+
verbose-outputs: false
+create-dispatcher-json: false
+plugins-to-convert: []
+skip-sender-proxy: []
+other-commands-to-convert:
+  - /set
+  - mycommand
+
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/conversionforownerssingleargs.html b/docs/9.4.1/conversionforownerssingleargs.html new file mode 100644 index 0000000000..947eeb029d --- /dev/null +++ b/docs/9.4.1/conversionforownerssingleargs.html @@ -0,0 +1,359 @@ + + + + + + Single command conversion (with arguments) - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+ +
+ +

Single command conversion (with arguments)

+

For even finer control when converting a single command, you can provide the list of arguments that are required to run the command! This lets you use the command UI in converted commands as you see fit. Before we explain how to do this in detail, let's first take a look at an example of this in action.

+
+

Example - Converting EssentialsX's /speed command

+

EssentialsX includes a command /speed which lets you change the current speed that a player can move at. The command format is the following:

+
/speed <speed>
+/speed <speed> <target>
+/speed <walk/fly> <speed>
+/speed <walk/fly> <speed> <target>
+
+

Which means you can run any of the following commands:

+
/speed 5
+/speed 2 Notch
+/speed fly 6
+/speed walk 3 Notch
+
+

By looking at this, we can see that:

+
    +
  • <speed> is a number. By using the command, we can determine that the range of values is between 0 and 10 (inclusive).
  • +
  • <target> is a player
  • +
  • <walk/fly> don't change - these are "fixed" values.
  • +
+

We can represent this using the following config.yml file:

+
verbose-outputs: false
+create-dispatcher-json: false
+plugins-to-convert:
+  - Essentials:
+    - speed <speed>[0..10]
+    - speed <target>[minecraft:game_profile]
+    - speed (walk|fly) <speed>[0..10]
+    - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile]
+
+

Using this, we can display options, such as "fly" and "walk", as well as optional targets ("Skepter"):

+

A command "/execute run speed" with argument suggestions for entity selectors, as well as "fly" and "walk"

+

Additionally, we can apply limits to the numbers that can be provided. For example, here we limit the number to a value between 0 to 10. If a value is outside of that range, and error is shown to the user:

+

A command "/execute run speed walk 15" with an error displaying "Long must not be more than 10, found 15 at position 24: ...peed walk <--[HERE]

+
+
+

Command argument syntax

+

The argument syntax is a little tricky to get the hang of at the beginning, but it should be fairly straight forward. There are two main types of arguments that you can have:

+

Literal arguments

+

Literal arguments are arguments with "fixed" values, such as walk or fly from our example above. To declare a literal value, place brackets around the value. For example:

+
(walk)
+
+

To have multiple different literals, place a pipe symbol | between each entry within the brackets. For example:

+
(walk|fly)
+
+

Named arguments

+

Named arguments must have a name, declared in angled brackets <name>, followed by the type of the argument in square brackets [type]. In the example above, we had a named argument <target>, with the argument type as a player: [minecraft:game_profile].

+

The name in the argument can be whatever you want, but it is recommended to keep it as a lowercase value consisting only of letters.

+

The following argument types are highly recommended and are very likely to be compatible with every plugin command that you may want to convert:

+
+ + + + + + + + + + + + +
TypeDescription
api:entityAn single entity (e.g. @e[limit=1])
api:entitiesMany entities (e.g. @e)
api:playerA single player (e.g. Notch or @r)
api:playersMany players (e.g. @a)
api:greedy_stringAn unlimited amount of text. This can only be used as the last entry of a list of arguments
brigadier:boolA Boolean value true or false
brigadier:doubleA decimal number
brigadier:floatA decimal number
brigadier:integerA whole number
brigadier:longA whole number
brigadier:stringA single word
minecraft:block_posA location of x, y and z coordinates (whole numbers)
+
+

In the example above, we used the a "range type" in the form [0..10]. This is a special argument type that will conform to brigader:long or brigader:double and apply a limit to the values that can be entered.

+
+

Example - Declaring"range type" arguments

+

To declare the range \(10 \le x \le 50\) (a value must be between 10 and 50 (inclusive)):

+
<name>[10..50]
+
+

To declare the range \(10 \le x\) (a value must be bigger than or equal to 10):

+
<name>[10..]
+
+

To declare the range \(x \le 50\) (a value must be less than or equal to 50):

+
<name>[..50]
+
+

To declare the range \(0 \le x \le 1\), where \(x\) is a decimal value:

+
<name>[0.0..1.0]
+
+

To declare a value \(x\) that can take any range of values and is a decimal number:

+
<name>[brigadier:double]
+
+
+
+

List of all supported argument types

+

The list of types are based on the list of argument types from the Minecraft Wiki, with a few changes. The complete list that the CommandAPI supports is as follows:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeDescription
api:advancementAn advancement
api:biomeA biome
api:entityAn single entity (e.g. @e[limit=1])
api:entitiesMany entities (e.g. @e)
api:greedy_stringAn unlimited amount of text. This can only be used as the last entry of a list of arguments
api:loot_tableA loot table
api:playerA single player (e.g. Notch or @r)
api:playersMany players (e.g. @a)
api:recipeA recipe
api:soundA sound effect
api:textText encased in quotes: "text with spaces"
brigadier:boolA Boolean value true or false
brigadier:doubleA decimal number
brigadier:floatA decimal number
brigadier:integerA whole number
brigadier:longA whole number
brigadier:stringA single word
minecraft:angleA yaw angle in degrees (from -180.0 to 179.9)
minecraft:block_posA location of x, y and z coordinates (whole numbers)
minecraft:block_predicateA block predicate
minecraft:block_stateA block type (e.g. stone)
minecraft:colorA chat color (e.g. red, green)
minecraft:column_posA location of x and z coordinates (whole numbers)
minecraft:componentRaw JSON text
minecraft:dimensionA dimension/world, (e.g. minecraft:overworld)
minecraft:entityAn entity (e.g. Notch)
minecraft:entity_summonAn entity type (e.g. cow, wither)
minecraft:float_rangeA range of decimal numbers
minecraft:functionA datapack function
minecraft:game_profileA player (e.g. Notch)
minecraft:int_rangeA range of whole numbers
minecraft:item_enchantmentAn enchantment (e.g. unbreaking)
minecraft:item_predicateAn item predicate
minecraft:item_stackAn item (e.g. stick)
minecraft:messageA plain text message which can have target selectors (e.g. Hello @p). This can only be used as the last entry of a list of arguments
minecraft:mob_effectA potion effect (e.g. speed, jump_boost)
minecraft:nbt_compound_tagRaw compound NBT in SNBT format
minecraft:objectiveAn objective name (e.g. temperature)
minecraft:objective_criteriaAn objective criteria (e.g. deaths)
minecraft:operationAn operation symbol (e.g. +=, *=)
minecraft:particleA particle (e.g. crit, flame)
minecraft:rotationA rotation of yaw and pitch values (e.g. ~ ~)
minecraft:score_holderA score holder (e.g. Notch)
minecraft:scoreboard_slotA scoreboard slot (e.g. sidebar)
minecraft:swizzleA collection of axes (e.g. xyz, xz)
minecraft:teamA team name (e.g. hunters)
minecraft:timeA duration of time (e.g. 2d)
minecraft:uuidA UUID (e.g. dd12be42-52a9-4a91-a8a1-11c01849e498)
minecraft:vec2A location of x and z coordinates (decimal numbers)
minecraft:vec3A location of x, y and z coordinates (decimal numbers)
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/css/chrome.css b/docs/9.4.1/css/chrome.css new file mode 100644 index 0000000000..29992f7b62 --- /dev/null +++ b/docs/9.4.1/css/chrome.css @@ -0,0 +1,545 @@ +/* CSS for UI elements (a.k.a. chrome) */ + +@import 'variables.css'; + +html { + scrollbar-color: var(--scrollbar) var(--bg); +} +#searchresults a, +.content a:link, +a:visited, +a > .hljs { + color: var(--links); +} + +/* + body-container is necessary because mobile browsers don't seem to like + overflow-x on the body tag when there is a tag. +*/ +#body-container { + /* + This is used when the sidebar pushes the body content off the side of + the screen on small screens. Without it, dragging on mobile Safari + will want to reposition the viewport in a weird way. + */ + overflow-x: clip; +} + +/* Menu Bar */ + +#menu-bar, +#menu-bar-hover-placeholder { + z-index: 101; + margin: auto calc(0px - var(--page-padding)); +} +#menu-bar { + position: relative; + display: flex; + flex-wrap: wrap; + background-color: var(--bg); + border-bottom-color: var(--bg); + border-bottom-width: 1px; + border-bottom-style: solid; +} +#menu-bar.sticky, +.js #menu-bar-hover-placeholder:hover + #menu-bar, +.js #menu-bar:hover, +.js.sidebar-visible #menu-bar { + position: -webkit-sticky; + position: sticky; + top: 0 !important; +} +#menu-bar-hover-placeholder { + position: sticky; + position: -webkit-sticky; + top: 0; + height: var(--menu-bar-height); +} +#menu-bar.bordered { + border-bottom-color: var(--table-border-color); +} +#menu-bar i, #menu-bar .icon-button { + position: relative; + padding: 0 8px; + z-index: 10; + line-height: var(--menu-bar-height); + cursor: pointer; + transition: color 0.5s; +} +@media only screen and (max-width: 420px) { + #menu-bar i, #menu-bar .icon-button { + padding: 0 5px; + } +} + +.icon-button { + border: none; + background: none; + padding: 0; + color: inherit; +} +.icon-button i { + margin: 0; +} + +.right-buttons { + margin: 0 15px; +} +.right-buttons a { + text-decoration: none; +} + +.left-buttons { + display: flex; + margin: 0 5px; +} +.no-js .left-buttons { + display: none; +} + +.menu-title { + display: inline-block; + font-weight: 200; + font-size: 2.4rem; + line-height: var(--menu-bar-height); + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.js .menu-title { + cursor: pointer; +} + +.menu-bar, +.menu-bar:visited, +.nav-chapters, +.nav-chapters:visited, +.mobile-nav-chapters, +.mobile-nav-chapters:visited, +.menu-bar .icon-button, +.menu-bar a i { + color: var(--icons); +} + +.menu-bar i:hover, +.menu-bar .icon-button:hover, +.nav-chapters:hover, +.mobile-nav-chapters i:hover { + color: var(--icons-hover); +} + +/* Nav Icons */ + +.nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + + position: fixed; + top: 0; + bottom: 0; + margin: 0; + max-width: 150px; + min-width: 90px; + + display: flex; + justify-content: center; + align-content: center; + flex-direction: column; + + transition: color 0.5s, background-color 0.5s; +} + +.nav-chapters:hover { + text-decoration: none; + background-color: var(--theme-hover); + transition: background-color 0.15s, color 0.15s; +} + +.nav-wrapper { + margin-top: 50px; + display: none; +} + +.mobile-nav-chapters { + font-size: 2.5em; + text-align: center; + text-decoration: none; + width: 90px; + border-radius: 5px; + background-color: var(--sidebar-bg); +} + +.previous { + float: left; +} + +.next { + float: right; + right: var(--page-padding); +} + +@media only screen and (max-width: 1080px) { + .nav-wide-wrapper { display: none; } + .nav-wrapper { display: block; } +} + +@media only screen and (max-width: 1380px) { + .sidebar-visible .nav-wide-wrapper { display: none; } + .sidebar-visible .nav-wrapper { display: block; } +} + +/* Inline code */ + +:not(pre) > .hljs { + display: inline; + padding: 0.1em 0.3em; + border-radius: 3px; +} + +:not(pre):not(a) > .hljs { + color: var(--inline-code-color); + overflow-x: initial; +} + +a:hover > .hljs { + text-decoration: underline; +} + +pre { + position: relative; +} +pre > .buttons { + position: absolute; + z-index: 100; + right: 0px; + top: 2px; + margin: 0px; + padding: 2px 0px; + + color: var(--sidebar-fg); + cursor: pointer; + visibility: hidden; + opacity: 0; + transition: visibility 0.1s linear, opacity 0.1s linear; +} +pre:hover > .buttons { + visibility: visible; + opacity: 1 +} +pre > .buttons :hover { + color: var(--sidebar-active); + border-color: var(--icons-hover); + background-color: var(--theme-hover); +} +pre > .buttons i { + margin-left: 8px; +} +pre > .buttons button { + cursor: inherit; + margin: 0px 5px; + padding: 3px 5px; + font-size: 14px; + + border-style: solid; + border-width: 1px; + border-radius: 4px; + border-color: var(--icons); + background-color: var(--theme-popup-bg); + transition: 100ms; + transition-property: color,border-color,background-color; + color: var(--icons); +} +@media (pointer: coarse) { + pre > .buttons button { + /* On mobile, make it easier to tap buttons. */ + padding: 0.3rem 1rem; + } +} +pre > code { + padding: 1rem; +} + +/* FIXME: ACE editors overlap their buttons because ACE does absolute + positioning within the code block which breaks padding. The only solution I + can think of is to move the padding to the outer pre tag (or insert a div + wrapper), but that would require fixing a whole bunch of CSS rules. +*/ +.hljs.ace_editor { + padding: 0rem 0rem; +} + +pre > .result { + margin-top: 10px; +} + +/* Search */ + +#searchresults a { + text-decoration: none; +} + +mark { + border-radius: 2px; + padding: 0 3px 1px 3px; + margin: 0 -3px -1px -3px; + background-color: var(--search-mark-bg); + transition: background-color 300ms linear; + cursor: pointer; +} + +mark.fade-out { + background-color: rgba(0,0,0,0) !important; + cursor: auto; +} + +.searchbar-outer { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); +} + +#searchbar { + width: 100%; + margin: 5px auto 0px auto; + padding: 10px 16px; + transition: box-shadow 300ms ease-in-out; + border: 1px solid var(--searchbar-border-color); + border-radius: 3px; + background-color: var(--searchbar-bg); + color: var(--searchbar-fg); +} +#searchbar:focus, +#searchbar.active { + box-shadow: 0 0 3px var(--searchbar-shadow-color); +} + +.searchresults-header { + font-weight: bold; + font-size: 1em; + padding: 18px 0 0 5px; + color: var(--searchresults-header-fg); +} + +.searchresults-outer { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); + border-bottom: 1px dashed var(--searchresults-border-color); +} + +ul#searchresults { + list-style: none; + padding-left: 20px; +} +ul#searchresults li { + margin: 10px 0px; + padding: 2px; + border-radius: 2px; +} +ul#searchresults li.focus { + background-color: var(--searchresults-li-bg); +} +ul#searchresults span.teaser { + display: block; + clear: both; + margin: 5px 0 0 20px; + font-size: 0.8em; +} +ul#searchresults span.teaser em { + font-weight: bold; + font-style: normal; +} + +/* Sidebar */ + +.sidebar { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: var(--sidebar-width); + font-size: 0.875em; + box-sizing: border-box; + -webkit-overflow-scrolling: touch; + overscroll-behavior-y: contain; + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} +.sidebar-resizing { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +.js:not(.sidebar-resizing) .sidebar { + transition: transform 0.3s; /* Animation: slide away */ +} +.sidebar code { + line-height: 2em; +} +.sidebar .sidebar-scrollbox { + overflow-y: auto; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + padding: 10px 10px; +} +.sidebar .sidebar-resize-handle { + position: absolute; + cursor: col-resize; + width: 0; + right: 0; + top: 0; + bottom: 0; +} +.js .sidebar .sidebar-resize-handle { + cursor: col-resize; + width: 5px; +} +.sidebar-hidden .sidebar { + transform: translateX(calc(0px - var(--sidebar-width))); +} +.sidebar::-webkit-scrollbar { + background: var(--sidebar-bg); +} +.sidebar::-webkit-scrollbar-thumb { + background: var(--scrollbar); +} + +.sidebar-visible .page-wrapper { + transform: translateX(var(--sidebar-width)); +} +@media only screen and (min-width: 620px) { + .sidebar-visible .page-wrapper { + transform: none; + margin-left: var(--sidebar-width); + } +} + +.chapter { + list-style: none outside none; + padding-left: 0; + line-height: 2.2em; +} + +.chapter ol { + width: 100%; +} + +.chapter li { + display: flex; + color: var(--sidebar-non-existant); +} +.chapter li a { + display: block; + padding: 0; + text-decoration: none; + color: var(--sidebar-fg); +} + +.chapter li a:hover { + color: var(--sidebar-active); +} + +.chapter li a.active { + color: var(--sidebar-active); +} + +.chapter li > a.toggle { + cursor: pointer; + display: block; + margin-left: auto; + padding: 0 10px; + user-select: none; + opacity: 0.68; +} + +.chapter li > a.toggle div { + transition: transform 0.5s; +} + +/* collapse the section */ +.chapter li:not(.expanded) + li > ol { + display: none; +} + +.chapter li.chapter-item { + line-height: 1.5em; + margin-top: 0.6em; +} + +.chapter li.expanded > a.toggle div { + transform: rotate(90deg); +} + +.spacer { + width: 100%; + height: 3px; + margin: 5px 0px; +} +.chapter .spacer { + background-color: var(--sidebar-spacer); +} + +@media (-moz-touch-enabled: 1), (pointer: coarse) { + .chapter li a { padding: 5px 0; } + .spacer { margin: 10px 0; } +} + +.section { + list-style: none outside none; + padding-left: 20px; + line-height: 1.9em; +} + +/* Theme Menu Popup */ + +.theme-popup { + position: absolute; + left: 10px; + top: var(--menu-bar-height); + z-index: 1000; + border-radius: 4px; + font-size: 0.7em; + color: var(--fg); + background: var(--theme-popup-bg); + border: 1px solid var(--theme-popup-border); + margin: 0; + padding: 0; + list-style: none; + display: none; + /* Don't let the children's background extend past the rounded corners. */ + overflow: hidden; +} +.theme-popup .default { + color: var(--icons); +} +.theme-popup .theme { + width: 100%; + border: 0; + margin: 0; + padding: 2px 20px; + line-height: 25px; + white-space: nowrap; + text-align: left; + cursor: pointer; + color: inherit; + background: inherit; + font-size: inherit; +} +.theme-popup .theme:hover { + background-color: var(--theme-hover); +} + +.theme-selected::before { + display: inline-block; + content: "✓"; + margin-left: -14px; + width: 14px; +} diff --git a/docs/9.4.1/css/general.css b/docs/9.4.1/css/general.css new file mode 100644 index 0000000000..344b53eb7f --- /dev/null +++ b/docs/9.4.1/css/general.css @@ -0,0 +1,203 @@ +/* Base styles and content styles */ + +@import 'variables.css'; + +:root { + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; +} + +html { + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +body { + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; +} + +code { + font-family: var(--mono-font) !important; + font-size: var(--code-font-size); +} + +/* make long words/inline code not x overflow */ +main { + overflow-wrap: break-word; +} + +/* make wide tables scroll if they overflow */ +.table-wrapper { + overflow-x: auto; +} + +/* Don't change font size in headers. */ +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + font-size: unset; +} + +.left { float: left; } +.right { float: right; } +.boring { opacity: 0.6; } +.hide-boring .boring { display: none; } +.hidden { display: none !important; } + +h2, h3 { margin-top: 2.5em; } +h4, h5 { margin-top: 2em; } + +.header + .header h3, +.header + .header h4, +.header + .header h5 { + margin-top: 1em; +} + +h1:target::before, +h2:target::before, +h3:target::before, +h4:target::before, +h5:target::before, +h6:target::before { + display: inline-block; + content: "»"; + margin-left: -30px; + width: 30px; +} + +/* This is broken on Safari as of version 14, but is fixed + in Safari Technology Preview 117 which I think will be Safari 14.2. + https://bugs.webkit.org/show_bug.cgi?id=218076 +*/ +:target { + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); +} + +.page { + outline: 0; + padding: 0 var(--page-padding); + margin-top: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ +} +.page-wrapper { + box-sizing: border-box; +} +.js:not(.sidebar-resizing) .page-wrapper { + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ +} + +.content { + overflow-y: auto; + padding: 0 5px 50px 5px; +} +.content main { + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); +} +.content p { line-height: 1.45em; } +.content ol { line-height: 1.45em; } +.content ul { line-height: 1.45em; } +.content a { text-decoration: none; } +.content a:hover { text-decoration: underline; } +.content img, .content video { max-width: 100%; } +.content .header:link, +.content .header:visited { + color: var(--fg); +} +.content .header:link, +.content .header:visited:hover { + text-decoration: none; +} + +table { + margin: 0 auto; + border-collapse: collapse; +} +table td { + padding: 3px 20px; + border: 1px var(--table-border-color) solid; +} +table thead { + background: var(--table-header-bg); +} +table thead td { + font-weight: 700; + border: none; +} +table thead th { + padding: 3px 20px; +} +table thead tr { + border: 1px var(--table-header-bg) solid; +} +/* Alternate background colors for rows */ +table tbody tr:nth-child(2n) { + background: var(--table-alternate-bg); +} + + +blockquote { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-top: .1em solid var(--quote-border); + border-bottom: .1em solid var(--quote-border); +} + +kbd { + background-color: var(--table-border-color); + border-radius: 4px; + border: solid 1px var(--theme-popup-border); + box-shadow: inset 0 -1px 0 var(--theme-hover); + display: inline-block; + font-size: var(--code-font-size); + font-family: var(--mono-font); + line-height: 10px; + padding: 4px 5px; + vertical-align: middle; +} + +:not(.footnote-definition) + .footnote-definition, +.footnote-definition + :not(.footnote-definition) { + margin-top: 2em; +} +.footnote-definition { + font-size: 0.9em; + margin: 0.5em 0; +} +.footnote-definition p { + display: inline; +} + +.tooltiptext { + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; +} +.tooltipped .tooltiptext { + visibility: visible; +} + +.chapter li.part-title { + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; +} + +.result-no-output { + font-style: italic; +} diff --git a/docs/9.4.1/css/print.css b/docs/9.4.1/css/print.css new file mode 100644 index 0000000000..5e690f7559 --- /dev/null +++ b/docs/9.4.1/css/print.css @@ -0,0 +1,54 @@ + +#sidebar, +#menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#page-wrapper.page-wrapper { + transform: none; + margin-left: 0px; + overflow-y: initial; +} + +#content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + background-color: #666666; + border-radius: 5px; + + /* Force background to be printed in Chrome */ + -webkit-print-color-adjust: exact; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} diff --git a/docs/9.4.1/css/variables.css b/docs/9.4.1/css/variables.css new file mode 100644 index 0000000000..75d210934c --- /dev/null +++ b/docs/9.4.1/css/variables.css @@ -0,0 +1,265 @@ +/* Globals */ + +:root { + --sidebar-width: 300px; + --page-padding: 15px; + --content-max-width: 750px; + --menu-bar-height: 50px; +} + + +/* Themes */ + +.ayu { + --bg: hsl(210, 25%, 8%); + --fg: #c5c5c5; + --sidebar-bg: #14191f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #5c6773; + --sidebar-active: #ffb454; + --sidebar-spacer: #2d334f; + --scrollbar: var(--sidebar-fg); + --icons: #737480; + --icons-hover: #b7b9cc; + --links: #0096cf; + --inline-code-color: #ffb454; + --theme-popup-bg: #14191f; + --theme-popup-border: #5c6773; + --theme-hover: #191f26; + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + --table-border-color: hsl(210, 25%, 13%); + --table-header-bg: hsl(210, 25%, 28%); + --table-alternate-bg: hsl(210, 25%, 11%); + --searchbar-border-color: #848484; + --searchbar-bg: #424242; + --searchbar-fg: #fff; + --searchbar-shadow-color: #d4c89f; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #252932; + --search-mark-bg: #e3b171; + --example-bg: #002906; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #370000; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #191f26; +} + +.coal { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + --scrollbar: var(--sidebar-fg); + --icons: #43484d; + --icons-hover: #b3c0cc; + --links: #2b79a2; + --inline-code-color: #c5c8c6; + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + --example-bg: #002906; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #370000; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #1d1f21; +} + +.light { + --bg: hsl(0, 0%, 100%); + --fg: #333333; + --sidebar-bg: #fafafa; + --sidebar-fg: #364149; + --sidebar-non-existant: #aaaaaa; + --sidebar-active: #008cff; + --sidebar-spacer: #f4f4f4; + --scrollbar: #cccccc; + --icons: #cccccc; + --icons-hover: #333333; + --links: #2440c6; + --inline-code-color: #6e6b5e; + --theme-popup-bg: #fafafa; + --theme-popup-border: #cccccc; + --theme-hover: #e6e6e6; + --quote-bg: hsl(197, 37%, 96%); + --quote-border: hsl(197, 37%, 91%); + --table-border-color: hsl(0, 0%, 95%); + --table-header-bg: hsl(0, 0%, 80%); + --table-alternate-bg: hsl(0, 0%, 97%); + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #e4f2fe; + --search-mark-bg: #a2cff5; + --example-bg: #B3DBBB; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #ff9e9e; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #f1f1f1; +} + +.navy { + --bg: hsl(226, 23%, 11%); + --fg: #bcbdd0; + --sidebar-bg: #282d3f; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #698fef; + --sidebar-spacer: #2d334f; + --scrollbar: var(--sidebar-fg); + --icons: #737480; + --icons-hover: #b7b9cc; + --links: #2b79a2; + --inline-code-color: #c5c8c6; + --theme-popup-bg: #161923; + --theme-popup-border: #737480; + --theme-hover: #282e40; + --quote-bg: hsl(226, 15%, 17%); + --quote-border: hsl(226, 15%, 22%); + --table-border-color: hsl(226, 23%, 16%); + --table-header-bg: hsl(226, 23%, 31%); + --table-alternate-bg: hsl(226, 23%, 14%); + --searchbar-border-color: #aaa; + --searchbar-bg: #aeaec6; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #5f5f71; + --searchresults-border-color: #5c5c68; + --searchresults-li-bg: #242430; + --search-mark-bg: #a2cff5; + --example-bg: #002906; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #370000; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #1d1f21; +} + +.skepter { + --bg: #360036; + --fg: #93a1a1; + --sidebar-bg: #660066; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505274; + --sidebar-active: #da06ef; + --sidebar-spacer: #360036; + --scrollbar: var(--sidebar-fg); + --icons: #93a1a1; + --icons-hover: #da06ef; + --links: #87a6f3; + --inline-code-color: #93a1a1; + --theme-popup-bg: #660066; + --theme-popup-border: #da06ef; + --theme-hover: #660066; + --quote-bg: #660066; + --quote-border: #da06ef; + --table-border-color: #660066; + --table-header-bg: #660066; + --table-alternate-bg: #660066; + --searchbar-border-color: #aaa; + --searchbar-bg: #660066; + --searchbar-fg: #93a1a1; + --searchbar-shadow-color: #da06ef; + --searchresults-header-fg: #da06ef; + --searchresults-border-color: #da06ef; + --searchresults-li-bg: #242430; + --search-mark-bg: #da06ef; + --example-bg: #660066; + --example-border: #da06ef; + --warning-bg: #370000; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #1d1f21; +} + +.rust { + --bg: hsl(60, 9%, 87%); + --fg: #262625; + --sidebar-bg: #3b2e2a; + --sidebar-fg: #c8c9db; + --sidebar-non-existant: #505254; + --sidebar-active: #e69f67; + --sidebar-spacer: #45373a; + --scrollbar: var(--sidebar-fg); + --icons: #737480; + --icons-hover: #262625; + --links: #2440c6; + --inline-code-color: #6e6b5e; + --theme-popup-bg: #e1e1db; + --theme-popup-border: #b38f6b; + --theme-hover: #99908a; + --quote-bg: hsl(60, 5%, 75%); + --quote-border: hsl(60, 5%, 70%); + --table-border-color: hsl(60, 9%, 82%); + --table-header-bg: #b3a497; + --table-alternate-bg: hsl(60, 9%, 84%); + --searchbar-border-color: #aaa; + --searchbar-bg: #fafafa; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #888; + --searchresults-li-bg: #dec2a2; + --search-mark-bg: #e69f67; + --example-bg: #B3DBBB; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #ff9e9e; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #f1f1f1; +} + +@media (prefers-color-scheme: dark) { + .light.no-js { + --bg: hsl(200, 7%, 8%); + --fg: #98a3ad; + --sidebar-bg: #292c2f; + --sidebar-fg: #a1adb8; + --sidebar-non-existant: #505254; + --sidebar-active: #3473ad; + --sidebar-spacer: #393939; + --scrollbar: var(--sidebar-fg); + --icons: #43484d; + --icons-hover: #b3c0cc; + --links: #0e328b; + --inline-code-color: #c5c8c6; + --theme-popup-bg: #141617; + --theme-popup-border: #43484d; + --theme-hover: #1f2124; + --quote-bg: hsl(234, 21%, 18%); + --quote-border: hsl(234, 21%, 23%); + --table-border-color: hsl(200, 7%, 13%); + --table-header-bg: hsl(200, 7%, 28%); + --table-alternate-bg: hsl(200, 7%, 11%); + --searchbar-border-color: #aaa; + --searchbar-bg: #b7b7b7; + --searchbar-fg: #000; + --searchbar-shadow-color: #aaa; + --searchresults-header-fg: #666; + --searchresults-border-color: #98a3ad; + --searchresults-li-bg: #2b2b2f; + --search-mark-bg: #355c7d; + --example-bg: #002906; + --example-border: hsl(114, 99%, 36%); + --warning-bg: #370000; + --warning-border: hsl(0, 99%, 36%); + --code-bg: #1d1f21; + } +} \ No newline at end of file diff --git a/docs/9.4.1/delegated_properties.html b/docs/9.4.1/delegated_properties.html new file mode 100644 index 0000000000..3ec810e4eb --- /dev/null +++ b/docs/9.4.1/delegated_properties.html @@ -0,0 +1,254 @@ + + + + + + Delegated properties - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+ +
+ +

Delegated properties

+

The CommandAPI offers an additional way to access arguments when using Kotlin: delegated properties. With delegated properties, there are two possible dependencies you can use:

+
    +
  1. +

    commandapi-core-kotlin

    +

    Support for delegated properties has been added to the commandapi-core-kotlin module. If you want to use delegated properties, you need to add this dependency.

    +
  2. +
  3. +

    commandapi-bukkit-kotlin

    +

    If you are already using the Kotlin DSL to create your commands, you can already use delegated properties. commandapi-core-kotlin is included in commandapi-bukkit-kotlin.

    +
  4. +
+

Access arguments using delegated properties

+

To be able to access arguments by using delegated properties, your variable name needs to match the node name of the argument. This could look like this:

+
+
CommandAPICommand("mycommand")
+    .withArguments(StringArgument("string"))
+    .withArguments(PlayerArgument("target"))
+    .executesPlayer(PlayerCommandExecutor { player, args ->
+        val string: String by args
+        val target: Player by args
+        // Implementation...
+    })
+    .register()
+
+
commandAPICommand("mycommand") {
+    stringArgument("string")
+    playerArgument("target")
+    playerExecutor { player, args ->
+        val string: String by args
+        val target: Player by args
+        // Implementation...
+    }
+}
+
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/elasticlunr.min.js b/docs/9.4.1/elasticlunr.min.js new file mode 100644 index 0000000000..94b20dd2ef --- /dev/null +++ b/docs/9.4.1/elasticlunr.min.js @@ -0,0 +1,10 @@ +/** + * elasticlunr - http://weixsong.github.io + * Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.5 + * + * Copyright (C) 2017 Oliver Nightingale + * Copyright (C) 2017 Wei Song + * MIT Licensed + * @license + */ +!function(){function e(e){if(null===e||"object"!=typeof e)return e;var t=e.constructor();for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.9.5",lunr=t,t.utils={},t.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),t.utils.toString=function(e){return void 0===e||null===e?"":e.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var e=Array.prototype.slice.call(arguments),t=e.pop(),n=e;if("function"!=typeof t)throw new TypeError("last argument must be a function");n.forEach(function(e){this.hasHandler(e)||(this.events[e]=[]),this.events[e].push(t)},this)},t.EventEmitter.prototype.removeListener=function(e,t){if(this.hasHandler(e)){var n=this.events[e].indexOf(t);-1!==n&&(this.events[e].splice(n,1),0==this.events[e].length&&delete this.events[e])}},t.EventEmitter.prototype.emit=function(e){if(this.hasHandler(e)){var t=Array.prototype.slice.call(arguments,1);this.events[e].forEach(function(e){e.apply(void 0,t)},this)}},t.EventEmitter.prototype.hasHandler=function(e){return e in this.events},t.tokenizer=function(e){if(!arguments.length||null===e||void 0===e)return[];if(Array.isArray(e)){var n=e.filter(function(e){return null===e||void 0===e?!1:!0});n=n.map(function(e){return t.utils.toString(e).toLowerCase()});var i=[];return n.forEach(function(e){var n=e.split(t.tokenizer.seperator);i=i.concat(n)},this),i}return e.toString().trim().toLowerCase().split(t.tokenizer.seperator)},t.tokenizer.defaultSeperator=/[\s\-]+/,t.tokenizer.seperator=t.tokenizer.defaultSeperator,t.tokenizer.setSeperator=function(e){null!==e&&void 0!==e&&"object"==typeof e&&(t.tokenizer.seperator=e)},t.tokenizer.resetSeperator=function(){t.tokenizer.seperator=t.tokenizer.defaultSeperator},t.tokenizer.getSeperator=function(){return t.tokenizer.seperator},t.Pipeline=function(){this._queue=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in t.Pipeline.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[n]=e},t.Pipeline.getRegisteredFunction=function(e){return e in t.Pipeline.registeredFunctions!=!0?null:t.Pipeline.registeredFunctions[e]},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.getRegisteredFunction(e);if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._queue.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i+1,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._queue.indexOf(e);if(-1===i)throw new Error("Cannot find existingFn");this._queue.splice(i,0,n)},t.Pipeline.prototype.remove=function(e){var t=this._queue.indexOf(e);-1!==t&&this._queue.splice(t,1)},t.Pipeline.prototype.run=function(e){for(var t=[],n=e.length,i=this._queue.length,o=0;n>o;o++){for(var r=e[o],s=0;i>s&&(r=this._queue[s](r,o,e),void 0!==r&&null!==r);s++);void 0!==r&&null!==r&&t.push(r)}return t},t.Pipeline.prototype.reset=function(){this._queue=[]},t.Pipeline.prototype.get=function(){return this._queue},t.Pipeline.prototype.toJSON=function(){return this._queue.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.DocumentStore,this.index={},this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var e=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,e)},t.Index.prototype.off=function(e,t){return this.eventEmitter.removeListener(e,t)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;n._fields=e.fields,n._ref=e.ref,n.documentStore=t.DocumentStore.load(e.documentStore),n.pipeline=t.Pipeline.load(e.pipeline),n.index={};for(var i in e.index)n.index[i]=t.InvertedIndex.load(e.index[i]);return n},t.Index.prototype.addField=function(e){return this._fields.push(e),this.index[e]=new t.InvertedIndex,this},t.Index.prototype.setRef=function(e){return this._ref=e,this},t.Index.prototype.saveDocument=function(e){return this.documentStore=new t.DocumentStore(e),this},t.Index.prototype.addDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.addDoc(i,e),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));this.documentStore.addFieldLength(i,n,o.length);var r={};o.forEach(function(e){e in r?r[e]+=1:r[e]=1},this);for(var s in r){var u=r[s];u=Math.sqrt(u),this.index[n].addToken(s,{ref:i,tf:u})}},this),n&&this.eventEmitter.emit("add",e,this)}},t.Index.prototype.removeDocByRef=function(e){if(e&&this.documentStore.isDocStored()!==!1&&this.documentStore.hasDoc(e)){var t=this.documentStore.getDoc(e);this.removeDoc(t,!1)}},t.Index.prototype.removeDoc=function(e,n){if(e){var n=void 0===n?!0:n,i=e[this._ref];this.documentStore.hasDoc(i)&&(this.documentStore.removeDoc(i),this._fields.forEach(function(n){var o=this.pipeline.run(t.tokenizer(e[n]));o.forEach(function(e){this.index[n].removeToken(e,i)},this)},this),n&&this.eventEmitter.emit("remove",e,this))}},t.Index.prototype.updateDoc=function(e,t){var t=void 0===t?!0:t;this.removeDocByRef(e[this._ref],!1),this.addDoc(e,!1),t&&this.eventEmitter.emit("update",e,this)},t.Index.prototype.idf=function(e,t){var n="@"+t+"/"+e;if(Object.prototype.hasOwnProperty.call(this._idfCache,n))return this._idfCache[n];var i=this.index[t].getDocFreq(e),o=1+Math.log(this.documentStore.length/(i+1));return this._idfCache[n]=o,o},t.Index.prototype.getFields=function(){return this._fields.slice()},t.Index.prototype.search=function(e,n){if(!e)return[];e="string"==typeof e?{any:e}:JSON.parse(JSON.stringify(e));var i=null;null!=n&&(i=JSON.stringify(n));for(var o=new t.Configuration(i,this.getFields()).get(),r={},s=Object.keys(e),u=0;u0&&t.push(e);for(var i in n)"docs"!==i&&"df"!==i&&this.expandToken(e+i,t,n[i]);return t},t.InvertedIndex.prototype.toJSON=function(){return{root:this.root}},t.Configuration=function(e,n){var e=e||"";if(void 0==n||null==n)throw new Error("fields should not be null");this.config={};var i;try{i=JSON.parse(e),this.buildUserConfig(i,n)}catch(o){t.utils.warn("user configuration parse failed, will use default configuration"),this.buildDefaultConfig(n)}},t.Configuration.prototype.buildDefaultConfig=function(e){this.reset(),e.forEach(function(e){this.config[e]={boost:1,bool:"OR",expand:!1}},this)},t.Configuration.prototype.buildUserConfig=function(e,n){var i="OR",o=!1;if(this.reset(),"bool"in e&&(i=e.bool||i),"expand"in e&&(o=e.expand||o),"fields"in e)for(var r in e.fields)if(n.indexOf(r)>-1){var s=e.fields[r],u=o;void 0!=s.expand&&(u=s.expand),this.config[r]={boost:s.boost||0===s.boost?s.boost:1,bool:s.bool||i,expand:u}}else t.utils.warn("field name in user configuration not found in index instance fields");else this.addAllFields2UserConfig(i,o,n)},t.Configuration.prototype.addAllFields2UserConfig=function(e,t,n){n.forEach(function(n){this.config[n]={boost:1,bool:e,expand:t}},this)},t.Configuration.prototype.get=function(){return this.config},t.Configuration.prototype.reset=function(){this.config={}},lunr.SortedSet=function(){this.length=0,this.elements=[]},lunr.SortedSet.load=function(e){var t=new this;return t.elements=e,t.length=e.length,t},lunr.SortedSet.prototype.add=function(){var e,t;for(e=0;e1;){if(r===e)return o;e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o]}return r===e?o:-1},lunr.SortedSet.prototype.locationFor=function(e){for(var t=0,n=this.elements.length,i=n-t,o=t+Math.floor(i/2),r=this.elements[o];i>1;)e>r&&(t=o),r>e&&(n=o),i=n-t,o=t+Math.floor(i/2),r=this.elements[o];return r>e?o:e>r?o+1:void 0},lunr.SortedSet.prototype.intersect=function(e){for(var t=new lunr.SortedSet,n=0,i=0,o=this.length,r=e.length,s=this.elements,u=e.elements;;){if(n>o-1||i>r-1)break;s[n]!==u[i]?s[n]u[i]&&i++:(t.add(s[n]),n++,i++)}return t},lunr.SortedSet.prototype.clone=function(){var e=new lunr.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},lunr.SortedSet.prototype.union=function(e){var t,n,i;this.length>=e.length?(t=this,n=e):(t=e,n=this),i=t.clone();for(var o=0,r=n.toArray();o + + + + + FAQ - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+ +
+ +

FAQ

+

Here's a list of questions that have come up time and time again which all have the same answer.

+
+

How do I use (insert feature here) in the CommandAPI?

+

The CommandAPI's documentation is the place to search for anything! In the top left corner of this documentation, you can find this icon. You can pretty much search for anything - it'll find it!

+
+

Does the CommandAPI support reloading via /reload?

+

Formally, no. If you are encountering issues with /reload, consider not using /reload. More information about reloading can be found in Plugin reloading.

+
+

Does the CommandAPI support optional arguments?

+

As of 9.0.0, yes! Please view information on optional arguments in Optional arguments.

+
+

Does the CommandAPI support suggestions in the annotation system?

+

Not yet. The CommandAPI's annotation system was actually originally a little test on writing a compile-time annotation system which actually worked out much better than I had intended. I plan to rewrite the CommandAPI's annotation system to make it much more powerful (and support suggestions!). This is stated in the project roadmap

+
+

Can you add tooltips to literal/multiliteral arguments?

+

No. This is a Brigadier limitation.

+
+

Technical reason that this is a limitation of Brigadier

+

Brigadier's code has two classes for arguments, LiteralCommandNode and ArgumentCommandNode. The ArgumentCommandNode class contains a field customSuggestions of type SuggestionProvider<S> which is used to handle suggestions - this field is not present inside LiteralCommandNode, meaning that LiteralArguments cannot provide suggestions to users.

+

We need suggestions to provide tooltips. This is because SuggestionProvider provides us with an instance of SuggestionsBuilder, SuggestionsBuilder contains a List<Suggestion> and the Suggestion class contains Message. This Message class is what is needed to display a tooltip to users.

+
+
+

Can I change the message that is sent to the user when they don't have permission to run a command?

+

No. That message is handled client-side and isn't controlled by the CommandAPI. An alternative solution is to perform permission checking inside the command and return a custom message if it's not satisfied:

+
new CommandAPICommand("mycommand")
+    .withPermission("some.permission")
+    .executes((sender, args) -> {
+        sender.sendMessage("Hello!");
+    })
+    .register();
+
+

$$\downarrow$$

+
new CommandAPICommand("mycommand")
+    .executes((sender, args) -> {
+        if(!sender.hasPermission("some.permission")) {
+            throw CommandAPI.failWithString("You don't have permission to run /mycommand!");
+        }
+        sender.sendMessage("Hello!");
+    })
+    .register();
+
+
+

Can I change the message that is sent to the user when an argument isn't valid?

+

No. That message is handled client-side and isn't controlled by the CommandAPI.

+

My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?

+

Arguments with suggestions provided using ArgumentSuggestions.strings(String...) are calculated when the command is registered. In order to have argument suggestions calculated when the command is being typed, you need to use the lambda-variant of the ArgumentSuggestions.strings(Function<SuggestionInfo, String[]> suggestions) method instead. More information about the different methods can be found here.

+

The easiest way to do this is to add info -> at the start of your array:

+
ArgumentSuggestions.strings(SomeClass.someArray);
+
+

$$\downarrow$$

+
ArgumentSuggestions.strings(info -> SomeClass.someArray);
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/favicon.png b/docs/9.4.1/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..407de553eabfc53f5bde97bbf286b2328c52a479 GIT binary patch literal 5031 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 + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/docs/9.4.1/fontawesome/css/brands.css b/docs/9.4.1/fontawesome/css/brands.css new file mode 100644 index 0000000000..5a32a9ab0a --- /dev/null +++ b/docs/9.4.1/fontawesome/css/brands.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"} \ No newline at end of file diff --git a/docs/9.4.1/fontawesome/css/fontawesome.css b/docs/9.4.1/fontawesome/css/fontawesome.css new file mode 100644 index 0000000000..9fb3e4cc32 --- /dev/null +++ b/docs/9.4.1/fontawesome/css/fontawesome.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-child-rifle:before{content:"\e4e0"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0} \ No newline at end of file diff --git a/docs/9.4.1/fontawesome/css/solid.css b/docs/9.4.1/fontawesome/css/solid.css new file mode 100644 index 0000000000..b2337d1a7d --- /dev/null +++ b/docs/9.4.1/fontawesome/css/solid.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900} \ No newline at end of file diff --git a/docs/9.4.1/fontawesome/webfonts/fa-brands-400.ttf b/docs/9.4.1/fontawesome/webfonts/fa-brands-400.ttf new file mode 100644 index 0000000000000000000000000000000000000000..502f3621e7f97d1d94ce05794e47a6c6a56e94e7 GIT binary patch literal 186112 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

i|I718`*rt|GmTIU1 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
ob`%8gI^rtK!=OYkA-N~JwDH`iz&8WQCv=spLL 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
#+EkODqv!&>Eb>LGm0 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 PqgJwz$gNb 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fontawesome/webfonts/fa-solid-900.woff2 b/docs/9.4.1/fontawesome/webfonts/fa-solid-900.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3516fdbe330ef1cd0775dbb5bdee41a4ce2cc010 GIT binary patch literal 150472 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 z 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/OPEN-SANS-LICENSE.txt b/docs/9.4.1/fonts/OPEN-SANS-LICENSE.txt new file mode 100644 index 0000000000..d645695673 --- /dev/null +++ b/docs/9.4.1/fonts/OPEN-SANS-LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/docs/9.4.1/fonts/SOURCE-CODE-PRO-LICENSE.txt b/docs/9.4.1/fonts/SOURCE-CODE-PRO-LICENSE.txt new file mode 100644 index 0000000000..366206f549 --- /dev/null +++ b/docs/9.4.1/fonts/SOURCE-CODE-PRO-LICENSE.txt @@ -0,0 +1,93 @@ +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/9.4.1/fonts/fonts.css b/docs/9.4.1/fonts/fonts.css new file mode 100644 index 0000000000..858efa5980 --- /dev/null +++ b/docs/9.4.1/fonts/fonts.css @@ -0,0 +1,100 @@ +/* Open Sans is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0 */ +/* Source Code Pro is under the Open Font License. See https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL */ + +/* open-sans-300 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), + url('open-sans-v17-all-charsets-300.woff2') format('woff2'); +} + +/* open-sans-300italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 300; + src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), + url('open-sans-v17-all-charsets-300italic.woff2') format('woff2'); +} + +/* open-sans-regular - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), + url('open-sans-v17-all-charsets-regular.woff2') format('woff2'); +} + +/* open-sans-italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: local('Open Sans Italic'), local('OpenSans-Italic'), + url('open-sans-v17-all-charsets-italic.woff2') format('woff2'); +} + +/* open-sans-600 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), + url('open-sans-v17-all-charsets-600.woff2') format('woff2'); +} + +/* open-sans-600italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 600; + src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), + url('open-sans-v17-all-charsets-600italic.woff2') format('woff2'); +} + +/* open-sans-700 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), + url('open-sans-v17-all-charsets-700.woff2') format('woff2'); +} + +/* open-sans-700italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 700; + src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), + url('open-sans-v17-all-charsets-700italic.woff2') format('woff2'); +} + +/* open-sans-800 - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 800; + src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), + url('open-sans-v17-all-charsets-800.woff2') format('woff2'); +} + +/* open-sans-800italic - latin_vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), + url('open-sans-v17-all-charsets-800italic.woff2') format('woff2'); +} + +/* source-code-pro-500 - latin_vietnamese_latin-ext_greek_cyrillic-ext_cyrillic */ +@font-face { + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 500; + src: url('source-code-pro-v11-all-charsets-500.woff2') format('woff2'); +} diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-300.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-300.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..9f51be370fa913ce6de2922b580c262c4822b337 GIT binary patch literal 44352 zcmV(;K-<4}Pew8T0RR910Ifg(5dZ)H0f7hr0Ib{q0RR9100000000000000000000 z0000QE*lUWfmQ}!0EY+&fhq})G!YOAg!yQMtSAeP3IG8%0we>R0t6rhgFFYi4Ge-h zTM$x_K;*{m=TyO<(oF`$dr#+gT@uRz<@OP72f1way{Ld4djxa`IG0*=K;{4c|Nq>i zF~-^s+Z{rPn$}0zLzV=G*ddk#MfRZCOSo7Svxg)@O1QTM(GtC{-8am>TkfXJ&}5JO zXokZnNWAaG&x#r1r&DFc3k@sfl$|@RDaX?kWW{EN@TZnHp}gCDd}u9PW@H>gZ142z+QEhtr+J1&#|>KAj6Y2`)3tZkBe+ebjmTS6=W*;+$iHPBB3Un)Qo?6q*dE(P3T9y565vHowfyevYxI9K2P(y z$<_L{@8?J5hBF;TxvX%vUMY{MW;AQOFw;MRE?UNs>(i)Pw#F30SO&%}gA&nV#5ynh z%lr4w|41^EwI78NR7X_&MdMPeXq|gj4oJ6}tzd{4Fvwwq1Zjy_sfS1l0YYgJLOuSa zG~qZt#{MG5VL1;uY?c0qywYwhjn*_`$CiZFZCFDFz-?kG;zz}gkK?(Z;(4Ip0|Y@p zL`0q-DhfWlFW)O~_Uv1l(z*7n%=kiif-51?{(S1>dTz;-%RXz{zW_NG4POWVdSfQ{H?gb&VPWmSuI@as@lXQ zCML+EVq_sv+K31qR)E!rHdbOZcI*#x`rpX1-FQZd2?w2J5+HD^d^xN_9WLUu;R1_>$Sl2l1j{i_PqRoxBKXmEfAv5RRCG~gHz zoRPqp)jl)`>4DtY_ee=+oD0vBlrtv1+}R|)Aj>WYFNl--dsEGJL13vB!x?g=A&fDlOONKn#&pyZ<<^Gt#Y5O9+B{||V8CFK!GIY^G7 ziird-fZ=XPfYkAzOvx!^1&5rvR8_9Zlqy%TZCti4x_G(NsHD}UoUD}Q&&1ywU=hnR zK_eK;d!w1V-89?ZEBgl|7bFMOFTBI&;bU#pwZ9KM5d*ckoOlTrnn@#e=0bxf_LKF$ zd-0Mi4MXYT*CGx?Tq%ZXXdY`yIWWVJf|?K(5DNrL%GP_mZs@nw-vBb}Rw0W;wB!)N z5TjzUSNZXIA7943^nXK*r#Dw9|Mtf&ksu-=h_`Yp9V;Dkh;8<4psUZVb-$?#qp%T! ziAdB1b$5t5hjOzR8iD$*)2$e71R6>Zt8%DEY$Sg2KWN&b4Cqr8h>8`6#((@8#L}XktLaTS zryU~vMx03nNxOB%uQY)H>VL7pz)zP2nhY%8WH@)-0RsdY-07d0c5ee-ah{%=QSM%u z*8so2)#K3GU!m!|?O$6+?&yD~(Fj>ZOxK05BApxGi zJr7YET6WG{j1#TYt(MkW%SPIA4dOUU&zsN+<{}nS6r*LQrr)v8tl?2R`* z6w<>(odO>Dg>%+<`=H~%Re+D2bI267Gb@WPo}vT*tKEȮck{9tEK*~BMoW% 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-300italic.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-300italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..2f545448418cba6668a2e7d49e9616e8c69dfd15 GIT binary patch literal 40656 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 bQBM5)6s%p?oy_T)fR3IrepgG2|qH4K6n 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

D& zKmG7e67!kl#@t`?2092GluuaI?(wqHGc$CxbhOu&-QklBs;yusvX`9XbS$sFoH+FwvSs*$VNBEt-3}x$RNG$?<{E4Ybo(b3OQlfghskNz z9}K5Z3VQ3758HkG0jW@{RIXI$g7RShkH;@~Tu&=BS_r#d@9~%{hig#_2T@|P9H)w? z=gh}5S>q^Cq)p*cpk@GaSXq4sH<14^6;np5c+t|$J9x&lS&Se9UXJl& z`)tC!CGF^PM{9Gle70PoNpUr~Y%X6Z!}+OG>@qySno#@WZs|(!*Vl)pnmp&Xm-VKQ zd#My=>7WO!yH+kA!}m@QP$?RL){Bk$Qv*y2cO;BUYachhU4q|dA!Mv|yd}&v+!gE% z{DqB_ousX_y~Gbfu*tQR**BQz*PQqTVG6mV8#<{f+pRkMaZ3L)vy(`szQ9`Qf3L->DdXY}1dMc^^Csk2NTKs7&QcmZsc@0=Q*+*}0+ubaVYp z?_|MQ3hbnc(VG!jcF*kMaE)V8EC4oZFthXNL(^I^9lZlOJ$lJAO5=PrN|Oa{fGt+^ z86n<5N4dk4So5{kLjS&dhC18h8m3KH)**}vqTFD5^iMTKEbcl&5* zW^QC_D;06l5fzsu|eN0BcF>w|9d0O=b_CFVJ+E}_9y>Lu<@sRBZRB_KQXt_6*y+3*^M zE`8Gx-~2b)<#e>sMPht9=HdY`yV6x{- z64g$bGMR7NOT#uSC|2C5PQzyT^d!Zjg}qSQ?g6h$P4ccGk1(o5QhVy0CTs#8Vc)~9 zOq7?zT_f$!BRru4nCKiVUdJbNGaH|)2T8r+vx5vQZAuho$o6xH5)jXZGCov~fcRfT z&bKQLJ3z=#;>0N62R2Ai419Sb^WkaElLsFHLI;>$2KQ0{9@j2ZT<&_5+_Qnn+unjA znR%4OQ<~yW{LJ??8#ND;4y+f5FkhH;oGaMu*V%`Yil((-`_{i*wzrFu0@>r@;Q!@9 ztG-5C$|o66q0!cO8N3oR-ZuJgm%HhR9u|9gr72nkgf z`o9%BG~SIbmXx=T6}XWG!96o?82ddt~la{g9g5aRjJlk4d!jyanU_J7pF% z77h|AA4MVw=oD5BKVh$ZqKjco|ES*^`7lni8w`M~OOWG;!0pS{gxy|=mLhl`j&hO$ zyh#a7>{8aWnp$JtTk9*E)-=y}7@o8Aa4GKMcm(?Dkj`*yw&d^BbmmXdiwG6W=0S!H zhPH0Do+Bm19r|tQO1}!sqQwXgXJt)nTYP{voU&oA`&wBCy5wXMu+q{aM~Pnu^`Xm% z>~wKZWVqL`FH-T@4e}yAN80yR(3BfT^Ox^K6v1kT9mt8Me)EpvvO~*=Dzl0TbRG>Y z021OhH){SbYUb?JJhVvyjO_=O!9SzJSr7p`)%p3ee#i#M@JWL}?M@`DqCi*ZE@Tjp F{|Bsk2y6fV literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-600italic.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-600italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c99aabe80340fd88a6aeb5729251e76c9a6f35ec GIT binary patch literal 42120 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 E9}-z&tN;K2 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-700.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-700.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..421a1ab25fa88105ab776552d7201205f7899841 GIT binary patch literal 44988 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-700italic.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-700italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..12ce3d20d1ce2288206e8b4f31c20f76452efe37 GIT binary patch literal 40800 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%0DER>;wf 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%0Deo9y(?}8?riQx3p&>dOY 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

33OR1_N*!%ylDDa|3D1;gP8brBkv%FrMeyX$5% z?wU8WG)fd*F)Op`gT>(p?#OCYCID&>;1E-|?d~KsUA6Kyx;m2XpEZVMYbkmaA|kn* zShUcMXEeFe2Nq=;{iQMVeQXz4sO&$Eaa`7C+bh z&%{WeIR(3mO}b&=8q=#Pc zk%D2<-Jp3kB-pWy5Ssjw93!~MGwS2hEXDl<-_M0DYht)x8GaCxj(+nJJ^v6bl#}*gB2!l_G0pf4xy*5~Y$_&gIpP5MBD7Beq+~~|^Gx^Vg%2dOkNt$Zm z*%#*MXvlAi5}QfR8WM;LnF5`$^&0)0CMj{-X&8J0iZ6@3g#Fz)>9|uY{Sskz+=WQp zm(vr)l(Sbv6|JQ{9l_@2Mef9{MZevY3OD~ypX00Pe*UTJ-=qq%zm|MW?GJ!dw&Zzs zf4}{@_x}FTPR^AB8!nZ{1I)27-j47m<$n+R5NS~W5oJ!vuB@6Z{rr49S=i9iGd4_| z`s!|GOsK_F`mTWuV=(mxDRpl2jUW*>;x0h&b&In*GjrqH(IbcIqajOsrf$zO`BA$w zRkbGg+aXXM%#Tj*F9ZY0^!AoFa}-v*nAuWr_;LRnq|f)ShXSNDM{`oT_2o62v}MIc zN!goRwN*Q@9kwZ}C1?9@F~q}J_id9 z<%w&&3z4mJ4%=X6(j)zC*No8~_2!Vctr__on+hO-X~(OjIKCvK>mQ#Mg+x?XiQVTd9-zuN_o) z)a&A<<$Sw)M@=03NdAo3`qk27pBsO4+{W#29e|#u^wE56;m`7*>ApkTitf(nh)?iD z%NJd_(}i0tRv|cB)hWQL=4@%n%cs&lNUz7o-IEIXH1aw+O=EPUSR=>MY5A4dou2TY zWHWtDL_<pmJ{OFDbR_}3WQOh;SN7aKQ=OiPIzsJ|Yq$&G09PFr#4}Uc$`7>@gYI%bB+CUYH z+;-t5Mpq1!VLRJ#)+qnoGUmi_>D39|Dg~!@S~B4S;qd8Q7K1gJFJ}XMTv&w?AZB|4o==NFQ3ATB{v=j-CcJ6O}Mo z&XzofH&0mPnn3Kgm(|ppPGN(k_8p)cC`^hE%nD+hjgf(gfI7igtoEb_Y2iH`OCWTYMEf^;c$tiEysHBvn<_t z)G2*CrKT3k9bdWiMVI@af(?n+k(C*`4NbHAo7x!kG?h|ndrT8Y6~}Rn)mB214RNU$ z$8@_^W(-+1PIR+^@o3``*Tpl*)1h<$;z+MXJdR~@K{UZ9 zc!_3)y~PTXSXNAo&<9&Gsx_26N^01ZjolN@T2YL*@1wI_^=~&TyoUk}*zU&Ek!|u5 z+ZFdu>rR?$Gfolp_TP9Jb=FIUrw%2hW=BT$6|Oto9v&ka9i{OXSMx4v91YCP*LEi% z3YvMKcJDKB9+;io%W4nck8-0T&Bg=bZCtseMwF$Yt zkzXEPdtnF|Np4dUF+EK^SL&7Yk(UqOnH)EA?*bOvo%k;do)2cs-+%;f1rwbE5k9$E zE;$vWU;~y^xKAE3>4W`?1LJ9#mvRLnvq{Varmms2z0rB4S$4SrN(D`N01Wq$5ISy- zjqTR)-QHgH(^6Z%RbR~H)Z56a%gHe`(?*S?*S3=o)+K#w5L80B_1_$LgdgHidVKiC zFoj>ns#Lon_frXtx;UsfbfXMT;@q(Uf&(|kuf)IKi@I+d%b@u^{EEIqUz*cONR`wU4SU)re#&!D&Hqv`b#9V{HQJ636sXF7ISDQMu- z+S-IQ{HJNd&ZeucPvDyMHTU%yq*TY*=jlew&cUSa;!O@lXI*2W9%;wDu`DDx>MBB{ zsV1s%GDXy6Ca&}w#wX{D5L!wj5k##TZ6OO68#_B2u5_Tw*4F7Jk5{86Ni8Z-U*jLG z?oMyr+#I2DVB}GSP)Ov~9VUix3QWDv1`hPMPkDuWw7N9yq|}0}qTj8W$s~iqE%@I2ReEJR@%ae`v%KkvQDMw!NyLR+jpX<$C|}evRaj>{kF*TJ7cSI99^gzXla8@ zl?u)yN8Lh;=AvPoRnlqvOFkF^fa|sb!o!=0$sC0z3JEAOaz1kMRRih3JPk^foFMss z+7ADyzf*1CjYzG;wE+=9!sU={ZT0aMAJLNRWlF<)olE1eu?uMqpu6 z?{GTqcmmOq)63GGj&7EU7C2d;5ZxK7di+ai}^K*_766O zzk}L3)^^fED+ag0HI;2#Js*x=d8ha5V&}_xhT+SDD1^h@rsipt2 zErJMH8HXJ5AE>M6pSJd#>C!2=L1(w)ojQuoWz#;nu9eF3@^R$?$V4|@-R}y7I+*Uu zI2Pq{^rDRgXvWCiRsL!PINLx`KVRPzx^+s`Q3_}y$!;cu$#z|@UyWfBp*g28*Bq(?GVK(OilJX&$Cjuu!Ek#7!y+s+fEgkWL1KxLLd^GHF^jn zYv`RoLx4uLtPop}>^qYf1{BP7tl6U(_0+lhk0asWUqHI?tak_>TqbRw)l=Qmj1mJ}s?V9&Bs!Qt-QR!o`D$cSn-H~c8SXY0=KG_GwsY-k$$8~ljn%@^ zC|zXCt2?)18|i{Fjt!17#;JR}yH;>F@q{soFgI4&!t3;F%0#7&7K(q=CTx$0<}qe5 z`QpNf?y)3%X_8dTQJ#led_YW$CD+A!G3U37e?>hK*Wc!iIGa=;iCb=y7OM>0`obF$LOGX6#s#VQ>;k7jfEct z91#z&c<1H>$juyu_!dZuSmLz-PSQmjWBSozCIo0Wr|27tR(V*(iW@7$H8Zc z#ylpo-30c(Riykh;tviBJAwJFgAtF01>tBrHcfKrGVtieNU1RYH?i3FE?3U!2DGiA zWyG|AKH_P)0D$6p0)fy)%vvG?nbL_xkbHyI4Sg5^RP`APxwV|C$hw4-$KDDu$)eeey;#YF=uIgxe28NYN3L!pDozW*a9yh-oPJ%{^l$;T zd87Fgt#nE&GZZqJ!k-Y!r5Cq1_ziHqB#l$!>4#%MO>t4%6K=78NcXZL*O_x|_TG6{M-(c7|#7 zRZBC(Mn_Gkt6%BD5TI2&R@!7A;-YH2(!Zpf3z0<6lWg+ zU}Uk!o&&fS9$u&^F|OKkfBicpMd$em!nyE=+RJU)eFNwDP)%q9a!q625a@)3f~z|O zB#|z0*P7iyA!Y@KrM%Vo*cTA66DTSaK}Ia-OFL@Gjt(pv@tAK4Ja~AGV8ZNaPY+^` zd8F(%-fZZ&*)u5Asp9Dg1@gUup6ckq5V!L}Kzmn-G}SISatM&?NPe9eqdM0h{u-9L*a{1z z_B#7G%E_gM$6$LZ$J9I>w{wUVsE%Ik{8p}FTYUpf51_m-zMD3Be~v9I6>3T$Auz*k zwtPpcO`V!B7u}NU?h%3ii&zR)Rem7+qBDp9u${Zf>glp5jc}MN^X6_Y2D9azB#ps* zzO_EUG)}K+on*2>nRzub@Pf%q0F5@ntxgfuaj}j`#@x%JyMGa#;bgA(;Cnxri}K1Q&Bj;lHOc&tH~{Kt&EQV z2Vj?=(aX?6$;iU^@E-s&HLNCkCfSK|ghJf@SH3~}oVgu{@go^+eHn-BLHzVCGOKQ+ z&trsz(ky3KyIyU`z`pZUPKWu-d#7%*d_dRT(hSpqyQ_v$Btb}|lF#3c5KCy?E`e!! z|F!Bzha^SZ)%2J;F1|W7H=Fbzo~S~qyZiCqaZXbPR@od=Hp_E%8i*|zI!D^VyfY8S zSR>5d{KQ|RVUmLHqHWl;(@pgB_LCdkzgKkIdEn(xlJ^U&g*dYUYK;H^Q$l}4-NY$* zunOR9Lp~LUEGRc2p19+;|m;=6j0I2s!U8a%Z}cvgf3aK4UHNV^8;bV zO)cuB_)dhRn&85u+Pz!UU*+qnS-0*==7UcAQg6<;Gjl+??xEr1R3j{irWL zU3~W%GS=nw6IlXG%nh1IZwr#*rJ6vCeMMV3MUOa;{=0|L!hbK2NN>4wN6d4_3&D52 zVi{h;qM8UMB6qltS_VG+Y+nLmWX_7yb6y@O3qdViZU=;d(hi}RUW0a@9nyl}nw$O& z+5GkU;}NgiyQi;7puw!DZRa%SHvv;`QPwLxXLv!(!4&*^^J(J8$b@WAW>?KAf{pF! zyFmO-Eu1$7Mi&kC_SDRI2HYFX{&BHbxVngMgbng=-XV88@?yE1B+#j7Kn(R2$S`VDu-K7Ql#y!_co-3n2zPQQ9)VtX&AH}GF zQ$2HDf@8$Cb10VOYEsX|^KQP1l7%U>FI%#6nk$;8Xn2Z`v6SDlU6>#{GcC5)F1rGV ze2qmaQbtvV^G*cs>G?0(2B&km_2nF~R}*U2r03ky!2Nj^r!&o;H4MalEqux?H_}C65gS0oJMlJYL^PV}1Y29v3?~g!mx0NMcvoep52YJX5}B&>N6>ws zlv~46k(sCgvw`A>3%UT9qB6!3pU^!@iglidIhw_82_kVe<`h1X?TM#=&Rj{U;M7|T zp1{uD^8sK%-S*r!&f1R8huV7@GRzN|shJh2K;ADO&pwm1B@ilQZ_s#su?kwpl*l?muU|(q|NI zNMJf?vW%UpC!FyveTO8E(tldmzk`R$!HY++-Ei*jo*{$`rjn!xZ>>mr4(Dc5OVhLgV>$$)_9^3 zsY@!;CrPMl087kFjR+he)dYf%|o1p5d?&7;$-Y{LjrUO!CVDi z_zSrTs&FQ%H!>bl_VlR8i}w*@w8`JLkN-r>z*3`lOvInq)wb4#Z(C%`^Gm!^rFVn> zqIp<@;1U9g_usPRUX@rGYM%M0RZD1jLdy$*WR$jQr-6CiPHz!K;R!APy2>^I9oe|^ zmm9~KaA6zfjmRyCoO+HilDJH-9zG%nLQotK(8R=UX}~M^uq>fbEc^|c4eWBk1z`)H zzSnSx#5;d&QMU9KKj<@}xx4-Qwx*lYKG#_$^3rFs$5<*`fIcdJ=})?f^Mug_o`!@9 z53X6jR=?ybmS{YhCfj-|>7U$6P93AL@Jezq(Lvub_jOHJ!zb_a3^OV&vK@WF zDX`y9LhDLEzdS&(@-&!^sZ7)-N}1AF>1FwBwrS zKJJ-Uc3A>j;#qc6>!$L`zHO?8GDtP2<|5Jy(cZf3Gd> z3WWamMqmVxyxb7M?QVHX*$o|su-x+NQ!rxwwYL53C8>eWGus(dEL}pvQ^stDTn@ah zpAS6by?`LNoOSgl=7SJ~2v20@-}yEefQSpqJg2KmK(1ybnBhiN)`M?9$5JQ+Uc>ib zALcDv^ppW(GfObwpYDl?c>f|%9_&GRlP9w>MuZ35#s=nLPzMm89pTPvTn&4dW&enG zfF^@kms<#hWh*2tr7j=t>d*ki{faAh%~PiSk>YIqFdQyX$j$trTWVWOO&h*k2UMRaGx)n|(v!BlwdA$udtZzD!LSU(2>)O`RH0 zs`WC>Qs@_R3wAjn0;j*$R}0=W2inj8gqrO-Zire}WvVa7t}rcK{&;dDTmzl2ks%~F5EKCMS`OVu@&iHt z{T%r#)gu$&ZZBE%bFsh0x#-MWet?e_7_y?cBdtj3pGaN1iVmJfBVLhBhBdZp=*ps8 z7!ZPatstG7=E9&-^iaf-*uf*iEkrDJx751 z1&vHvFbHn<@hf2=s5WM(w{?+LQDELkWF*p)kIRpq+nt(e`oH!b1YF^8pSH5Qqy)Vk z8gU5VZ-Vpv)!(u7`oed?Sv?^!E^zGlVDx@%;OhT@mmR0*1YhAl+nqdc)%_Gt%dr3z zK$u*%LCi)ZLUd#`o6L6cWG=4)iV+Pbdq|;Uxg*bg+z8Ew&XDueWtVkOYmTQsDdP~7 zh3KOfT4N-iBUiXLkRNmFJL8Sh0)?Tz{_K^WkCn)3QE|L-Q!PHsb|p!HeB0O3G97Ew zo|0Rfa7?%*&)<$qyfs4tz8=K~w{L;j7Rxdjdk-ygjSFjA_ujy(XilsZUpE=mT@sww zk|MRJzq8W&mD4W*V0cS9xza009@Jb(S>NRfFf<;R_UkMYWV=`cu8Z~!D02+V6C{N2 zPr*P_K+Kz2yT}6^jiUf>##$t8{tmw#x=I3XhKHGIi5hJ4>=*>o|hnAQR^s07O1Nb7Xle!K8y$)2VKZ)*+06L+n6zq26U^`VFw)N z!ER<39~m7uSgo`-Z{Q!?&}!E&h%S$z996CaSAKFOg(wvYme`{l#g(|6D!6HWTz8D7_N@jp8Ab-Yd9bl3`@;vG?M^G z4=|mF>VXOc;>02Z4Ty!`=)q+61p$LXA{Ryl*Z;VM5CsYVLz0Ee4@QE=gj6672m6H! zCaI7YL5vNn;jl~8diG5;C>$z`tFkXe7*CoYMTCa^L&k5|7Ydrn>QOWx;r|zw8Hq?d zFp1V=R59<6RK2``Z9QwV^N(&HzWq?d3dM+FAgacYm1@>q(3p!?Xd=zr=*zdvVjE`< z?TUp}K}5E1+5p*zy#OxPR+_%W@dx?Vc&TZszOP|xa!RIL3Y4B|^3w8pM*CZCP$sr| z6RTgLtcrDqg@E6SNy92;i78LhN0SrZwo>F9qPze!=I_5$D%ja`iK*|qlJFu}xi zMS{VyH3}7r*ww%788a%%TFR84^6_?c`Tz+c zVuFP9AxWZQvydC`9RNS~K%T;qM@{YB13>a6Y2(KaBcYS2o5U*@aH8$V8-~uW_s)*4 z4lYjOgpL1k^8PUXDVMQw2aOs1e-8X#fuHeK4LtvGsa(mrk-JMEK!+YNp{gvyE-mG% zRgaVk+vrZzN!lud{Yn+ZKwRg%r)Nd2ath_&bekxkPqK8o+N|`_>i<>iQ+Q6rdU_go)MW~RgQwkL? zTex}!&6za+Y?MUCk(lOx%=!u4(}D7sJ=0d%;Bq?cPlnKNT=ODE1UeGYRFvTS9E6$^ z2t!l~%O5aK7zt%4N(!*3uwdYyoLYD2+|5r#R`;;Q z_$Y5@Aq6@h)ld3y5unvFNM0|u(>T+OpIY;&b-pb_BqhFfQ)wlhW={#g+AMG_ZS2f} z)*qs=0m~Ix^S?4Kh{ynV*{JIjBKGyF+90r#wkw6=h(>m~C=LSh{keFdirB?pLuE)C zQ+Qf~kvD4&Jq*2DVe>?&OF^Lud!^(KtoL`$!?s0?o7`P_C_3g}@4sm=@&e1BT^uy* zNs>(fj3m8}s_=#-=OGA8r?#pt!MS)LnORb4r%vDbR;JQWxDYO2~X?<`6#s#MN zky-i|(w%dcLZ$azKIOo3#F4sPo5X#bHg+p0~N&8>j z|MZ$K=rm)k@=n>UmKL<~NlVvGcU`lpLqVKWYutw@X8OVg~mrL(#JQLd5Ju%*ZWCFyOeXODY#Fsf(0e+~bogA3J;RGGT z{lQU89l)>|3NHB|{*07xqQUhbVvq;BU^=&$#?eqj!HB|;Ytd;;!|-9ShQgWwPWbUa zNaRV5inmJARK-ac5E_coe8Ry{raCIW=9w_XQEm+sUc39I54SkPrT3`Z@gT6 zb%5uDaxUNk{JS4ULwsV#o!gG@Q7;b(>lGz*6#FsBybLqoH!7c%z-rK*pkrW2vYTjA z5{arFC7^%UfymkR)*MhHAM1?jI_-Gz$|GcL)G*sDrD3xzsSz#D{4kSmVt84>BWc4H z_Cg293DmH}m%FxoAiFVBNb37$q{Lu9-SoEFSlAyP5_CU(@8P*KB*o;gvWF>=^!*XB z*DcrqL-;gEdMI#(aqa^pldD-?sivri3Xv-P+ezR z2N?Y$NAU9$P>K~Xa_}I)d)4!Bsox#5_i%I5L6vgg!PmOkcMOaF(e&{8;kJ@BI^_9^ z9H?pPwpCOW3W+k_`Zs5O`1m&j*nd`&h_5(iiVcWZmJ(%Nd3{wUkug6S=8VeLrUrqq zKbV=msI;-J4PEfR-pE@TJKKt;DGY}^Cb6%<|F2Qk|Np7=`tKh7N2{)#Dp2_U(*}vy z#1_&CVKC(*C7MAZt>?lp5PwzD)+nzKX{VsBisvj?E(Fq9!n zv#tb-wxieeeF>e~FICyF)ja_^)lv{cXB0mAV4CkuGu zvqw9(0k@`iQ*ZgtY4jTx@gIolL2s4j8+V}a-V zrhrhosQ&_Gb6z0(^DC%3vzz)fDipus`hY8zTk;eI{rB^>>D^%vHp+2oAU!Fh)_;aieTn!kvHk6K;X`?|9^?!S4f6zDKf?fYEMe?1v(LGy{290ry R7pBogwbb+jh=72A{tv!Pew8T0RR910H16C5dZ)H0bbw$0G|l}0RR9100000000000000000000 z0000QE*lUWfmQ}!0EY+&fi?+`U=a`sgtQ=o;T8*y3IG8%0we>R0t6rhgdPXF4Ge-n zTOKWO1>Lq?tddA~!c=vqY|mRPm~Jkf$3alKaSOQXz(O&VE1f*VsgrOuq_d z>7|rXFs2MDsgf;tWK`v$8XMSJQ`@!-j9msLqK!39ygWoX{d!d`+Zo0Wd>RJ2A)Wvj zcN3}a)A=?tyOIGztUP}yb{JP$(I-%VZB~F4Kn3WyyQ=`}09RKuSM=BtRCykNcE+$J zPbgm`DwT-((W|0QNFws&d-CRcLyR%=Z1yu|k9{`wd^Y=Szdf&Q_P%#}?`F?C?e*fN z=3|!my?=InK6ZJDNRVO%L9ki-SP<%MC`KRM66lz5gR1pzdETG@sVn6WdQSe?(zJ&Zf^{L-J%ODvLj>xTzCW=U>UGOcbM+&UA9Uy81k~e z^>QC9VHwP;IO}whMP@FLy+Lx_+Ny1_t-#}V+dH7UyC~4vk7lq^Nir|n4x?WAZ&(%s z1E(8N*8)m3;WXqpkM{2EodO6zK{g2;?+A|+Om6E4aZC*L38wjT`(bY0w;i}hO2q(+ zMPDlb0Vw9iO4-2h+&{P?h-gxb216H2*`gnF*6;4k3Bx>siUP(9DHr80n-A~fqSg6% zNxEw_LL(4LAuIxUP94*MnhxU;{!l_gyT9Y14A#c?5orS(-=lpw05?6yRwHU)V}sRJ zYeX2>AU9fv@PGejzHG{%;tD7+Gk4)vCgF4YT{OeE(~<$D5Kra8A0|+gkL5EwYM!*W#Q@6`+u_ zVh6Stnv;!_HUxNhu(QB{|2WAW;7Y8vd#9qmYpSZiKjm@iG^o04>C66>IGF@o`Y>$y z`%<;8zX`O|R9KUy?c!u|BDGPPIb1AyQ#{;KIOgv6|L@-sY%~B0XoxZdN)`wzG(cH~ zNNSA+WDP*c9+IA&pxIz+lO|^nq-+ujLs7KlkR)xKkh8+X(}oalTYK8;HK*Gi4wt=L z(>b0NdTa0WZxZPle6uKP_$^h4F)uD+W0c40pcQq#dTnCu5qJ}bl<(&Rd5&X{MYqkfW~HY1aPrSRYtkw zRnOz)MA;s*!hta!vjQ6I;4sY@N9)ByQ)Er$3IUs8O!&g`Pq9T>wptX-g=^zbF3|hU zPUSOcx`mj5-UU4}8KdH7VtHLg79@!>DU~HT5&yxWUsn|OZNSK6Ml7__Pb3)A>f8RP zZqfWMOVwyFzBEspX1^Z8D8$53lXXBNFIWGn^^69KxkSY3%(@boAVqR)2r5p*Q0$IR zQBx*8kL1}rpAXZ(uYt|u`&+8hDuae>wasPM-O8%JxP7Pob=TAJrn}q~YdLsX^r&BF zp&0qfPnTgqMug77#=*%&A(hlK!WiQ=bK`0pch7#aC?X*#LzF3ZG)W&Xh=g@jTM46y zNo;h{)xZWhQetDAh>fu;KE?lY&TzOh+?~06&0JUG>awYEd%4zV#HSx?Jw6i9(8h9B zEa=2Ru&YZzfBLjh=b)MRwtQS8S{j_WvU56aQ+wO_=j=7d*bPq5$TaGg1yg^j(HyNu z8PzjsDgP~2N9{69UfGQ5yLwmERd%^mm7>UG6qV9G^?e&_gF4*$tydqkZdcqDFltZj zfbA)a+L7rW)7tiD{!07HhuVKf);ta^?0wuvjK11y?~Z%y?Y=MvxpLvio*hdT3~BNe zAF{<=#pv^)$HVyFz8-$T14n3>1}>n-Q$5c4I{4@I?&fXwyhn`63dv_|@tHp0bL|le z&a=Ze<-F+dxo|jRW0+w%%=1#_MJe~PRCrY?y)IQ}K3oBQh*K3uqdS&IPpl|)g^JGT zi~bmhl^L5YF%~aNQy~|9Nlp$smJ8A|WvS@H9EJ6m29*x)T{4c(+r>cSF{-aU(Y$U} zDO|~ZVtdbYef#?5^QVs=GTanF{QmCt=HmS9^yK*H zaLus}-dQoM|LS3KB?5R@gXz>NYt~%%AAKZryD82~YA!vrn$XJ)?(YYSYeHT%l2Pwz z2~M=v@{745D@o~!xS~s8$L8N3rZ2d6+-m6k+c?6nzQGVTrd%$lR1iA{PAf!i_fZoZ zU%YdZm`O|SEbV}mBBnDvbteu)neRj_UrQzlD(g$97$ov~r!83Zj>>^K;hp=BCS|B_A*0X! zDpJJ)vVI^59JA`cElVzac&CX{ z88}t_(v9`t^3*AZ$Jy*Vr?e-)hy{-K^Ts|0?%Ey{eUof<7`V#`gDK-vPK9!entC8@ z7rf5uf>bTj9UA*BOCTYk5^XDmN6+djA!^-Kh(~QV(yGXH5XUnII&3iKyLr=Y&54mI~v6>$w(eVZYR(`LN?q~b8SMHi1dmqr3pdXJ=HKy~(5I^f39 z4&hI!Lk_WDB^y$$eRPp)?RdD=nzdiMA2n^nH5$d?XJ}Y3u?9uaiHKUbl{&6G9t_rg z5A_OGFN76*2U9s08Pe<4y~^5B`}1RJ2XJ^{CnjA_FNbt!xNX8I7o(e2b1Bcr@VNa7 zYr2SMNWNbq&VVZ-xTbe3n6X~J-HXdu;N>DTzf4vt2nVb>wo48bQiaM7c+p*Z?V)Q; z#b$icUPvB}#P80yuKk_CR=T0+Nb1`hD>uy9=qA+kB1mN?%K4QddQd`?($KGh+QmZ* zot4ZHQB;1^t4S{v=Fsi+t|=OfbozsWp~k|AgSb?#4pGaCIbDxASSNT z=ycLMgnq3}ZVp*qV#kf3>yye|ah8nEXfQ9|t9YZw+H%s|PpT~Bb z?^&Z>vd*TEESV}qF?pXYK>7ec_ub+`OD-SKI1OCZYRY(>43EW)rm>q#-lC;}MJWcg zD^9QkIWOfiNcUu6lKyV~&W!|CEG2J8!_nlycshu$MIp2Y6Ly`Dq|aUK@rXmD`9vMT z4*smuAfP${b;*R2U&V|suH(9UcGtfk49!Uj7=AK}5$g=e!I7T_gcHa8Nnea#>72hC0O7Jv`IlM-(ZzAyumhln>Wk z_g}A5Q9{Jv^yD*2j7d2LY=r7lR&fe#|98p7|AJY2vXj^g{XNQ`H^O+yOiIg0)aqP8 z+VO)h7_#!&S6JXWVcl1S+0GQEpLfmb$AU#KIrzyz$~z;GLecm*Q#&vwEw>Yc|IBHl0vqMfcxLI7VK0V8^KvJ8aFuxuK6;A^t+|<7AoSd*e>B*6|ZpEeo}iJ=aq$jK&{MvwNPW?m?PmGXoz5Wz?Ur zcEcFr6O+~@=V?M*YJ`~3K2cUQ%X-Ph@_jF%>=oSsL@z?AviaW|e}Gmr2(sbZK&s-V zBoK%ux*&0BBHFB?$!%jE`daY=Azl76#ypBj27>?^ib#$4gw|g3U<}L%@2f62D_lFz zXS#O zTbRLYDss*fkw&Ac!=n=y`)0+(Vezb+Lw7$!oOns8n8Wqra9OzJ49jl6xeSteBm}m? zB)oLi@!+H3vsqrwW$qD_I?7istqqof9XpxT^?YHI-7i`b5$P9&^GZM4?H>ZxM_MUL z&8hHkM!+y~0Euq19#AO_;$$RuT~wr~B5yx3g%wd_hANPPsyaLUkU|I6mPXv0E=EAt zepg3mHz#1t$4{Hm6-eII=bCk@5U7MRc&kCrbQ{O zbXwUsJC6qwqy*>YxqtCKwy{_n(hJABntR;f&DUKB;cQ%{HRU5dF=u>crg1#XDTHw< zL*{Iz!I)_phNcmoNY5eqOfI5c8U_SP<9^UyAl0mT6cUW)gjovV!SZ$bfQ$UCU1qfdM z&Cjn0T$3^;(mpCsM3Rqbo&*~Q)1SjP7EJSyLyk0k5^I5BM%4j|$JlABk+aZ(jZxy9 zfyUAhdB`({yjpcU4n_@E-Mb)!H65y$vttLWQNmp<#b{;Yb|5N5Jd7!QAdU`+q*te0 zmLF#w4Ro)G;4S(MnK(%|P4G_00uUhv+21X*Mwan}d?a_$XBkwKL$Z9pR&R5%OI}Qp zRE~3oeDe5Nrnk#hF7V3lBADJEsLX7vsn5Z|eH?ZIE32CWhr`mdk8e8X6q|q@b+Q=M z_xGhQZF#{8DI@uWvEE6L^x4=Wi$qC3cvX>_!C3-p@G_F$U7)U^prJaJa3&`4Jgy=} zjLmk2LXl768cFrO<1KbJ1eLA)wKhSzV%-RoHU`glBIwpamd)Buo4LtG4H^-;IK4YZ zwsQE;Y@wAN_X|p_K?W%>rkJ5792!7;DV1gZfHME->PC1(4nG#^=yb7)MyE+x%|hnj zo5C_o*HB-7=^#Ts5eyTM#18M79{`CglV<^k-FKbvUanNPb}+HbAtx)L-I#dlF_rOvr93U4%ukC#SsZBr&@*H^*)GeA4QsF*zk3G_aXyH}YwGrH%T|k5oJn$tU07VMyR1K1Nhc1$h9X;SgB~qUjOb#)WqF%Bw_Gm^# znfX&()YWtv%FW)|0|{w(hNJ9(6^V!t8*nik$gYG2Go8PgIs4Ic6cOr?2dfuaQFZA|D zIX&wZsw|URQpZdy`wRQCaCxqjon=^X==ESKB+gQ2SphZOLak^q8iAzI_6HVuNxhvEn zbn?-0#!2OO1-K!M(r-@;qXiWvfdlq%$oy7SFg0;6 z1K8>6vE&;85#bS__t=L7cITv(vgbP%t3;PzA;YIWM~Ft)Q<&E}YH{LUEk+^O{iB+t zX)1KA=J_ju9y-;ThlHUALKv7@#}-K}lf*@}5DLZ~F4Ko{b+cqCkEyYA`d{S*oM zFlYuQuX!Fi;{2fzCTw)zrbFrhr1f zIuJZ2B`dU4;su#x6a-g)Rwye8JOVqxJJNq@aHWq(VXlA}e!?086F6zctWj_g`Lc8w z+Y)l5b!@G=Lyfv^DBff(l)_Ud9->kCqzJrmSLHbbXDs{`0H9>WxJ~h-7hW8OMZ<6&Swtbnxa3zl^E-Ia$=H4P&w^uk7S z;kIJE>jWDxsuhTS&ziC15)#8OF0qs73HsTQOd8AGvXu(sz4?sG1e4ZxnY-{(Rl03i zrHJw3xY1Gz!y}|}`A+^5Zy&5?d>9Y6MI-*g5w*BuXuH%WEzbk%yxI{eT5$$p8S*@` zbfgy}6W?i`G$FY&jIVdts(g>BPm3wkG$h+z`c zd@yS;#fe}TQe~bP`qeQ}um|yGNnxpI?VpR6x^32g!5;lJVMaTqqhWh1(%IP|RUy@0 zuMe~nsK&QB#fk(OyR{1|F>4nAfS_Jh6`;AMyc`xZ;SzPYEa}-w+42z(b~xt^{DGl z&*t~m!axD!!!VbOdjSlZ<{DZ<&ZL3G=h`(?q!|#LpFG&dnIRE`%iV?=Ofw*u zJ~ee`XhQqp`l+VFcnnJq5UkEe=QB2&CW8h|2smh^K0Cb__svUrLr2#TZ4*s`$aSO0 z;$2h)+WNacx}Kj&QFpjX@~e-#1O1;!98w2k~C>2 z@=p9ku9Fa#!v4ina@e$`SQce=5Y`u|Qr#akBoqEQoTnG1Pjrl@$!5MBOtjnu6sR5L zQtY}iYA*v|P)6)iO_o&U7a>9*W_thfolrI+Imw~WDm&!NWdt&3(ak;jFq@TEAwz_) zaw_CxS#Ll54=%I0X3( zMh{689z`-5h?On(MtxaC^g7dR7ddNrNLg}#{f|FgGN^0a8!u>>K*M|j30#8Fyh$sz zS`v^jxM-7Ry(yhG#WS{UgR*%eUoXcwm+dIC;K97ZW~X2t5U~>}*_K`i445cg>~Vqm z0vmg@GF-W0G|esUvI`hLyj(hHZq(RkOAaX9+Lgtz>xyZxd}MVC=O30`TdWAWIyzhR z~4)E-E;yM<7AG+k_ki4?oTjn>r!7F2de^ZHuFw5{5 za!Cy)!%Ex&0B#k7VTKb4V>(*etidx?fyG}4yYMzv&!2}BIH@+r7TjqOgEcL6XsrU z-jT3F9Vw`-ZcGeOs70F`6l77mGD&TS-qB-?kRXOcd6}HY%6Qig`W$W{gCA7KFN(RA zl$L-dUrskt19!vgBKx*zNn$qtNHskIgoItFUg&ITsY+u!-gr64z|^#M_R=-#v%%!^ z%EMlDz-NTQX&_&PWdQmO{0)TOpf{d!>tRY-l2u+=oD7c^qb2X=RuK*C_?qX%$-<93 zaWoN^D@vSJueHdDK`ddp@7#uLZ3=c@$W>6YLXbiV*vZY=f6nNDl6X?OyV5G?$*g zv_Lm29hfWFI9R$Bo}Nk9L4y`Emvn*PFi*VQ`iocT8pTS4s343~mt+8h0lmRlBcnDn zb!uOQ+>?tU(LFwH{VINK&+h~)54 zoc!#0kI_VUSjeYXZ%%w{A_BVBqT@}$M3cev%y7%nCI(qBAS*ycl=Elg<^I$RRqmGk zyXJVgyVsu&G%da)yFURw>Mj=hd;u2_3t-i-8@jht9}X(VBR_c$hv*590R!RNP_AH+7oo;)`nzkz6Iw8+X zGHlz6ME~xH_!$&DFfHx01ZTjUNAnnW8qruRQeSOWiSVeRFI244y#?}sSUWB~td;t3 z3E?X%&{h)^k-o$3t#dxnc}J>x7Q5JN(1kl>t-3U!RViB35l-3~t2{DGS4eVWu6CJZ zdBNTHFI2}B(7*s)ajWQq?V~fH0Oo&BF4g7}Xuw1A`PHyioKOtsxABVwc2QN-mAr9E zF2w`i|%xk zQIUqO%Z5mW?B{g5Cc(G3SGF*?`Zt6`+b0ntfgG>l0T&9$b)2Kj%ICu7k5_Lt&fmxIq4hbh>6S1lL|(xXNeLj;^T3;}ra8q&SQ+u)qy!J-hYZAFWMlz*_;OZu zHaGn$eJG}O4A^v8tJ1N}+dKy%?U~5ci{G3K_YU-sO}EY2cp-MrkP7Q9r|o%{ zQ6q@hDCs36+$F}UUq>Wj@jIgI9)`BwOKTe z2~lI0;!eIzh`q?~*K z3sRO?5XtHx+D4fF#SsP=l)B$}>5cV4n$NFH)FOGe zT(};d&~cLbYbMEffk5dJtWJbX{NN}f15J=-V{YlfO08M2Y6?*O0mi*BY7{k5s{3<{ zOXY{N5MTn@g%25lxx}W!X9LD$-7%h047ck%fwr)dSZsvFB>Oqp?YFQiT~_UCa7Mc- z8FuV0SW!a8;RyX}r@W{Omuv+xK?SGFq@d&w4-4Q}MEzQy35>{~>#Yxe=peuY>jT!6 zS2~_R0SIc*KBqQlfUGHBv;;cmyqWP5=Y_(s00O%BHiJt-2KpScYkV|%;1(|cq#IZp zz#W*s;y9u)VN;|GIiG>oWFw$LBUDo~0~@K`VHyD0b4YKht5Q)=I9;M7J-C@*={H z?~RB31uoPk!d?SV-=ozSK796zjj;H0bg6+7^FK$gby2_}*t;F$GvU0(%311WYGG6y z68=te4hAD!mL9^n*q+1wWV-y4dih9L+z4G~egR|5m=NjsxP7%kwg3&;Sc!*Htyfsx zfgQpdly8XOv~uuSyF7~=U`%KXLzxB@zgmd9Qq2S)V%y~wCPWO#!w{U}P9$Hav?(vO zn_+lcjRI(fZB0g-rSX~2NV1T$s^d-_=vvZ0fc&cMUIRlr%|0ZEn2tY<5;^z>#9JQRTYf zH71G`;l}JJqq3UHS2iUN3uxg6^J2|YmP_w6N4jC(=jzyLn0i_Dme7lQYu(bBh?GJk zNthi-N>&8M^9dmu%xfvrG4Gl-W(AUPdb#4&P*|j?+M^cQQ$i z2h9Dg)~$Vp9ht>4`W7vGh0H@!1E&^bPTq&t5O1bfKvNaJu&RFV1e{ zXZ8Wd5LN&ugUvBYju#W9ke&WH!=Ury@4WzqtsDUcVHh?$+8%K^{)YHTCkjR6y&>O! zP)s5g@>f{C_|3TK`BUL0j&&WdwTwux?VgF5Fvt#lH}?e}hA=%nnC}1Aygv?hgIBTh zFh!jb8kxx-KQz>4rFu!*{lUE z5`nCEdpZ7Rzk=U;=C@fFwr#;ltqa=j)4m7#pM6X78J6E{y{KE3Zn@g#hqRynp4}n` zzdcFu_B`n&onHWW9@@fx>;b4&O0Nx^rKa!9#&Wqiq@}F>nb>Z!`FWsg^A`5Djlfls z4y$z`?K}w`OO=Vr0y_AOJLS@!Pigc|2?*?`D7zm@gx+tmq*5dg8igtX!$%9j7gons zRW_D)_}HB5Pt9*`3GMk+fR^8SqyRj7wuYBFwj~W4I(LT@WWLK8r++_sK5^Ss5LdM^ zfNVGj3tQ_LS&!d10?x@hW_D=2%=F|p@SHEil*kk?LrHw0n?S=rPFV3b%g#^J>&QBG zqQn=kKakA%!IB?Ai!J#kPXEgI1KcEXlP9lSk&Zo0w)9SoR(@yww>ac~_-m+WfUBam zV?wIK)wZWC{ck?UNeW>0K2&Tk%~cuhJNosO72TZ9*Fvk`H9NO4)FAg10uWhU@j!FubmX#MYg(ZnC1;MkF^mzq)}U z#ckZy%R-;eTtE8#8ng9*(7$I4laZN}r1N@Q1_Gg#45%mRf6=Bjo)(*Q{nmsNt~qX*<|GYUa`F`q_Up09>sL#UgP_F5 z7edj3FrQgcr2TYgT0%6n1ng3&zV%L+&$}IX0O`$~oON$&4zk2Py88|Kip@?|37XW zPA!R1YdER^kr*2iS9d6{4Emz=*~*(f0-V;8ky9p2WkiL~zDY}%G5+FM5R)SF%3ok? zTgvfesHat|0qDoA<0O>!ZceMnr~S5kb$P#5>NfUsyu(Z1GQ*#ZEi!d5I942Y)P|BnZ{*4 z^nHFrhk3*w{1CmxaP`bhb|inuz3r-UH@7GEEuHfZt1oE%q9ila1FTk2}Cvkx-Z zO%~(Mc3fY3*xsG$P}9(J&E2Xe1;oX4_3{_ZqKBM4HdBKjvDlOd)6SAs;lJc@9345JwRA#S+n z)MvRJjZzcH)8!p1>H=LHLn!1h;QpnT7P;a8P7CMf{N9fa)#zCMeO=8j9&~?mUMF+g zCPv*#-^pQkI%n_!Z*ouo0xl9LMZQrH46 zkBVj4o_NIb&yxHZLWpmof^tWwl1NzrE_KI}!gUGRGo|{b?RVI|kCWc5*ljTtTmhX% zoL0%3j0L(KF>6u<6V=@z7LcW?tIIVTwuqK@4 z`%{mZoZ9eRW4Xn>IqLSG$O#kssbcd7W8Hv3@>J79M-^2hpe6*j?6MW1cV}{H4O|JEmlMoN8v8dX0akzwN84A^-2g z0Oq&5@603}WB-Fr*R|XpOA3M%r=!j!24TW*p;dp@bbm!q&8q-(StB=c{ie&EzFgd+ zqsf-_5@Hm9(m}&42P>*M><9p%h71{i=m{@8cam!XzsAK*#5JRrJG~hJ^CyYOhz04vbfzgjOAm1Y=)$ENB^)|j&e|M7G{2$7@1gry*vWwFE!K2-Dog) z?(Lhsy+(7y&f}9OZP_cbx3CPGz7dm^z8aEUf&U2~ z`aPjZqzo&r#X@7F;L#%}kQjITa(laJKU|!$oK`kR+>UrnoBK7;>TFn+EfV4@#tGB4Y51m$iBq8G zuV951OEBNfqPNvH1yE5zC^?|mLI#Xt+I@v3@+rKwxFi;u&U4G<*EeL_%DCQ#;I#}? z306<{v84P!tfSNb(i+AyD_e`bovP|$U03UY-?S~tADLy@x#|>=Agv@%dmQXv+tn%Z z?{Z%O(sk)61+$px*XsaG8A|FgSJVkapBEo`^S?ZAYH5-y zMIhHhSA*9CwloD>$HEgug1A0-PboU`4-yr02*4~_8DCObm*boY;AW4d6)fv%Zg8^C ztx4B61mBinW8EcjE8Pb2-OxnD5AQ?p0L?NrRDun1A&YeYT4G;hUOAe+=qq1Y2 zW_Ooh4nI8I@!VL1ERNJU>}#=~^0EhMI9h%#c)N> z<=k4j`-^F!1qCjSm*EI8MYQAT{ZJ!~@WLQgf{vx=M{ye;Vz-P{#?kbob3?+w_v3PLf_NA^zi1lM=i>9HE|tA zF5sg)kfhAO>;O%F-uUN(^XUELXlljpAY3Pj94dgl4M99Ez|s&roiEbByVzHP?+JA* zQ1q+CfDDycFXK2>C8cNWwPP1GGpvLz_X_u{QEy54Q z{pH-#PVVyB9HMQ6#))eHRvyWo^6%E`(E_cb2s~{pvIAK}0vNBDYmYoDeuUC$jizRX z0`R-NO1Ix{r@0Ska2y4sFA9HlZa)?>qV;kYUKgIeqjnj$SsHLKVD_rYg3mb045e+s z5n(X^l-`;5d4wMnUSb< zAGIUamZuVA1-MmKMS$aJ-%;Dnm9T_2Q)(FRU^#hfSSbz}Se{D)ltOOcw28m6M|Osj z1}$-mc645z6dUo3KW|92_2t^wpNDV!7e;Vc0|WFU$$^yRW43oO-hHg=b1u3tAU$Sny@MsBp?I~M)+clZNN0Eu(T z!ad@J;@@n4DMUplMB2z9Nk{x0jyN?w8|DR@DF4ywqAVPV1;&P_moLA2N6%xGUCsbOVh{}^1lgG{0HW00N{Z4egS_!& z)75a7Tk3pVKpQTI=>zjP!1ZbWT6i{9+N~ykM`Z9V$yKW%v6xI9q&w2igw#(=%5IuUU_1-5}>$#u#_+`5#}@s=#?FpU-h4+b1HoAUGn zmH^Y@l9RV>cTG*%o|-(aNlDqd9hIEAeUvly&WRi*rBdYhWNK(QjUF0ib!O5DlpIDu zn#9+uc#QQGYsXu{Y1}OMdTyjpjv#Z8sYrF{F$H&bKtpSDSW*bPtg~ug5yy@k^+TPn zEq4W|9mMgx`YUVNyu08xpS()p^kIx z?{b%Tm>xG;EMAxYh&xV}3-8SS{B3j#-&NWbZ_jD0DT+*qkd!tR7DXq7Te!Wg9BD1a zg}Pq4<7n$7Ac~i}NLnw2?m=02+?@Jju{WP3&xNFWWQhaIWTpFUJV(|G=esi{J%v$p zhO`ru*P4Fm6t-nKp$LET)#LNsm6f#8r^ErXB^S+Q`65~S?VA`1Nxt4({)z2Lr1}`NY`WgxlwM21Bbcb?y%;WPC@&A zX(~ZSUA(3&r6!~6{)1CTY(G4hj@Qg?-4Li-p40i1==>4H8}q#ryN1&ti9?%EE+c2Z zCJhZEoyV?fKX4!7rUUHLrwq{RzbzN$enq+YMElzs%;cQJyyV=#NC^)Qqu?P<^1=lY z)Kh+7A6k92IlU`5eM3H3NB4y-J`6{UDW;xG=_XxQQ94a741T^?pn@^yf(XTX z4T_1<_geYret1ZXGH6p4r2=#Q&D-tPNUN8<#c{eZy>`n&GHvSQW0vHj)Nqw=pEwky z^pmHYukJ&x%_Qk!n=3ZWa~5({s3bylJZh0~B8fr`Y`z9k6u3U0P})(KSJ0H8+jgba z((A~X6pVjX1>f+jDtXcBt2O4Bql-2*YLsaCGsfj%oj&WcavLv@9AuSUTBn`kQYHAM zkC3)<`_(MDDNRK`D_pQf)H`t~D;RT!=UXj$e*c;r z*^i8yfeUoKvozYP!``aqUEYZD19St9M$Tc}~6IAOS2aQ7xkNwE^@ll)>`Mi1hT6Ks??n6| zG4L&fA-TiT9ZcYQ?%C12sAj6`KpyFH9%9XE{^NITTHinLeeBLgdFaZIVfHVW72m<7 z-<K?fb=t-}&wLMT0 zdWkAMO(|Z{5nk5ciTVr`rX6o(gA&Zz#kj*2ig4*RKta^IP=|{IbT|^lL3dQL!wKkhxkVT^5cnJKZxQp63Gq}>JH z(KdJZrE=^X!-SLjJ|AE0v5&~LfuKErqXmW*Kex6P?Kn2c9#VLSZ39g|Jt+2e4T*Gf zsN3QB!KJ2&#sc2PyJ{+qM48A9w*-IBxb_T{C=y&-aE%KA@TfPY&Y`#uFZY&?ns6r1 zor{3%g!%>eEX`F7)~Dn@^LWSJq(q4 z%wzl77A7moUD&>*BP=EMxM1ZwQy76)vf3+DXHSR-d1B-K>`R~Gj!Qzk(?xm=LnTlb zzXI5_WF6jJ5Os97p^!Dm?Q!{srYB|))JJJMt%JQG=wNlbEaixY)i=|!NS4dK4GJ=; z6_E6=R}PbKccQQ3?`xADub&E1h#vpm-0l5*r%`3e^6cEb8$6uWwEEW<7EG*iwnKZZ z$5W^F5lv1-L(dq8v)0+9m|F+Yx4QDIt!H|vg-pnj8=7uDvzw4g=LVhU1fe?&z-J|K zAk&h;|47fZWBEJ%eM}k)1n=gtUm^M@YaRu$QR-2*GJb+JYHty0?{oUazt3We0@ExB zj|&NpU(lQWY`E_l9UEnq^}X4wdo9ccv1>bB=GSK9uC?L^3KgB7P0X*KFa$~RepcuF z1xY-8p9vfzE!Vxmta-(#RN)w@wlR6e)m0?i$<6B=n(L+>wB~l?%7T;!1r4-8AxB=^ z!{_Vscnz--&c_Ync0Y#5oj?6^i+(vmAI$HO7uN@`ai1(U82HWXpG7P^O&k3q;d~}Z z1n^EEN01{l-=US1_qX|39B8#i1iUV%IoLyF{Z>R(xpLNQyV@Sk_M1OO^fl2>l}|aG z$A^Xb5aY}IPb3NPLY(X^#OxQ{2J-*Z*t_xmy4k&2iYnXHhtr-@{Qa{fmR;yzf#mi_ zK)q!tIf}UGIH@($11?F*j|yP;@WiQ(`GoId7*^-!|6LE0*_@eblG{L^45<1ofRa!N z88zXnjGLU@W>&{WZW<#!`XY5rB9}1;j-st2_>)&*Fzj%Rq9{4zTFpc^xpmjUySH02 zQ)g6GoKWpZ8IPR&Q|*&KULYVzQIsc_+R^2HzJ8g+7Or#)T{txw|> z!ediOwcPe${{+=|M#kDReJGe{E(GIK%`ZC&FI0Rfgwi6<3AZ&RL~k7x&Hp6g77B@Q z+Qr6L-oAPMVg8igiwWqjf$ejL-|p^YSfgR$Lh!88YhL4KO9QgE(NDSBb;TLb7tqy# zN5*p^+v(ug!PoIwvm?xohn-b&cU!k87s}!&mWqOY=xd(|ZJwH0WSvo`LHZfxOz0pi z7TK*V4-75!xng@7WA3iQL>$u%qZgZMt8qE>CZKMr35R;UTq?%L@84$?*7UCjI3Dz& zb=qhnH7eXgNp6$s8-|?4HdO1xT>`OhJ4@6Be3k5i8+1 zNBUd&PT%rP<3=-ciE$ddo_lV6RzkWpBu2U65;g8i|^OjTuGf)f% zB0rWHJn#MMYn9W)t4O8R#U{p$rzWq7muIXDK;Dzk1gP=8a9mw!0NytduniOCT?Iww zqIk@Vn2?=LBD;{C>sUbDyU#v9yJFc`k;Du_ERM+^%&+KvG+`L1AVeoTJ`Q)SNn&xN zDOiB}OUC-F_zX^qtYY;Bcg)p8W-tx{sc4&LbpYRav^dRUo!*?^*cwwU7VrUISKiSt z&}b&(S%*A@IDqcDzXDu07+HLJy1)H*45NHF;S~PCr;C?PKYqJ+u~$L1=RR@L{Zi7t zgW5h4FRANN^|aEqu10X&6Oz{0ou9@wWE1nKa0*#sB|2ER1xw_Ckfo@`uC!d{?Jj3H zrc+)e8!1o=?rS{k1Jhw{6%(ElgdB0{5le7O3L2NhQ_I(_HJLTHPP$#1bo&j>*TZY| z>>`@0ru?EJfmcxZi)=+K2}>qsgy*^VbLQ(y+BdnMc5 zA%p5`gwYg-|Lk=uUuL(g_@LKW*Y+M)1Q0PlVLk~?3LxBV3NMWREP&qkXW!+f%w9Xy zL{G0$i%W)Qkb4-rVn<)OFn|s*q>Z#l*5BpPZhDlbH6A4%4e|p1JBQ0 zwC>4|cQgx_DTq>ka>#;GBiyretknEOjblusvS+p6)9{NqY`oeSv1)$o+uqomt=RJA#H?L|$kO^ka0uhfUH zsR6?~`!|a=)n(+2;4uvO4`f<@cJZGr(=_%|(1Tyi<9#yz!ggck^0YIb2amZGxR6sE z#fnHjOoVN-U3Z@22G`I%#D6yZtW7<)aI+~`950Vpo6AD6!%D@;9b^4X;+En}m-ggW z>%a^Ni%F~UOlrt(1A9(6c-VbUnfr>N)~AXaL3Pno!|2h4rav~qSB;n)>u)VWH-hgW zgsBqNq86V^guOF;c=DZ$xr-SHwYuw1poKj@)@?h6-I3mv4pvTWcL2#Q>BV-@%L1&` zcj?)DiPq=pv>(n4u5s~YYmSSqxtS9X zW1CW`7+-wYX5s(WsqID+&)vdNGJJD2IfxQaUG4v~JrR-a9-tB<)OcVsGQ#H`A@|h% z#-iYefkT-60Sae4)Nv~#@E|eP%T?`r!Kd-`PH#ib^zeaFkgeF`ng?B#-z~$2maN5% z>=u~2asA=Njln?p_4SF?y~$ot0I=J>qLm%+T$~i0^-WReb99eF)L1% zb*x{36^sW&B}x#w^H-lexW5Itvov96zwA}-&sSthD}fKjIaB|pBj1@Maid5*N-kY_ zb<^&!Uzf1ITkaQ{}x*gT*|VMRtc<2%Pd!%&9{?P@T|QB z9vh3wj;S!9G5{-kW9HF7DdPZP%;lXFJQz#pcG$!A%ym{J2jz21KaR@EHNbq$u&hkR zF@zgF(Lw|2{hjvi6h_fDm02k~6Gi;kF87sXIlc+0po4(Gygp5NX?^x>pRrO4I#)C` zpd7R{8B6n9v6t$thp~LB zC&H7LCtPv9?RN7`UAd*RPMW}ALXW!*iHz*y5lF5l-9Lm*BdtP15Az_ZZ5O(-wm`S- zFE7+o!l4Ci6?(!DbK^g%q!S4*X#`+k(CkK7EvUKH5J=L#TT}$O%lmBbrwfldp$g{S z+_-u1=J2pg$8+yFO@ph8mx|LRtBgWLAxYn1Ci^SNQEtDJe~-tKgWVyCe3)_b7C+_m z%E8r|=cx-f4z_+CN#3Tww#yInee4VTyF9ltlvOsSZ$|8@b4Kcn2-g;A8VG6B~ zrEjv8sy(knL*bxwk�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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-italic.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-italic.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..398b68a0853fbf6368758deb1da49d347e3e7d89 GIT binary patch literal 41076 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

  • ~`;p}3;==ZtNy# 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/fonts/open-sans-v17-all-charsets-regular.woff2 b/docs/9.4.1/fonts/open-sans-v17-all-charsets-regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..8383e94c65478622baf43553262e0e31b8725e2b GIT binary patch literal 43236 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⪚aqC6F-jh=?`}zBG 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 + + + + + Functions & Tags - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Functions

    +

    The CommandAPI has support to use Minecraft's functions within your plugins. This is handled by using a class provided by the CommandAPI called FunctionWrapper, which allows you to execute functions. The CommandAPI also provides support to let you run your own commands within Minecraft function files.

    +
    +

    Functions in 1.16+

    +
    +

    Developer's Note:

    +

    Minecraft 1.16+ change the way that datapacks are loaded on the server, so that they load before plugins are enabled. This means that non-vanilla commands that are declared in functions and tags will be detected as invalid, causing the server to throw a lot of errors at the very start.

    +

    The CommandAPI reloads datapacks once the server has finished loading using all declared commands, therefore the error messages at the start of the server can be ignored.

    +
    +
    +

    Using custom commands in functions

    +

    In order to use a command from your plugin in a .mcfunction file, you must register your command in your plugin's onLoad() method, instead of the onEnable() method. Failure to do so will not allow the command to be registered for Minecraft functions, causing the function file to fail to load during the server startup phase.

    +
    +

    Developer's Note:

    +

    In short, if you want to register a command which can be used in Minecraft functions, register it in your plugin's onLoad() method.

    +
    +
    +

    Example - Registering command for use in a function

    +

    Say we have a command /killall that simply kills all entities in all worlds on the server. If we were to register this in our onLoad() method, this would allow us to use the /killall command in Minecraft functions and tags.

    +
    +
    public class Main extends JavaPlugin {
    +
    +    @Override
    +    public void onLoad() {
    +        // Commands which will be used in Minecraft functions are registered here
    +
    +        new CommandAPICommand("killall")
    +            .executes((sender, args) -> {
    +                // Kills all enemies in all worlds
    +                Bukkit.getWorlds().forEach(w -> w.getLivingEntities().forEach(e -> e.setHealth(0)));
    +            })
    +            .register();
    +    }
    +    
    +    @Override
    +    public void onEnable() {
    +        // Register all other commands here
    +    } 
    +}
    +
    +
    class Main : JavaPlugin() {
    +
    +    override fun onLoad() {
    +        // Commands which will be used in Minecraft functions are registered here
    +
    +        CommandAPICommand("killall")
    +            .executes(CommandExecutor { _, _ ->
    +                // Kills all enemies in all worlds
    +                Bukkit.getWorlds().forEach { world -> world.livingEntities.forEach { entity -> entity.health = 0.0 } }
    +            })
    +            .register()
    +    }
    +
    +    override fun onEnable() {
    +        // Register all other commands here
    +    }
    +
    +}
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/functionsetup.html b/docs/9.4.1/functionsetup.html new file mode 100644 index 0000000000..24bdc6534f --- /dev/null +++ b/docs/9.4.1/functionsetup.html @@ -0,0 +1,272 @@ + + + + + + Setting up functions & tags - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Setting up functions & tags

    +
    +

    Developer's Note:

    +

    Most developers can completely skip this section. This is for those that are unfamiliar with functions and tags and is less about how the CommandAPI works.

    +
    +

    This section explains how functions are declared and set up for use in a Minecraft server. This is ideal for server owners who've never set up functions, or developers (like the Command API's creator) that has no idea how to set this sort of thing up.

    +
    +

    Creating functions

    +

    Functions are text files (with the .mcfunction extension) which contains lists of functions which are executed one after another. Each line of the file is a valid Minecraft command. Say we have text.mcfunction:

    +
    killall
    +say Killed all living entities on the server
    +
    +

    This will run the custom command killall (as declared in Example - Registering command for use in a function), and then broadcast a message to all players stating that all entities were killed.

    +
    +

    Creating tags

    +

    Tags are json files which contain a list of functions. Tags let you run multiple functions at a time. Say we have a tag called mytag.json:

    +
    {
    +    "values": [
    +        "mycustomnamespace:test",
    +        "mycustomnamespace:test2"
    +    ]
    +}
    +
    +

    This will run the function test and the function test2, which are in the namespace mycustomnamespace.

    +
    +

    Namespaces & where to place everything

    +

    The following hierarchy explains where functions and tags go. In this diagram, the two functions test and test2 are in a directory called functions. There is also a tag called mytag which is placed in the tags directory under functions. These are all under the namespace called mycustomnamespace

    +
    server/
    +├── world/
    +│   ├── advancements/
    +│   ├── data/
    +│   ├── datapacks/
    +│   │   └── bukkit/
    +│   │       ├── pack.mcmeta
    +│   │       └── data/
    +│   │           └── mycustomnamespace/
    +│   │               ├── functions/
    +│   │               │   ├── test.mcfunction
    +│   │               │   └── test2.mcfunction
    +│   │               └── tags/
    +│   │                   └── functions/
    +│   │                       └── mytag.json
    +│   └── ...
    +├── world_nether/
    +├── world_the_end/
    +├── ...
    +└── spigot.jar
    +
    +

    To execute the test function, you would run the following command:

    +
    /function mycustomnamespace:test
    +
    +

    To execute the mytag tag, you would run the following command:

    +
    /function #mycustomnamespace:mytag
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/functionwrapper.html b/docs/9.4.1/functionwrapper.html new file mode 100644 index 0000000000..88013fb030 --- /dev/null +++ b/docs/9.4.1/functionwrapper.html @@ -0,0 +1,274 @@ + + + + + + The FunctionWrapper class - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    The FunctionWrapper

    +

    The CommandAPI includes the FunctionWrapper class which is a wrapper for Minecraft's functions. It allows you to execute the commands that are represented by the respective .mcfunction file.

    +

    The FunctionWrapper class is an extension of the SimpleFunctionWrapper class. It is a SimpleFunctionWrapper which has been constructed from an existing command sender when a command is used. This means that the command sender has already been "baked into" the FunctionWrapper object, allowing you to run it without having to provide a command sender.

    +

    FunctionWrapper methods

    +

    The FunctionWrapper class has the following methods:

    +
    class FunctionWrapper extends SimpleFunctionWrapper {
    +
    +    // Methods specific to this class
    +    int run();
    +    int runAs(Entity e);
    +
    +    // Methods inherited from SimpleFunctionWrapper
    +    static SimpleFunctionWrapper getFunction(NamespacedKey key);
    +    static SimpleFunctionWrapper[] getTag(NamespacedKey key);
    +    static Set<NamespacedKey> getFunctions();
    +    static Set<NamespacedKey> getTags();
    +    int run(CommandSender sender);
    +    String[] getCommands();
    +    NamespacedKey getKey();
    +}
    +
    +

    These methods allow you to interact with the Minecraft function that this class wraps.

    +

    run()

    +
    +

    run() support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run() will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    The run() method runs the function. The command executor that runs this function is the command executor that was used to retrieve it. For example, if a player in-game populated this argument, then the player will be filled in for @p and the player's location would be used for things such as ~ ~ ~:

    +
    +
    new CommandAPICommand("runfunc")
    +    .withArguments(new FunctionArgument("function"))
    +    .executes((sender, args) -> {
    +        FunctionWrapper[] functions = (FunctionWrapper[]) args.get("function");
    +        for (FunctionWrapper function : functions) {
    +            function.run(); // The command executor in this case is 'sender'
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("runfunc")
    +    .withArguments(FunctionArgument("function"))
    +    .executes(CommandExecutor { _, args ->
    +        val functions = args["function"] as Array<FunctionWrapper>
    +        for (function in functions) {
    +            function.run() // The command executor in this case is 'sender'
    +        }
    +    })
    +    .register()
    +
    +
    +

    runAs(Entity)

    +
    +

    runAs(Entity) support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling runAs(Entity) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    The runAs(Entity) is the same as the run() method, but it allows you to change the command executor to another entity.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/help.html b/docs/9.4.1/help.html new file mode 100644 index 0000000000..9b72601328 --- /dev/null +++ b/docs/9.4.1/help.html @@ -0,0 +1,412 @@ + + + + + + Help - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Help

    +

    Help topics can be added to your command using the withHelp(), withShortDescription(), withFullDescription() or withUsage() methods when registering a command. Help allows users to understand what your command does and provides them with a list of usage forms to aid in writing a command.

    +

    Parts of a help

    +

    A help topic consists of two mains parts:

    +
      +
    • A short description which is displayed in a help list and displayed at the top of a help topic for that command
    • +
    • A full description which is displayed in the "Description" section of a help topic
    • +
    +

    This can be seen with the following example, for a command /mycmd. This example has the short description "Says hi", and a full description "Broadcasts hi to everyone on the server". The short help is shown in the help list, which (in this example) is viewed using /help 5. The full description is shown for the help for the command on its own, which is viewed using /help mycmd:

    +

    help image

    +

    Help methods and semantics

    +

    The CommandAPI has three methods to register parts of a help. The withShortDescription() sets the short description for the command, the withFullDescription() sets the full description for the command and withHelp() is a simple way to set both the short and full description at the same time. The withHelp() method is the recommended method to use to set the help for a command.

    +

    If no short description is provided, the CommandAPI will attempt to use the full description if one is present. Note that this may be truncated automatically, so it is recommended to provide your own short description.

    +

    These are the following methods that the CommandAPI provides to set the help topic for a command:

    +
    CommandAPICommand withShortDescription(String description);
    +
    +

    The withShortDescription method simply sets the short description for the command. In the above screenshot, the short description is "Says hi".

    +
    CommandAPICommand withFullDescription(String description);
    +
    +

    The withFullDescription method sets the full description for the command. In the above screenshot, the full description is "Broadcasts hi to everyone on the server".

    +
    CommandAPICommand withHelp(String shortDescription, String fullDescription);
    +
    +

    The withHelp method sets both the short description and the full description at the same time.

    +
    +

    Example - Adding help to a command

    +

    In this simple example, we implement the above screenshot's help topic. We register a command /mycmd and use the withShortDescription and withFullDescription methods to create a help topic:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withShortDescription("Says hi")
    +    .withFullDescription("Broadcasts hi to everyone on the server")
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycmd")
    +    .withShortDescription("Says hi")
    +    .withFullDescription("Broadcasts hi to everyone on the server")
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycmd") {
    +    withShortDescription("Says hi")
    +    withFullDescription("Broadcasts hi to everyone on the server")
    +    anyExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    }
    +}
    +
    +
    +

    We could also register this command using the withHelp method instead:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycmd")
    +    .withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycmd") {
    +    withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    anyExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    }
    +}
    +
    +
    +
    +
    +

    Advanced help topics

    +

    For more control over help topics, the CommandAPI offers the following method, which allows you to provide your own HelpTopic object:

    +
    CommandAPICommand withHelp(HelpTopic helpTopic);
    +
    +
    +

    Example - Adding locale-specific help

    +

    In this example, we implement locale-specific help so players can see help in their desired language. To do this, we must make use of the Bukkit HelpTopic object which gives us more control over the content of help that is displayed to a player:

    +
    +
    public HelpTopic makeHelp(String command) {
    +    return new HelpTopic() {
    +
    +        @Override
    +        public String getShortText() {
    +            return "Says hi";
    +        }
    +
    +        @Override
    +        public String getFullText(CommandSender forWho) {
    +            String helpText = "";
    +            if (forWho instanceof Player player) {
    +                // Make use of the player's locale to make language-specific help!
    +                Locale playerLocale = player.locale();
    +                if (playerLocale.getLanguage().equals("en")) {
    +                    helpText = "Broadcasts \"Hi!\" to everyone on the server";
    +                } else if (playerLocale.getLanguage().equals("de")) {
    +                    helpText = "Sendet \"Hi!\" an alle auf dem Server";
    +                }
    +            } else {
    +                helpText = "Broadcasts \"Hi!\" to everyone on the server";
    +            }
    +            return helpText;
    +        }
    +
    +        // Allow anyone to see this help topic
    +        @Override
    +        public boolean canSee(CommandSender player) {
    +            return true;
    +        }
    +    };
    +}
    +
    +
    fun makeHelp(command: String): HelpTopic = object: HelpTopic() {
    +    override fun getShortText(): String = "Says hi"
    +
    +    override fun getFullText(forWho: CommandSender): String {
    +        var helpText = ""
    +        if (forWho is Player) {
    +            // Make use of the player's locale to make language-specific help!
    +            val playerLocale = forWho.locale()
    +            if (playerLocale.getLanguage() == "en") {
    +                helpText = "Broadcasts \"Hi!\" to everyone on the server"
    +            } else if (playerLocale.getLanguage() == "de") {
    +                helpText = "Sendet \"Hi!\" an alle auf dem Server"
    +            }
    +        } else {
    +            helpText = "Broadcasts \"Hi!\" to everyone on the server"
    +        }
    +        return helpText
    +    }
    +
    +    // Allow anyone to see this help topic
    +    override fun canSee(player: CommandSender): Boolean = true
    +}
    +
    +
    +

    We then add our new HelpTopic to the command using the withHelp method:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withHelp(makeHelp("mycmd"))
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    return CommandAPICommand("mycmd")
    +    .withHelp(makeHelp("mycmd"))
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    +
    +

    Command usage

    +

    When registering a command, there also is a command usage generated. The CommandAPI provides a way to customise this usage by providing the withUsage() method:

    +
    CommandAPICommand withUsage(String... usage)
    +
    +
    +

    Example - Providing a command usage

    +

    In this example, we want to showcase how usage generation displays the usage vs. how a custom usage displays the usage:

    +
    /command <help> <admin|user|moderator|vip>
    +/command <reload> <commandsystem|config|server>
    +
    +

    This is how it would get displayed:

    +
    Usage:
    +- /command <help> <admin>
    +- /command <help> <user>
    +- /command <help> <moderator>
    +- /command <help> <vip>
    +- /command <reload> <commandsystem>
    +- /command <reload> <config>
    +- /command <reload> <server>
    +
    +

    Now, we are implementing the withUsage() method:

    +
    new CommandAPICommand("...")
    +    .withUsage(
    +        "/command <help> <section>",
    +        "/command <reload> <system>"
    +    )
    +
    +

    By using withUsage() like that, the CommandAPI will produce this usage:

    +
    Usage:
    +- /command <help> <section>
    +- /command <reload> <system>
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/highlight.css b/docs/9.4.1/highlight.css new file mode 100644 index 0000000000..ba57b82b27 --- /dev/null +++ b/docs/9.4.1/highlight.css @@ -0,0 +1,82 @@ +/* + * An increased contrast highlighting scheme loosely based on the + * "Base16 Atelier Dune Light" theme by Bram de Haan + * (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) + * Original Base16 color scheme by Chris Kempson + * (https://github.com/chriskempson/base16) + */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #575757; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-attribute, +.hljs-tag, +.hljs-name, +.hljs-regexp, +.hljs-link, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #d70025; +} + +/* Orange */ +.hljs-number, +.hljs-meta, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params { + color: #b21e00; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet { + color: #008200; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #0030f2; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #9d00ec; +} + +.hljs { + display: block; + overflow-x: auto; + background: #f6f7f6; + color: #000; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-addition { + color: #22863a; + background-color: #f0fff4; +} + +.hljs-deletion { + color: #b31d28; + background-color: #ffeef0; +} diff --git a/docs/9.4.1/highlight.js b/docs/9.4.1/highlight.js new file mode 100644 index 0000000000..8ce96b4a82 --- /dev/null +++ b/docs/9.4.1/highlight.js @@ -0,0 +1,1362 @@ +/*! + Highlight.js v11.0.0 (git: 21857218b9) + (c) 2006-2021 Ivan Sagalaev and other contributors + License: BSD-3-Clause + */ +var hljs=function(){"use strict";var e={exports:{}};function t(e){ +return e instanceof Map?e.clear=e.delete=e.set=()=>{ +throw Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete=()=>{ +throw Error("set is read-only") +}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach((n=>{var i=e[n] +;"object"!=typeof i||Object.isFrozen(i)||t(i)})),e} +e.exports=t,e.exports.default=t;var n=e.exports;class i{constructor(e){ +void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1} +ignoreMatch(){this.isMatchIgnored=!0}}function r(e){ +return e.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'") +}function s(e,...t){const n=Object.create(null);for(const t in e)n[t]=e[t] +;return t.forEach((e=>{for(const t in e)n[t]=e[t]})),n}const o=e=>!!e.kind +;class a{constructor(e,t){ +this.buffer="",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){ +this.buffer+=r(e)}openNode(e){if(!o(e))return;let t=e.kind +;t=e.sublanguage?"language-"+t:((e,{prefix:t})=>{if(e.includes(".")){ +const n=e.split(".") +;return[`${t}${n.shift()}`,...n.map(((e,t)=>`${e}${"_".repeat(t+1)}`))].join(" ") +}return`${t}${e}`})(t,{prefix:this.classPrefix}),this.span(t)}closeNode(e){ +o(e)&&(this.buffer+="")}value(){return this.buffer}span(e){ +this.buffer+=``}}class l{constructor(){this.rootNode={ +children:[]},this.stack=[this.rootNode]}get top(){ +return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){ +this.top.children.push(e)}openNode(e){const t={kind:e,children:[]} +;this.add(t),this.stack.push(t)}closeNode(){ +if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){ +for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)} +walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){ +return"string"==typeof t?e.addText(t):t.children&&(e.openNode(t), +t.children.forEach((t=>this._walk(e,t))),e.closeNode(t)),e}static _collapse(e){ +"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{ +l._collapse(e)})))}}class c extends l{constructor(e){super(),this.options=e} +addKeyword(e,t){""!==e&&(this.openNode(t),this.addText(e),this.closeNode())} +addText(e){""!==e&&this.add(e)}addSublanguage(e,t){const n=e.root +;n.kind=t,n.sublanguage=!0,this.add(n)}toHTML(){ +return new a(this,this.options).value()}finalize(){return!0}}function g(e){ +return e?"string"==typeof e?e:e.source:null}function d(...e){ +return e.map((e=>g(e))).join("")}function u(...e){return"("+((e=>{ +const t=e[e.length-1] +;return"object"==typeof t&&t.constructor===Object?(e.splice(e.length-1,1),t):{} +})(e).capture?"":"?:")+e.map((e=>g(e))).join("|")+")"}function h(e){ +return RegExp(e.toString()+"|").exec("").length-1} +const f=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./ +;function p(e,{joinWith:t}){let n=0;return e.map((e=>{n+=1;const t=n +;let i=g(e),r="";for(;i.length>0;){const e=f.exec(i);if(!e){r+=i;break} +r+=i.substring(0,e.index), +i=i.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?r+="\\"+(Number(e[1])+t):(r+=e[0], +"("===e[0]&&n++)}return r})).map((e=>`(${e})`)).join(t)} +const b="[a-zA-Z]\\w*",m="[a-zA-Z_]\\w*",E="\\b\\d+(\\.\\d+)?",x="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",y="\\b(0b[01]+)",w={ +begin:"\\\\[\\s\\S]",relevance:0},_={scope:"string",begin:"'",end:"'", +illegal:"\\n",contains:[w]},v={scope:"string",begin:'"',end:'"',illegal:"\\n", +contains:[w]},O=(e,t,n={})=>{const i=s({scope:"comment",begin:e,end:t, +contains:[]},n);i.contains.push({scope:"doctag", +begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)", +end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0}) +;const r=u("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/) +;return i.contains.push({begin:d(/[ ]+/,"(",r,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i +},k=O("//","$"),N=O("/\\*","\\*/"),S=O("#","$");var M=Object.freeze({ +__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:b,UNDERSCORE_IDENT_RE:m, +NUMBER_RE:E,C_NUMBER_RE:x,BINARY_NUMBER_RE:y, +RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~", +SHEBANG:(e={})=>{const t=/^#![ ]*\// +;return e.binary&&(e.begin=d(t,/.*\b/,e.binary,/\b.*/)),s({scope:"meta",begin:t, +end:/$/,relevance:0,"on:begin":(e,t)=>{0!==e.index&&t.ignoreMatch()}},e)}, +BACKSLASH_ESCAPE:w,APOS_STRING_MODE:_,QUOTE_STRING_MODE:v,PHRASAL_WORDS_MODE:{ +begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/ +},COMMENT:O,C_LINE_COMMENT_MODE:k,C_BLOCK_COMMENT_MODE:N,HASH_COMMENT_MODE:S, +NUMBER_MODE:{scope:"number",begin:E,relevance:0},C_NUMBER_MODE:{scope:"number", +begin:x,relevance:0},BINARY_NUMBER_MODE:{scope:"number",begin:y,relevance:0}, +REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//, +end:/\/[gimuy]*/,illegal:/\n/,contains:[w,{begin:/\[/,end:/\]/,relevance:0, +contains:[w]}]}]},TITLE_MODE:{scope:"title",begin:b,relevance:0}, +UNDERSCORE_TITLE_MODE:{scope:"title",begin:m,relevance:0},METHOD_GUARD:{ +begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{ +"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{ +t.data._beginMatch!==e[1]&&t.ignoreMatch()}})});function R(e,t){ +"."===e.input[e.index-1]&&t.ignoreMatch()}function j(e,t){ +void 0!==e.className&&(e.scope=e.className,delete e.className)}function A(e,t){ +t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)", +e.__beforeBegin=R,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords, +void 0===e.relevance&&(e.relevance=0))}function I(e,t){ +Array.isArray(e.illegal)&&(e.illegal=u(...e.illegal))}function B(e,t){ +if(e.match){ +if(e.begin||e.end)throw Error("begin & end are not supported with match") +;e.begin=e.match,delete e.match}}function T(e,t){ +void 0===e.relevance&&(e.relevance=1)}const L=(e,t)=>{if(!e.beforeMatch)return +;if(e.starts)throw Error("beforeMatch cannot be used with starts") +;const n=Object.assign({},e);Object.keys(e).forEach((t=>{delete e[t] +})),e.keywords=n.keywords, +e.begin=d(n.beforeMatch,d("(?=",n.begin,")")),e.starts={relevance:0, +contains:[Object.assign(n,{endsParent:!0})]},e.relevance=0,delete n.beforeMatch +},D=["of","and","for","in","not","or","if","then","parent","list","value"] +;function P(e,t,n="keyword"){const i=Object.create(null) +;return"string"==typeof e?r(n,e.split(" ")):Array.isArray(e)?r(n,e):Object.keys(e).forEach((n=>{ +Object.assign(i,P(e[n],t,n))})),i;function r(e,n){ +t&&(n=n.map((e=>e.toLowerCase()))),n.forEach((t=>{const n=t.split("|") +;i[n[0]]=[e,C(n[0],n[1])]}))}}function C(e,t){ +return t?Number(t):(e=>D.includes(e.toLowerCase()))(e)?0:1}const H={},$=e=>{ +console.error(e)},U=(e,...t)=>{console.log("WARN: "+e,...t)},z=(e,t)=>{ +H[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),H[`${e}/${t}`]=!0) +},K=Error();function W(e,t,{key:n}){let i=0;const r=e[n],s={},o={} +;for(let e=1;e<=t.length;e++)o[e+i]=r[e],s[e+i]=!0,i+=h(t[e-1]) +;e[n]=o,e[n]._emit=s,e[n]._multi=!0}function X(e){(e=>{ +e.scope&&"object"==typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope, +delete e.scope)})(e),"string"==typeof e.beginScope&&(e.beginScope={ +_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope +}),(e=>{if(Array.isArray(e.begin)){ +if(e.skip||e.excludeBegin||e.returnBegin)throw $("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), +K +;if("object"!=typeof e.beginScope||null===e.beginScope)throw $("beginScope must be object"), +K;W(e,e.begin,{key:"beginScope"}),e.begin=p(e.begin,{joinWith:""})}})(e),(e=>{ +if(Array.isArray(e.end)){ +if(e.skip||e.excludeEnd||e.returnEnd)throw $("skip, excludeEnd, returnEnd not compatible with endScope: {}"), +K +;if("object"!=typeof e.endScope||null===e.endScope)throw $("endScope must be object"), +K;W(e,e.end,{key:"endScope"}),e.end=p(e.end,{joinWith:""})}})(e)}function G(e){ +function t(t,n){return RegExp(g(t),"m"+(e.case_insensitive?"i":"")+(n?"g":""))} +class n{constructor(){ +this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0} +addRule(e,t){ +t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]), +this.matchAt+=h(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null) +;const e=this.regexes.map((e=>e[1]));this.matcherRe=t(p(e,{joinWith:"|" +}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex +;const t=this.matcherRe.exec(e);if(!t)return null +;const n=t.findIndex(((e,t)=>t>0&&void 0!==e)),i=this.matchIndexes[n] +;return t.splice(0,n),Object.assign(t,i)}}class i{constructor(){ +this.rules=[],this.multiRegexes=[], +this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){ +if(this.multiRegexes[e])return this.multiRegexes[e];const t=new n +;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))), +t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){ +return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){ +this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){ +const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex +;let n=t.exec(e) +;if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{ +const t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)} +return n&&(this.regexIndex+=n.position+1, +this.regexIndex===this.count&&this.considerAll()),n}} +if(e.compilerExtensions||(e.compilerExtensions=[]), +e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.") +;return e.classNameAliases=s(e.classNameAliases||{}),function n(r,o){const a=r +;if(r.isCompiled)return a +;[j,B,X,L].forEach((e=>e(r,o))),e.compilerExtensions.forEach((e=>e(r,o))), +r.__beforeBegin=null,[A,I,T].forEach((e=>e(r,o))),r.isCompiled=!0;let l=null +;return"object"==typeof r.keywords&&r.keywords.$pattern&&(r.keywords=Object.assign({},r.keywords), +l=r.keywords.$pattern, +delete r.keywords.$pattern),l=l||/\w+/,r.keywords&&(r.keywords=P(r.keywords,e.case_insensitive)), +a.keywordPatternRe=t(l,!0), +o&&(r.begin||(r.begin=/\B|\b/),a.beginRe=t(r.begin),r.end||r.endsWithParent||(r.end=/\B|\b/), +r.end&&(a.endRe=t(r.end)), +a.terminatorEnd=g(r.end)||"",r.endsWithParent&&o.terminatorEnd&&(a.terminatorEnd+=(r.end?"|":"")+o.terminatorEnd)), +r.illegal&&(a.illegalRe=t(r.illegal)), +r.contains||(r.contains=[]),r.contains=[].concat(...r.contains.map((e=>(e=>(e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((t=>s(e,{ +variants:null},t)))),e.cachedVariants?e.cachedVariants:Z(e)?s(e,{ +starts:e.starts?s(e.starts):null +}):Object.isFrozen(e)?s(e):e))("self"===e?r:e)))),r.contains.forEach((e=>{n(e,a) +})),r.starts&&n(r.starts,o),a.matcher=(e=>{const t=new i +;return e.contains.forEach((e=>t.addRule(e.begin,{rule:e,type:"begin" +}))),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:"end" +}),e.illegal&&t.addRule(e.illegal,{type:"illegal"}),t})(a),a}(e)}function Z(e){ +return!!e&&(e.endsWithParent||Z(e.starts))}const F=r,V=s,q=Symbol("nomatch") +;var J=(e=>{const t=Object.create(null),r=Object.create(null),s=[];let o=!0 +;const a="Could not find the language '{}', did you forget to load/include a language module?",l={ +disableAutodetect:!0,name:"Plain text",contains:[]};let g={ +ignoreUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i, +languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-", +cssSelector:"pre code",languages:null,__emitter:c};function d(e){ +return g.noHighlightRe.test(e)}function u(e,t,n,i){let r="",s="" +;"object"==typeof t?(r=e, +n=t.ignoreIllegals,s=t.language,i=void 0):(z("10.7.0","highlight(lang, code, ...args) has been deprecated."), +z("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"), +s=e,r=t),void 0===n&&(n=!0);const o={code:r,language:s};w("before:highlight",o) +;const a=o.result?o.result:h(o.language,o.code,n,i) +;return a.code=o.code,w("after:highlight",a),a}function h(e,n,r,s){ +const l=Object.create(null);function c(){if(!k.keywords)return void S.addText(M) +;let e=0;k.keywordPatternRe.lastIndex=0;let t=k.keywordPatternRe.exec(M),n="" +;for(;t;){n+=M.substring(e,t.index) +;const r=_.case_insensitive?t[0].toLowerCase():t[0],s=(i=r,k.keywords[i]);if(s){ +const[e,i]=s +;if(S.addText(n),n="",l[r]=(l[r]||0)+1,l[r]<=7&&(R+=i),e.startsWith("_"))n+=t[0];else{ +const n=_.classNameAliases[e]||e;S.addKeyword(t[0],n)}}else n+=t[0] +;e=k.keywordPatternRe.lastIndex,t=k.keywordPatternRe.exec(M)}var i +;n+=M.substr(e),S.addText(n)}function d(){null!=k.subLanguage?(()=>{ +if(""===M)return;let e=null;if("string"==typeof k.subLanguage){ +if(!t[k.subLanguage])return void S.addText(M) +;e=h(k.subLanguage,M,!0,N[k.subLanguage]),N[k.subLanguage]=e._top +}else e=f(M,k.subLanguage.length?k.subLanguage:null) +;k.relevance>0&&(R+=e.relevance),S.addSublanguage(e._emitter,e.language) +})():c(),M=""}function u(e,t){let n=1;for(;void 0!==t[n];){if(!e._emit[n]){n++ +;continue}const i=_.classNameAliases[e[n]]||e[n],r=t[n] +;i?S.addKeyword(r,i):(M=r,c(),M=""),n++}}function p(e,t){ +return e.scope&&"string"==typeof e.scope&&S.openNode(_.classNameAliases[e.scope]||e.scope), +e.beginScope&&(e.beginScope._wrap?(S.addKeyword(M,_.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap), +M=""):e.beginScope._multi&&(u(e.beginScope,t),M="")),k=Object.create(e,{parent:{ +value:k}}),k}function b(e,t,n){let r=((e,t)=>{const n=e&&e.exec(t) +;return n&&0===n.index})(e.endRe,n);if(r){if(e["on:end"]){const n=new i(e) +;e["on:end"](t,n),n.isMatchIgnored&&(r=!1)}if(r){ +for(;e.endsParent&&e.parent;)e=e.parent;return e}} +if(e.endsWithParent)return b(e.parent,t,n)}function m(e){ +return 0===k.matcher.regexIndex?(M+=e[0],1):(I=!0,0)}function x(e){ +const t=e[0],i=n.substr(e.index),r=b(k,e,i);if(!r)return q;const s=k +;k.endScope&&k.endScope._wrap?(d(), +S.addKeyword(t,k.endScope._wrap)):k.endScope&&k.endScope._multi?(d(), +u(k.endScope,e)):s.skip?M+=t:(s.returnEnd||s.excludeEnd||(M+=t), +d(),s.excludeEnd&&(M=t));do{ +k.scope&&!k.isMultiClass&&S.closeNode(),k.skip||k.subLanguage||(R+=k.relevance), +k=k.parent}while(k!==r.parent) +;return r.starts&&p(r.starts,e),s.returnEnd?0:t.length}let y={};function w(t,s){ +const a=s&&s[0];if(M+=t,null==a)return d(),0 +;if("begin"===y.type&&"end"===s.type&&y.index===s.index&&""===a){ +if(M+=n.slice(s.index,s.index+1),!o){const t=Error(`0 width match regex (${e})`) +;throw t.languageName=e,t.badRule=y.rule,t}return 1} +if(y=s,"begin"===s.type)return(e=>{ +const t=e[0],n=e.rule,r=new i(n),s=[n.__beforeBegin,n["on:begin"]] +;for(const n of s)if(n&&(n(e,r),r.isMatchIgnored))return m(t) +;return n.skip?M+=t:(n.excludeBegin&&(M+=t), +d(),n.returnBegin||n.excludeBegin||(M=t)),p(n,e),n.returnBegin?0:t.length})(s) +;if("illegal"===s.type&&!r){ +const e=Error('Illegal lexeme "'+a+'" for mode "'+(k.scope||"")+'"') +;throw e.mode=k,e}if("end"===s.type){const e=x(s);if(e!==q)return e} +if("illegal"===s.type&&""===a)return 1 +;if(A>1e5&&A>3*s.index)throw Error("potential infinite loop, way more iterations than matches") +;return M+=a,a.length}const _=E(e) +;if(!_)throw $(a.replace("{}",e)),Error('Unknown language: "'+e+'"') +;const v=G(_);let O="",k=s||v;const N={},S=new g.__emitter(g);(()=>{const e=[] +;for(let t=k;t!==_;t=t.parent)t.scope&&e.unshift(t.scope) +;e.forEach((e=>S.openNode(e)))})();let M="",R=0,j=0,A=0,I=!1;try{ +for(k.matcher.considerAll();;){ +A++,I?I=!1:k.matcher.considerAll(),k.matcher.lastIndex=j +;const e=k.matcher.exec(n);if(!e)break;const t=w(n.substring(j,e.index),e) +;j=e.index+t}return w(n.substr(j)),S.closeAllNodes(),S.finalize(),O=S.toHTML(),{ +language:e,value:O,relevance:R,illegal:!1,_emitter:S,_top:k}}catch(t){ +if(t.message&&t.message.includes("Illegal"))return{language:e,value:F(n), +illegal:!0,relevance:0,_illegalBy:{message:t.message,index:j, +context:n.slice(j-100,j+100),mode:t.mode,resultSoFar:O},_emitter:S};if(o)return{ +language:e,value:F(n),illegal:!1,relevance:0,errorRaised:t,_emitter:S,_top:k} +;throw t}}function f(e,n){n=n||g.languages||Object.keys(t);const i=(e=>{ +const t={value:F(e),illegal:!1,relevance:0,_top:l,_emitter:new g.__emitter(g)} +;return t._emitter.addText(e),t})(e),r=n.filter(E).filter(y).map((t=>h(t,e,!1))) +;r.unshift(i);const s=r.sort(((e,t)=>{ +if(e.relevance!==t.relevance)return t.relevance-e.relevance +;if(e.language&&t.language){if(E(e.language).supersetOf===t.language)return 1 +;if(E(t.language).supersetOf===e.language)return-1}return 0})),[o,a]=s,c=o +;return c.secondBest=a,c}function p(e){let t=null;const n=(e=>{ +let t=e.className+" ";t+=e.parentNode?e.parentNode.className:"" +;const n=g.languageDetectRe.exec(t);if(n){const t=E(n[1]) +;return t||(U(a.replace("{}",n[1])), +U("Falling back to no-highlight mode for this block.",e)),t?n[1]:"no-highlight"} +return t.split(/\s+/).find((e=>d(e)||E(e)))})(e);if(d(n))return +;w("before:highlightElement",{el:e,language:n +}),!g.ignoreUnescapedHTML&&e.children.length>0&&(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), +console.warn("https://github.com/highlightjs/highlight.js/issues/2886"), +console.warn(e)),t=e;const i=t.textContent,s=n?u(i,{language:n,ignoreIllegals:!0 +}):f(i);e.innerHTML=s.value,((e,t,n)=>{const i=t&&r[t]||n +;e.classList.add("hljs"),e.classList.add("language-"+i) +})(e,n,s.language),e.result={language:s.language,re:s.relevance, +relevance:s.relevance},s.secondBest&&(e.secondBest={ +language:s.secondBest.language,relevance:s.secondBest.relevance +}),w("after:highlightElement",{el:e,result:s,text:i})}let b=!1;function m(){ +"loading"!==document.readyState?document.querySelectorAll(g.cssSelector).forEach(p):b=!0 +}function E(e){return e=(e||"").toLowerCase(),t[e]||t[r[e]]} +function x(e,{languageName:t}){"string"==typeof e&&(e=[e]),e.forEach((e=>{ +r[e.toLowerCase()]=t}))}function y(e){const t=E(e) +;return t&&!t.disableAutodetect}function w(e,t){const n=e;s.forEach((e=>{ +e[n]&&e[n](t)}))} +"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",(()=>{ +b&&m()}),!1),Object.assign(e,{highlight:u,highlightAuto:f,highlightAll:m, +highlightElement:p, +highlightBlock:e=>(z("10.7.0","highlightBlock will be removed entirely in v12.0"), +z("10.7.0","Please use highlightElement now."),p(e)),configure:e=>{g=V(g,e)}, +initHighlighting:()=>{ +m(),z("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")}, +initHighlightingOnLoad:()=>{ +m(),z("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.") +},registerLanguage:(n,i)=>{let r=null;try{r=i(e)}catch(e){ +if($("Language definition for '{}' could not be registered.".replace("{}",n)), +!o)throw e;$(e),r=l} +r.name||(r.name=n),t[n]=r,r.rawDefinition=i.bind(null,e),r.aliases&&x(r.aliases,{ +languageName:n})},unregisterLanguage:e=>{delete t[e] +;for(const t of Object.keys(r))r[t]===e&&delete r[t]}, +listLanguages:()=>Object.keys(t),getLanguage:E,registerAliases:x, +autoDetection:y,inherit:V,addPlugin:e=>{(e=>{ +e["before:highlightBlock"]&&!e["before:highlightElement"]&&(e["before:highlightElement"]=t=>{ +e["before:highlightBlock"](Object.assign({block:t.el},t)) +}),e["after:highlightBlock"]&&!e["after:highlightElement"]&&(e["after:highlightElement"]=t=>{ +e["after:highlightBlock"](Object.assign({block:t.el},t))})})(e),s.push(e)} +}),e.debugMode=()=>{o=!1},e.safeMode=()=>{o=!0},e.versionString="11.0.0" +;for(const e in M)"object"==typeof M[e]&&n(M[e]);return Object.assign(e,M),e +})({}),Y=Object.freeze({__proto__:null});const Q=J +;for(const e of Object.keys(Y)){const t=e.replace("grmr_","") +;Q.registerLanguage(t,Y[e])}return Q}() +;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);hljs.registerLanguage("objectivec",(()=>{"use strict";return e=>{ +const n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n, +keyword:["@interface","@class","@protocol","@implementation"]};return{ +name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"], +keywords:{$pattern:n, +keyword:["int","float","while","char","export","sizeof","typedef","const","struct","for","union","unsigned","long","volatile","static","bool","mutable","if","do","return","goto","void","enum","else","break","extern","asm","case","short","default","double","register","explicit","signed","typename","this","switch","continue","wchar_t","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","super","unichar","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"], +literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"], +built_in:["BOOL","dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"] +},illegal:"/,end:/$/,illegal:"\\n" +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class", +begin:"("+_.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:_, +contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE, +relevance:0}]}}})());hljs.registerLanguage("sql",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function r(...r){ +return r.map((r=>e(r))).join("")}function t(...r){return"("+((e=>{ +const r=e[e.length-1] +;return"object"==typeof r&&r.constructor===Object?(e.splice(e.length-1,1),r):{} +})(r).capture?"":"?:")+r.map((r=>e(r))).join("|")+")"}return e=>{ +const n=e.COMMENT("--","$"),a=["true","false","unknown"],i=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],s=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],o=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],c=s,l=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year","add","asc","collation","desc","final","first","last","view"].filter((e=>!s.includes(e))),u={ +begin:r(/\b/,t(...c),/\s*\(/),relevance:0,keywords:{built_in:c}};return{ +name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{ +$pattern:/\b[\w\.]+/,keyword:((e,{exceptions:r,when:t}={})=>{const n=t +;return r=r||[],e.map((e=>e.match(/\|\d+$/)||r.includes(e)?e:n(e)?e+"|0":e)) +})(l,{when:e=>e.length<3}),literal:a,type:i, +built_in:["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"] +},contains:[{begin:t(...o),relevance:0,keywords:{$pattern:/[\w\.]+/, +keyword:l.concat(o),literal:a,type:i}},{className:"type", +begin:t("double precision","large object","with timezone","without timezone") +},u,{className:"variable",begin:/@[a-z0-9]+/},{className:"string",variants:[{ +begin:/'/,end:/'/,contains:[{begin:/''/}]}]},{begin:/"/,end:/"/,contains:[{ +begin:/""/}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"operator", +begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0}]}}})());hljs.registerLanguage("bash",(()=>{"use strict";function e(...e){ +return e.map((e=>{return(s=e)?"string"==typeof s?s:s.source:null;var s +})).join("")}return s=>{const n={},t={begin:/\$\{/,end:/\}/,contains:["self",{ +begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{ +begin:e(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},t]});const a={ +className:"subst",begin:/\$\(/,end:/\)/,contains:[s.BACKSLASH_ESCAPE]},i={ +begin:/<<-?\s*(?=\w+)/,starts:{contains:[s.END_SAME_AS_BEGIN({begin:/(\w+)/, +end:/(\w+)/,className:"string"})]}},c={className:"string",begin:/"/,end:/"/, +contains:[s.BACKSLASH_ESCAPE,n,a]};a.contains.push(c);const o={begin:/\$\(\(/, +end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},s.NUMBER_MODE,n] +},r=s.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10 +}),l={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0, +contains:[s.inherit(s.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{ +name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z._-]+\b/, +keyword:["if","then","else","elif","fi","for","while","in","do","done","case","esac","function"], +literal:["true","false"], +built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp" +},contains:[r,s.SHEBANG(),l,o,s.HASH_COMMENT_MODE,i,c,{className:"",begin:/\\"/ +},{className:"string",begin:/'/,end:/'/},n]}}})());hljs.registerLanguage("rust",(()=>{"use strict";function e(...e){ +return e.map((e=>{return(t=e)?"string"==typeof t?t:t.source:null;var t +})).join("")}return t=>{const n={className:"title.function.invoke",relevance:0, +begin:e(/\b/,/(?!let\b)/,t.IDENT_RE,(a=/\s*\(/,e("(?=",a,")")))};var a +;const r="([ui](8|16|32|64|128|size)|f(32|64))?",i=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","panic!","file!","format!","format_args!","include_bin!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"] +;return{name:"Rust",aliases:["rs"],keywords:{$pattern:t.IDENT_RE+"!?", +type:["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"], +keyword:["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"], +literal:["true","false","Some","None","Ok","Err"],built_in:i},illegal:""},n]}}})());hljs.registerLanguage("ruby",(()=>{"use strict";function e(e){ +return n("(?=",e,")")}function n(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return a=>{ +const i="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",s={ +keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor __FILE__", +built_in:"proc lambda",literal:"true false nil"},r={className:"doctag", +begin:"@[A-Za-z]+"},b={begin:"#<",end:">"},c=[a.COMMENT("#","$",{contains:[r] +}),a.COMMENT("^=begin","^=end",{contains:[r],relevance:10 +}),a.COMMENT("^__END__","\\n$")],t={className:"subst",begin:/#\{/,end:/\}/, +keywords:s},g={className:"string",contains:[a.BACKSLASH_ESCAPE,t],variants:[{ +begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/, +end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{ +begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/, +end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{ +begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{ +begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{ +begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{ +begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{ +begin:n(/<<[-~]?'?/,e(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)), +contains:[a.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/, +contains:[a.BACKSLASH_ESCAPE,t]})]}]},d="[0-9](_?[0-9])*",l={className:"number", +relevance:0,variants:[{ +begin:`\\b([1-9](_?[0-9])*|0)(\\.(${d}))?([eE][+-]?(${d})|r)?i?\\b`},{ +begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b" +},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{ +begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{ +begin:"\\b0(_?[0-7])+r?i?\\b"}]},o={className:"params",begin:"\\(",end:"\\)", +endsParent:!0,keywords:s},_=[g,{className:"class",beginKeywords:"class module", +end:"$|;",illegal:/=/,contains:[a.inherit(a.TITLE_MODE,{ +begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"}),{begin:"<\\s*",contains:[{ +begin:"("+a.IDENT_RE+"::)?"+a.IDENT_RE,relevance:0}]}].concat(c)},{ +className:"function",begin:n(/def\s+/,e(i+"\\s*(\\(|;|$)")),relevance:0, +keywords:"def",end:"$|;",contains:[a.inherit(a.TITLE_MODE,{begin:i +}),o].concat(c)},{begin:a.IDENT_RE+"::"},{className:"symbol", +begin:a.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol", +begin:":(?!\\s)",contains:[g,{begin:i}],relevance:0},l,{className:"variable", +begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{ +className:"params",begin:/\|/,end:/\|/,relevance:0,keywords:s},{ +begin:"("+a.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{ +className:"regexp",contains:[a.BACKSLASH_ESCAPE,t],illegal:/\n/,variants:[{ +begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(", +end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}] +}].concat(b,c),relevance:0}].concat(b,c);t.contains=_,o.contains=_;const E=[{ +begin:/^\s*=>/,starts:{end:"$",contains:_}},{className:"meta", +begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>)(?=[ ])", +starts:{end:"$",contains:_}}];return c.unshift(b),{name:"Ruby", +aliases:["rb","gemspec","podspec","thor","irb"],keywords:s,illegal:/\/\*/, +contains:[a.SHEBANG({binary:"ruby"})].concat(E).concat(c).concat(_)}}})());hljs.registerLanguage("yaml",(()=>{"use strict";return e=>{ +const n="true false yes no null",a="[\\w#;/?:@&=+$,.~*'()[\\]]+",s={ +className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/ +},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable", +variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},i=e.inherit(s,{ +variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={ +end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},t={begin:/\{/, +end:/\}/,contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",end:"\\]", +contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",variants:[{ +begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{ +begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---\\s*$", +relevance:10},{className:"string", +begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{ +begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0, +relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type", +begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a +},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta", +begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)", +relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{ +className:"number", +begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b" +},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},t,g,s],c=[...b] +;return c.pop(),c.push(i),l.contains=c,{name:"YAML",case_insensitive:!0, +aliases:["yml"],contains:b}}})());hljs.registerLanguage("http",(()=>{"use strict";function e(...e){ +return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n +})).join("")}return n=>{const a="HTTP/(2|1\\.[01])",s={className:"attribute", +begin:e("^",/[A-Za-z][A-Za-z0-9-]*/,"(?=\\:\\s)"),starts:{contains:[{ +className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]} +},t=[s,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{ +name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+a+" \\d{3})", +end:/$/,contains:[{className:"meta",begin:a},{className:"number", +begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:t}},{ +begin:"(?=^[A-Z]+ (.*?) "+a+"$)",end:/$/,contains:[{className:"string", +begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:a},{ +className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:t} +},n.inherit(s,{relevance:0})]}}})());hljs.registerLanguage("css",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse() +;return n=>{const a=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},HEXCOLOR:{ +scope:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$", +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{ +scope:"number", +begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", +relevance:0}}))(n),l=[n.APOS_STRING_MODE,n.QUOTE_STRING_MODE];return{name:"CSS", +case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"}, +classNameAliases:{keyframePosition:"selector-tag"}, +contains:[n.C_BLOCK_COMMENT_MODE,{begin:/-(webkit|moz|ms|o)-(?=[a-z])/ +},a.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0 +},{className:"selector-class",begin:"\\.[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0 +},a.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{ +begin:":("+i.join("|")+")"},{begin:"::("+o.join("|")+")"}]},{ +className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:":",end:"[;}]", +contains:[a.HEXCOLOR,a.IMPORTANT,a.CSS_NUMBER_MODE,...l,{ +begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri" +},contains:[{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}] +},{className:"built_in",begin:/[\w-]+(?=\()/}]},{ +begin:(s=/@/,((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",s,")")), +end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword", +begin:/@-?\w[\w]*(-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0, +relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:"and or not only", +attribute:t.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute" +},...l,a.CSS_NUMBER_MODE]}]},{className:"selector-tag", +begin:"\\b("+e.join("|")+")\\b"}]};var s}})());hljs.registerLanguage("php",(()=>{"use strict";return e=>{const r={ +className:"variable", +begin:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*(?![A-Za-z0-9])(?![$])"},t={ +className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{ +begin:/\?>/}]},a={className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/, +end:/\}/}]},n=e.inherit(e.APOS_STRING_MODE,{illegal:null +}),i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null, +contains:e.QUOTE_STRING_MODE.contains.concat(a)}),o=e.END_SAME_AS_BEGIN({ +begin:/<<<[ \t]*(\w+)\n/,end:/[ \t]*(\w+)\b/, +contains:e.QUOTE_STRING_MODE.contains.concat(a)}),l={className:"string", +contains:[e.BACKSLASH_ESCAPE,t],variants:[e.inherit(n,{begin:"b'",end:"'" +}),e.inherit(i,{begin:'b"',end:'"'}),i,n,o]},s={className:"number",variants:[{ +begin:"\\b0b[01]+(?:_[01]+)*\\b"},{begin:"\\b0o[0-7]+(?:_[0-7]+)*\\b"},{ +begin:"\\b0x[\\da-f]+(?:_[\\da-f]+)*\\b"},{ +begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:e[+-]?\\d+)?" +}],relevance:0},c={ +keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile enum eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list match|0 mixed new object or private protected public real return string switch throw trait try unset use var void while xor yield", +literal:"false null true", +built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException UnhandledMatchError ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Stringable Throwable Traversable WeakReference WeakMap Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass" +};return{case_insensitive:!0,keywords:c, +contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t] +}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}] +}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0, +keywords:"__halt_compiler"}),t,{className:"keyword",begin:/\$this\b/},r,{ +begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function", +relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0, +illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{ +begin:"=>",endsParent:!0},{className:"params",begin:"\\(",end:"\\)", +excludeBegin:!0,excludeEnd:!0,keywords:c, +contains:["self",r,e.C_BLOCK_COMMENT_MODE,l,s]}]},{className:"class",variants:[{ +beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait", +illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{ +beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{ +beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/, +contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",relevance:0,end:";", +contains:[e.UNDERSCORE_TITLE_MODE]},l,s]}}})());hljs.registerLanguage("apache",(()=>{"use strict";return e=>{const n={ +className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/} +;return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0, +contains:[e.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/, +contains:[n,{className:"number",begin:/:\d{1,5}/ +},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute", +begin:/\w+/,relevance:0,keywords:{ +_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"] +},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"}, +contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable", +begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}] +},n,{className:"number",begin:/\b\d+/},e.QUOTE_STRING_MODE]}}],illegal:/\S/}} +})());hljs.registerLanguage("cpp",(()=>{"use strict";function e(e){ +return t("(?:",e,")?")}function t(...e){return e.map((e=>{ +return(t=e)?"string"==typeof t?t:t.source:null;var t})).join("")}return n=>{ +const a=n.COMMENT("//","$",{contains:[{begin:/\\\n/}] +}),r="[a-zA-Z_]\\w*::",i="(?!struct)(decltype\\(auto\\)|"+e(r)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",s={ +className:"type",begin:"\\b[a-z\\d_]*_t\\b"},c={className:"string",variants:[{ +begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},{ +begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", +end:"'",illegal:"."},n.END_SAME_AS_BEGIN({ +begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={ +className:"number",variants:[{begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" +},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},l={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ +keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" +},contains:[{begin:/\\\n/,relevance:0},n.inherit(c,{className:"string"}),{ +className:"string",begin:/<.*?>/},a,n.C_BLOCK_COMMENT_MODE]},u={ +className:"title",begin:e(r)+n.IDENT_RE,relevance:0 +},d=e(r)+n.IDENT_RE+"\\s*\\(",p={ +type:["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t"], +keyword:["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","signed","sizeof","static","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","unsigned","using","virtual","volatile","while","xor","xor_eq,"], +literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"], +_type_hints:["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"] +},_={className:"function.dispatch",relevance:0,keywords:{ +_hint:["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"] +}, +begin:t(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!while)/,n.IDENT_RE,(m=/(<[^<>]+>|)\s*\(/, +t("(?=",m,")")))};var m;const g=[_,l,s,a,n.C_BLOCK_COMMENT_MODE,o,c],f={ +variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{ +beginKeywords:"new throw return else",end:/;/}],keywords:p,contains:g.concat([{ +begin:/\(/,end:/\)/,keywords:p,contains:g.concat(["self"]),relevance:0}]), +relevance:0},b={className:"function",begin:"("+i+"[\\*&\\s]+)+"+d, +returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:p,illegal:/[^\w\s\*&:<>.]/, +contains:[{begin:"decltype\\(auto\\)",keywords:p,relevance:0},{begin:d, +returnBegin:!0,contains:[u],relevance:0},{begin:/::/,relevance:0},{begin:/:/, +endsWithParent:!0,contains:[c,o]},{relevance:0,match:/,/},{className:"params", +begin:/\(/,end:/\)/,keywords:p,relevance:0, +contains:[a,n.C_BLOCK_COMMENT_MODE,c,o,s,{begin:/\(/,end:/\)/,keywords:p, +relevance:0,contains:["self",a,n.C_BLOCK_COMMENT_MODE,c,o,s]}] +},s,a,n.C_BLOCK_COMMENT_MODE,l]};return{name:"C++", +aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:p,illegal:"",keywords:p,contains:["self",s]},{begin:n.IDENT_RE+"::",keywords:p},{ +match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/], +className:{1:"keyword",3:"title.class"}}])}}})());hljs.registerLanguage("swift",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function a(e){return t("(?=",e,")")} +function t(...a){return a.map((a=>e(a))).join("")}function n(...a){ +return"("+((e=>{const a=e[e.length-1] +;return"object"==typeof a&&a.constructor===Object?(e.splice(e.length-1,1),a):{} +})(a).capture?"":"?:")+a.map((a=>e(a))).join("|")+")"} +const i=e=>t(/\b/,e,/\w$/.test(e)?/\b/:/\B/),s=["Protocol","Type"].map(i),u=["init","self"].map(i),c=["Any","Self"],r=["actor","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],o=["false","nil","true"],l=["assignment","associativity","higherThan","left","lowerThan","none","right"],m=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],p=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],F=n(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),d=n(F,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),b=t(F,d,"*"),h=n(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),f=n(h,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),w=t(h,f,"*"),y=t(/[A-Z]/,f,"*"),g=["autoclosure",t(/convention\(/,n("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",t(/objc\(/,w,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],E=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"] +;return e=>{const F={match:/\s+/,relevance:0},h=e.COMMENT("/\\*","\\*/",{ +contains:["self"]}),v=[e.C_LINE_COMMENT_MODE,h],A={match:[/\./,n(...s,...u)], +className:{2:"keyword"}},N={match:t(/\./,n(...r)),relevance:0 +},C=r.filter((e=>"string"==typeof e)).concat(["_|0"]),D={variants:[{ +className:"keyword", +match:n(...r.filter((e=>"string"!=typeof e)).concat(c).map(i),...u)}]},k={ +$pattern:n(/\b\w+/,/#\w+/),keyword:C.concat(m),literal:o},B=[A,N,D],_=[{ +match:t(/\./,n(...p)),relevance:0},{className:"built_in", +match:t(/\b/,n(...p),/(?=\()/)}],S={match:/->/,relevance:0},M=[S,{ +className:"operator",relevance:0,variants:[{match:b},{match:`\\.(\\.|${d})+`}] +}],x="([0-9a-fA-F]_*)+",I={className:"number",relevance:0,variants:[{ +match:"\\b(([0-9]_*)+)(\\.(([0-9]_*)+))?([eE][+-]?(([0-9]_*)+))?\\b"},{ +match:`\\b0x(${x})(\\.(${x}))?([pP][+-]?(([0-9]_*)+))?\\b`},{ +match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},L=(e="")=>({ +className:"subst",variants:[{match:t(/\\/,e,/[0\\tnr"']/)},{ +match:t(/\\/,e,/u\{[0-9a-fA-F]{1,8}\}/)}]}),O=(e="")=>({className:"subst", +match:t(/\\/,e,/[\t ]*(?:[\r\n]|\r\n)/)}),T=(e="")=>({className:"subst", +label:"interpol",begin:t(/\\/,e,/\(/),end:/\)/}),$=(e="")=>({begin:t(e,/"""/), +end:t(/"""/,e),contains:[L(e),O(e),T(e)]}),j=(e="")=>({begin:t(e,/"/), +end:t(/"/,e),contains:[L(e),T(e)]}),P={className:"string", +variants:[$(),$("#"),$("##"),$("###"),j(),j("#"),j("##"),j("###")]},K={ +match:t(/`/,w,/`/)},z=[K,{className:"variable",match:/\$\d+/},{ +className:"variable",match:`\\$${f}+`}],q=[{match:/(@|#)available/, +className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:E, +contains:[...M,I,P]}]}},{className:"keyword",match:t(/@/,n(...g))},{ +className:"meta",match:t(/@/,w)}],U={match:a(/\b[A-Z]/),relevance:0,contains:[{ +className:"type", +match:t(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,f,"+") +},{className:"type",match:y,relevance:0},{match:/[?!]+/,relevance:0},{ +match:/\.\.\./,relevance:0},{match:t(/\s+&\s+/,a(y)),relevance:0}]},Z={ +begin://,keywords:k,contains:[...v,...B,...q,S,U]};U.contains.push(Z) +;const V={begin:/\(/,end:/\)/,relevance:0,keywords:k,contains:["self",{ +match:t(w,/\s*:/),keywords:"_|0",relevance:0 +},...v,...B,..._,...M,I,P,...z,...q,U]},W={begin://,contains:[...v,U] +},G={begin:/\(/,end:/\)/,keywords:k,contains:[{ +begin:n(a(t(w,/\s*:/)),a(t(w,/\s+/,w,/\s*:/))),end:/:/,relevance:0,contains:[{ +className:"keyword",match:/\b_\b/},{className:"params",match:w}] +},...v,...B,...M,I,P,...q,U,V],endsParent:!0,illegal:/["']/},R={ +match:[/func/,/\s+/,n(K.match,w,b)],className:{1:"keyword",3:"title.function"}, +contains:[W,G,F],illegal:[/\[/,/%/]},X={ +match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"}, +contains:[W,G,F],illegal:/\[|%/},H={match:[/operator/,/\s+/,b],className:{ +1:"keyword",3:"title"}},J={begin:[/precedencegroup/,/\s+/,y],className:{ +1:"keyword",3:"title"},contains:[U],keywords:[...l,...o],end:/}/} +;for(const e of P.variants){const a=e.contains.find((e=>"interpol"===e.label)) +;a.keywords=k;const t=[...B,..._,...M,I,P,...z];a.contains=[...t,{begin:/\(/, +end:/\)/,contains:["self",...t]}]}return{name:"Swift",keywords:k, +contains:[...v,R,X,{beginKeywords:"struct protocol class extension enum actor", +end:"\\{",excludeEnd:!0,keywords:k,contains:[e.inherit(e.TITLE_MODE,{ +className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...B] +},H,J,{beginKeywords:"import",end:/$/,contains:[...v],relevance:0 +},...B,..._,...M,I,P,...z,...q,U,V]}}})());hljs.registerLanguage("c",(()=>{"use strict";function e(e){ +return((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?:",e,")?") +}return n=>{const t=n.COMMENT("//","$",{contains:[{begin:/\\\n/}] +}),s="[a-zA-Z_]\\w*::",r="(decltype\\(auto\\)|"+e(s)+"[a-zA-Z_]\\w*"+e("<[^<>]+>")+")",a={ +className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{ +match:/\batomic_[a-z]{3,6}\b/}]},i={className:"string",variants:[{ +begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[n.BACKSLASH_ESCAPE]},{ +begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)", +end:"'",illegal:"."},n.END_SAME_AS_BEGIN({ +begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},l={ +className:"number",variants:[{begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)" +},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{ +keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include" +},contains:[{begin:/\\\n/,relevance:0},n.inherit(i,{className:"string"}),{ +className:"string",begin:/<.*?>/},t,n.C_BLOCK_COMMENT_MODE]},o={ +className:"title",begin:e(s)+n.IDENT_RE,relevance:0 +},d=e(s)+n.IDENT_RE+"\\s*\\(",u={ +keyword:["asm","auto","break","case","const","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","static","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"], +type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","complex","bool","imaginary"], +literal:"true false NULL", +built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr" +},g=[c,a,t,n.C_BLOCK_COMMENT_MODE,l,i],m={variants:[{begin:/=/,end:/;/},{ +begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}], +keywords:u,contains:g.concat([{begin:/\(/,end:/\)/,keywords:u, +contains:g.concat(["self"]),relevance:0}]),relevance:0},_={ +begin:"("+r+"[\\*&\\s]+)+"+d,returnBegin:!0,end:/[{;=]/,excludeEnd:!0, +keywords:u,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:"decltype\\(auto\\)", +keywords:u,relevance:0},{begin:d,returnBegin:!0,contains:[n.inherit(o,{ +className:"title.function"})],relevance:0},{relevance:0,match:/,/},{ +className:"params",begin:/\(/,end:/\)/,keywords:u,relevance:0, +contains:[t,n.C_BLOCK_COMMENT_MODE,i,l,a,{begin:/\(/,end:/\)/,keywords:u, +relevance:0,contains:["self",t,n.C_BLOCK_COMMENT_MODE,i,l,a]}] +},a,t,n.C_BLOCK_COMMENT_MODE,c]};return{name:"C",aliases:["h"],keywords:u, +disableAutodetect:!0,illegal:"=]/,contains:[{ +beginKeywords:"final class struct"},n.TITLE_MODE]}]),exports:{preprocessor:c, +strings:i,keywords:u}}}})());hljs.registerLanguage("json",(()=>{"use strict";return e=>({name:"JSON", +contains:[{className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01 +},{match:/[{}[\],:]/,className:"punctuation",relevance:0},e.QUOTE_STRING_MODE,{ +beginKeywords:"true false null" +},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}) +})());hljs.registerLanguage("xml",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(e){return a("(?=",e,")")} +function a(...n){return n.map((n=>e(n))).join("")}function s(...n){ +return"("+((e=>{const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(n).capture?"":"?:")+n.map((n=>e(n))).join("|")+")"}return e=>{ +const t=a(/[A-Z_]/,a("(?:",/[A-Z0-9_.-]*:/,")?"),/[A-Z0-9_.-]*/),i={ +className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},c={begin:/\s/, +contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}] +},r=e.inherit(c,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{ +className:"string"}),g=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),m={ +endsWithParent:!0,illegal:/`]+/}]}]}]};return{ +name:"HTML, XML", +aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"], +case_insensitive:!0,contains:[{className:"meta",begin://, +relevance:10,contains:[c,g,l,r,{begin:/\[/,end:/\]/,contains:[{className:"meta", +begin://,contains:[c,r,g,l]}]}]},e.COMMENT(//,{ +relevance:10}),{begin://,relevance:10},i,{ +className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"style"},contains:[m],starts:{ +end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag", +begin:/)/,end:/>/,keywords:{name:"script"},contains:[m],starts:{ +end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{ +className:"tag",begin:/<>|<\/>/},{className:"tag", +begin:a(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name", +begin:t,relevance:0,starts:m}]},{className:"tag",begin:a(/<\//,n(a(t,/>/))), +contains:[{className:"name",begin:t,relevance:0},{begin:/>/,relevance:0, +endsParent:!0}]}]}}})());hljs.registerLanguage("php-template",(()=>{"use strict";return n=>({ +name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/, +subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"', +end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{ +illegal:null,className:null,contains:null,skip:!0 +}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null, +skip:!0})]}]})})());hljs.registerLanguage("coffeescript",(()=>{"use strict" +;const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],r=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]) +;return a=>{const t={ +keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((i=["var","const","let","function","static"], +e=>!i.includes(e))),literal:n.concat(["yes","no","on","off"]), +built_in:r.concat(["npm","print"])};var i;const s="[A-Za-z$_][0-9A-Za-z$_]*",o={ +className:"subst",begin:/#\{/,end:/\}/,keywords:t +},c=[a.BINARY_NUMBER_MODE,a.inherit(a.C_NUMBER_MODE,{starts:{end:"(\\s*/)?", +relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/, +contains:[a.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[a.BACKSLASH_ESCAPE] +},{begin:/"""/,end:/"""/,contains:[a.BACKSLASH_ESCAPE,o]},{begin:/"/,end:/"/, +contains:[a.BACKSLASH_ESCAPE,o]}]},{className:"regexp",variants:[{begin:"///", +end:"///",contains:[o,a.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)", +relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+s +},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{ +begin:"```",end:"```"},{begin:"`",end:"`"}]}];o.contains=c +;const l=a.inherit(a.TITLE_MODE,{begin:s}),d="(\\(.*\\)\\s*)?\\B[-=]>",g={ +className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/, +end:/\)/,keywords:t,contains:["self"].concat(c)}]};return{name:"CoffeeScript", +aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/, +contains:[...c,a.COMMENT("###","###"),a.HASH_COMMENT_MODE,{className:"function", +begin:"^\\s*"+s+"\\s*=\\s*"+d,end:"[-=]>",returnBegin:!0,contains:[l,g]},{ +begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:d, +end:"[-=]>",returnBegin:!0,contains:[g]}]},{className:"class", +beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{ +beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[l]},l] +},{begin:s+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}})());hljs.registerLanguage("python",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}const t="[a-zA-Z]\\w*",a=(t,a,s={})=>{ +const i=((e,...n)=>{const t=Object.create(null);for(const n in e)t[n]=e[n] +;return n.forEach((e=>{for(const n in e)t[n]=e[n]})),t})({scope:"comment", +begin:t,end:a,contains:[]},s);i.contains.push({scope:"doctag", +begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)", +end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0}) +;const r=function(...n){return"("+((e=>{const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(n).capture?"":"?:")+n.map((n=>e(n))).join("|")+")" +}("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/) +;return i.contains.push({begin:n(/[ ]+/,"(",r,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),i +};return a("//","$"),a("/\\*","\\*/"),a("#","$"),e=>{const a={ +$pattern:/[A-Za-z]\w+|__\w+__/, +keyword:["and","as","assert","async","await","break","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"], +built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"], +literal:["__debug__","Ellipsis","False","None","NotImplemented","True"], +type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"] +},s={className:"meta",begin:/^(>>>|\.\.\.) /},i={className:"subst",begin:/\{/, +end:/\}/,keywords:a,illegal:/#/},r={begin:/\{\{/,relevance:0},o={ +className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{ +begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/, +contains:[e.BACKSLASH_ESCAPE,s],relevance:10},{ +begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/, +contains:[e.BACKSLASH_ESCAPE,s],relevance:10},{ +begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/, +contains:[e.BACKSLASH_ESCAPE,s,r,i]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/, +end:/"""/,contains:[e.BACKSLASH_ESCAPE,s,r,i]},{begin:/([uU]|[rR])'/,end:/'/, +relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{ +begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/, +end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/, +contains:[e.BACKSLASH_ESCAPE,r,i]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/, +contains:[e.BACKSLASH_ESCAPE,r,i]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +},l="[0-9](_?[0-9])*",c=`(\\b(${l}))?\\.(${l})|\\b(${l})\\.`,b={ +className:"number",relevance:0,variants:[{ +begin:`(\\b(${l})|(${c}))[eE][+-]?(${l})[jJ]?\\b`},{begin:`(${c})[jJ]?`},{ +begin:"\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?\\b"},{ +begin:"\\b0[bB](_?[01])+[lL]?\\b"},{begin:"\\b0[oO](_?[0-7])+[lL]?\\b"},{ +begin:"\\b0[xX](_?[0-9a-fA-F])+[lL]?\\b"},{begin:`\\b(${l})[jJ]\\b`}]},d={ +className:"comment",begin:(g=/# type:/,n("(?=",g,")")),end:/$/,keywords:a, +contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]};var g +;const p={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{ +begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a, +contains:["self",s,b,o,e.HASH_COMMENT_MODE]}]};return i.contains=[o,b,s],{ +name:"Python",aliases:["py","gyp","ipython"],keywords:a, +illegal:/(<\/|->|\?)|=>/,contains:[s,b,{begin:/\bself\b/},{beginKeywords:"if", +relevance:0},o,d,e.HASH_COMMENT_MODE,{match:[/def/,/\s+/,t],scope:{1:"keyword", +3:"title.function"},contains:[p]},{variants:[{ +match:[/class/,/\s+/,t,/\s*/,/\(\s*/,t,/\s*\)/]},{match:[/class/,/\s+/,t]}], +scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{ +className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[b,p,o]}]}}})());hljs.registerLanguage("python-repl",(()=>{"use strict";return s=>({ +aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$", +subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{ +begin:/^\.\.\.(?=[ ]|$)/}]}]})})());hljs.registerLanguage("nginx",(()=>{"use strict";function e(e){ +return n("(?=",e,")")}function n(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return a=>{ +const s={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{ +begin:n(/[$@]/,a.UNDERSCORE_IDENT_RE)}]},i={endsWithParent:!0,keywords:{ +$pattern:/[a-z_]{2,}|\/dev\/poll/, +literal:["on","off","yes","no","true","false","none","blocked","debug","info","notice","warn","error","crit","select","break","last","permanent","redirect","kqueue","rtsig","epoll","poll","/dev/poll"] +},relevance:0,illegal:"=>",contains:[a.HASH_COMMENT_MODE,{className:"string", +contains:[a.BACKSLASH_ESCAPE,s],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/ +}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[s] +},{className:"regexp",contains:[a.BACKSLASH_ESCAPE,s],variants:[{begin:"\\s\\^", +end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{ +begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number", +begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{ +className:"number",begin:"\\b\\d+[kKmMgGdshdwy]?\\b",relevance:0},s]};return{ +name:"Nginx config",aliases:["nginxconf"],contains:[a.HASH_COMMENT_MODE,{ +beginKeywords:"upstream location",end:/;|\{/,contains:i.contains,keywords:{ +section:"upstream location"}},{className:"section", +begin:n(a.UNDERSCORE_IDENT_RE+e(/\s+\{/)),relevance:0},{ +begin:e(a.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{ +className:"attribute",begin:a.UNDERSCORE_IDENT_RE,starts:i}],relevance:0}], +illegal:"[^\\s\\}\\{]"}}})());hljs.registerLanguage("javascript",(()=>{"use strict" +;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],t=["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],s=["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],i=["arguments","this","super","console","window","document","localStorage","module","global"],c=[].concat(r,t,s) +;function o(e){return l("(?=",e,")")}function l(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return b=>{ +const g=e,d={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/, +isTrulyOpeningTag:(e,n)=>{const a=e[0].length+e.index,t=e.input[a] +;"<"!==t?">"===t&&(((e,{after:n})=>{const a="",B={ +match:[/const|var|let/,/\s+/,g,/\s*/,/=\s*/,o(C)],className:{1:"keyword", +3:"title.function"},contains:[w]};return{name:"Javascript", +aliases:["js","jsx","mjs","cjs"],keywords:u,exports:{PARAMS_CONTAINS:S}, +illegal:/#(?![$_A-z])/,contains:[b.SHEBANG({label:"shebang",binary:"node", +relevance:5}),{label:"use_strict",className:"meta",relevance:10, +begin:/^\s*['"]use (strict|asm)['"]/ +},b.APOS_STRING_MODE,b.QUOTE_STRING_MODE,N,f,A,v,y,O,{className:"attr", +begin:g+o(":"),relevance:0},B,{ +begin:"("+b.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*", +keywords:"return throw case",relevance:0,contains:[v,b.REGEXP_MODE,{ +className:"function",begin:C,returnBegin:!0,end:"\\s*=>",contains:[{ +className:"params",variants:[{begin:b.UNDERSCORE_IDENT_RE,relevance:0},{ +className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0, +excludeEnd:!0,keywords:u,contains:S}]}]},{begin:/,/,relevance:0},{match:/\s+/, +relevance:0},{variants:[{begin:"<>",end:""},{begin:d.begin, +"on:begin":d.isTrulyOpeningTag,end:d.end}],subLanguage:"xml",contains:[{ +begin:d.begin,end:d.end,skip:!0,contains:["self"]}]}]},I,{ +beginKeywords:"while if switch catch for"},{ +begin:"\\b(?!function)"+b.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", +returnBegin:!0,label:"func.def",contains:[w,b.inherit(b.TITLE_MODE,{begin:g, +className:"title.function"})]},{match:/\.\.\./,relevance:0},M,{match:"\\$"+g, +relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"}, +contains:[w]},T,{relevance:0,match:/\b[A-Z][A-Z_]+\b/, +className:"variable.constant"},R,k,{match:/\$[(.]/}]}}})());hljs.registerLanguage("groovy",(()=>{"use strict";function e(e,n={}){ +return n.variants=e,n}return n=>{ +const a="[A-Za-z0-9_$]+",t=e([n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE,n.COMMENT("/\\*\\*","\\*/",{ +relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag", +begin:"@[A-Za-z]+"}]})]),s={className:"regexp",begin:/~?\/[^\/\n]+\//, +contains:[n.BACKSLASH_ESCAPE] +},i=e([n.BINARY_NUMBER_MODE,n.C_NUMBER_MODE]),r=e([{begin:/"""/,end:/"""/},{ +begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10 +},n.APOS_STRING_MODE,n.QUOTE_STRING_MODE],{className:"string"});return{ +name:"Groovy",keywords:{built_in:"this super",literal:"true false null", +keyword:"byte short char int long boolean float double void def as in assert trait abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof" +},contains:[n.SHEBANG({binary:"groovy",relevance:10}),t,r,s,i,{ +className:"class",beginKeywords:"class interface trait enum",end:/\{/, +illegal:":",contains:[{beginKeywords:"extends implements" +},n.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"@[A-Za-z]+",relevance:0},{ +className:"attr",begin:a+"[ \t]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0, +contains:[t,r,s,i,"self"]},{className:"symbol", +begin:"^[ \t]*"+(l=a+":",((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",l,")")), +excludeBegin:!0,end:a+":",relevance:0}],illegal:/#|<\//};var l}})());hljs.registerLanguage("plaintext",(()=>{"use strict";return t=>({ +name:"Plain text",aliases:["text","txt"],disableAutodetect:!0})})());hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={ +keyword:["break","default","func","interface","select","case","map","struct","chan","else","goto","package","switch","const","fallthrough","if","range","type","continue","for","import","return","var","go","defer","bool","byte","complex64","complex128","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"], +literal:["true","false","iota","nil"], +built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"] +};return{name:"Go",aliases:["golang"],keywords:n,illegal:"{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}function t(...n){return"("+((e=>{ +const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(n).capture?"":"?:")+n.map((n=>e(n))).join("|")+")"}return e=>{ +const r=/[dualxmsipngr]{0,12}/,s={$pattern:/[\w.]+/, +keyword:"abs accept alarm and atan2 bind binmode bless break caller chdir chmod chomp chop chown chr chroot close closedir connect continue cos crypt dbmclose dbmopen defined delete die do dump each else elsif endgrent endhostent endnetent endprotoent endpwent endservent eof eval exec exists exit exp fcntl fileno flock for foreach fork format formline getc getgrent getgrgid getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername getpgrp getpriority getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid getservbyname getservbyport getservent getsockname getsockopt given glob gmtime goto grep gt hex if index int ioctl join keys kill last lc lcfirst length link listen local localtime log lstat lt ma map mkdir msgctl msgget msgrcv msgsnd my ne next no not oct open opendir or ord our pack package pipe pop pos print printf prototype push q|0 qq quotemeta qw qx rand read readdir readline readlink readpipe recv redo ref rename require reset return reverse rewinddir rindex rmdir say scalar seek seekdir select semctl semget semop send setgrent sethostent setnetent setpgrp setpriority setprotoent setpwent setservent setsockopt shift shmctl shmget shmread shmwrite shutdown sin sleep socket socketpair sort splice split sprintf sqrt srand stat state study sub substr symlink syscall sysopen sysread sysseek system syswrite tell telldir tie tied time times tr truncate uc ucfirst umask undef unless unlink unpack unshift untie until use utime values vec wait waitpid wantarray warn when while write x|0 xor y|0" +},i={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:s},a={begin:/->\{/, +end:/\}/},o={variants:[{begin:/\$\d/},{ +begin:n(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])") +},{begin:/[$%@][^\s\w{]/,relevance:0}] +},c=[e.BACKSLASH_ESCAPE,i,o],g=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],l=(e,t,s="\\1")=>{ +const i="\\1"===s?s:n(s,t) +;return n(n("(?:",e,")"),t,/(?:\\.|[^\\\/])*?/,i,/(?:\\.|[^\\\/])*?/,s,r) +},d=(e,t,s)=>n(n("(?:",e,")"),t,/(?:\\.|[^\\\/])*?/,s,r),p=[o,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{ +endsWithParent:!0}),a,{className:"string",contains:c,variants:[{ +begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[", +end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{ +begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">", +relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'", +contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`", +contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{ +begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number", +begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b", +relevance:0},{ +begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*", +keywords:"split return print reverse grep",relevance:0, +contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{ +begin:l("s|tr|y",t(...g,{capture:!0}))},{begin:l("s|tr|y","\\(","\\)")},{ +begin:l("s|tr|y","\\[","\\]")},{begin:l("s|tr|y","\\{","\\}")}],relevance:2},{ +className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{ +begin:d("(?:m|qr)?",/\//,/\//)},{begin:d("m|qr",t(...g,{capture:!0}),/\1/)},{ +begin:d("m|qr",/\(/,/\)/)},{begin:d("m|qr",/\[/,/\]/)},{ +begin:d("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub", +end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{ +begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$", +subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}] +}];return i.contains=p,a.contains=p,{name:"Perl",aliases:["pl","pm"],keywords:s, +contains:p}}})());hljs.registerLanguage("lua",(()=>{"use strict";return e=>{ +const t="\\[=*\\[",a="\\]=*\\]",n={begin:t,end:a,contains:["self"] +},o=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[",a,{contains:[n], +relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE, +literal:"true false nil", +keyword:"and break do else elseif end for goto if in local not or repeat return then until while", +built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove" +},contains:o.concat([{className:"function",beginKeywords:"function",end:"\\)", +contains:[e.inherit(e.TITLE_MODE,{ +begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params", +begin:"\\(",endsWithParent:!0,contains:o}].concat(o) +},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string", +begin:t,end:a,contains:[n],relevance:5}])}}})());hljs.registerLanguage("ini",(()=>{"use strict";function e(e){ +return e?"string"==typeof e?e:e.source:null}function n(...n){ +return n.map((n=>e(n))).join("")}return s=>{const a={className:"number", +relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:s.NUMBER_RE}] +},t=s.COMMENT();t.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const i={ +className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/ +}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},c={ +className:"string",contains:[s.BACKSLASH_ESCAPE],variants:[{begin:"'''", +end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"' +},{begin:"'",end:"'"}]},l={begin:/\[/,end:/\]/,contains:[t,r,i,c,a,"self"], +relevance:0},o=function(...n){return"("+((e=>{const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(n).capture?"":"?:")+n.map((n=>e(n))).join("|")+")" +}(/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/);return{name:"TOML, also INI", +aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[t,{ +className:"section",begin:/\[+/,end:/\]+/},{ +begin:n(o,"(\\s*\\.\\s*",o,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr", +starts:{end:/$/,contains:[t,l,r,i,c,a]}}]}}})());hljs.registerLanguage("typescript",(()=>{"use strict" +;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],t=["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer","BigInt64Array","BigUint64Array","BigInt"],s=["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],c=["arguments","this","super","console","window","document","localStorage","module","global"],i=[].concat(r,t,s) +;function o(e){return l("(?=",e,")")}function l(...e){return e.map((e=>{ +return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return b=>{ +const d={$pattern:e, +keyword:n.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]), +literal:a, +built_in:i.concat(["any","void","number","boolean","string","object","never","enum"]), +"variable.language":c},g={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*" +},u=(e,n,a)=>{const t=e.contains.findIndex((e=>e.label===n)) +;if(-1===t)throw Error("can not find mode to replace");e.contains.splice(t,1,a) +},m=function(b){const d=e,g={begin:/<[A-Za-z0-9\\._:-]+/, +end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{ +const a=e[0].length+e.index,t=e.input[a];"<"!==t?">"===t&&(((e,{after:n})=>{ +const a="",B={ +match:[/const|var|let/,/\s+/,d,/\s*/,/=\s*/,o(C)],className:{1:"keyword", +3:"title.function"},contains:[S]};return{name:"Javascript", +aliases:["js","jsx","mjs","cjs"],keywords:u,exports:{PARAMS_CONTAINS:w}, +illegal:/#(?![$_A-z])/,contains:[b.SHEBANG({label:"shebang",binary:"node", +relevance:5}),{label:"use_strict",className:"meta",relevance:10, +begin:/^\s*['"]use (strict|asm)['"]/ +},b.APOS_STRING_MODE,b.QUOTE_STRING_MODE,p,_,N,A,y,R,{className:"attr", +begin:d+o(":"),relevance:0},B,{ +begin:"("+b.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*", +keywords:"return throw case",relevance:0,contains:[A,b.REGEXP_MODE,{ +className:"function",begin:C,returnBegin:!0,end:"\\s*=>",contains:[{ +className:"params",variants:[{begin:b.UNDERSCORE_IDENT_RE,relevance:0},{ +className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0, +excludeEnd:!0,keywords:u,contains:w}]}]},{begin:/,/,relevance:0},{match:/\s+/, +relevance:0},{variants:[{begin:"<>",end:""},{begin:g.begin, +"on:begin":g.isTrulyOpeningTag,end:g.end}],subLanguage:"xml",contains:[{ +begin:g.begin,end:g.end,skip:!0,contains:["self"]}]}]},I,{ +beginKeywords:"while if switch catch for"},{ +begin:"\\b(?!function)"+b.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{", +returnBegin:!0,label:"func.def",contains:[S,b.inherit(b.TITLE_MODE,{begin:d, +className:"title.function"})]},{match:/\.\.\./,relevance:0},k,{match:"\\$"+d, +relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"}, +contains:[S]},x,{relevance:0,match:/\b[A-Z][A-Z_]+\b/, +className:"variable.constant"},O,M,{match:/\$[(.]/}]}}(b) +;return Object.assign(m.keywords,d), +m.exports.PARAMS_CONTAINS.push(g),m.contains=m.contains.concat([g,{ +beginKeywords:"namespace",end:/\{/,excludeEnd:!0},{beginKeywords:"interface", +end:/\{/,excludeEnd:!0,keywords:"interface extends" +}]),u(m,"shebang",b.SHEBANG()),u(m,"use_strict",{className:"meta",relevance:10, +begin:/^\s*['"]use strict['"]/ +}),m.contains.find((e=>"func.def"===e.label)).relevance=0,Object.assign(m,{ +name:"TypeScript",aliases:["ts","tsx"]}),m}})());hljs.registerLanguage("latex",(()=>{"use strict";function e(...e){ +return"("+((e=>{const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(e).capture?"":"?:")+e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null +;var n})).join("|")+")"}return n=>{const a=[{begin:/\^{6}[0-9a-f]{6}/},{ +begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/},{begin:/\^{3}[0-9a-f]{3}/ +},{begin:/\^{2}[0-9a-f]{2}/},{begin:/\^{2}[\u0000-\u007f]/}],t=[{ +className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0, +begin:e(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map((e=>e+"(?![a-zA-Z@:_])"))) +},{endsParent:!0, +begin:RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map((e=>e+"(?![a-zA-Z:_])")).join("|")) +},{endsParent:!0,variants:a},{endsParent:!0,relevance:0,variants:[{ +begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}]}]},{className:"params",relevance:0, +begin:/#+\d?/},{variants:a},{className:"built_in",relevance:0,begin:/[$&^_]/},{ +className:"meta",begin:"% !TeX",end:"$",relevance:10},n.COMMENT("%","$",{ +relevance:0})],i={begin:/\{/,end:/\}/,relevance:0,contains:["self",...t] +},r=n.inherit(i,{relevance:0,endsParent:!0,contains:[i,...t]}),s={begin:/\[/, +end:/\]/,endsParent:!0,relevance:0,contains:[i,...t]},c={begin:/\s+/,relevance:0 +},l=[r],o=[s],d=(e,n)=>({contains:[c],starts:{relevance:0,contains:e,starts:n} +}),g=(e,n)=>({begin:"\\\\"+e+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/, +keyword:"\\"+e},relevance:0,contains:[c],starts:n}),m=(e,a)=>n.inherit({ +begin:"\\\\begin(?=[ \t]*(\\r?\\n[ \t]*)?\\{"+e+"\\})",keywords:{ +$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0 +},d(l,a)),b=(e="string")=>n.END_SAME_AS_BEGIN({className:e,begin:/(.|\r?\n)/, +end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),p=e=>({ +className:"string",end:"(?=\\\\end\\{"+e+"\\})"}),v=(e="string")=>({relevance:0, +begin:/\{/,starts:{endsParent:!0,contains:[{className:e,end:/(?=\})/, +endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]} +});return{name:"LaTeX",aliases:["tex"], +contains:[...["verb","lstinline"].map((e=>g(e,{contains:[b()]}))),g("mint",d(l,{ +contains:[b()]})),g("mintinline",d(l,{contains:[v(),b()]})),g("url",{ +contains:[v("link"),v("link")]}),g("hyperref",{contains:[v("link")] +}),g("href",d(o,{contains:[v("link")] +})),...[].concat(...["","\\*"].map((e=>[m("verbatim"+e,p("verbatim"+e)),m("filecontents"+e,d(l,p("filecontents"+e))),...["","B","L"].map((n=>m(n+"Verbatim"+e,d(o,p(n+"Verbatim"+e)))))]))),m("minted",d(o,d(l,p("minted")))),...t] +}}})());hljs.registerLanguage("diff",(()=>{"use strict";function e(...e){ +return"("+((e=>{const n=e[e.length-1] +;return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{} +})(e).capture?"":"?:")+e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null +;var n})).join("|")+")"}return n=>({name:"Diff",aliases:["patch"],contains:[{ +className:"meta",relevance:10, +match:e(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/) +},{className:"comment",variants:[{ +begin:e(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/), +end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{ +className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/, +end:/$/}]})})());hljs.registerLanguage("kotlin",(()=>{"use strict" +;var e="\\.([0-9](_*[0-9])*)",n="[0-9a-fA-F](_*[0-9a-fA-F])*",a={ +className:"number",variants:[{ +begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ +begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{ +begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{ +begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], +relevance:0};return e=>{const n={ +keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual", +built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing", +literal:"true false null"},i={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@" +},s={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},t={ +className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},r={className:"string", +variants:[{begin:'"""',end:'"""(?=[^"])',contains:[t,s]},{begin:"'",end:"'", +illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/, +contains:[e.BACKSLASH_ESCAPE,t,s]}]};s.contains.push(r);const l={ +className:"meta", +begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?" +},c={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/, +end:/\)/,contains:[e.inherit(r,{className:"string"})]}] +},o=a,b=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),E={ +variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/, +contains:[]}]},d=E;return d.variants[1].contains=[E],E.variants[1].contains=[d], +{name:"Kotlin",aliases:["kt","kts"],keywords:n, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag", +begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,b,{className:"keyword", +begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol", +begin:/@\w+/}]}},i,l,c,{className:"function",beginKeywords:"fun",end:"[(]|$", +returnBegin:!0,excludeEnd:!0,keywords:n,relevance:5,contains:[{ +begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0, +contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://, +keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/, +endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/, +endsWithParent:!0,contains:[E,e.C_LINE_COMMENT_MODE,b],relevance:0 +},e.C_LINE_COMMENT_MODE,b,l,c,r,e.C_NUMBER_MODE]},b]},{className:"class", +beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0, +illegal:"extends implements",contains:[{ +beginKeywords:"public protected internal private constructor" +},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0, +excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/, +excludeBegin:!0,returnEnd:!0},l,c]},r,{className:"meta",begin:"^#!/usr/bin/env", +end:"$",illegal:"\n"},o]}}})());hljs.registerLanguage("gradle",(()=>{"use strict";return e=>({name:"Gradle", +case_insensitive:!0, +keywords:["task","project","allprojects","subprojects","artifacts","buildscript","configurations","dependencies","repositories","sourceSets","description","delete","from","into","include","exclude","source","classpath","destinationDir","includes","options","sourceCompatibility","targetCompatibility","group","flatDir","doLast","doFirst","flatten","todir","fromdir","ant","def","abstract","break","case","catch","continue","default","do","else","extends","final","finally","for","if","implements","instanceof","native","new","private","protected","public","return","static","switch","synchronized","throw","throws","transient","try","volatile","while","strictfp","package","import","false","null","super","this","true","antlrtask","checkstyle","codenarc","copy","boolean","byte","char","class","double","float","int","interface","long","short","void","compile","runTime","file","fileTree","abs","any","append","asList","asWritable","call","collect","compareTo","count","div","dump","each","eachByte","eachFile","eachLine","every","find","findAll","flatten","getAt","getErr","getIn","getOut","getText","grep","immutable","inject","inspect","intersect","invokeMethods","isCase","join","leftShift","minus","multiply","newInputStream","newOutputStream","newPrintWriter","newReader","newWriter","next","plus","pop","power","previous","print","println","push","putAt","read","readBytes","readLines","reverse","reverseEach","round","size","sort","splitEachLine","step","subMap","times","toInteger","toList","tokenize","upto","waitForOrKill","withPrintWriter","withReader","withStream","withWriter","withWriterAppend","write","writeLine"], +contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE] +})})());hljs.registerLanguage("less",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],n=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse(),r=i.concat(o) +;return a=>{const s=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},HEXCOLOR:{ +scope:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$", +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{ +scope:"number", +begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", +relevance:0}}))(a),l=r,d="([\\w-]+|@\\{[\\w-]+\\})",c=[],g=[],b=e=>({ +className:"string",begin:"~?"+e+".*?"+e}),m=(e,t,i)=>({className:e,begin:t, +relevance:i}),p={$pattern:/[a-z-]+/,keyword:"and or not only", +attribute:t.join(" ")},u={begin:"\\(",end:"\\)",contains:g,keywords:p, +relevance:0} +;g.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,b("'"),b('"'),s.CSS_NUMBER_MODE,{ +begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]", +excludeEnd:!0} +},s.HEXCOLOR,u,m("variable","@@?[\\w-]+",10),m("variable","@\\{[\\w-]+\\}"),m("built_in","~?`[^`]*?`"),{ +className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0 +},s.IMPORTANT);const h=g.concat({begin:/\{/,end:/\}/,contains:c}),f={ +beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not" +}].concat(g)},w={begin:d+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0, +contains:[{begin:/-(webkit|moz|ms|o)-/},{className:"attribute", +begin:"\\b("+n.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0, +illegal:"[<=$]",relevance:0,contains:g}}]},v={className:"keyword", +begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b", +starts:{end:"[;{}]",keywords:p,returnEnd:!0,contains:g,relevance:0}},y={ +className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{ +begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:h}},k={variants:[{ +begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:d,end:/\{/}],returnBegin:!0, +returnEnd:!0,illegal:"[<='$\"]",relevance:0, +contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,f,m("keyword","all\\b"),m("variable","@\\{[\\w-]+\\}"),{ +begin:"\\b("+e.join("|")+")\\b",className:"selector-tag" +},m("selector-tag",d+"%?",0),m("selector-id","#"+d),m("selector-class","\\."+d,0),m("selector-tag","&",0),s.ATTRIBUTE_SELECTOR_MODE,{ +className:"selector-pseudo",begin:":("+i.join("|")+")"},{ +className:"selector-pseudo",begin:"::("+o.join("|")+")"},{begin:/\(/,end:/\)/, +relevance:0,contains:h},{begin:"!important"}]},E={ +begin:`[\\w-]+:(:)?(${l.join("|")})`,returnBegin:!0,contains:[k]} +;return c.push(a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,v,y,E,w,k),{ +name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:c}}})());hljs.registerLanguage("shell",(()=>{"use strict";return s=>({ +name:"Shell Session",aliases:["console","shellsession"],contains:[{ +className:"meta",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{ +end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]})})());hljs.registerLanguage("csharp",(()=>{"use strict";return e=>{const n={ +keyword:["abstract","as","base","break","case","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"].concat(["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"]), +built_in:["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"], +literal:["default","false","null","true"]},i=e.inherit(e.TITLE_MODE,{ +begin:"[a-zA-Z](\\.?\\w)*"}),a={className:"number",variants:[{ +begin:"\\b(0b[01']+)"},{ +begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{ +begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)" +}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}] +},t=e.inherit(s,{illegal:/\n/}),r={className:"subst",begin:/\{/,end:/\}/, +keywords:n},l=e.inherit(r,{illegal:/\n/}),c={className:"string",begin:/\$"/, +end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/ +},e.BACKSLASH_ESCAPE,l]},o={className:"string",begin:/\$@"/,end:'"',contains:[{ +begin:/\{\{/},{begin:/\}\}/},{begin:'""'},r]},d=e.inherit(o,{illegal:/\n/, +contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},l]}) +;r.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE], +l.contains=[d,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{ +illegal:/\n/})];const g={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE] +},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},i] +},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={ +begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"], +keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0, +contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{ +begin:"\x3c!--|--\x3e"},{begin:""}]}] +}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#", +end:"$",keywords:{ +keyword:"if else elif endif define undef warning error line region endregion pragma checksum" +}},g,a,{beginKeywords:"class interface",relevance:0,end:/[{;=]/, +illegal:/[^\s:,]/,contains:[{beginKeywords:"where class" +},i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace", +relevance:0,end:/[{;=]/,illegal:/[^\s:]/, +contains:[i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ +beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/, +contains:[i,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta", +begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{ +className:"string",begin:/"/,end:/"/}]},{ +beginKeywords:"new return throw await else",relevance:0},{className:"function", +begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0, +end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{ +beginKeywords:"public private protected static internal protected abstract async extern override unsafe virtual new sealed partial", +relevance:0},{begin:e.IDENT_RE+"\\s*(<.+>\\s*)?\\(",returnBegin:!0, +contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/, +excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0, +contains:[g,a,e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}})());hljs.registerLanguage("java",(()=>{"use strict" +;var e="\\.([0-9](_*[0-9])*)",a="[0-9a-fA-F](_*[0-9a-fA-F])*",n={ +className:"number",variants:[{ +begin:`(\\b([0-9](_*[0-9])*)((${e})|\\.)?|(${e}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:`\\b([0-9](_*[0-9])*)((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{ +begin:`(${e})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{ +begin:`\\b0[xX]((${a})\\.?|(${a})?\\.(${a}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b` +},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${a})[lL]?\\b`},{ +begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}], +relevance:0};function s(e,a,n){return-1===n?"":e.replace(a,(t=>s(e,a,n-1)))} +return e=>{ +const a="[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",t=a+s("(?:<"+a+"~~~(?:\\s*,\\s*"+a+"~~~)*>)?",/~~~/g,2),i={ +keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do"], +literal:["false","true","null"], +type:["char","boolean","long","float","int","byte","short","double"], +built_in:["super","this"]},r={className:"meta",begin:"@"+a,contains:[{ +begin:/\(/,end:/\)/,contains:["self"]}]},l={className:"params",begin:/\(/, +end:/\)/,keywords:i,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0} +;return{name:"Java",aliases:["jsp"],keywords:i,illegal:/<\/|#/, +contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/, +relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{ +begin:/import java\.[a-z]+\./,keywords:"import",relevance:2 +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{ +match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,a],className:{ +1:"keyword",3:"title.class"}},{begin:[a,/\s+/,a,/\s+/,/=/],className:{1:"type", +3:"variable",5:"operator"}},{begin:[/record/,/\s+/,a],className:{1:"keyword", +3:"title.class"},contains:[l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{ +beginKeywords:"new throw return else",relevance:0},{ +begin:["(?:"+t+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{ +2:"title.function"},keywords:i,contains:[{className:"params",begin:/\(/, +end:/\)/,keywords:i,relevance:0, +contains:[r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,n,e.C_BLOCK_COMMENT_MODE] +},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},n,r]}}})());hljs.registerLanguage("scss",(()=>{"use strict" +;const e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],t=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],i=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],r=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],o=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-variant","font-variant-ligatures","font-variation-settings","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","src","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse() +;return a=>{const n=(e=>({IMPORTANT:{scope:"meta",begin:"!important"},HEXCOLOR:{ +scope:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"}, +ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$", +contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{ +scope:"number", +begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?", +relevance:0}}))(a),l=r,s=i,d="@[a-z-]+",c={className:"variable", +begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"};return{name:"SCSS",case_insensitive:!0, +illegal:"[=/|']",contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,{ +className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{ +className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0 +},n.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag", +begin:"\\b("+e.join("|")+")\\b",relevance:0},{className:"selector-pseudo", +begin:":("+s.join("|")+")"},{className:"selector-pseudo", +begin:"::("+l.join("|")+")"},c,{begin:/\(/,end:/\)/,contains:[n.CSS_NUMBER_MODE] +},{className:"attribute",begin:"\\b("+o.join("|")+")\\b"},{ +begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b" +},{begin:":",end:";", +contains:[c,n.HEXCOLOR,n.CSS_NUMBER_MODE,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,n.IMPORTANT] +},{begin:"@(page|font-face)",keywords:{$pattern:d,keyword:"@page @font-face"}},{ +begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/, +keyword:"and or not only",attribute:t.join(" ")},contains:[{begin:d, +className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute" +},c,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,n.HEXCOLOR,n.CSS_NUMBER_MODE]}]}} +})());hljs.registerLanguage("markdown",(()=>{"use strict";function n(...n){ +return n.map((n=>{return(e=n)?"string"==typeof e?e:e.source:null;var e +})).join("")}return e=>{const a={begin:/<\/?[A-Za-z_]/,end:">", +subLanguage:"xml",relevance:0},i={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0 +},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/, +relevance:2},{begin:n(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/), +relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{ +begin:/\[.+?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{ +className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0, +returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)", +excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[", +end:"\\]",excludeBegin:!0,excludeEnd:!0}]},s={className:"strong",contains:[], +variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},c={ +className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{ +begin:/_(?!_)/,end:/_/,relevance:0}]};s.contains.push(c),c.contains.push(s) +;let t=[a,i] +;return s.contains=s.contains.concat(t),c.contains=c.contains.concat(t), +t=t.concat(s,c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{ +className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:t},{ +begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n", +contains:t}]}]},a,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)", +end:"\\s+",excludeEnd:!0},s,c,{className:"quote",begin:"^>\\s+",contains:t, +end:"$"},{className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{ +begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{ +begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))", +contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{ +begin:"^[-\\*]{3,}",end:"$"},i,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{ +className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{ +className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}})());hljs.registerLanguage("makefile",(()=>{"use strict";return e=>{const i={ +className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)", +contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%{"use strict";return e=>{ +const t="[ \\t\\f]*",n="([^\\\\:= \\t\\f\\n]|\\\\.)+";return{name:".properties", +disableAutodetect:!0,case_insensitive:!0,illegal:/\S/, +contains:[e.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{ +begin:n+"[ \\t\\f]*[:=][ \\t\\f]*"},{begin:n+"[ \\t\\f]+"}],contains:[{ +className:"attr",begin:n,endsParent:!0}],starts:{ +end:"([ \\t\\f]*[:=][ \\t\\f]*|[ \\t\\f]+)",relevance:0,starts:{ +className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{ +begin:"\\\\\\n"}]}}},{className:"attr",begin:n+t+"$"}]}}})()); \ No newline at end of file diff --git a/docs/9.4.1/images/arguments/advancement.png b/docs/9.4.1/images/arguments/advancement.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d69c1c999bd4b4ff3bed21a320ff999b0eb135 GIT binary patch literal 25605 zcmaHT1yqz>+x5^X%^(QUF)~9+3(}nfDycL`Nh1PM($d4w-GWFr0s_*FG)Q+yNQmfv z4?fRZ-~0Z{#d6J=J5FEw?7goE(^OZug-?SI0)cKRDayh@AdFfN2rUB_9Vp?xz;6Nm zLvw*ENQ26TXt#k6m{wA1QXo)8G{H|3EZ{SqqoSS*2t?F@`a|n}QDhDRnWZSnO6k0O zy5GWE%GK|**{uS-`?I{)E1ScU5r5Z6EJsjJZ0VlyT2B+Hj6IWxgisSP5tn+F`0!{; z`E6KoOc)wlfgqo;3|es;y!x$TA9h2zNB+0P&X=DFE)35n(thl?exGnX2mTHJ^u4__ zaO&#z=*hW|c40y5<Z=XwpFwUTS=A-$;+d&;7Ur1EvsJ%&uHn4(06i$Dx(IJY(Qw=hE zdEoK(({h>(ZoxjG1TIb>hbO3jHeh`4jyH*A-s@0R<9oCnF0E!1M4LJ?ewUbil86T& zZ6dUdTf!-9jC}qLK7_;9QCh-jKuyxp+Y6UolCToDA!HoOJOee_U90h9@ltLjk>Grr z-@YAys>r|$wKskgj@B_qRRnW0Md*TJKyF<~UshzTDQ)UiZqRze_&$mE;W|B+7cdl{ zEv%=GyaczZdOk5$>^zBv;!v$Mj2~rk0$=f<*E0`GN0THA+ekAggTEzXqHa*k(+*W- zP?iA6_5z>UjF;RWU|ma_qr0qtNLVp|qCo$-qYKwtv0*YBo%!Uwm^r}cf{b|_#qOpp z0u2&z0)@t*fk1xkZTm0HiEv}Xez~mdgqfpj@d4L?Bx$(v)WMBhlG@h05@U%KtIi(e1y%}5Qr zxla2MqJ3_w%9Yu1C$^)qhmdI!Lz1h3+m$>d1XJCQ!y4ef;mLGy8iT zS<^O;NN=5mqS?Zd4i{hqus4;A7wo^Sm29u~e@AxPle*4EXDWtwV>+el{2KDOIOKgw z*ZG#OKyZ;gNrg`0RT3U$@)10FMP?p-Ctw{c2wuSpVlkHeSeA zO=M@n^-!gFLflgIK5o=Y7{vZ0#n{b=h$&&LQZU2g4YcD;5ye!Z_Oa`C?%&QcO3xh& zgVZgufoYg+yt@@A0E67pr-i7Epet=tRK9LBD&V}=^?jYf5aYq8YGCkRv8_Cd>Bgi=C# zi2zw4Qr~Lpp-%ULQMY=+_$%x$dhPM^8vKPA#Z5SSp9OuF9`hB$oeS# za6Tia%!EE|hQ0g^1-?{&EnNVCTU=>6g-oHWqgr2Fj!Jn{WlxoJVdVtr{?L>DF!U)b zrZ;qkkc!#&M~&^0RI#Sn-#bzeOBas5+_&M48`aj_V^r<<`oc<7_UxS0+k(Qz=4a7)S%!{wzIn>~=e=t+4{`AnziTtrd$8 z{b-FJ%V&s;uIx;hApyHv#}p8iWE~vATUBM_-*@4Hs#;!x`6-`fYd))ag%@%J5edFB z<~UFy_Q8iveBX6mPc|O?9yI8lBS9OPMdhtK@$SSS%6$u^FF2imD7B|Jk(SS|aL5lc@qbyJ`EXZ{Nb=6Br(HRX zMULax2JCV>s&Bu}puwu+JCPFs(q)K?mk;;#%ewr)vrcuasfh0-s`vxAWW5T!3Zbgi zNlds1Dg56~6Hkb~3qezksV5(v#O-PfyxEOOaK|b{(>i8UB?smNlh4KQ@1wex22oAl z(hCn=gbl#nbp?^}qN8sk;)6*cKK;L2x~ayoACFF=Z4WvBd=PG9fBWIC)fUnF7h|)8 z(o+=ZB{_4ld8(=F!mWqx9JapLFoGmJ1yVYqV4VKqn27HWG$>nOg(3b{X0B|y0nbSm zxQL{)ehpACkw-fB_TNQ~L0b%i^1*;Pu$e)em0d;er5EWmy-_Z|S54Qj$iV}BA{TS3 zGK^F7Dt+@qJ6RvL2Yb|5#u>$~X~-rKr)7XeOmcZ<+ll!0Qc=Tabi+3yi`FK^sTVCv z1YBuC`ad%_mW^i&xc6k_8=`kae{AfK&nG2{Q<23QxP=F4jlrs63Qf&>UAV4FiMjg- z>e@oFH(omhqwI&(>y~?TzMR z)jXWy7_aG;W+LfU-3m@8^S%685>M&mts7C?y~08A^VDQA2%K_FOjic%xfk3SWj^lN zLB_j^VTP6KG&F{t0;8haRA14Hi$cvz5PSs5hWY+nvEjAameUyrB#-B}_5I7NH86gP z`ooP1W5u=3wwNj>D7TpU@-R6MrklI(Kn4qRi+1l@1YZ0}W@6(tB1g~bUj!#-$^)CA(wWo~D>c>SmF2rvN*^JgXy zTS2ZEbqnCm#R%1-f*GzHm_Mp#8!DirQRR-t=_- z)Z#<0!SFvpJxpRL!yuxXBsuBpdeVIy^i9;$eA>k8@Oyz9D>$h8V|N2Ipg`dW&b-Sx z`PDW_=H=?=)4ORGLbC3^TzgW7AFie+ez^ORJ+}YX+|gOD*{5`;^ofeXSA3z=7OM8% z_}%X1h3*PZ-1uMZpl99bIoW4nj~Fn7CKB#AOKpzB9v@VKC<4PUK|ScBL+Zysc-P{a zMoU9&o~|IFd2x!M9!yUk=Wesbz2)^1oJEPt3zbDA`E$eWOVNFg^Bw=%D|U%%RM|NG zrj7XT$ggkM#wzIciWhcPqTvMW)7W#{=vl;}?%|MIvB^~mz0breXaipv?#po2 zO|J`+zwU|J+)HG={R-0tgRPR0Z^z<#!}li;b9JeDL9* z7}r`P_}Bqo>M4A=x%N{=<-V?+7^c|Q-sr{mzOfHfl<$of3$*Vv(#qb;x3GV3h^rTj zrv)kFE<89q^xXWuJJlRNwxmvw-Y1=m-!0ufIm&9Q52vXXhNom<#f?GMJf3-1?^*2J z+fAIvYhbKmYTJI29K=VQUp4!3k(8D)Krw$>yP*Fu_L5`FPQQf*IJrTdE4f};G&#U% z5xH6zw{DCx>b@no`t?f=WnbQH1;?rx4hy)&H=D@L%{{FSTHADO3p+vGf(lg|_NdQA z;;Hfuk8!h#B5EsH!BJe@*a|i<2{u|t2p?qd7kF%D;>-AL5LtWtoZ-Eoo=%G!fC%#2 zmMn^w%MSv7!g_3&X7(Of9?K6zDEBJyub>$*(u~$3jSm9p)pl6)7+8n7++G!^hL4Ig z2tZWAxug*KnYd?174M;LvQ4i)4ehxaF-T9hCyF!>pv`2!iyq4KM!Ec zw^ffgV`@1Bci)+O$v8Ev>d=}5glS}ud-EP-0k2CC~6=Y^2s`;_5m`~^*XqNrKw8|+xj99T^hWBmEk597+n0``i&Jk)f=CR3_9g06w zYvLIs9F$MbWP(!bSpPHHGrdP#)Z<%RD;K*sWQg)1#>}NH)`b zzgD}x6~U$u@_o2@?T5=x#x3LJg;kX!WZ>;pFFd~?hMuG6wIkB}o`Mf~exDM+Sgts~ z7F7|0wUzC_A{JT-_>cQ6ZP%W1c&I^~@}NI5Z0J4tqr~-;)BDstLR~v54GVXz-DD>S z1Nyq&5(V1s0x-rdox%%Rn@&+=L26$8aO%`1wvoTRay&$qlE8;Q?K5?9OTc*6czTh$ zd|oLRC>XsTMyqcb8|1Pc*ZRs-CA z*J^*lf7ilE;q;#QzLlug@1K;$(lbj3om#Ww8Ky>i-{wtVzyU$&a*I+oX}80}Ai|IC zPNl0HXQ42fU$!KoSw0b101b}~arwDg6!okb5iQ@D^6B0&2c=>%&Q@;b1QOb2`_fa6 zy?9w`5v!&{vlYjsFbCnc)9}FM9FoW8#fiwe53$4^*yYfbG^Leswut$Yzr^w5mHIS1#u+h?#+#_hkcc{b`FTol z&5Q}jvZ>Rs2AV$o_$uaWuKK3K?%b~H+3WQNU#`@~dt_T=R}Bw%I*@sqY^<0oK(jYJ zc6iU#jVv&gYwX4MXL3~tY<$Z`tDdFCu%6{Uu{2?ztWGAlQ%ifh(iJNKR%%<=4)QbG zZW@smUI>rap49J=CXiZuWeLkw z_>H#lJE@&R`2r1Zj+kE@{de0bP;(WCU>!;!--@2O>w>pj7m-V`n_ zV)gfr&LHt*=uWN0>5YAkh_h;|=rY6hjO$qz8`b0>3%KpYdyDPa(zGu$AZ9-fJz?wY zAU{ef91|-20jyulsF1AhCkAyf1Se;|bl&jQE!|gSKS%q$fr_iJHaet;sH`PhbR5PB zDeE~}rU_7*g;n1{W(G{PwOs#RS6oLiplk$v-XsJsHjG@ZSCPd7*Vdii+Mq&_M;}M#IZR(Wf{2iQJz(Wyg8OYc~c6%SaAtSL_T_ zJl}C1^x7=~fGr0#1==twcDpq!wYV*jBm>9saKBAdL&`%cWXuBs(u-H=pb8SWH#C5x zT$#I>&ym%`%l%3*Vg8U5^Q#CdGqv}J3)jn)Pdfh*)U8xMCkwpDe84tOJ*7nF^^QF- zN$c~(=R#w#>8k#yvT?7wpf*GH6CrP~UeaYIRpoVw0@7?Gg4FU>5D}R;NRyC_3}lR1 z7O#@QF3Se=7oKeIb;D2yHBhasHaUkx84~;D{SjJdwB2# z!~R^u`^QmYGpvwus5pbrRGwP{Z0l zHEMj;Y*yh`&9%sg@v>WlRgn&-TSw*nYdpP15U4Y()%5%Ku=temU%x-~$A$=GN-O;{ znhW0fz|ke_Atkz=W|XV?j_~RG*o!oAnNi?G!lzdQsPyuub2(+=@)v84R zvm8VYr>*-Qt#mPN%msmmwDsG$O3H^<@E{Zc$lQMZdd*ha+;oau7iWLOiRPoiBf)%@ zeRCfs;plf*#muw&+Itiot~756rXEP50{SL(V*(Spk!*O-B(W_#V724A#aMAWWjv=v z@vy1uC^%hE8X07I>JtNrs9s@X)7>sO(n*6yKdAq z>MRKQ`w%Y=MC`Gjs&>kx6rX2$;gjUZw2LhpNb zKaQHNs1H4mC`>azbx=L-W`ubLteS*PJ!$y)tKS}mvZ$EugVcX4-RzsOdz@%x7ndJ_ z8`rG`k>6Yk_^Eknazry$nNV2>)k_G1cI2qzR_pSYA_N9vl}!qR;MseKm@yBj2%PbP z(!)lno3MV}W@lTqbn3I2qz^F=nN1gPO-Y-f7@gR8g0J2WGE9qy)rGcFQ8%o~2+#N$ z3tHMM=ulBQ%o^{G*dM|@J|2mQWd*s%O~>hDMt>)-sjdR{h)H3++f_ft8AIc|j=zk5 zfM?ph8Voo*tIPekSKMkcYCc!~D>?Dx^5ozs(yd?W?M@X3CodtWs4MwX(uFhu8YkDQ zPyMh^qFON^rkC6!pxmqKN06nqtLaU|N+Y?h_@N z$*d668%g(M2S;{7i>NUZBB*Pyg+`?pA!4l4qL4EHFGDo@nR={!%eL*OK0u2p_;Ia} zeC{?%fshzD>3rw*6Z}ykbWmtmu0od$unWi7Px|6o{!-Xb{ryG_bDjtok-bgY^YKWM zWGTdaW=W8(6dNSAXd?AJ{i4gagTVr zuPuaDli1NU#0s-Q_BGQ_9UmiANy6YiSIieRDq`^F4-{_GJl6{V#nu$&U^cF))Bhdu zgzr$l5rD>(^&dhGabKrP7Dpk+_G6Lz)fH#5Gvgl86TDGlP&q!;31feuQpD<_b*s1Q zhbriVC9dsnW7%%kLN1V>#o{`cHj>pMHd*f^1*p)oS@NDUy#)#WZz4cnl*ey76wtbc z%}_J)@!D?jL@!XV^7kJxS2c=90;esxZW|wB*132(B3otf3$_v9yf~82i zM|H%QYtroly&h3Ul{OWKq3;5XP>;hv^0PF7$>PAJVFAuA*Ul^#aK;T|n?ll)`~w|8 zV#33P!F>M1<1a1+3rJ@=9oa`%;iK+-gmdF`pTfnAI7cY=pZfub=pDcXu=m|Hl5K4K zgAEd#-vtKQl9mUdn?9f9U1a1T1C@WaZcmI1&Rqj~rn5l7{N8w=>v5+;CinuyM+)P( zYHY${DL-61DvnCN=6}H!UF8E;dBtV&1BM(sO?evD?E^V?q+&5 z14AtZfJyJk)3%km`x;x$Sz$?_0{7X-4|V1J{>MQrjC`Yw!|#*691suKU6rR_Tyg(vJ7IZWt{S|Aivn}W)f&EK>2Z!Q=xtGk7;`hGb8yab4Yyn1z7@1O=& zHo-lzzlkPH?lqCJ(i8o4qvxG`{AN1Eb)eq_UM2N8$o7U{WTNmz*Yq4mLXRN&cOa_9 ze6-*nDqrJ&zfAt;OR?o8+cpE6c#`DXRdq@OHs=EpnP6emIB=MKtIvNFIxs*ZIY4{C zV7*I7i>hH-bS(}Gf*M&B7Crge@Qr}!JOwIjkP~&yeUMNc?{50RY@3I!R#(->Ws=<)M1@ooQ`x>Kkfb0&A{)+~bm@vqTzpF1qSA znLUtFZRLiZ6uSX%zzu5!viyCD_Gj!nE{!Ywa`b+tJh4AO4>3SV>Nm9!2#r$!-3*hu zWGf0v&8IkM9rr&WZuU7w;Su&Wm&{$)iG>oJ*@MiB(^YOy19i@{zhC~EJVmiKuoiO- ze&!GBcs?Q`z`WNxue6&6Fc3y4dc)b*vexHu>G1klIjz+vV&9{m=arZ;(e>E^Vh_tf ze&i!!vTP)*=QzNHz+eMf%u~^pQKs)ZS)G5r8UFUkQIA`aM+9(7rWCeL6Fr1&CH=q3YZoByZlNcs8nz$w6@b5q6 zgQL|z5q+*UYURkXbj0_5AYMVv6w`@h^n!~Nc{|QHXSElzlLy3xAW}QJeLtCXkNAw1 zXlY~Qz%l9${zg$y78>8H!x)8gjt>aZPZZD5oi8J`TtI-`s@zEbcyZuejuGdZX<85PiFP zDwLMe-xE_$xWKDlLRLL2eK-oAF~9Jm@9l2soSG-?<+N#XmN6<03Xi#x%ZQx)87^XU zqv&&G=osX0LXV z`5R2Wcj|T4{32bJ+uvX=QuM9_z&HAB1vV%3<|4wgEf|$E<3+xL4fRjBhe&SbKHVq> z3Y~*MrM#Ut;h)AN(cq`2T{hOCaCBOwa_IT6i&0b=MWrjLl(f(dd7-R6<3|Jae;9VV@7eqN?FS)f1N70r+9EEwN=K zNNOUzS**gLU%g26a9>)2bh5(0D100RD$;7tQlRhN#-aL7g8W|~P@dwxNp&yZF99D( zg5JC~KnsglqISqZx}WKmmZ|M8*fGD_v1u>hm*V=yu4rCLlAHxH?einoI`;I`zDjqf zVe6ke_&^(O`S?ew)2k&79$^I|{IjASWkL+ew>1E>v7QrA5joipOA7+W$t1AioJl=W z4jb&!H+p<82x@eU#49W$5*6Mk*rPh8^`gypuk6Wxc2A{NM*YalL;5TGUe!xBizGW~ zRvURogYXooZ%+(fwoWdw>Gz0P6k-~%cioM!XUDS9!=&CH7HFyYksu9wk*Aw9R%uaK zrf(^{H{r00xMktg+6gMygDJ zkb&KE#1<{Yi#bWLW(%0)I~j-k2rn)yaJOZvm>yM2+XnQlS4 zMZF#vcYAbt?{;{0RnI`_aIRI&ol|Unl*{3EBpx7(YaNGqUhYU0hLF!7a;naUeII@R zAV5`2vh(>*|E#qK^$&U;O~+C6<-L(iOH-BKnI91Q9`z0&8E_FcbFXHr6cWJ`ze@Wx z7qhA!BqCSoPA4A88!x|B5p0?dkSz9vlw+>w^IYq2P3BDj;{EVUF+rLi9#|h&*GY>M z;ExpVZ$lrJyTO&AqoVM7C4U{A&I%soxVUyeQ-R@RzTva2z&@g@d`!-}?>|#) zg`eGT`#{d|#f@f$+#;Hb$;c=?2-PpDLeWYSa)SjAH`sErRU6AJG?rZ*TTP^mO^{x> zZe&fWrCmWr(Zu{pO5LLFBec~8Z*Ixq>vE$xCqpBk0L7(F zXo)hhI6|v}0ouUa(Ub>Jf3o-w%L~vsERC!g0qU1p*P0hg*9paY(0=OFGq;>HO~v_*Y5RLn~ZV_*m*RP5~|erHd%tFfQ!a<0$jQRA7PW5Tdc7D+|nj;BVh=0Cb0oekhCrMy-h;@v%H5!%vW@6 za5M902n8fCygSVT+>DS<=G5ZrG%V-UgzL5MWCrXnZ8y#P^U)KnT$-@^nN3d+;Y=-8 zqcDrPqcFwAETG9Iu{{Y~!N4O09$vk%c0>K7QQkB!i*ys!yxcYa{n!5_R4`vg4bfM1 zA7nZjZl>W|iz@sPOIC}MW-rtZo{CQs&635aBop`Nz2gt12HW0NGhW;)1|~SDXPpc< zOt`l-3?bwLagPr>ozw6>Oonnzx6wABx04ZI0+DtkrQ}TyAutxoJPJUK{2J4K0y4?B z6ar~LB_)sN&in|47Us#87v|s%f##x?LZ{-!1V7+Co?2&sLtwV6o&an~KlD*(y#Ra- z6W7<`ht03AQ#=4M#4U|G+2RqnPe&MxUmL}xHy$^Z)fGF235!9fGqzr>Fc(X%vNBU@ z_DdI5Y8pLJ4pdL4$V-RP+dvkxmzU@mOZuge2(#d{*=_oEUR4q!i(t7&jx`8uSj`V2 zuAZ8k87@KLd{j&OFae4q7Ft_1^HL7-nRMPxP&rwLdb=Ni*JwX2rcfQ@^xq5;2dC8{ zD$q$&F{XF6<9>tqS~>7kHT%a~GG)Ycg1ZWw2qitTl6>tJsfgU1J&GzlG(Ukdz$9_Q z?EyL*%@e>RVd&X)qnemd?78@QF6CR~YvSrhmGLe~r_a0lC}Wv-HDdF1#v(^jd0<2!(EaSHo2E86Y59V^Ya?q_Hk^VKH@q99 zxR!H+mqCpOJ^43E%4@<;uC!peDJsFaWorSB8}7wuh_zozUn7jKmK#ll1Bh2&+#|gnKIqOH2G;Ed7zt#lU8k98 z4wd85#hUKQirYfOA3plR#I2R5a+8^egAbvIpazx2|u!ujjy`(q^lLBy#%48sp zRn*y0t6Im&JbhJYP$q;=*#F4s{3q}3TzAO3xCzFsz3Y=F7I+qcP2?!4KHROMBllOS z%ETvQN88xlNaIPmt^y%vb_2aYK$G*qc9Rg8T81>w>Eo%z3nta+St4fUa|%Jm*j!2igt-V@9&IhS-=;*&6;EzNX?2UvspIVe+r=BMcnp$yX0qoX(9HS!FG~F424- zil(;_##{RgD}L~WW8|Qe6Co$V!b4MxuA z5+H4--&Hr)4j)>4`1`uqv=0hp9$`Im@iY#GDP^lF*L(fiOHKP(?AbzL-%PJ_Ad{st zH#wdm-dLS=W@RJ@%d2|uvHyrj(Ct!}z4^7d$d>fP9jVqzHUs5AWD$bZy0DMoN4ZIV zJGq`EW&$}R9-RRTT0Omi;N&vT4q_Nhsv>KfRDx8EPgyNG#QqCp zr}ZC7&Z4;Q**?2vK%dWFVvdBogMNJ>0UBj0)4>i5ONkvgEj$~7u<2*3_QmPGXVQw) zvor_7M;^$rO*-O%dezn^0AeIs^y%H=lG*J(=){uYyuk5Oi;){L>-$ci>xyQ`BL&pO z5A>#I2GCnJF~~7hZ{4lL00E2>IB4MG3OWJI4~vrvRbOnqHR%|Y13c+Ei9gC44{mHf zKttZDq|tJw|6{AflwLE^e8Brm5zuDp{|GoFOiw_l?;G7P%7D>#bRuDzLSw`drcN3I z9$H2yy=KFZ2V%$2rU4>^g;b~^`5THQb7N(IcR|e)&cGP-G(y$qz_nDE59!9<9DQy1 z*3xA3knVWnWccMK${m3wvBKNl=s@y8elTg>jp;?^+g7pdfoi&e9cSdlcDf#cFutF5 z0Mwa0<|PKYT$-Rn29fG^N4Bu4G%xVj_fnzr`2Tz-VD`Kt&Df=v8;&w~T&>*@9kks~ zWVoRRGLKiGaLrx&Ng%E(%MSps++Yl+WQ+q<`QQ!|ROoCX4uhOF-6K zI&FS=5%G0#1y2?XqwZ@umM2I}^1eLHw-aGy4fuz*GMU1+#t_G4c0-_D9}r`(VwIok z-5C~>Mw&?LgzxqjUtM`EdS3q!INZVxyxj9H{(2dw_xOKUEst+_5Wc56Jz{|4!bzFd z$;*a)tdeyUma0n`MGn;i+bHygux34O1za{4F>)V+NPCEC%)y87H=T3NKXoc;_ZVh} zELSbyuH!k8pM)3hM=e=aY4zpxmG1`9yXBB2#}jLJ9ONB&uUa4Mw^WuO1ZHY!=&2zX-x_7{P{#KcDi5 zCZvu=z8VvzKdxvW|AGGxq+mpK9cH3rehT5-xjSAQ34JRCwuuXdRWg* zbPvZ`WDkNc>B)fOrEvagImeClQlUi3gc8!IwVg`a;a1H6#Qx{vtbKW+<1JnzvJ7RXxp;;DJ#98Bl|KovDyQu|%Do1<1B-zSpf2D#q)?=|M| z!vc2Yuf9jIi^wr{S1}aBNN$YG|4gp0e2CNdRN`6@C-YXEX#XO)E!;n-8DK#`B04IhH0~3=L+^r1)z|JdAe7KlDt2ep@IaFE zk8kKk`lW^TW!imb93O|i;D|s_7foXR z4xw6+1O-RbQG1mSprjz&P)=;ym5(84=yG&L%7yivnwpf0-` z<2W#ruP^aG2%*kfl5h6`T4u{0Z;7P4X031WOIWXK4qU3%E&i0_GXCkIYyWq7f0KrL z!dfk~ot3j`pQBQ=1nb3|0DZqumugeYrFDXm#k8v0<4m_)|JD5*BQ670I2#s7IL+!I zU1cvUN%HtTwU6PQ>ur+7ihg21%JD@>IhdT(-T@@`GcJszc(bKJ?HwaEz9{FWPqcfo z2cYES_5VYhsEUF*o^iKWu|IX(GSbzk7Ukij&DVNS zD#BR8x14s5*?NR=Y8h=b<2Wj2B~qY=l59m`b(=%~UFkEx%*SF88)QJ}@9NCIG@F~{ ztNs$jvbS~h5}?kdbPQ8ZyPLQpKGM`frF>-!IdzaRj3u+)@uIEOWR&3a3Hz0@6!OG6u@Mz9T4yE1$N zOcf9j%L@QO6EMWM*eZz~_5ogw9NKFg@qY&cT&`)fog)Aq808YfY?Qq>tDbD))hMIu zRA{^1$U=)S{)9(zEh;6Pvzw=IPwy{GKvlyta^PY0o{uz5`I)|?Eb~y7R7iSbj`%Ib zqt7&e#oLS!WK2>C&@eF9diB~9+@%E~VfBJ7>fabBmjzWG&kYT}EV}5^dVFS@saA}z z^kG-YN*mLGO}aXHI@-Li)IfPzuhjM@9(`{5&Wb-&yt6l2^R)-Mf78~YMPoNX7<5-U znF5scFo*zlUnS+%Of6F9yv)cN4W9P)H_myWN>{QXP`y3ETV8;$<97_LEXTZcinA;O zj0aJkF!l1nYo26aoxIfu0xXvcCywW~*oJdx&c_9r5M}wSW^z?aptgb9!2ahLafd|e zelF6sV&oJ1!f@zWc)J_Wl(zDTUMBuJT{JD!GbQq_l2;zQd1YbD2aNP>WXcWgim|5u zvJOK}T^?bGZ3#GC{CJCLnaJxvL>{fkwkEnBXTGss3u89a9Wg%``CKC6oG|QwdiWc% zGi!2z_yNwg%^FB937fMg7HYF>tD)m?E(gxMc13Yk~X@kfcUqa8Kv{P>7c?&`*hj-EM$Ggx2A6#`B-s-Or9|X)_6KM3~M`@jOrFMZS=C6K+mi zpen(>;rDl62!+R=poLtkQjpk}9%7I`7W%6oCxM&AjHO`T60xLHzGQ$2r&+3}PPpq6Whe<;`-WiF#(uI6wBh zAxt19_^brw2i+rItEfk=(7`x^q(>_4L;j7~xM&RMm<=LoJe7sGLA@Y4H?sub8S>ou)>g}fNI+ym~4jLX;2 zTi2Z_XNm>ii3&zIL7MqT?kYM%wG<{ngdSOsm8_5lyF&XpBXKKty>frt# zI1-whoAw8e$SKyA$5OQaK@I>CDb?xQe}^$yo+UQv*7(|}FBoE@!63JIuP}h8Ljc1{{f?sx9f~Ds57((C0cl3~qlji_ zoSR9G+U@rUt4E}(9=!h?9%1=MYf%K-SmBXAh&s>gdVzA4RK@|Wl74KsvobeGS4N)= zlF=N8i_jh-AGTf}^b_kZPw!x1otzWLnc5-yAWEb`O<>TSEU5oLaUX_V;&JjCgp$8Lg;?`~EIMe7&pK3f zKF1uhZ%K0z@e%*MDT4MEBH|XO{PEM2UzTYZgZG!4HK)|)nGrjyvH6&FShaSW5zkKR02@twi~R@BOL~1u=zZf zV?hjoAJ&4osD!CO3~xUIv*Ha_PxcoE3sjy(PkI{!;uUa6^2WM9BjWe`SN$6irEFwu{+)oNM3wC+O z?oSOCRiQ^3o}4Mda6o==OMPIELFyZi%0U2fCx)Y2VhU`Rjv!O1j-qgYGf+}GLEpkH z8Ob>o(i+;;v;tTlQzqI!=&IWQbFtRr`6Da;vNkiV$(?eqDR0F*uYq%Kd@onh?VTJj z_U!dR=_9rP?d|BRFzdbB_qQBFgT_)GlajoTpZ%Rh#_AR`M`WZ zjMuUW&<|cod?>7v8U3%~2HUG)wh2D&?(BbMpp4aTAo-#bDio$(GgnoM zB~;BSWtU1RyenX`B+G}_P0j!PDHK~E>H#gZ-a6#U~19l?3sn2yJ zARe|V%UJ5hbM89dwYc^);2H|%ry{DIH9*9aL~{uNYN`BrkVI86^SRf$BsCRkxEcmp zMx%ddkw~r-h8*6#uza$fAB+*+8=LQ#2%vCY}_150N@Qj*C8O0 zD>SZs!ZoAzk2O_5o$^n~X>{CFZB@X{WfVhTCURE-!-If&>Hxg8MlDmnhAab_yabe3YvX$cJ-fes-|lL*xHZbHs9W)i5}{ zcJm_9CAiFo?y!U@?=7BD*5!jQGLu`v6E+F}M#T@| zzyhVE_M^P8<|Fi%9;PBgZ=TqW2>wb-7tMW8>J`We4#h$PWeGgF@j4hkC1Dl9x~V|t zqeW}db$8~>AIPU~nnypqj^A4!_vlzhAaKtR_T8p)q_ju+a1`>I{{+)h`;zab%_}r8%s4W(B&>E$ZdC+QT zAC*)xz~LfYI)y}_B}~Kn5d$NGUcI*&o$|6c{Oi^)ip@o)rK-~hKXWSc{>_2Ju+~Cc zkO%965}{zep<=!wfv@}>qVtVYN2(JqMx_TWgFyH_))8D4MP;_cwnx0A0%qg2gZQ=- z1i(-@ZKDi-glt$YwGc;cAipwMg}Zvh(0=qrNx4h8$8Y;r{>e&93{&!+7{a=&E#8_?*>+aXIY_cx)S#XLd_ z;cnEN`VjF&4il_DCHF@_Ax@JAxRKXvg88`N9d;Kznv&qi-f*`^Aqh5ehLyBBZaVl~ z0U$rlK$1&rVEsUn%7F<9qAdE=}!jw2x4dK-%-%bP^Uw|Btde6u!>Cbn9A0 zp2{Zh4l>zbGsC7*Skwa>shr(!rKei`#7;(t0!Ai3sB;fNZ!e=jUG)DELYjz$Y1gXT zUexA++nM|+V3ANrRyts`%@V+kT?OdUPpMJBaX$xesHS~2Xx1+g{ANXYaQ9h!9c`y$ zfy3ihcR-HHtw_ryQpCOYe^%mSUH`)Cy zQ7IP2*brDE!YZV_#;s2s4}dt`(8&;p>@^fnJnqnOFOu4&SH2dR;A6&mE+PlX9{=`s z%fgifX72#+cLNS+Qs9|Yq^!IsHRu~I7m7^6B4K*r$I(D61!qSYQ7!w4CAPnZR~Wva zxQztt6_@*@;9skBD&c1m!pdfvj){V3i`>IRq%v1j}+M=6^Fyl#NLyD$30%38{WP9uEuy6pXHP z#WKmn(7gL9Zg$l`)0q~`K5kO~RtDbtX52?5rz~qw@*XFC^{Bm+Z?dTr8%eY%kZ=^9 z81W6*-&7eQ(gyd{-@5XFIwYO$y|`{q0M^(Lj`SKC32WVw&*<>1{r^cl^|*R{3B3vZ zoCJ6Xx;ljCKzjq(-nLiSQbCz@kXrFhHIG^JOC*$gSW!bA1H^_!0PAa5FCpqR-0uJ+ z3o4UOGy00ZeT_9X=1MsnHC)9Q^!oXc;-Iz$NpJ%#5d7a7TGgHr>pHOl!Ft?}#FNTZ z!O$VRUMRq`UI#H?AmqqePXyco0*(6zf!*pC0e#lZb>mi11)(o zL>Pw5y{A%Q;URvK`ktcU4DYEEKr8so07Aqq*qQX7CF% zkg+HUQyq}&nM5@3m;jYhSkLyXJE)1Sj)VFscD!G)&9dw9FJ0=7SRlVJfMS=&or+2| zTQ=pvOL}L!M~qko_KKt+s?3s1qM1xKG%bfHy3bwz#bU9*@RXAOfQ@#(&gkt|>g|ID z!qaVI<^sXHAV-0W_j2;VxuinfpSq?3nbhyl2Nq}F_RvT&aHr0?fJ>_agZmz@wJe0B zjC5_ftIm-(2~+h^rnoE zt{(zu2fn58ZhMgo{MzQgqb~pBjQ%ztrNn{Gu6^P&28c`gXZ{P`jfd=gmM(5=5c02rKQBGjVym-M`_itc>Y(kG1{ze}e)4Hz#$qIke4F&;NwAs`Nh+Q@2K) z%Fv_;@>B|AzWN+#i4oW;B@_e0ZFU6MDB@@%>qXposI>oG`=HGKx4cuVJAd*{RS$IX zr+e_CLjlV~U!MDl_1oF1=Xq!D;bxGOyg@xvt%XnFaG+6ib2q%$KRf=5{7qvi<^UQ` z*L5_stAg$t5IW|+e(gUw6#xtr{~Gp(qHE(#w-C5xN_uctJe17w%)3)e-2zBa`4^7i z@U6QNtv)0mvv3#CIn?jg?_%bmerdvZkmT$hW z7g#AP0G!EV0lGdU*wJd^&s^Ae?#7{faKQqsNk4@};M6d6BtK6(H{EsPh|o~+K$5hZ zf)t+M>otZlyr4-it+r!eEj%R)63DaQw9wG2yhorHyidz!n>3((McA^kgsr4q(qAUp zBg!h=GIGWPPzZ_08w$Y@2>J9VPXrt~0Z)b1-JwHy=JtTpJWM$A5JE*A@6d+yi(F8u zAduhzw=%V|5*rvt%jMvMl=mSgm~_ixit^h&bs{kUO%`PAjSnQHIYi;mcKgFLd)(GE zTM=ueKfZASIC*iL)HFo9FLvshO&?B##(l=@4Ldtz9q@NBp!-n-?Buu z7@1^Eb~23;vM(W&HG5Ws{^>C|4To0n?p{!&d*E%Xo{Km1cVpuXib&TU za0G>MAi294oZwQSzTA+`VU9*-N@`wEH{a2@jw?;)&-v`GH68y5`~0Ot=`{RSIx)(7 zqq$K*rq28WQeT(!&G@5voukc|plvzb5a8Oh;NX^qC76R&ic|-f3@xo-wSz!opzySX z?NotgfwH_e&T%Kk1jtJSzTGgH8zN_O>GZ*y3eRtdTb# zhVC`6>+i5)pDv6YyDs@UBFs?Fuuvbrwgy&^j}svcT-8rWyh!GG47 z3u}l=g1RTJ3s1bFJVTmk$*E5Wj;`REx*B+4k&UdO8zOAW7BGl!FQy2d2G*|l0c_rF zM8{LF^jA3|&vq{4MruE)El*r#1~KP;!8#k93e#22Q-nglQ9Z(%NAM(rx)oyELM+`(F8UYcRs_2V{l&wje5218UqABkc&9S4|rw&PVpp=$k5gyTQ z29%(EC-iyCU@}cUMuLJ|06kZI233~nMa2{r8%JG-tAyk;Z0`nwU|Hw z+Q4R!pRUCBo{8gUh?`>=C@MGz1eW11xP_2=f<$lsknoZFf06KGx7#W&-u`|ADGlb= zQZ}@NZwPv@R5)3@$<#W_#bJ!H>a!YNf9H|j%zgbS=)-A-X18|%X*jq;7^RPYI{m37 zv5>U;KPKFtEGGhiI2Qkv!E=9T_X~xm+P(4Hw>p#^7j8Hh)Rr1du*155q48xHV+evz z;Jf#!a<8ITDxg683hpx#ui&1Zp!_oL%=ccZxQhZ89-jdggne}PK3Wuc$ z+o-2xBRr3ZAkx1uc;f$}jpXF!ti@cevVGPbR#4 zDyY|1jj!apkkv((<&xC1f0OiKs>r8a}Y;kJ(k`E3(dqY>M^H@AB;Ey;_erU>ya^MUD3 z(`Nb(h?dV9e6c8e4@&O`>BE%k1;IMqp6;9MGbEt&eoX8)r6BE13Uocdj8RDsJ!2d8 z{neE3bkq;R%xBlVr!`rwMIo}a`4k0Ae>m1? zF8+*y=03Hha)jSBbkgbrl6;;Fc=wx?$G^yFx{m5&b*{MVSZk+3K5fd&Q_I|l_A6sN zp~UOrnM;J+m~GH-eH)DE_<7XO{|P=Q!z=e+$`+3$lSlC{`H{w7^PByydOqAmt!8X(GpnjZ1M*5zW?{6p=8 zJLJ_lD?4iw2#^_l_nuM*cOpv*Vy#2)8aWT)&JLp*On7(7?oum(H*538sgK=WTD0I2 z+UV3qSf#K(@Z@iW_i1PWG$oF0f0gw`RthghhVLJLqdF45?fp#PRD-|RhSE5rJLb)o zbK+=&UW>wUlkCbe`%4s~UtH(PgMF0*5;z-BypHR;?g8+_TpHG+X><}WFe>^-6t6mR zBj3{C^B654Mw1>LL<0w~|gvC=av=fBmA~fXfotNIoiR&ZwnZA^L_0FIuFQpRk`uEh08pV0fI7CWZ|kPhhkMD%r(jcSeSZl8l!ZjDX@O zRcfpW!g*TaD*iwO7y1nlh>i8XL_y98H#29sgWv2HB!PShx2ZLtvP7ATbU!BhD$LB- zYXBzirrJ|!_aQ+(5h9`qEao}mGr=wZ<(F)M{YWPnxXM3F2e~qSW){(C$zl`m)xbe_3m{N>Q}6|Tl6&xI zXy9(!DD1#~k1a*@3c;PwrL3X@P8-IAcBXkl$hP>op3EJKf@P0X}IudWe-4Dye2`?2|#lE!lbe z2D$RgezD3h{w#R4uy*=@=XH^Y(IQw(;?Esxv+#2bD{JsmUKjrD-!*g`#d;AAC^_zd zJDtjhLUs7F#$OU4;X9&Op-+csyW@x;iLTs|@SUoB|C94}77_;={-|bKHl9y1Oloe{5KyWzPH3CrrSPWS`}i|WgLds zHqL*bxoZYKtQ_~}4|Uh>jEA47eL9T99@*_u4XzxEix$u%lg-PO9wRtTVuG53uTZxX z3w9)U^-F?;$ri$_>(Y<+@iPhr#d2(;lCxxRHy^*HOPAhei?2%^a627uEi)I?WOB#9 zTX-LpZZtxAGMS@61?-%m*8M5iprn%lu|~Pmk(*TB7ANYIQZfXsirT9{x#q~VkBxf6 z^PV|`c&~x#`cf?O^};A+zra>%Mv*;x=cTNI0|uK1TvaQNxt*x7&&RlQ*|T?|ASxJ3 z(dV3df)vX=q5bQkMW)B(6fJ}EI7rq)>q2`l_5EC&DxJG8*)>d{2NSpoUn_1^aYTyf zWnQkpMN|iM$>1M{ns0SFu3Iv?oUzgtY@B$fOGfgeo?J_C{XJv`!#7ult-^fYcHPU^ zk08P+BCD-W(X>@OPj1@Mmsj?v6q{O&z1>Ypamk{|m_PE>&9B64b6~}{WM*t1UO?`C z4$}KCr|9oc&Z_Ea3Ye#)!wDNxe~8#3j^6myjGJd&NZ1s zJ3_Jk`BEo6LSzk(#_Bo7nl6SV;%y%}29hab88Fbd9?=z=7wdC(h)bo%Lfi#)iNG=h zCdddI^)Qby<;{o~sX>Sfe!lSjoOwl^RwCGB#Y0!0RT)ZT>S8>2>|n+uJQ*}!?f;LJ zB5~E2wske_#op&*vR8;de$SQX_#gY}U4ok~dcsA`tiSLp7{nTnd;suIfHM-Hy=H^s zf6f&S2`Reyy}hA7VSm%Fmg2Nu!^LEUho}4D00~?&02j<4QacE@g@1V^BU&?Eak2^T7`Tnn)UInk{{&VFz4}#Pwaz!88HXM=b1hnl`mFW{+ReFy) zb!m^EUcRRMOTdos6=Zxl$5=7pDQPsp@N>!DPa0W21)=W=tEF3u$4j5x!eE1Y=OYnH z;N^xo%n6_RVYeTo!Zn~fLAWwtJTxF%>4Ff9@wUX%BeAK4r<6V6@lF4gDHKf2(*KKYfy!;n8 zD9(xEqfg^ua^Oe-g2F0nINR&(<~_KB*|V(l%%)Sa8E4bh7t)P6uulFYE*Fm7}!+H4>!sFPfFWy1YtZWFk9r zT*$Cmfq~7Kstrnn0b}Z2zTgC{6*C7C7ojPG=w!-swsM;r0M^3U$9~!fTiEG)n{8jJ zxoNIHNP)WoWbo4~#;Ay3?Q$I=76`bpaDQJD!mE$__$-O$ynE!ZJ&B#~IIKdRA+BaF z?vXsP<9TTYjlUX+b?<2}z{*&4V$t!`vM4@*JS;`Aj7lS`!o#Dlxxe;EY3e;OvluUt z&L!`+iZUpxRh04)gvp1EeGU`7T?CuHB!@W{i^3iz=aILB$(_Gzhy6y4Ix&*YM~J(M zzk1Pn&vSW-qm4gvv?Oy_XHa?E?qux)9QI^{E}_dxK$b_3LF&t>DP%dl!@Qmce*dr% zu}ObhT$7QVzKEq>9Cf(Pp?Tv`@v0<+&b#hs&&*nmT#$*i$1m)Dt-iZY_A$P^O)CU_ z==2eD?m@t((WkIc*g89{T%t`>=hotr;03QR=8EfM0SYg^UOMih&YK}IK?)8KUOz;l zLhCVizhn6;P;WP??S_*)XCAt%z&IqD?ZWrwa*}k~prwx&KEoI78P$*I;;q{=7lbsE z7K2dVJ`x~`XqkbZJv&4E@yS?OP8fSN(-k+ih3{NKkZGOY$TB~D#_RV`S}MFm=D_k} zOv;kzST<7m*^2esR2UUQ8PVJ$*oX5CN@lzPx;v`QFUe)2?B{$*ie|!((!Mb@$Rd5u ziuxDiU;2W9*7t1<;2WoQQU>kr>Ei>STo}c&xQSd*_!7@}!AUfy61_W0kjhdDMHZxj z!6yn7*cFNKkMvrFg$xWqZaLuvb8R08J5-IBb>TgJkevVWPDJ%3BGp_EUYTI)fVJ$aafhWxFCQR> z%13LONqJ%y4cE-_=z@bnw_(Y-$nXF!w*=mX#H5L zbeEC!ierD5<^@-vafiVqC zF>K8!8jKow69lvIP}Ki^7L&yagGAnm7`>wxPs@(}#DG!wAyi28YARLIBx1e;dvJ_Y zbCZ}Xpc>NSjaY8QH0%vCLG@mY+GnRLoFz3kry0^ul*dy(sLtfSG7d08OGYYN~e&`DOiM1SpZB&fXPyUhr4!4;A}nxY>^x1ac zRlqv5dSQ0MVZk$xea+MjswGtT>>|zlwtpVO z#oiCm*3e+3K%~RF76s4v$6l_@lX(5zKe~Dz#MauB&Ck)Mrn@5kMjaFy)JWIqzS1os zA82dOYJ*_aINj(;QrImH!a%t;{p3S+UG)f=_no>=YPkc3x$ViNDT+xi8D>bGMKZxp zh64x~sZ@G`;fu1&JJ<#|wv_PNwWRFW0cyN)hm8UGO3m>?G4+03F8a%tEbj5A9pM?w zF%3X2(->AhBo%B>R%pE&d7^}V}q4jhI!Ro<7V$3Nrh!9g&##L8GjrpXribef^*+zIAL z^ph;IWC5AHMW-{+;W~si=@8t3SoKDSK_!S6;DnwG?-2AmDqFp`q&G3R#f=&MkhTg&w+jB?dlDy4NEx}}LP)?NE1dil0}Z&lBP zQ*w6j?S5b+SL=5StzCMu{3x!!R~)uI*Tl}eyDss4!tSOkq{=cY{RJqL684P=scFzz z`eKrQZs6papFsiYYV0GVCay^)h6wkJIoqz48 zD7G~2GW)!o;OTBmdI%*X- zS^#$*v#cJNd`%8>rlO-S?dz&1ulL+}gubhz(xz$?b$)r5b3f~ZwSLd;^Ps|xH-3%^ zBis08M8Up3yrIoGWY)J>wuaE5(^0-03h>nKT-oZTtV}*cyOr}J`WJ@r+Z%65%AxU+ zb0Z&n=h}6M&+Ym!z5Dg6v&L+%)vL5?MU&&-T=O6c9}=l8H6Yh;=lMD+jq<|Mf=K$0 z+3vXB#op&P!Fis!IO8V1Udue-SwmXz+)6nAo>7owG?o|emEYR%@1xTgv%9mMrsA## e6SsY@!*bYWrN4Czvfsl^Ejk*8>XoYY5&s8X#sO^r literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/axis.png b/docs/9.4.1/images/arguments/axis.png new file mode 100644 index 0000000000000000000000000000000000000000..663e2eaaaec07c21cf1f71bbe4e39a17e9dad91e GIT binary patch literal 10845 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 H7X1GJj$-!g literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/biome.png b/docs/9.4.1/images/arguments/biome.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6faec477cae1efcca76749ff7f845a6d26088c GIT binary patch literal 19452 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 S?@!=~T@0SCelF{r5}E*gHg|9U literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/blockstate.png b/docs/9.4.1/images/arguments/blockstate.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9082cd355c5663bbed92d5f34d78d715ff822d GIT binary patch literal 20799 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/enchantment.png b/docs/9.4.1/images/arguments/enchantment.png new file mode 100644 index 0000000000000000000000000000000000000000..6824291bc8cecce65a902c910618527abb7eebde GIT binary patch literal 21114 zcmaHT1yohr+V;kvyBq25l9mQ(ke1jWos!Z>cQ*(MN_TfF4bt74l9F!t*T!@1J@`!Iu|P5 z73ohmIJdT542j&V8+ew%C@=&n95|a{D{g%WYBx2zG_V(LGsGV5fuIXcH4}X0ZR5Jr zP3IkN`M4)fVLX&B>ORh}hxIl1R#W7o$0&i{zh6R& zT?VBP`}L&pQl93j$4v+C-(l6`eIkGPDVXp{8Rx^X&uz&LJP5>L-a>r4{%}^7mxGVu zdV?(t`PAOBjoh&#IDyWV1p>Y1yFi_z+{4nMQC!h?3R-a@wS-Sm0)b$6u+I^guxMXF zc=08?K_L6J{VIbQ+H(1fKcBNb1IDIwesTk!o+$eE+Od(E!KcWBK;JSP;Py$*5sI;C z?OFN7?fH>mK%i3tBt`g}XH(5sFOG?jg8;elJ1PRRZGHm9E*nDU!pl1m`?vdv;Pw2{1(=q+?V*B8|wN~{7Aj7?i9Z<8}gTY|Jo`36OeECxEV0iR}^C@_=mF< zFQ381H}~7!CXZ+KC_NZ(C}7+Qktau}eaB8zM0)rgd|>cqUt*RGAwAIQ4h~@#T#GE3 zsBXATRn}?SgHXQ3i;oOrO>y+GcmeDg6Iy(9z}*tevqzZgZ;Ti%5v*>QP_7iSRJnJy zssH{|galy0N`JNfb1B*5>lmB8p_a96AO4`ASMklOuyF&r2=1~YbgSPoBJ;~hsloaK z{TFUSE zhxGc1kWA+D!$tic7w9||b%+u8=Liy{E#!X*u8`9xPLq6oCf(!v=!4S_GC#Jyn=Uf% zL#2lal2T05*i(A3Wep{U@U$EPM%S_B9!s;07&*&&Q=GW*Buqq{xDPyPeQq31$?)zp zU>wxaOaxuDPpl{9xOvF&m<*dY=!B(iDazcdQZw$eA4J(rR z@@)&Kue&GEetkE|6=tA6TP!`*@cSJlV@KlA$d*=Mg0}OEo{Ha)&O&-V(y44S-E;{Y z(th!mis96T+vQ3xj<-?%(zxVr*O+Wh|DYv^#Lql#I<{A7pP!OxOe(b2VP-O^e1?lM$-Ft|Efb}HNP z!t=g7rrqC}W_gSLg0;>AZ&6#;x-LJFO!lQVu6|$9)45MOcLS+A=F!Id#hB>z$y3Fw znkz58)l0tZ&Q4u!(;<~e6Yvz&JkvtFc}5WpJ)W?qaG-i7^(2rnIIF$i6}q19y~TYs z9T85AWnJp%z7_X*VZ{J@9RW|vtSoRK7QbS-*K$7@73JgTXQScCgrKa>j$!?lkbZC^ zkbdZnZwCM3WXfSwSd&*23TLt;^dT6i#>9#QIS59?9fGwSs|UtaA|!R^Hq3>jiLs`P za`Kf;Y)DS+@ucU%`UOayL$FZ?67Jw+b(tH9BTrl+kDZ>`%rrlUbjCN6+s&MBqj^Ag z2m(z*R_>N9XSNKFb^#f)eSYvWpzoKm(dnBcTY5m1W;X#2in-jK>lU7EfSJqDxR8Om z+SHUNn(Js)iKvznAOC!p%Kdn9u;2=I)WSmvjhmOu%kv*<#783=PIugWMcZky@XrCU znTchaoI+@xYpBEr1grE5I_=pwjV9?x?((f^$?%72PieGHmWEIfZjq=^G8_`}1$J>T z7oQeV8i-@C^^oNc%-#7g_F4Ii``Sb=eFz&Mzs`bRdkT6b%qpvYBL^35V0VBc{eUHU z`&?u(-ti4jNq=FaYDJ;K)SSZ>Uh))T-RI(xBOxvY(PW=*O9rCt`u(=|cK5Sc&9+!` zO4G6Se~bx*StuEe8w_qn`u#jk>|5sH0V)IWXM0K?PDZ@rrtfoM=1E%`G>Pw&o*lt} zSbCSzAMWCt&y!Jc+m;p>qwZ<_ECBzn7-BB}3Hrwtn^UoIe_`*x|K!$aBz3 zl8528hut)4Tdr2S_FCz`w(SY>EsFKoGI(e-T`&4KHIKt?TLx%1&;G}-_Q{#%6T86w9tK^$3-I#0>y17uW4v&nynlT4o6Pe0NvCkf{jZMe z=|qnPj0XvHGSG@DmF>+eILpxI%EZx1mT&Z$ZjnWuzz-LKJbp>F2|I4eDugp$W)-z`aXb^4>)i_C5&}0Fn7T?V}ET!!G%4yt8h8h=l6RqB{N<;6#pO z2T^i|^xYY7?`g_>Mp)TxX*|P?m5B_ zJoKryKV$+@1>r%o;xySaD=1fI{_H*~yi9h<{;4dP*0`Lz6awppwM5_<9m0u@M(c=G z(B%B<&l-H(H^WU&g&dm}GqbW5kNngcu_}v7{7?6$S^A0N<*b658gl|`21_l}HlyR# zQ^u;8sVz79cfU#e5ERWGjbZECwdcKk4amatjOKFtk1XK6D+PF2U0$%(jK!Or!KViG zl!OU6S*IP^$PLgU2AeqTYwK2tUpw_wm@|&E{aV#Woa<*VSWEvY`a2*Iw@ClQFYs+@ zkXa2igm)|0>$_sEHqyYI}L+azp&%!e++h*PoTYuLU=G zg?^3B&U)*`=(;lhOV&iiQ7d{y@!CgWdAOfEdBT2(fhv!g8k>RYDB)YS$rLf}oO4fd z>Dfxs`|=XKE~l6lKLLp9{R&NERXL7>CCf>kwX!GURvX>&my*EAP6=i9J2|kf6=X20 z+crztu5JYEx$FBW`i~G)H9Z^3c1jfN?E(SYyl8U*yOpfTvm4uF_MtL1ai#xqYcX|4 zL0>75qv+R5UVf*ZwnA$i95gi;p?QAADC5!ypQTT!OT^nzMP_zGrGqR*m7=3X_g4x< zI{3I`BpfJRLfpFF`I`0W>N9us=1+!ZY=`plxbf@KgHz%KiDWE^$(d6&>3khx zyoFVPT0Tuj_d=@vgeyn;Ibbgjfam6J^rp6lealtjhG$2skRa{>ik5^$v!;)fda>^l_^g-F5+@41#dg~*J=mvSA0%QgNWEO@T9+;cRh8fus$V;Bs*Xg5<@{U0O9E=vWf$+GJv`2_eVAGSD5A(YN zg#8o0`!G6`U5|GJsa-}D?7!t5BNU>A&6|dY0dAo}IsGOL2d-r{zF8$gB)bnQSMLZS zb%iAxp7kM)w>dn}=L;>H=aAv|}L7dy2I-5Nx*?)@wHY zy0l-~=1$8efCFtntNPo0(}~Ao%<&ia=V#cQZ*(1MrV?f(l`s+{bM8F$XZD)j3USbp zwGdlr>!xd%)Ys;|_A(>rnnwma`fotG^Mszewbg*|^phd2IIa7zA?R6WDXakG|D{ zzge}2+S|9M9Y0tW)c48=f0MYvS-DMa>ucP0pT2FSN zljCW1|9fVd+vjr4(e?M~L5qMdS78d~>pHo~O7d+!d$6vME*x9%C%~b0Ws*VKGsy($ zFn7)CpMsQwK0)Jcf8vl^U|pjb*+;t!SJ|TXG6kZ(x@=nnO(g*~vE?Y}uPy zv+2MfA7jr=HHuqpNZDug;iT{K03}`NQ#~HxY!mr_uZO~+!HB#aDtd`o)p3|cRKTif zjY@xUzkRBah;}pX2|^8V_*8tp;QIn!a~tP$nW|Y0XEV$i$$17x!|}pm9rNx42=%eR zbFmo3M``pTUM|TU>kRo2jLgTn>~**N?9~rs>r3y&VF2?m3@#(Mt7=aWPf^y#hk6x< zX`nWI4YJZ8=d+>zqD+3xWtDAziM*F>L7pc7#`5lCc#6l5TRU0mOl@7XSFq}&n@&oj zqZAz|&M-)(23CkfZ>zoa7FBZ*1PB`$Ifh03i?Dg}f#}j#ejbeShX%MoLpa}A%dDr? zlj^?rNon{ou4lQL9!mJ3&=+qiq4Aj+QCf=*?9%+UqijIHV+wcpBi#3IV&KhTT< zSr4N{k7sqzko&DMGb=~G6@L?1Nl!~|Rhe}yX$`+(c1d?NJtccCShsazJOWwS(MtjL z+r!ysk)y+X%D*L$+G(JpgJok?(JYBD0MSB`!`T|J%%`4fDA_`{kyGS3CNFN#(`Dm0 zf-3r7QWJGupjkeJm7-XPZKO$`FB)8hGX#nxA-9SjAGI{{y_}3YPC?Xw?zhyi&DAMB zw}z6~?E@L30f~~^?_+%&ZtLuNwxKR&?qrmspWwQ(GFV6ouD7ik7oOX^$s2N7WeY9r ztmUCKdy`b~Hm-m!<26trddFPdNUWp(13{GkJu6q`Q&78c6~;MV$nCW_{1^g7TTeEV zE?$kp4a<0XVe|eOH?E20Wi=MKZJb zI2BwQi{vi%W6j-acoJBaQH}Sz2d}h{x*aWtsjBi?higvzjv79bgOh{reT2+=q8^Qh zfls&Vd6v6<8AlqhfALD7C{@f7{3H2&b_^-{6~R^koo<~4wWi&Lh=a0xYOo2@oa)2k zRg106l@3J!_T{)=w5ZO>Rp5>S3Xccjq#L>y@o?A95Tm#oeEOcuF+-4=VN#XrJ5mqm z0(RMeH6KxG@Q*2%A5M)iClG3o{ir@cwF*w)KqK)W(yRWa0TwdRr~W1T0iRiIrM+Y7 zB!?ft3b8oATrgpFToUSO^eh9gxgc~r0gZ3ufcbgFm=0IVA10ov%wiD^!GKm`=@4$7 zbq##kNX(#v+NY!|t&uT;Q zh9hVo5UHOf)MZSQW&g1}zFw9=fYUMX2@wMhB;Zqi6g>Kkzb6N2<$BN1;z!*MvTRC_ zL$?PMVap}s%az!OMN{<#QLJo{luVuhABtBa-VkfxNe+bbeUw3i9`^PZHqcO`Oyn7b z(2L`zAduCYo5oEpjW)>Caq`LW_fDaD%`3k&vfIW@Gy~5ARN%n7!o^78sEO^k6zK3g z%RyO4q>cMhQGd*K_H}%kI}bckCSommwxVys73|U*S5QO)dPVRFT2d(!ks$xG2IVQ> zGAY{b(F0F?d&?5?Tn`s__w$w;r=4I9jxMe;jOsKo$EaBX_ZW&3v}=sHeB3#7mc@N8 zAB3Oi{n_o~O#Up}aeOVyp##|QOtAG#E&q7*6y#g6b4q20T@)>p=Joc(ZzMIdy`>+m ztU`}L3&r)8jFb|y6 zEfDMc7SQEUf~n5OgH)`d;h3sU5IM(C)%e8hQT%2hx9&h70Z7roG)}W34W2W--Q#j_ z9ettbHa{&`c1faC86jRcjq%jx>}zE{U$L}3E!K?|P6@GtEXs7Tn8Tc^*cUObp)|T; zXcFbnh{c0JOqnKu#78eS2A>EYs(&}!*n53y{nz5FQSct9;>pLH9( zLe_TG?W163aI|~%`}@`iqdc|#QOWJPq^?q#LBw9^HT50IbLptW58L|jx}<8Mnw~{~ z*Dx3l#0RJTmd_R#ztJ3vqHl6%2ve}rk8@I)AOn05yF>q;E^@kIoX*VSNpL zQ5_cLXUuT)I#(oAKOledRQShHYqGY`%L;0<&*e(xjdVKtg9s97j;!o{ht$pfb(C`& zPB_}=NqrTBxZ}gT*;+Bmg9>ip^Oh15Sws2>DjHknVJH&ikO-V}gtaey&ZEahiZ8}8 zJVG&U)9Opgc80{&rpEJRj z=ENE5V*Y*X;6XI15ZJBguXCm17jJU>!?Rl-RN*j+4e|f+P_8Mo58g{X2q|V8ta3@d#BwBE4%gbww{- z028!K(+)!>C{2!&;Y1jdEvRW48@E2-Q!jUwZ<;4BiY7pdmF1bYHM4l+*v+rhzqF%p zV|Zd<-eaR9)`XVHZnDv*hA{`VlfZ|znoTibYwe#&kK9~iSF3v_+ry!axEf41|6u*G zwC||3h{4_z--Y|;QKtZ9^Zy79C3cYkEepA|Jb80^*_)gAwnhClB+*UlM>g}>GLWeR zC7?-aO{^O*n^VAT{Wzt0v8rSxOzNErR%4&Os8OW8Zq;^7P+)A(*;MN7s5K*A2szy=F|P-?@lX9eP)AfQhbhw$N&EO3XwRQ{gBRAvKlr zTZSWLoYtb;!9pScK_TCOzK8QDWX#+}h!)*qxTPE3oA^rJ;CF>L5b(~?;S|liD`9r^ zE+bNjmkyaYAuv)Q-yV?ryz(f1G-FEL?~P(>7k0zvKpnmSocRmUT zgu_mDj-Zh&MIoZ)-wQZQ!r$D zl&+HFuaI#R3{@clnv}=NkLQTCn_`F@aDKk81r4F;*;xRv6f}oX_U}Q4da6wHaIRqJ zN~p$Xyl$NAv%FPLk9#>S&;>)`RBl%6j=ldYBbydghaIN<0xKr!LwW*y0eD5)JuyHG zZAg?b0YA_|AQQn4|G8AZKP{jbpQ?8*sB_;1b+NpG5_h92Ge`>~fq!B`0TTu! zLNF^vZ>jej(XX7vn`wwG!t+>FfwPRN33R+t_R42f8W&D~MdTgQt6IhJF1#9(#ye9T zc8vNz6E%9ry}!NVmqgVm4L==?*A+m;L%zO9U7#l+fbT6#T(g|KZDh*g2$-^v`NG3n zynuN({{NGbB{MBq^Qss!Z({KjMLIN2nyRNikHWIa7H_hDUJ7)*XpAwcU=p-@BJImq zErFPnP*eVxfyTqurM^^Pj<=?Z%8p_;F93mcDC(;AF&R_HXo$ZTN82y{4;R?k zZKS0&AVET^_N=X>l77^N!a_W>;x}W#MvAzNIPZ#T3`8$bs4cS`X)-DH{Px}C(KP3U zM#@rKvDRvKO*=H>qGUAsAN9e;2v$EIb&GfE#ZtoF>iwozDm|d%2B$w#?k!`clms-2 z?S&?^hy~TC>hEtL$!*3*N9jtp(@y6&ZJ9uXb>H0iW({Y#Uqrw93`p?XVAhjQT}_Dj zG}gX&DA>9^dNr|XW-kRiqX3gm&PhpNTdJDRY)q<{vpkFP?V^C}%gSb-VwwHnrOk8n z!16N{9uF~Pst}Wv$b}Bbb_JZ)Cj(3Q)z|I;ix2W6_%OhCg zLpdka4DaVs0rx?e1Nm?FVJ;LY@p3HbvxbSyCxKW@KRkg=)PNfMh7YEl{-SYpz)l*; z^$oz3zqk&*OIm__2gGKQJ0VXjT-0faEqb3*wB==E&p=(n;=?n^|7>mH_Ns?dB&ckz zb{2+dSa~A1(rp205y~sfxaRp3?B2b64iX{Vdc2P%1g%)2pKpjkrcpX$gWkS4zR^0>#rTiRCtS`dFmdR~)tll% z3=`7KnX)|hh7TVMWsVQJzH0GEr?}0=c)X96Apv?=pGmG%7FSfbtNp3$6yy)0W){W( z+eVHza{`!8^v>2rz{L35e3*@t z7|>fr6hMgrHN5qh0bU#b{t}e@vHTFdQff|@#)f4Nc&7mmuK)%_iqqMO2w3Nj!2A@Y zk0wlzD!|LRyiR`Z?F@qS9JJu}`zQLjIuIM71yI^Rr~dF3{>Bm@9_}bD8yM+!DCqP5Vb+>?%F$Q=+$9<1yvdbolt z-mp_Alr|RnBdc|yh+|pAjIw{l-wRxZ2*Jb?QSDuIJUPFW5}UHnD}({{zu2>S9&5lG zB18DNrB~?Z+!9H$9*p0HYCb*gV$#{${bH#FT6ptNz*`~p$r_<|@t`KxTT>;NWMraT zm0BA!pKv%^@yX_3EFWO4Fs%KN+0K*q466Z3gC|R4qtc=48pn64a2S?>0b4TO;~z6v zGn)y96ujM7c%NWELDXL1-Y4JN?!MnfkSa;mc4s#7Y(1^22R=Vg&Vr!u#$@Vep-=q( zn@rS}2Vpzk=Jz-M^u&5C-W=%~a1J^RehKtK%X;iSm2dh}5vz%ziFa~1n3j0XAT9Tk z(2c%+%iiMDpCYDqf0In>Hl5UY*eQHv*4nIrZfU5bmwxh5djVbPEuTEJ>15^GW?JuG z=^h~8wXX4_Mb8$e;!R1&( zVRx424(1)A9?r>an(OKX#oi4eUyj;Tc)3^`q_e9$G|c!{?-4;-c9U1schwIU&siJ| zd-E=nX4EtVd0tYdd`CIzMsZFGl$gfsXu-+7U>yi;%a%AAU`#)&r#5^4-+iaX0E$bN z5*3UHP2ww9 z=h>ePJ~`*FaZX6$bxf8krD(pM8Uz?Mz3FL)+tuK?vc(>UKen~A(epExmmS{wkfXR6rzJxSB3F)4sjCqZf5pA(UuLTl677&ydEDHBD zOLyAJ%Iy_cISR9d1BIkYYoJPBoG@hAg^;bHTxLlmw5z}AMNO$~YPG6opDExjE=;ll zg^7ed^0swv-n-hUQwl0e^%V$9k-xCGS`+}B*o;23PT}gxtmdJ8s#cE%7(h1En@(YH zYpA1uU672Gyk2_zNBV_eVSW)Cp|=DkK%Z%;)*&i2;qN5JpdKT$@5>-VR&>SfPWC9n z`q-2As;+Hf{HI2v5;P_nhT&ea`X;sH>Qewi2s6;+S1HZoG_US=2{+@K!^)~k9UDux zG7v(O`V1tH{)bb0q~yJ~;5*GWT=P^tpKjbA;wBDP#5d?jpm_y^CY63MK9artxEHC7bZT*JXbi~+1^61ggI##%V_*gz`WrOTo zJ`Jp-;~)R=Y97uB7W6V45uC-g+|!W53-A?|*1vub`v64o6qF$b^jT64*B3_9f%hNz z3M0|VaiG-mqc5pYgs-d*ww-1Y%KT_YX}cgH3mZk)Tzfcl0?=np?ykRw|0NR`30Tm! z>;^EUKjy(UGkb0+R97BXa?0_Z*-Ek9I7Z_=GsTae+I(kt?*fX20bTzDYS5dye8BKb z{M5?d!~8#?y!s!*I^#V5+i=>L;Qux}r?SfHc9N>IM#~4K56X{SwcqK@!Uo<)4FZ>Y zfTLV_1>qKMX2=y>l%q9I{jDnCK&*xtXvOCf1`neAc?B8dI*!!moez9P>D zAV2DuzG!m`>qYem9yDQIZe_^b9{Fy$3Uym^cX8IK#+|0%7N?(AI%gm)@Mo$r4xgwk zEHBOoSu1-QHa7v^UL-1=xR*2$NgT2513)Y5Y-VGoLm%{teJjAL)020rbqU#cj4%UX zjpL+_n+_SI9PS9%QneF^!ylzstvu0;Z@!i<%|_cQ6)I&6NbYnOd+W{i+K8+uDG@gb zfMomwxUqrVli)%+RY)sp{%zt|yN~`Uo>@0l*~qC%rcJ!*%=jdf;vgB&mj3w7H0OBw z)82l((%jK_VW5zQ&^2V4lc1fr>QKxw)HrLa)RR4NT&^L6l&z7jZi5Rl@3;c=k~Nhn z(*`J9fa380?C91lK=IA{*#K?hy&X$?nzuH`L9$Ep`{%c}dr{NyYK_-}1%JF?+SakF z!h-C>`;RXF=w8j4=Z9hnvk~EEMFlSy&Hs@@4TY)8 zq^j$MNp4FqqYeBzDq~33ST91tyAdoSKa@@4p@s1@zRTQB3 zEAsWdkVqQ0#gC?ysF@hJ%c~iRD0XqSjPj|>E=JiJsLL*392)+=;ey5Xs3gQl0~3U~ zF7aPKjqqIun5?X&K+pLNwRJj|zfjv0o10Zd$W;SdYqVip02)FatJP$Pr6c zfAQOR9&abH29O%nvC@9Y5I4uMZ886RUcL2x09|CoQ9aP-d)99=&79CqzQw*TjmEFF za;MmwQ>fs)Z~=5%Xxi#p3Xtxecq0hV+5jaT?!mVp5PrbuW5t{MoI=Ek^JD5f%A(1i z^eAHw@If%HRFr`bdQkDk?3f)>Eb%w z?n=;RV*>JP|K9aw*sOICMR@ImkE{2p)CW^89-)LHzOIR?JUFj=e9yXp6Qpq>UsWb* zx5U}?VEJ?uUntxCgHs#QAnKvS~c3tW#|ez(ap}N2BhId`W7T zA;Bu~e(uj|eyyC85<5kS*ej6I0KC$^khF~_Wt(5Tr z_#$O6U^UIQNS8sz**fV@*I37E>3fktn(H0^cpqgLCf7zS1`os%xW5b;GCQDZ`#B3M z2OOEFU5%cp%@21Sq@gPk%vOi%EIWCK04{pG$)8FVhPDQZ5b+|sCX&&ziEkD z$#sJOb4UXKAhO*nr{zD>$j|4d#As?P*zcFg1=AR^A|p<0Fo3g+8yf~hinCG5sR}y~ z+B0krkDs*T)V~HS%E9lA#-*o^d(OG?__uG#yPw%EAMaQ`e1BC_2W;b7phV}=rK!O` zBg=kqQbGxHk$$&;d=8~wRDCiM4(pcvMPJjqd#w?;Tc|AOhz*B%Og!C8_LFgV-`;S> z;w%C#h8>j$hS^a0Gp;5wAf(MBeAL{tKae!C#j*3m@AkLsGh_|pN-Rc2(SDR zb^GQ0Yo?9A9g)QDY;p78>!fcriS!jl)Ww)kPs9=QT((PrcEDZ5^jq*$=J0^fhc^P zPhk62v_th5V7&nBs!E1}Tc|}{spBA9H#Ai&cKfMTfzgI*LPC~m2b(#kWJ`;_HEXy} zuSMDN%nQsIa-Ntv{yt|x7WOIbPTxyJ2!jE^FL8! z#N&9w-PQw`6JWJ46NTEkdTr(mK#zV3Q|}5!0~-pQh?cNh?PJiWWC~=A{|j2ds6lR` zLAyqg85nQULRW?O{_L_AKvK|XIKF57tItJX@vMn&vo0HeHjq3qM+7e;#~P@G+|G3b zJO}v_%N(<$ZoEnXR-IgVwteWp)wheK=w3H|o*wXHD0n`l^^F48yp=tP^wf$+6oWy)15B2UOSt7-}Q%NVHbk z)YquORBjhXQWuIdVivyCDq97HLBSbSLOwt{Dk)>(R228?_cZLxkHV*KgsqFrc8yi1 z?!v>TusT~`jvrse6m8GqVsLmI`cRz!PlD-{b@Gu3hRaeKte?huqdGEjPk~d^6>o0+W$;>B^l6K`>)ehb?(<_B3G>1c z06e^!#OdTqWrtfOl|Ko3{JP|B2tYr93G_5E%^U!icSW9-YZWNZc=6r);N>YB=YwAT4iSr(j0rNvi`c#7@b0D%#j$tKBdSj`Sp$`ZTV9GeCW~ZkeHKY^2P9) zmo=9ngfWnk_U88vL(B<3%D1LbX_!DDx&W_+-ebO!&rDyTHm3%`J{I8yFl+Zb`ZVbp z4reY+%&m=O5qVMCC6c<0U)F}n-scQ9+va??FxvPmlA|*9DKN3ja!u7)7}mh;1sqmA6WtPLoJ3Oo!-B>fSO=a}=Ilewg7u`bT|B3u^Zigj2<}sgW#msznk)sX#X_ zd+;^=b`&N6qfk=ReeHd%E)!sz8j0&9t);c`7V)m{NO=Gv?VK&EIJ6=jSI2R(gfQ=2 z1624(2B%y;GlR4~mX`%wv5efc@+4u`@Lc1imKd1b=1cYFsyDW?*ob6ab7G>p-iHvG zZ02#LeRdDrQl0t~pspRL{=xm~ChWTlC2=s79bc8bj24k`Seip!X%#r`qTim@m)j+f z)l5?7t}l6mKMnd4aqqi{t`@5JZ9HxH6Wlu>x)VEQ&<=7K}e5+pc&HGjax?@2g)L;B}*cOt7YI-{BT56b`W zBjPF8zzf16vbf!_JpH(A*6bW=^>bfQpal5cDQC;u;899mrd9$!aY0fm$@K&^#$y`y zq8o);apQA8In|-tx94BpKkpj~xly4s1;^GiB+-;m8?^ZsJWl24b~4gZX0^#EMf9)^F;>bCq5xT!mDwu;0cQg^m zUFcqKT>Vy_8Pjdt_BUGI1h7MIa_csTEfeX0t3Va14uczmI_f$vsYcy93nMCPF*W)d zECKX^)f4Mj#beuGuP0#HM*;Ad0?K`ggH`6pVBYPhuaG8{EdeH zmD3?6z!>~iwTrtbMnZSBHQaVAAdN1R)-AC+r=CwCKWp^JA>>5oN~i5sh}Lz?$M2n5 zq(7uO@!TGzjfXb2cU~sapO7XfUD~}w4P2+R>hDcS1KuE`Dh(sxD?#y^)7F-`t?7O& zM`A>io&Hshgtz{$a%5m)@iL$25A%Bc%giPqJJo8VB1TZM)lsL)1HgpUip%y@B^=y} z)9BU}tb17Sa)j(i;oa&LRCxto%rc*VQj86NOI}2?A=+BN%G7)cD0gik)Ijc*oBHqE zt+I$2T%iX*2ev&Lf~W!k1v$ARukjyxRUD>INpZq;bO$-sUyJ#SJYol2r`4&&+I_#{l4hw%1TV zhWi^TU#)KR)zt8xRnw!jEJcFFDnPHXlBYtj#t;|R>(4hBSI6Najgl( zZpAxuWXW=10hBKX25$9PzXO;#TE~zCsa~<7=qvKjOFKXwSLHM76snSl(;R`67nS^$ zT?$YSA^Y7>*eNZPeP6HrdDTz0$;_kPMXC^ZeS~RD8W_I+&w852nj5c!iEvRI+ zG8YsoOJ9txZN6b(mGD>#1ru*fW>v1j=0Gb`89Di^pSJpG37{cxE?hve6ky`iC!5h%Al(lMHow=TGt+5c zJ$LNkBbDmAU@PX^bKpnUX1W67aun0j?&2jOOv(u4zJsL}OZmJY=dBBF<59sPe`AbA ztC>oes$rC^k}JZGbh6Ih^@2+YpoVw!@6`xgftI}}Q1&tmv;_P1ul;YCv$I+JUr``ZM0< zm767-!Uk2D7*8ceeEGI6U{+8!ivZ1tjKM4z`QJc?mg%W-dc_--I78Qbn8^v{@=@vu zfx!sJSY={dr2Te`d($*V*%oRjaPtML(-{^un}eO6Wg~2adO-Pu2n#TCCWm%(fF^vfv9U1IOVtzMp-#zDiYIP4JZxqRQ~Q&xnVdf$g%N z?_Jfrs^+4kUH5iNc>*d=CIwVszuB((P1lKc=&85G-%%U z*?=?`z_iV5R@-A&55E3)NPYIpvMyLSag5 z{QEYZ2$6PYxA?}V$QS@QU;krEz-%jx#nRqF-toL--g>o<96;mL;c+>I0yX~SGhx1} zd{0nr3@r4>YY+Y$nm0{z8khMoEP}?algzZU_ZIEpX4mfcp5l1fCt*<-j!a3HtthPZ zj4g-S|DH~U4ey61A4Ca8d%&3w4s_Cee)|KswD~^Pxsbo=Yltqe9>+G6`U_ zI5d?ijh;pwqmIBBgrweaW9TS2mFf-&nw}~T0>Qw_q$*zIoLb$m=vWat!$eE zqPf0u>(?0iA>E#pNx|%7Ag%9B4?sM$aTg=^WcLjcjk+|6Q+NtS90qW|l*&&3@WJl> z>S4#`Hae}0aFVraFpk0&kg)cMio$V_645qRuDiuasv3DQEmg6!Y|3=yv6nt)@sh@q zn*IXqf$gU$JD)_PwO+cLmM}0A$C(R(Yr;9uJkE>sz~9`lbaM4v6C~PRyr$~g{UCd` z1k?xek&;uNPonJfF@U{~hd>lEzzi5@a$$DdvDSm04snQ{Pm+XkNnA>l@maQ}xmKtKsXp?*FOxxuQV z7RrK0VF>P-*U!5)E%NZjaPVfGLV=TwqZ^9XXhPLh4!zXeZ>tddEaVUZ5oHDYip&XY z^vK#LypkobewjHn6DzSQ1=O#9pR_NNv8TPGm6y%VT^MD-h?ifo6jK`)`b$Cz3B z>oPUe)i!4$nrP&#y05aH11aYwHR|s&#LAdpTHccWpZs@o4s#ABF4{G_n%YA`&MZ~~ z(2HuKFnwiKqz?O-c_B)LoU&o{XKa*Il-@S@KE84lXN)8{OPKZQ>SjsU?-{{Tz463D z%RjHL{{=^3ZM(d63xvY?6MdS^cY#3jjv21)Ya7~XZv`gWqLsq{0D}y(!^yVUv1&x8 zWLnSCCVGfo_N@E>MWUp_z!NJ)3j&To5O0NlCv5-?PtUi&A64D-Z-SOHg+s5KU!V4&71=YDnC9plx zK~}qk4qWbLJipUl9#PGeQi47DDKw>gr2Wynt@G|XH)dr5{nT()jK7Vj6>yi-EuOqB zHmQubbeM^LO`|g+h9F9+t#p;s~%JfY2 zYrGk*i&>`TBA$G?NT6ySqs_=!z$E}RxzyJ11Rn@!+*VZx%)(3`v6L|s0pUM|fto!e z$@h~NBIjSP_1PQX!;-DQ z1^~@HK5rK);(vSsWq@X2EF9bGeOk91~7x^=YzT{vd4G@N|U*k{sPGR%sv1Ad*SXEC#W-uoLana93#W#DSiSQ%fsw$s^ zz#Ae0uM9NPl?%3iU}I$T4H z;*gn4vfCEJ6z@uY+|W+_$IF}DGb)x2aaAA_qrgOY4VqesdP2#0f16;)5^?pz z?*YR4Q3wA=Nvr|B#TQ&Ew^ii&;EoTy#qW$rpFdCkSgj1WBYmHu!{~d6-F;iz{q(`* z;q8>qE^3gZP}`#IfuU9wN<-R2C+=CLNi6PR}$a9a4$v1Z@8Ju!a=vK!E_s4WO;dtNCLwk_k(nuoh2btg~!fSuK)$6)X3?E6*w@bW0V>hTig^ZUa@UlLL%pf)f;= z5!%_$QWRiJ{-+~LLpqJZ8h92!MS7!I{XdH3{VY8R`H74ob!XQh z`MKO@@-o@-YdgUbfhK#Fj4E0Pk}~MHOD35o^}ruVK^UMSJ>C#CbbK?jAOHWFIP-8Q z_dbkQLiXrTNhD0dNDWz{Nr^C%RF-IHWN%P$h%k<=D8{~LYe2&+oaO=a1j@d+zK0-k;ma&W^fPTD&=b1zC9|=^c<;jXD4@ z9r$}5N!gaNrP2hPD+L(dW^(8KtVm$B`V@86J-iW8A(1cdkowLd4>wR(xI2*l*}!ZY zCGiqqLLysl1HT}&9;8Y8N>w(ctGig<_ui`)Voz=pmGl83MD#ip`zXAdvzmEj z+(V0jlxwQ*Co(KmYMWW^WV+MP}cPH+4^Y2RU`+E6i zIHiX86vavCE`AN~i+f^ao6C@$Nc<2*%ynoM$(ibtqk;_(;6Zf}`KoHBhyXfP0f8A$_qM-RS#X#HaA2$T)eDj8k`lUT2-C9XAR zJ8-ZQC5jI^0UgTP$a9YRgLs7kl-O`|S6XuTWhzdxe5Hfqj(n5${QKGH&I37*LdM7V z`&g-ST_X5AV6sgKkPi?rvn)@*w_{LJ|9jp472&+9q02;pbAT?Kt!zaB5j5KhI^c!c z|2S?c;*Ye+re6$JNEpx;Mcb_lYR+2BTK45d`^hy;Zq(DITdASeqGB z8aa9Ik$Lf2?}s1t{g((}EG1Zhzrdq!i|upl4Wj7_ZE z0BSBc>s;)H-j3?(c0g8pE!}w2v{;PW<`I2)kKRFGobc0ruMxWZIGb)FOvt7&mqcTV zb%K=9STE{;{m$CbLJynX0ex1@Uu&z5+@6K*mKI!+n9?GDbk}>dWhonFDvO+0A**&& zz4nF7^o**VG^)&lZaue^X7^)SzOJacS66q(SWl=3y~(v&`@ArVUY{fo`UPapnP&Fu z4CMvZnx!z7zlT`G8pyhJxyRa&NR&UHcHPZ2Q!Y7h!g4wl!`j)2B*>Nl{=qYbuW7mhRr1duRABYkDT z5<^tv6AMkE%hQO!j)DTnnkv}oeS}PS{R@{C-m~t;gOw$Qut}RRD2sF==+bj4BkISj<_# zu(!N?7aN#am$A0qCi&Hh!%+bBt9!E7(QDGBsTu23CfO*(Vqlx8;FczG>|*h_%Si&{ zt&6SP;WuFPMxy4Fs|#rQi+izOJBh>?L76a-fgg-tz3f`2(cMVA<@; zheVr#W8%1i5*mAV2U^1@8Tn)vTlKa^+mq8vWN;T;K_}exUp4ilYI!ZP_Ifp1LI8LB z6pnY_5O*znAO7l;@mMREOv_|mI&SZCdO9ev5LLs$SUG~UC;03uLyVtem0i~No^!mk zMLIBTnaP%WKhd;?G6gygYQ%Lw=+!<=ZjpEtP-FxgcU^l6&5GJWGNkAwCu)jkXFWqe zlL%?ts{Xsq2)j20U$;lt=DXO2;X9`cH8+CSYtiWPn9b+sU|t`EyXDJrjK`)USl0s} zGYk^OyvjzySp7F};y25$1?IM)HsZB!RV4N77yQPnF2eiP)gtF&jlg9}xY+-9$yG2GXa9SI5qas~R0GigoEOL{q$V5YrM&5DH zJnjYtCPJKwCjsL#g??4j*H19fs9NRIQSJUrj|ex*YB-Py$s!`t5tfqWZa0p?+f)xU z2MQ^;!v+N>l?5;8=-vG!)~nU6724~8$C5icO*;NXp}AUm^gS5+1-0)vh4Sr{TPmL zZhKoz1S>xJF&NC+^xo*feW@%Fo+6Xg5*ta_-Kj=GsP*%4E*|;hDT@n`qx;^ZyEs#& zz@6Bum-psp_Xd5EKGE3yd(Jumhw5Cmf5KsCBRy^nYI=)Yo4X~Mw|LLN7Z}lmC z!T-c11MaB*{)ZPRFp%QwgN#*0#UUP_CY4J-xlQ1{u=DB8g*z=$5y%G@0KGOGQkv@I z2Ndk#iD~4%1U~+jkB++h{5AU#WybQPOiVxGyX>xWcaubAf@{DrE-}gDPM}G1U2f6J z)9tNNLkMM)l%E@CEuqRUX_NJzdCP3bCVBHn!5glQNp0|%Nm*Uyt%`qFN&_ZT%ieCg z_b5IsOxEP4!>^TEn9Vsg8IcLniv;oWpqY<*8OGrqUlr%^;eAl4f z&;35{`~BeHnAv-;wa#;$dtZC4Yu>6V%VT3wU?LzOU@I!fs3RaC(;*-rQlTRO-&8)4 z{{s9&bXAv^LMR`k+5kS>vy^-xiGTo&y?YmZ{gfz|)GOl4dmlCPZ*AL-sw=%08{&OG|1N`6>m|?)2J=>Gxyg0{3KM z-D0}PE#nis5yTKJ%QF}y6k@Uy`}Rq|mb>XOvpqeu#N;o@4K+WdeG5iyY7(j5?0dM- zf5FC3dNDS$@ak;ES@ZxJo2^stu&A!|X!#S5C0=41u3mFbr(7>~5PuY8dT; z5qXJZJhq^`#r=Y0=lN7V^pt5-f_Vxb$j@!!dD&p|B2-!aA5>|N{+hL+RPeH0hrX|V z?!|?joI^o0^;&n4Dq~lPm=PWrXDv3Kh zp=GKMzkMFS#`s@{2!zs<3Z=s??JKc*8^FU=JZooemL+71(eb3^b%;!#Sb>mw@9#CW z@oFwJP`bvbcosz9&y#sC+E7Zs(xqa@GNOLXQ*uZ@;ru_BHZtpF|9_XFQNW2Hol13m z)x-yi`qkBQUwa0DV4ldW-h8ZH3C@BX|2kF9zvHc6A#R$fIx72aL|%uOkQR?EEMFv| z(TVOD^~tFgn{M$@n}?|dtdj!r+RVx?99Fd5 zh>*-*mY&-q>^oqJX}NxM8v8R?<`koDSl|zx1CXjyN_+y49@B*YIC&p`Ra|2^?!0;s z@$bR0WFy_?HeM!aQ`x?-%-rvpGCXyFS3Mi#a8HeO=(I`QDx9RpRmN*9?hnBUXZ7wnR(Ko%Nx*z3nMx8)F;>MrbL!5{tU9EIh+TWy3Qr2 z>~#PAy$|F;MkNq$E@QeUj;1F;=VTb6^rsog*wt@BaFoJT-fI%@K=15RAAtum*7QS4 z6&%vHaTZ%xcbOu-+4!Dw!U8VW0w^5je#YJ&p|w9^$u0H7=Ug-!iNT#bS*l?KBle!? zojgI|3Y%3VGHk1>)ncA|r`F1(0HC3cGHrA|0O*d2v6~lCol_(-r9@zph+S>(EktK5 zp)7tWfIJBJQLzwF#xG!0H%9&S?WX;LY|Jr0WR^RXog?p%6^3A$ko*fVZ%pVGUF*xV zYcG!eq4{rbALi?hmBw}EHp`=EudN!4S5odh5=^YQH#64w4A>@EaTc3pHaOab1fPq- zs-@~?+GLFF%Xwu}85-NFeBY{B0t0KREg1|-XhlnQKkV3?8h`EGx`XLl_b=bA5i%E` zGiJz5x20olIhWxBT1(`-{2G)Z)5_$(^Rv;ua6;$hOwvXMX0gk|5(V?nQ3VmQ?vid| zII|K}#cNK-=9{E5su7x6=pG{LP&Vgbxa{KWHih*3(k@zJb`rLxZqHN#@LK(ka$^a@ z7ui>vg27>$T7uCv!8E0)6Y$-N&|8qzK9*9vur=AbXCGY6zcsQamh=^~Fy3Rxl=|lg zb}~IV-PCv2h6~=~NP8ApHuihX)D2I&#^6y%RW+`?2BJ7UstdTBS!9=PNSJF~g6-RO zxuZd`iXl!E)?Ms+w69UO7)j_`h;s=uV49FRDk8#0Ps@9be4?|&)} z;nMhA2yHnvErop<`-PlD_l{VZG5UuI#J6z?E&6Bt_nbyt#VlYFTOA+mV+wJR8Z%C= zOhl~ADVMT_{sVgDZz}V1H`!{%jESQPjAsZV*W5u*RmK5RKE?Jxzi=%0yJrWG8L7p(@mTid6qnm1ZMn#?Wbw|TpSeA_S zbC8XD%-)a9!aS=8ZaQ}*7bNR@grO+hLAB9OwtTLew%M@^D1><5McS}Pv9aVe;VTi5 zNCbl-3{uUOzd3L9XqHE8F5GV6#zZ}$)}yY8QBxr>Um1xno-Nm` zP{x;X_fW!@%e$LlRQ`)U%4kQr%6Q_{yEfb3Kx7qALN(!p%?ugs$nh$@mq+L>W7KFY z3S-C%k}9E;jCDt*fcVB?CH}l7n8H9k(erWLhQ}?EWypctjLQ&;bA^`-F&| zm`HsN-3Nm57<|e|{$POd_40Upv7V+hzPcp+ShU0u5d}mVoN+{u?~UcOBK#kO*j~yx zZ6&V_@*d+N;podNIV_Qmsos+eBv&GOFl00)$))}t4e?Dm*IPrtmaruK2!Qv3gaTr- zF8l0|?#IwE^FExchb%Hp_(xzaV2KQTNg!xocuRqS^qXpkvTC>+<2ux;vLu(3wG@0P z_+#CjDL&Hj&!Ut)=$T;%r-JYp7ScX2Fw=i{5P*NP-NzNCTYr8vFtbRKt;~S$9vJtMCig=a#trbIj(96e% z!huH{95q2?EOX~E=(#eH{~MZlO0l;0@pL^gOfECNby>YSrMh$P_OGr)XML<;yw9aX z+;9|>sUJ10pzLvJgsk+D|1*6b>tV1${SP0p@lvkan|48`Zq?$4J|0gFB_e*AO_b%{cu(AH4c_Nn|XsX$7DTVjm#(r)r}}e>UxwX!?Sib}YzFU5vZt2UM@wx!+`P%i4m;xBG*A2j(#8do30QoC z)~mh64eKLL7_;yjhKJE485b`?5Ah*AlR6{)zW*%ZNHC_%Op03rhD{*p*vUK&{E~+< z-^wj$6riMUUuySi-%OTh(Mi?ZPy z!QGPTM_7P9^JfM58m22FI1pN!mv;Kssz$X}7`7XORI091mosDswXbr3rY8#pWRg#xfV&!Y z%m%PE*e$gG*lQLGxH;f*2%|l5b#k|QGnmt(n2T5#|H(0eo433@6|OjxLy3@<)c22$ zGL-Si zW;mXOr?PX~WhR_y(U)+hjcCFvNj0iHeQ(+)KG2Zs3O5MXNW(EN#`wp&uMru4t$b=) z0LX^89~u9|#D;&*+dTrWWONzWS}Uq6QNu{9jj&7kN(Sjz>jkTgxgia9GSq{u-wxx$ z<5oymVogC-l~K-@iW!tXHYn{z%!J0I1v>FqYp8SbeJrswJET!cj>@nN(_~Mef1~_V!3Eg>L#KSoh&&gOU@fee zxca|`SD3UNDzP-U!F0}9;ZtK+$oL+{CB(gP(hq5wrl@Npp_>BWz_uViMmLA>Vqo~( z{a?eyG<~IQymI$L2C>CzgN*4ub1Ky`kh`p}1T!_~j+zSbgS)H(hZ+GPaAU1ZgcfTt zN#kU`iZk<+@!?oN?IU}HCk&v$3=6z!`UlN+j8yFEJPQYBjxl0PA3 z?)pM7ZzC%+7UR#*lpWTKiGi4ompbi$gSB|&gWq|l(-!}S&)y=lLA?GKyX=chTSN0OcwF82*$lD$Vk*GMEscyQBkcVIzZm_IxOJWgNcI7FIyvf0oY}i6z!*)i<#(pPzd-9FK&UCx?JS5;@d`*DyVs zsJeZC(j$s9JnL?{5p$xUBR4!2hI~R(&xTt-PLe8BZFfOA2q;U#u?cpu=O z(t)g<*1!nQHq0qX_Su@u;y~$BqSFx|uXrPC!QR9g?5X!)GpPgh*j*lM`gY?M_Vc}C zcrj3bCzekeZBFvQ)}x^J14KuxgtQn+C=u1tR>?)J7d56GY@Qk~iMin_tyE@2fbK|{ z)oOm`9V!0m+WO+j)rl@y$NL-#)66CzwX=hDn$l)ec5a1#4DCdl%cG0=$p+buHLJMVT*?QAu|)?t2)=&!@B5};6gX}$|YolOX@bvsOX0;T5(Mb zP)sFUB&ip%071TmrN~E_9>Zl$gtQ)nB*S!s~4;{V-VyNCUiwN zB#P0Zf?t3Y${V*CoTXhGq3D3&95EDL9g-f>SFPT@Pf&VvSbm_l$#$l%5rV&n6`3^n z63{y~@%<FudB|gE9enHQm4}{F4~Zu1%sv{G}rX;PHY6mog$CWsMN7EZ5KyptiFW ze}j{xwSdM`5yV5+NEhw&8c-e4V&s}&vPUp6+4iJB!usn}%{DAN-8i{F$T|o1$bob7 zNSc6}yZD&_3ZI1CHTs03Ge!#gAM5POJ}Pj{(j}}1Cuo;~9-(%OQ(`qUK(zDRkha6W z$t(hut|^fW0f4fE1leQ@J4_#coLyZQ(W4`$TNnhO3{v-2v{Vt(OOpi{tiy zGDK#ZBJXDr+gx+O2sDo)zWcQu)h$m3u!+K}UE$#z^8B?^$=*^U)N*oN+p=d(?76Rc zL4xcJf86&#BcbIZMkuHnC(#PR*-RjA1haod*Aqyy#Rk7Ppz_sh-bJ7Bv>LdlP{(8P zymVdu`rF(~ zzUF@y-cC&`Wm^k;hi?nTnMKWjYYf2d?r7m@{B|1qr*(jerr{j={2fn#V;xk^)TtvK z_N_FB+82Dhk>I7t2YEEV%zUuzGb)}q~;l0tjsdSa)*%QQ|7EE_SeR)hD4hjfHE?3aT>jceO z1aJ#!|MqA-mUu;cj3&x_z_s;RL}J+DX<9t@AQ})Ss3?71xN6LF*l2*qFqjv<>N^i6 zZ`_np0={zb5y z0QneQF~5o27*aOnByhrZo3wlK!?yaz!iOm^-1GnFlE$8kA;1I5gbs)gUUYJN!w`IIqZjj{a%Bc%p)qp zhw;%DklE7v@veJBa5EHZ=UHv6dknaJjKha8bPXom zEc{{6A3&+t!XQhi&s9MBY1HVQ$vCRB*>8S_u(!7a9BFR`+e9<4^y0s>t3Mt-X4rtH zGRzLF-*>H5<1MK>1#P|n4l`y)N-T~w#N{S`Z3osYjEfHpSVdXpvYT3CGvZvXp+G@x zVRz+?p-Rb|YvcQ&<|0s6TyqW(tXqp0dH2V*rZ+rE9o78LWFk@0Bl@PJ*Io2F0NH28@J48 zEB?qd3;Db0%e*n%j*Fa4tsDmzU1|!5aMUnU-fyIerG(+f(qm;(b1QY6kHKSPxrz$5 zxn`R7dx=^Pl{g$SRf$Vg1#-&Jv9(@wSrNePfo9|7{OQw-g8> zH5XEc`51f*wZhr>kFS5mP6Qu=4Y2;t5xRx8Y}#Pm%dpiFmJQ9BW10W>@(qb)1Y6*} zRgN-I(<9CwVjH`_|G0_vH^`QB?SRWu+OYHwuXyK!O0p+$nRC^BZ`C?)t`31lY3u4- ziXm3L!y&L?7n701?kyJXwNf}_qK_SxO3jrx(0*N^;Gh6Kl!LOA134*fS&)W~>%4Q* zmOD=n`(phC0|W&&<+Mnu;Yy6mL#6E>B%J_xf%M9Q~$l&b{V$o6GUIyQ$qS_X06lRijd~D!e30A;ol0Hd;Hazlf4i6-Q_il)mSmMGJWV<_mF{Rj{T1<3eZP^X6QAm63S1~!Os{x%*q^3BP=8vdj1oD z7E!d3>^d0WVp@PmTUM@cx_qy2GNB$Dv!ynU@UL(3lP6$Q{!FsYj}2^a!o-B!k)X;7 z5g?ZL9rGp&M8+X%l6R?$NKh`;H*A>%?qSbIJn!^UcOSP;RKV+ zDX}2pY*Tj=qR1scbxG65E8j6Xgy~tea;ylNR|Zl0xYN;(jff%_evb}B%!&Lk>s!ann;k49ouK$(U@S92 z-(aTobhO0o{E96zAO>0fGms0#U>xECfNRPlqne0?lAiUX={>Z_XpIoLa}@PHq1FTU zWuiQ2y}PaA91*uHS-fbOhha_L*z|Yuwum8JUv3>BS~EaIp6tmPKCeN5h&&7*J3nCq zva2ITR<=~n#w%Q=3b2?zIZ%&C)3GZ`-MUE|i)a>qh zof0-e-JWK1Pm2i<3(!*(vb37HbVh8LH)D-Ztn`29cS5>1|GWRgJQ|}hKsIxveya^W zPrzZ;t1>^@tcX7!tGWQFONpA#`M(5vEd;m=9%aT6&G-$cM3(~nv9Iss(XZhF(mdnL zKk@a3mTH7levL=xmQ9u1%P3KWW{tHA#u&+ZL09jrai{PK=bwnsA0w11ufGKqodr4D z4;ztZpo{)N`9B72ob7>kNWdU>X)yRo3sBth^p~At4R#Cw z4UK}%PV4%p<#9ZAva!DqwWeiF#H?Xf z;~I?P2{aCco5}QTMhY7 zXvLWhot(F%i_Ki0$$)n}$LaNpa(aR{1p?FB4HSqsq>K1WD*1DykF1|O=K|^h0~c?& z*u>2Ap6wjHgpNlhxoO9}S#A|hc-G8y@k(+BXj~}q6b5fbJ&V`HB~RHt>XW`#!dP5$ z`B8=Bdn=&vK>?jf*bWdVmFqGippZw;h}58{>_$3 zd$e-+%vdYzF_IF#mgIpZfFVI^;!L@onvttflnlZEhxpF33EpcUURi9Yh{+oPSbCvq zSb%PC+ccX!3f_%qv#Ai#$0v{9-v1|*Z}{JV2Munom0kt1Yau!J_8T=;7a)sO%Tho` z4eA|wc@XWDhS6|V*st@P_x{WWhcfUMeX?e8_ldYhhw#O^x7KJ%oaiIHUL38ouQgst(N~Ft2Q3H_4n`U`i?sj5>i>;i+1TlX}V9rfNOxDOQyOvs0bsMkG9Pi-$G4dpnIvNVjvaeZ~(aXZDCw*fJ zg`%Iiui~h^*=Up4R)EcUGE}|w)v^X+nQj*A+MzA4Vtq>doMjHU8H}vbWzHMfo&F&@ zmc?!2mH{h|&$;x_y!ujcjp{xvEZnveG_w2XTUl|h#IcWu3cg%|*x;hU9app7f$%=6 zK7ZV&lM=Wl@2L7r(Mw~w_S=uA!H+=HzIB&nK`u==NzZ!1Us>f;EPQ$)@0mPlC}6o1 zHFcfW=lHZka-K_^YBA^7E^*r#=kzXlOIi0tfhX67dz`YPXq}_nht#r=sGhJ;k{d1< zXhiEldDTUq#7`A+Elc|L=oZc5hvl_Rz4hP^3{gzJ8SO2?KF^vf8onXLMjN3(0=KK) zeD^II5?J={vST)rsp_tftLmOQ9~;(~_UrT`0q3@1x;6S`P?YeoblNd1<%RXV(K`3H z|M;z7THfKA_~Cft zq5$La_hU&5*teW{d)~c3>qo)x+W;sJhMp{z)3v7gT6dE0$1kcLc3zftozjHeuPlZK zBzaXx3U0`?5!|xqF95d=P)&mVT%#fE?_br7fyPSf#j2zK>22$U;o`|@z}biP=;RKQ ztPj9{bMijS=i{5n^ATLdmi<)73v0~E_+3n|_RvHU(qa@s$-e}gi{CO{2`+bw-|Rb; zcIo9vvc(2T3aGMo4C6y;nt4t3km8JA;jGA#+Zq4u#b|%N7<1an$LQmDiC!#%9L@Y53PO{ zf1lJddUrW)6E#|}(=v0p`>VC~*`(fZR+gifv}IN!pRIY(891%^;DM;y#d>Kc+t*0ZlWf1$XZpxu{^BB@7cPMvg3(ye}9AKl9YTWCnHX>_-tS~n`hCwBir7O)Q zrBtS8@{L(pSz)?d9WV3x#VG5?BRanQeq99Ns}sw zS>vtk<_}$dvYP~4oCZ*6eX1Q#Xoyfdg^tw1xJJ7%JKR&~-+q4C+RHhAxT#a^lT4%q zuF^kmvF@m4=vxAs4-cbEpF59p0ln(U4={MmCMZj$$mRcGj@UJH7cLo(zFm9{-wVB` zh-lm1ep9c=>Y~JA3smyMGF?YUcQ=vR%R&Zfg;!!2_V|()TSXuSa(OFRWys(<*1ykU zfpH!6DlM?Zgz3vfsE@XC|0aewMfwJ3LeXR?otp~QUrdm%YNcS`lR zuMvWPF!SrN2N70N;PlfeFOKI4K`N;a|9VxIrZ^Gqqv2OF^L=)^AqL=y) zZVpH!jlTY5W8H@)cO`eG#5GErHjY*A7ZRBEiIZ3R8gN$YsL*9vzsLU2A)bGzS1))5 zF0~!7Xgf&sTkLXKf|!-*e`ck374Q1#@o0eSR#U2%XfdI|ska%Ov9H#l&8`0~Z@$Yn z_>d{0ZwD9+B>tyZp^#mq%hi2-*Hf`cjpOYppYwE`*?q9`JJF142W=rNVyaFohGDc% zCtaN7=(@$GOwAPo`dfwm!o^3T&Yd)Ze}q5DZXT&ZSEJ^;ip$ z>EiW7x!3W+&0_mDR*kT%pe+ha_UqzFnPm8?o(e|a%eSl7Tzf*C8rLdvS6dHCOTQJ2 zL`{u4ZMP?zC&lq-UE?tBXYmncG9R1m3UO9L3eBjP?aPw)((iNZows)LeidodkFCux z?}HEvRGKwEYp8%VDE(AnHk&5{yMTO!KadGmuj)9b9RMANQ6Atd!}Z#Mw?~dXAs{qY zjy|v)1d@gJ$pgkM3-+%<=QHe6OT*fCcY40-J2X}cdw?sxy>_WP!8TBC!N*2ITjcd7 zKwq@Fu|Dg-cfRlQWkApuF8}N1RWwOrmxcMp*yLDZp|k8h+nK)ZG^F$oFed@gL~4}a zr$1`Zo+{(x2pCq<0@s+0(RsTF`UT-6al1NI^2-`uUKLHsa8_@QBZARy7 zW}=Qb^KWZDvOjlw$KOwLG+sFxl~9|Uesu)<)vmm~xD|~nVWm%xQ~I87FPrLMbB@6+vNH2gf`&TW={l71E;+8epc^q{}Mle zQagh|FNU)~#W#Hp^tJ2ITkjzi9R_I)5J)-?Q@vcQj@B6- zB^vD!{2;#jt&tz;--L@b0+P#(l=Hq#+M~>7Fy+1MS*Nacbb2OeNpq(NW=f#c+j?c~ zpCjD`CQx0+IPfCE0=7#s(GxJDNB@KLQ3F-#$kjNd_}5R(!f>YBF%DVCju0ybSl$C& ztJnA!W(p4wL$l~&fs+~6%l=CYJ_KQa>!>$Q=~7NEhZ24H4m@Qg@M}sh%;2Zwriv2( zeB1Ieje$enJqp^_L|$3eX+==@249t>Dg|R%jUc!O5}w*0)2E;8@eN%|ruMeB>5@H@ zl(3fU#nKTs5~l1))jLHR-1zl&GuaL^553*08foAsa#Tk*&q$M}$Sqvr-j24TvrwIS z?!|RWGhJ}M#OFz)P7z_>u>x*lVkH(WpPN80JbLK}3*QU_PIG&g=?VN&A?Uoe@$Vr+ zz^^hrRRY`zk0P*moqfo#Lm5Qgi_$O*zv+!&>D_J~2kY0O_Nfl|1i0(UmhfJhas%G1 x&IqUaLiX|AK2_3^QM6d7^@r>xs@#arDf^$HCaFFKeoKv@D61?}E@c$-{{Xzac^Uu! literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/entitytype.png b/docs/9.4.1/images/arguments/entitytype.png new file mode 100644 index 0000000000000000000000000000000000000000..486bfd53783ee41b1384681bf8066f7f67ca95cd GIT binary patch literal 19102 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/environment.png b/docs/9.4.1/images/arguments/environment.png new file mode 100644 index 0000000000000000000000000000000000000000..13812fbaed907e3d76e9870d597d27f4b8bbf766 GIT binary patch literal 8984 zcmaKRby!qw*Y6-T3`jRf49$SjokKT*z|g56of0CAfOJX-GJ@n#f^-cHN_R?0NrQsq z8T5JH^M2oTuJgylzSh3iz1Huy?!971X=^Io2T_9n0Kk0}WqBO{0G$E#KL>aZ^{pWG zyAbt*=Aokm1(XlbZlf+RY-KfM0f4G_+$&2=)HRN)vY`h6fZuudLF;uXvH<|VWh(Nr zPkhYwva1eQRNQ)9w8+PvD*4f-`M;Bmi~E{ZZ+D9pNh{JGrJ}yP=omHC*7Z{45WIqy zG~XV~R4J#%Y{uNjz}whuVo^EXgttv>(q?dNf8q7>^z`(}@DIO}>n)WwUw+d?!Efc+ z#nV4G_Cg76_6RCO+1>?Ro=}q7Hj3e)%a=>O&4jL$i=<6Q{QxevUcujXR7AAp_%Z}` zkXLqP6yaL~EFFeF7HHQ);=X&WiruS!w0PPQjuD-HD$D#LNd9MjX(y%3%$!Ft2kHJB zYv1hpIKaLto39Hq63iM*81?EfAM$&L8;`K|mx(jaQ3819%f)%&n!9VI4`F}9+YRM6Z3##A-Q1kyRlMdN zUhV+I^?bV-f7C(FZhaAcmSu#rV#m4f%l_&5Uu`eZ!_fe~>eE%uJV>h$#Zzp9aeNVy zNn<>QXMaVz?uaan%19L^6AkfY^(QX8LFs$gbo@+(D=XM`Qn-66H-KwTLe?y5G=kKlnul|G04YDVG;`(QE0nF?}0qWck`>?~NMNTnfV4ET+a5OE0zF zHqOX{PgD3jPgFI`_<0E#odafc#;3>rcK>*7RSU`MSDPjKs4v!361G2Z1v)?jI0=+l zKj1~7^U<|!=Px>_`w}Ps36`(oyt;_tJlVh91h*pZaBJ7QN+pI%5U}@!28SzQ{$yN? zFF5S8MEd8Y_CdZ#yR=;{E$C>kAj>;;5^GBg?TJe>bF4Rg52Vf1Z}tGI-#+T z=4rh3tjz!{Q2wb25J6)|x3&;9vCh9{w%gt4Om$Qo-ZZl{&&t%k?;a91dhWaF{1M{; zCvA4#V9EV*e)nQGHxs$u+88|^lik{!?sCw5(Cg?$))XbfNwTdknUDiG2^VYM_r05) zdw1xebvfR#Dx-Ugo*(fL1uUmb{2k)PfZgqiheT5T=W|*C9a+^|A-O4{R>rd&%#yaa z(apMaYRnggye{useTL?vQXk^s98pYCl-YDc9l*-rMI*2|n+F?i4z%NPqyxsY{Z5o> zxpL7VO}}{ddEA(`W7*$Xprrs~iy@>|m=Kk5`giMrNHH;&fmaqUlN8XDP&|*522Ba!}>bM}s z+$Lr8kn7^oe*IV&Y!mMR7K@-c!8Q~Y$)=+Fk$t}o7$Hz zxaJzR&==>E=ChX8Fe#i5SbaR+*U|~mgtTy!TQedDNSK>~FDHHeIlb5`-gW1mEnJ;l z3+ow6l=WPmHd4LN5J9zsm>UM6GPi=FIzauKHgo?o$$;>)ro+S2@YQ1nvNp+UeDW5b z2au)|J(%gT0-PVf9dt5QW5#BUE!C^cVAU;K$E#k%{s{+REAjiK<+ z9hE08Xs%&FgZc>aexsufJ)i0>PN$cT-UCY~`h*^Gc^`?H_#_+Ctm!rGX4Gov(!6GT ztZj{pN#ISm1AH6q0RP;r8>XjDEnD_C@MbQIecosrjC;~F1d{%mIF)nSNru-9weKnS6Jy54#>SoI27| zih`cXHNNbH>NTSDwVda_zUzk7$NyYChC>k+dc02y`fkOS?;HpU+QY8F)Rf)&wR-#o zrd(;yI2qy^Ir!J41)KKTSMY$*H*r$_={KbM!6CIS=2H`mNii%A+|AN%atA88dCbt- z871b81wQ91&I`@6RoLsA*w1zfO1Sn2FcoCqWAwg)xqF2S zo-f^uP{A|VL7D>8a**KIar))LXB239)cGS*q4e`2dCjZOYr_nKvE7%+avrha?xE{j zY2}X3X&gpN%I3Mk%kh+oF@&qkwBy2wE%}pO6Go_Q-!!^=M^`t>1Fc+H0M>j4U>m}^ z>~@g8xbA9vJYY&hcOtbZa_TN=>JW@CNgM)1e-zFCQREaXPFSPQfaH7j--_;x!pA7XQLfyD zkKm0)F?{Yx{;>3nesqq&4tF6qcM+c$VHUO}pJ246^4O(1-tI0uP#ZX}d$G^N=W<^M z4;1($jn7XoJ-I~tvxRZJITDP?XvM~A$ymja6Ec-tamMhka8Tmh`81GdRhoGRgLyxK zO~G_9U}`q@mSW|EptX}G{=LLnthEk3@S8Yh2~X}46>xGlZn68>icbUCDuX{ zb^SR$Iq{^XdI!|%jz9ZfL?zcnqiOrI?(G8Zh~kux~NLUy=OWhnAXXO)WX z$ag)l$pLq@T?Jq`F;=0F^b)+R9g+$-jxl#>J)&ys2$s_s5i)D?J6)%0*&p)1i5)&C z!&f53Cu4_^;Rkcol~FpIIP~ADqi+K_#EHVfyQWZ{PfjptURD)xf7Ca2o-whNFD8No zmm)cjamdj*#CdUWqco0~3rmaHY>7&;gDTr8B4_*_=77J3*kX(QE3GTOz4^@n^`+BJ zz(&W72kpo;(#P&Av8Njwc1sOYInzg@!=DwaABOO#=IT12eN<$9g&Aqp}Bf00^X-?87p#hIdYqb6d5G>=XZ zJbqrkSTZa3Y}5q7PN@GBAlMMzdNjX2!kFGRz*K4v%u+t-9gfd5==zp`C*o7D-hcxvevG~&gj1Y zsSG#Lhj{l8F#oEy+Df1tGJI~|0~R5)>6do^_ff0Bt7;M}`ln$m`$X}Y-#%~dtrv0q z>iQzl%zxv2^G=V($+}xV+Sb&=%!qya7Z3u&+c&~2(XYg?L1Y6v#^{wD-_VFkYDq3W zS)C_qW9himbtWpLFkJoBVI}?U2eY`iArUG$4!`WkYUF1D>E|h+HBlEnLRAl+{w z9wDCyTRcWfVr#2b^Ey7H(n02jN87ne+Z!>WgEF(zQ9Pp}oJ5y^5VM^oaz=D26^Mxd zy|5xCC(c?`847+immx#YtN93X-(PsI}GAjY2!Z6;yI zHs&kpxLw6$-l-FWQ6bWPBON6wa4D9E^$ZbsPYF+>^SBU)Q>m=qDRoVR)25#FozXLJ zdG_TrmYNC+9AzU^9DI~cn8DX_w^~92EVX;7@hDdUfpbwRus=-k9w^v&S&|u+ZZ2~A zxlCQZ=zM`UITPX=f$8kU!)!H}r=qw(TlE8ZJ#mSHYlo(8K)=)$vB-5XSw-(eVCewCLC`kkybD3q9 z*q}1qlIe~9OMWN1v<%!}C9Rxp2k5cGTC=niDZlNcx+Rx~vlqhno&nbyF+Aw|f8cE{ zsrZx4I7o*)voa+!9cgA8ltcBV@|P{sga|TrbHfRhlbAW4^xrscmkhq?uT>G_s@#dz znB^)AKu8Xkj-2Stw8^v6{(knfEu@>lYfqjq?MB8*T;h3@ue1aZZ8?%D!l44ixS<>4 z7BZjn^mAu&TKZX}R#pJ?)t@}|+7!ow@v#5vLD|Vo!_(9bxX@Q|F4t1)MdFAStDl@i zJ+!{zmGsFaBh&a=MrNG`reF+%^|YJqX@hS-8&QV_t0--e1F{0bUbFuGKkP4%yCLn+UL{{xq8g)YymZ2l)I)XslR~l|iY#Y~y z3yQ$Q=`2ojB$mj!wgKXrm@6cudoLGTRxk37W8Q-ZY(@aB+dJ1qL8O%{_m-@7>Wz%K z_<~)O%3pUw!+wwvbKRQ`p;Iq`{+9;M8EBs7=v zI=J;k{U~vAfFsXsJ8m6y>B}qgu%EPtx14jqcQG45!>#dP@jQ@7>ULSY`RKf#e+lqZ zo>x|_uE<^pqt(0CFCPJlh>LOPZoR&uSTnD7KEM(j0Fj5roBYN3PWe8GYL@4VNh~N} zf#08Y!7Mi})q;qb_aXL%dJ@#+Kft&SAG*0(2aB16bT7MG;HywS39m;P=Z>dDFYVh? zA^hz;#(V`(&urFY)xAGNnh&7`Z$Ot%T>N_~4y8W0ZuODcaL`hRuT&V;d4~GEnyGGJ zN$q7U0=ezE=CQCYGA6~mK7*`?<>fm7(f;hkAM9s@{7_AG9Of#DV##YlD*tkHDL=bEm3binI2{Q6eyVlpnvzUEOcK5?$QFh({jVd{4Xwtj}-4x-lzkD_$(6jQ0Y&0>mS|a#6O6k zFUYF4XQFc$4TKPMUp2nz)>j{dRYPE55v8f)P2*R?0(cq1tGeC=g`mVcbQ8M125%XP_zFI!IzU1}C-g)QZFu5H~O-8z}IDf(p7)6D>yo?t} z#aG2(BzUXlwFJMnd;BmnN0(qnY(l!5ZqEF*%iv|uZ|pVf;0pFKcA_4<2I!{q ztgHVYo~3HI{0!NN1} z9YRYfz52uNM-v@kP^8+giAulJ?_GKlTzHLz(sLz>onyLTnJbU<%=Xp1Ah3>vStil& zVY6D)!7vo}w~L~Z7D^A~2_W=|8cW3?=iSLzX|&KxARU-nkyAS!>(BpE_*>7WEXTWa ztEFMOf`_uC3iAYi5Y?PAlG5COmRE^Cf0C!G?0H8XyHfiAn z0g1=+>OyHj>*uIyCmdyZsCaz`wC% z#TTw}QQDMViO%Pf8n)_wP(zeEzAv7rhJ`Go;tFyt7Ceh*omYJEaLgiAki#eaT`StA|d%P79xLp{gKuyuf1WaikNf zieyQU+eqlNT^dT?pc){s#iv$#0JvF!p3#6*6XYwBYwi!J4$O?TMx2jhluC+BES z-P0M3NC+sP34Sia3_ca;&B*U;dZ~cT&(d*w{KkO*_D(q9ZRMwM`n@6 zqL+-zm2!(j?tElH zh=(px6`cVL;AcSIdzJC9t)4LSNahJOfT#)WxoIc{t|#{0I{A;NbuJJOl|MUsU?84{E3N)B{prnb5cU#E_?^2yO4$ zdmd`h1OZck$a03>d!5k7QSA#LQjFyo*(e^f){B++z@Kex=LSnR9R{~a!acot!)r{z zZrdiEUq>^H@=%VGepK?&V_eT1}kff%V zKDPf@U8-6?ia{1FkWgMph{LZpLJct!h<-ZM~a zcu1-g^On$eNspWfJou=7cn>sIZ_0OR#H3r!QqTI@)A(vR%aM&VCn}3Sis&RWV%L*K zQrDyz%|LgS?v|AGQ3yX2{1* znwR;_A4lUSy0zv9snW`Pu5h*MP%yT;5pjJe=ZunTkuSzye zs8o;iVmPjKYs@N?OHhA-)j93+zJznVreWMhf6QuyTZqLk}S9bA> zCww$CdEUI4Vedjxz6vL78lVZu$qtcj9AF)R-(Efqc=1WUSyvsSYBG`G<*D3@F^?(E zBPHE!%R%4g;hPAIy=Ltb5jfXLv(M3L*0(EGmti<=h|Wf&)6>F)(|6ol$C|!eiCeba z%@VJU-qn$mLNU2-K3sfA-6d+dhgg5|2>7!7<-*QK2Y)z^M#Drhz4_ne*()(n{&+2d~wCH6Fo zuh^Z%vV>TT4iM5o_TQg{2{(*-OO5B>zw77GBpjKxGd|tVCU(p6kv_n2ao10=v1!_o zUnRH`+Y?Zf{b}79J-gpVOCj%yp_JaPV)eB8mdY7|kFtKYY><%oE-D<Zrl_%r#8@Qid2d}tNXpM zrfyyOVB^Dx41K1)+}q|x^Pt~~c6qi+B}UD_u6cP!vV(6YN`hay=$78@4b4BbDosE3 zP1J+Sx@ZKPR1>uQ`d+h?sBnF;rEs5lf79XYn@YtFf9;#M1xZx_7dxwVjvuFq^VNSH zPb$D;YrU@buUVw6AsQrmWE@jcX`fwZ(?zvuYoT{lv( zsoEFZh26piAKVlwm82SxQ^igCDs!N+m91hDJugxr88|N~PQGVy8qA04b4On`FLyW% z2qiTu9q_^%w2TSn@v7nksece7&gTuRldhlfHb}N^Dp}vE7+y_@0$#sMb8>dlkPY0- ztncUd0=XmLJ}vH2N%M@;*csj5-;GZ@Q2;fJqpsnXcK#5J{Z+Rw)S$v1HZ!TS2f6&K z20rG@eWuI;dn&|gryy&kuucV#gHUsvLd7|nSX``2cEAJ9fbh--xud_ymMCy+&6ouq z#J_L#Yp*yApfGzvm^tNEBD&P(^T5G5%3+_`_d&FoTgTDyB)T7_3%Fw?$91P#@-nd( z2WOyaRRFRr;mi?6@{l-lgPm*hkn^!`%jVknbkEvOmMD#6&C}_?;M~4z5cvi=0H81X zR>MRTna;q6&6ooG@rb;6i7@ceKG8?An0^=L<6-8mrmwpHFz^NP-EIb}v&q|68(_GE z-SN{_x`_(L=f9pfw$D<%bL_THM36l)2^XH6FcFeo`e8t+U!3S<0^48psy}3{6Y44T zoaJ}QDiFexTfI(g>oHS7%E`eKtYh0l1DmhlkNxrj?F5DhlE4ZLGWzdf%FfKJdTlSgGOlR>OIhg@P8n5_B4Y(m?=MkTL zntD1N3q3O4DEg%xWJUjf-(75Ai+(}Pd)$Uo^{;UCn#<%q40fI$^$2bH=E*n}<`Qhb zT`0uC1^~3t9%fmn6J|`aoRC^ts;-hnK6>KcmNnPQdYOQy`hGDP{3LeM!B9e1Y#=A> ztf_j-k|0TTZM^M`v`ewMtB)VJxxq%w(vACN91C;k5cff>$~?smMcLL?G{vLU_Z=nj z-WSK83Z_zRxD3@-ucK)EwC+7%A=((oj1sMjp=l$zw(4Gmk$9DXny*pP9&xQaX5%}CcBw6aE!?&*vQAq(n+y6>qbL|ygptQQ%OeC z38*bN4Z@u0p3Oh;Q+A|RQ^xvytVGc*P+H=WWYZ-%ZA)jBy2rM%V~x|F8y+B#6us4v zff@(yj@r!k4Jl9~KCxmFRFh>is4I{dtWs7@Mtownj?$}ruiCrudTIlc4bltFKW6!@ z^b}3ANbB`#4y5c8D~+V1YbZ>R-9Fp^eku;@^G9wmC?b^^=~YpC)Gbhj(7(soXuT^yUl%(_)*8$WH*jn;Qse8%DVR7CZjJK~z- zZoc|3gf|0R4OXNnaRJl>J8bCZTF~eI$l*d*@TU9*|Hee;3un1U8iTRw2GOo081d37 zA?Cs&LB|T~;FB*<2x@$o77TC4^!O_jE>R8Rg;`)&6N5?6K#KQ{>dDw=u(uk~A^Me+ z%xxCxP@6IOE_O;RjJ3b};3G6EfeRh&>FSnI0L;!H3sf<-i|)CnQ6LYCpBC(4yzU7p zBTG&i@#M#6_T>8l>?xB6LDl8nMTu56&3#TI<3c*zs0GAtib<)%csX!1gx6%CY}M+{ zU^-!UO8Tw(bUMqYo4yvxOf-E6fyEdCoNRT0RX37Ef9)~C$ma@(eA$q0pX{8YE5%$I z;yYDGjPT?rMG0qc5`il9s>;`@S7ZlYiMcu)5b>MBzUz8lkASMs@xk+v;eIYA%D;vk kF>lPYF1xoiZNu*zD%Jo7#YjRu9WP1b`y`CEHNQ_jL9;V%AUx+q{&XQ zlZ-90H5z_5z0dQ$zt89SWA2&zoO7S+dtKN0p84J<`VKo0*X3QwelDyZxecp12%vb(8!69lSEp#N<{4cybZY2Nh&ff!nkKNOv= zuWW%vUawmwUTPi>Y`pAUT`n8iJ3jzPic5+sh|4NS%3qe0RFIZdkdWUsw&Vwa*c-Ie zZyNequ4Tc>`Md8%Za7(oXs&ui)6jy@lwnsSqoOV_UXrhrx)v6}s9H^Ha#d0%>;eVj z7%kJYq^1w5s+w&PV-!qLwrM`QhOXYaMm|P9-Z}p09i@Tc-KmM1`YHe7Perf|<)6d= zSm41fwfP&SDBV4sJhzv@J&9gAx4Bik(+03^pX2%}e|_Jya{E})IU4Ys{znfB9fXKG ztJP_{Fl!JAwV*rGHwM1M23EcH*HitaY$yw2NRRVbe0NtXj=`Xwh2ce|yeJQ^Mr=FI z;_|4p!S{?;36fy0sE&jTj%JIVBmV!*z+I9e z^k=|vgwKL|-2Q)r`!lX`7YbT?`0q_hg|}#tpsoE9oPPU5Ht^Jzn^H2JyayWdGy@;Z zMO7GAjzb*Kon1%{1zk87V}u3S%7oxMsZJh-tcW2E&Ul1`d$iI&L-q#W&4}x;y!J9N=Nneu0&D_MI8n9Vpsx13Q33YB!@3c=?x8}IsmF3qn;)&Q} zBP^uC-)oTs)%qp=C&bYK=MOe%*TU=puMJ0a{sqC?%fgN7LLs1a(Z3=%*4hF(=tQ<- zEiR9U0L!TWEqRtJxvLe+Fj&XJkmf#~)5``v-Qs0Zr(Wu~u%kNwDjci6&Q z%-lGl2CWwvivShvC=df0oG}Qkwpo3^&Y065(^gyYfSv9a(>mMvk^cw*jh0h7w(}Td zsV)ehf%u!os}mYo&!SrMk7=AslkkhjU6VV@9I159m^+F196EGDcwV-cQpPqcZ6)3bhL-IibqFn6MC+w zPD-}>7NA3!zZZk%n|(jdKLkuJI324I25{pcGiTmFQFEN>n2)SI_V%Bk6-WYdA!T&p z3~`;(t!Vf#Tj0efCo2QslLaz^VTpqqK}+sCTU%?e{q=bVGT9iu*fzbVs!KMT=((>5 zUM$|+XJ>Uj#7BSeW4pJ(-z2>^H1o@#*h3uu>r^TPOktex$D=Kx0`;Th1*up%xlcOI z(*a6fY+paDw0ZlL{>99ZcG^f_$O^Cx@g*(iVAR3@{#-%K;F~_w9F!e%4KhD6k(icB z%n6-amKFldFH(xVe3T3J19z5=Hpu9wqvckxGE2*;cYZ%>9dL%92!~6;2_==$6UBx{ z1Ikc$Gb+vUV#pLe-r&J|ww;Nz+D5JNfy?WZnXY{q)z)Kf$Z!za7)GuVepxKQ`7Y#9govzO8Hf z&AyKvYBX|+4=?^kho3D$HONzDp{if(1EUwpE%FgA%lq1U(qY206rsGI+35*oh9>eS z2#xd=DM+K_+YiDF^R^Gc(#tonUinD)Fe^bsUkJD3@i4dFD;H(X)%`J`m92Z)vq*{XyCKG0S^MqRhFj$x+3j3w zZkS=NWZev=ZC~dTYq?l3HpgdS4fc=!eyPjJ;Kgs8 zA#GKQlPc@oKkWKtDL`d6w|Be?Yo4ArC`PJ(3Vf(ok9@Ehb*JW4u^F;>iaKpwF!Flp zi{z*KJ~b+S&^yU|M)0Cy{8GQ3pMn8GSFvr;xyoq0ZuSsAh#eu}*6tc?G#ktFi-jN+ z3kXn5a*5tMDXtB;Yn5kiwF*Um@$bk*ksXN^0vw%bX^^vjunZBShOZ?)H;9qyOsX}V zfRs6Yw3L^S4$2*Jxorx`-!46mEI!q;aUi8*zk9^RkhI92k#LgtK*FYjoI_I)TiNNi zF|7jmb^aG+K4?NXu>m#TjS#|hOWb+bLoX9v{51?^X2U>$beePNmigm$x%7 z>gY!!w|iAe@)Y|Z@)PTISma*N=n%OT&G$^?EU5&|7D?kx{{;lfDt8fT^yYWQB~8bBKheR+@;yQfpW_N#px=59bq7(1r?=8?$K}fs|m$( zv!XjL5BkdlR9p6(bky83hy%kNwv+tQv=EtQV+Z+=ON@ z`YYvM?fh>X#KmSg72qymVJxsP;4xyr+#$};nRm->M=DU^iGnboNvxeW7QIi{-)`VR z*tSAWW80FaucV%e=cdA+eF3EoFKTx9V8p^7wU< z;$#=u-FMk*;lj&}UvQf&?IJj%{1KyaRz}S6=GT@{jZY~~YuqlzU(Yc1hz;{%3b38M z|DcU|%MyCSJ}zL#)wu+J5HJMGj>^L8eVm%JTdC8Sr(1KH|DmIxt9y`{<+~o#(?8-l z*zGQ2H}}PXkiQenZq*ow-CH6W`$Zza27H`S6_oomb1)6Kut__`+&WTq zih*|7N5u&Tmem42ANW1RmCbek_@sGa_*&Z1<37hPosVbdEl74!ra|{SyoIww$AeOF z`j`trO?%wN(<#LqdG|&7nd|LMeyJ5|D?KXFEsFU?Bn0h0Sy-9Y25lX#K`}64^fgF)Dbo~q~(xpHuQZUZG z`%JQPkJ3p^lacm@9ZZ+MJF2Igz)nrrm)Aimyj`{BtIYKuMl0qFQ!0)NV(Z&|V@uc{ zzqVO><8#lt;fILgChC~9DRFm*Lw$NfIl|ilZWPni|NJ}cq~VF)R~!_dAu-`9w2XFx zxn=iKT-+zN$;?KJPp{OOlT%<)gUgbchYl~|8+Bl@ij>8jil7rL?ws})nK z^{yXmqG)QweJgkRdUzx)`0!6vXwTG1IrrR`b=IOjB|&9{QV#dBI>z06J_7}CfAbFV z=RaC`j$~EKp*r(fHxH6p0DwIb_0oiY^$HX-q&AjhCk;sb;6{b=w zjZDn0nGshn_<3(7r=1r7D}NeH`!=PBH!AgopP?%m7?^E+Yl@a*My{UZ zYGx8mYYw{5UGU=fC>vIT;=^AXhx_i-;*gRMi9SxLW;yZI%n)(;J9Ld4D`Aw@mz^T5 z$NAG9Hk`2rb3FcZBMmGVZdow{8Vk8~runD!m^`J8M=pzhb0}qQ=uDZctuR0A-(1`@~6;d@9Q=q8BKV_RuS-JSZ_S zG&$kuuvUn9nuqzw#W6j9w(+nTVglXlc16o`qko(ycg~LK|>Bbpff$G6GtGg9zl$=gm=87RMb$jEl zI;h!O91B>!hh0fTQoEgE;{t(Le_Vu8E97B%k;MapblO}b0^#s*6D=mzw7)a$XTG>0 zJ$G>5vMHEc>+k3H^IPA%gT=S5woU(1SRf75I5^s%cy4olvz&`3VYw_=Q-oAQI9ep5 zDVq-Gd0=Jl3k1$VMUNoU`yKPeSytqIS#FfKZ}bZ4;(X|(*&Tg4FIAD$Ot%GOK0G!u zr9!-@k;j_KxIx*8d?QTvt+Q%2q6erc4s@#LUbm~(TmN8UH$PjRfXrof;KkDAG6RZ& zgl0~rIcEVBkC03DLKvGOwYq?sC|F;SG=I^zyY9dEKcx(k8aBzhiY3M@gIH_A3d!X(8eW#QO>){YA`%On)x-w-9evZyw$KD@# z`F&H$mLX}9NqSiaUw~t+tAGAwwx?Ee(~asi;IfnZIBlfv$JLeeB7GU!(yXEClWORm zL(e7rq1ocs&A1fBoVuDZaitRo_Xbs zIr*a(g*z&)ZmD8|NMoxNf*1=;5dwh{L!%R}B=Q4>sn-Ct?5Hfln{KE;X)#y~`^}(u zfD~q!w%x`rDtsq7*t0P6g|Fu#=W(SbXwLd9>u8_{{;a~*J{p9tpp)CSk*c|0pb8_pR zf7>t;;cum*E$?H^yzup2tH7`spwQSHzhyHA3MQqou{7M#?ox6h3vc*|O5y)eiT9fq z+$gY~5g{{RG1)lyv^LHc^;(*`Bn63C_xjf3Eb=B|q<(k=me`Rr;k;pVgp7$#8fg_A zK8o=$jqa_>4?4A5>RS<%y;)_15XIwUScTkVutIL%4)8-Mu5aJ!1-kYrkB z(jjKse`<2)ee#(0yZN7+4I9G<2ZBzpU9-W#0unvrKj!Qm)~%X$_7&CqP-wol#+Wc0 zZplOgf0S;qk^Oa2rDSj5DQZst%Nde;JC9RBRF+H|gdxAVtrOT~C@?>Wgy3zN41+2R z5|fb`4*PoU?W#%VVmtI4R?=a8!|0*HvM}~3H5|%=_jbgiqiezQkI0U5G2_K(Q=F*- zaS$%n1S|rR4$JE_^DH@R4nzY5TDjyGtVg_$9S`0P2$$_2Dk6*F$s36z1NgZZgXFn( zcp$ouuMqW%;O`QR{1sqtR^Tf~X(O5IVF{dPRculDGW3qUp+C*nEF%6jGvpfQ9eFWr z_;5eF^#mhAPj>z4)aJEH?}WALn$=pfOy&FdBD9|W=n+jGVf&@sC6)XjQs!U;FEh8Iyf=zA1gvR>7zq*f;g;Ho~AqYM^@BiVw zKD-DHS*qKPlCp=n`vL2mjduBJ^#fi;O?JITbpi0PplZq&6Yj21+;j7E6n4v8|Hv|h6t`B|*{~w--!6?j7^^kwm};P( zh$gH}jlR{}7%F`eXPlE}KKbdeWTAS+#Y!5OV{m%Qy$+RXHAh^svz|$4%L7V+~v&{mwp%?V>|Rr&vk{#>C(saj*;$)R4u|* z>TV}&9TD}=8}7rOAn1MB1Yr&)4-eZLSQVoqhBLxINdT(P$Nw1juj%T?j50!PH5T#I65xgj7c8uP?U-%pxlfNbflu9$>zxU9; z2ao@o_Oa7}<{uKp<&!8dFAQ_ssGO*Kgjj&MB0{30&%PQe@cY1+tJXZ}tL;;tku;bB z0*OYRbmYrpg~Id2o*dlm;G(=R!^YuoBJa@b4_b{UMuN@cYxAE(Il@4xt>T_kuK~&o zICk)9Pj29Wr}C#SH!q5RJXs$_Hzlw{K?81dG*w?eR?m1U@jKmJi#c+l&9^9Zw)NkV zPZcX~sL5F%8iY_OJ@{(9ITaFV8@ zm`i;sXC%w>&xR`xPHe{3jolddL|>O zY;#RtdnR9jCkVK1RUO|Yur)hp> zcu-y4e2Np-D}a48Q-rd5M&T#I*I~3qCBa7boT0L)8x>jE>=^LRcI1QV+?#V~+_^Y3 z!<%Pqs6yx1|M#gtvRP=^v}aUM8;>qRe&>xKWsoZ@W+$8bwN&HW25mN;xyQDj*~9ce zInhHP5ynPJH!0+P;Pf2dWo(Lag4_i9*?v5d9{Ft01T*A*ZQToT zbk0m|EXI_uWrXl#m}8@$R*5$mMK|QqN~vV@i-ZwLMbNmh-%0}F3Y}BB&d!rhG~q-B zFzb8F)S)_sVJ{Snjl}MkCGUhDR--%ZXSd)=pa9VOT|C&*3yXIhZaeYsI7*Hsx)(A4 ztX1HeK;4w8J&_j3;gMawnS6RXT8ku#002-zv}%m2%D^n?E(s2j3ioln&w;N1z$AJT zo~>tzz{wRtJV5`p0ZVv@@B{+@A}WYYp#RU0Q(JroqW@o{Q|=?{hP1P;Y~gUlDxLm;9 zP$w7b`+)0PEBb}WP($9@#WS6>#LhP=CLgjjUI2guT6vra$|$U0KOP5m;pfM>qqLnR2L0jIn8dH4=aIb;=`_E;dnbO&+uGyX z@%zP?cjfV${+CUba-U!MpKF{M=i(8ke$fm$_>%OvCSr`quOHivqG6pD)B!P5d^-&K zy<*Zev3dtj0H72BE;X=SU}fvqKMUk#fm%bnFK@-~BIdZD`-EQGk9a;53z?&0I9j)HT-+)Ci^M2#nPJ!- zE&fG%pM&w$k9QVlE}?1>bp)G#wmk29*gS5j6B6NoJWh`&9QBZaI@J}5@StpNjn=$4 z5QYh53FL4OFC7Q3#v#a)9NFco!eOGR(vp5ijBmtjW5h7QS#(f{j*1`+F{zx)Yu*q| z7g3MRk6arm!w4_4>CXsh-p-=J0ezV0a=5rPynsm{ zejY}fmX&)t_$>>wLWc(crlh^1K{yfa=xys<@w{@jL>J(J1@7@_-u{nC3UACmcsy$? zn$iyuEx^lgSQq;fG@h)8oucezOohpgQL@qVOQgnv(_FD~0H4MR84kGo@dt}gEOcE` zwD&h+rS~_cd(bqghqRYZx#PSb02ee1E)_0FCgKv+;5<lvS1#bq5F z0Ko=;O9jko3<#Z6h3X1vxH`Bih4_t|<;HK8**x@NiC=RhJ_Je|keYNDPjBIAAH7n^ zLPZ4FhH8Ll32La>8~E9Oa3WD40>I3wQ=sh1)Bk#GS&CJAD}CdW{_*GR{o%3yGDUw+ z|MFimjqh;W%ve1dVx21rv_Ae=>WL$i=g%Zl?iTtrSAuj*I>Q}`E|mAoc3bSvJ60?o zn6Fgq)|phf!Z!ejmmh_s2Icl~8?BpCz<2%^h^Zth6B4KLlWMH|fR#-2LNBuqgd`t5 z{Ti;#e}On`Y!2c(|4d(V+adv_iud^W=v%#_xfJlT2E=`Mv<(rD-@GPLK|=tr6%+}! z>@sq#@A7vx2)TwN#B2WSmRfhiM(FE;$4MRv%idWcTM8)4y8hp1$Usc@Bt*M}m5?KuV}|Sk`_EY~j)R2$)aw0WgWkcFulQz%TQlMroaSx_-G>v2(03dHqA3q#ymJ8(=O?BT&f+Cy-@uZvbi=lrASM#A1 z{&Aec1e9xHGzp4d3`~QVpOhqjA!mut3NTFOkRTJC(p z3IswS@N5N>nD!C3J6w<2sbZ{#*~;N#SAT{Sl9&m!X0c+#fG632oLsam;7x6*pb<_I z?lsP~E4>xX*&YnX1dfYgLO&!2d6|3b*sL9{M3g&(Z2a+ZN=%Te#>hd&|<46StF?xf(w>V$?tp+7N94-Lw)Cg_yBWxtPD$^|Z@ z?Y7N(M+{Jq+h*9!iZi==>p?gOX>|dNzAMk_9q;yjTHg{|l)e^tN^diWK+GbcTb29q znpINu&$KGhAMfmWT$*3NnM*GzR;tQAUZC;%6=FBR#b zn~0=Lx2{eXEocMe`aZ9`=KxSxBPP2uVdH?zYd&1Zx{@sEr#2d)A?~tWgPAKEb>Q8k z%vhx5Q)&^6E)YWKgNo6b8p0bBE=t%alx=*DoTTA$I<=JFqPW?EPXkET2n1X1TzEy4 zXoMMM2&_0#k=nj=*| zrFLW;)qs$G2Zb0bE&z~G$bz};@`=68;Qk6~PtuE0@{Z|-Fkf$#o9@2MD?RKQN8j;K z)IzfY3{WWK(Fempz5cmES^kl($8qXRRmSF{;;AIu;D z#M!QzA<88rq{^`%z9C-=2nsnLEE{HVlO`v6On77p3n%7&ckNpYd35A)2XlSpOk#y1 zDXGL5-gS;7&4Nl6FjeIw%1T*9WT1Zg0+O0P2^l;qd@`o1!*-lNLmudl3IIczOkF$| zO;syKU;ll~^@3IOpuIr{Tl4b!d>U(9uq+(#Qo}lGyl9ecREgFV!04nfJ&j75Bj0E{Q1!4XR8 z)KU`h8c1M1jumPO_@N4KD&+A4z(^^c35k!vuoE1=u6P#(?G5mW3)dPGkRY=~)|H8i zCgI3K-beZU$~*4D6Zm%yW+}+E#W<|A7%TI8>!?yaH%CtLXkDx|?>?J=vn%AfvWxwG|2^dcpy0UiLz5;KG6+2E&>7^uxVAq*f`)BQN#X@`d)%=|86k|no~YR=CmrP<`r=rA`_O-^XU5v)fk6RCuPtu zBI!EX+xc0skBzek8qpqCdF4gkUC`gKn)@S@jIRJM(_F0jGcA5;2~#)7cWe6{=#tV{ z=`>VsSW62JNSm{|a2UQI!2wQT+sr+yl?-ASJ@nH)f%keph<1>>0&@XiV9Pmbyz(jc zLa7(_TP}VHT}HNpXsd}(>~}_6Xx>=+TU%c%PAI>M_3rD3oLk0-#B8MCsZ9LG)!PU@ zBhsvD3l`TsZ)f)$rMoIG2d*LBEU;rEH3~6*!~&^-(WA~XuXanyJLhj{{KS-}^&5P{d$}1IG-88dm!7ucnKTLr zYL&qe!2uE>Kf>iSiTBriM?Q5oqCC#*_1;}whFL86**czMFaNN48W5)`){mIrEzSL0 zk;`<&z*NY)q2JXztk2auvJt0FW)O<$+ARwJ)QLjDeKD69@-y}PrQV@mOgA|XLPsZv zjsp+^LCO-54LYLLO3o3?mw(Xg{uxu%d8qz}fj8QUTl{cX>z%+&YG(6Cdi;0}%#FmZ zw5^#xdJJE5$aoq$*Fviqf}-2@fC;<=fE5iB#AuRz?n>|j;(dvJ`#~=#zUy7D-GSi? za-l__Y>ayXquo5|R9nw#^_kA4)T_m4&yJ<8I{--QdGtCNH5_~+pY;9++ih0ug^som z9s9Kh-GZ$57cj&%6Iu+)HGcK!&x`hPP-;$_hSgN^+keWR*Y22l zd05_(S9g@+y99uE*i@py1H1onav?K?vqAgzBgamK?`Ez50ItY7$@IA547lQ^61z=6 zvg3nZ>}WyS1sL7Al^8y18E)?|vgRqw8t{zMjj-KoY#+@JyQ`KD4B*TSo#$WH-Asd6 zCeU+aIhW2`;Fl4q8R#DfS82ZfZZ!ne|23AXcc|1NflqM{^7mG|Iv4jhue5u_gtD)G z-L*!OII5<9&*ET_S`P5$UXPZtl0joLA_7d(upZg`N3xyn%4TL(aZn>AP@|ocRzt@X zUqHK1KhTnRr$D;6zQJk}y>hza1G;duQS;ABZFUR|P`&odQ%-3{|;ZjvoK z0`L9*GJEo^kg=+zrHsvyS5(7h*vhi<1O>;Pmvbm}KMp~c8$%8cBo_rds-0wSH=;ZL z)2xAW7an&})6?<&KknWrlKxf%VC9hsly&P^_NwQ%WIMF4nb&cbRQ;|bOb!5<-w)Y) z*tI`f{e7P1*4^3KCOc4tR*chOGC=NieX@Se>Q1B6P4;T_))RF0;e)7nyqLCe@n*Uq z$t^I)hfo>Z<^PcU1Zf~pF^1>y zbgm)@IuiYJVHRHXk&JE*4i3X;$EFL?Z5^@}mE#n0XM?CEjZ$ACBJ9JQQs1$<&5iJn{|56%*BoV3q>H%zB}0Ru#?_pJ&)aV$DN2%OA+y zZZ|}j{$2pT2H!3^dG9)j>-4bYX61fkVvN&hc$Jo<;l(WKdoqUve6`pCQ4ifqG|qo6 zW+OA#T^-s3og0^UA&M??uWosbRg9&7)X_cZ-B$3T$Caqx`8?ZI7j!|At#T@L-$c_u zfhynI>tWvTUtz~}SLnDIuY%v*{bSI!nRZbBV~zZE6gqJ) zyb0eHq#6Rsm+YZx_!-c}*J~azpZu}C3JnN^FGj772s)~>KmN_yPpo}Y``d2qU1|_U zW$yh(>|%V=*j?;flBQZRAP_YJqyb;i_~$cgU&ok+a^^k!b1|H`TJ<=H_zsUv_Ze4& zZ-)HWrO*@GHefEn^tG15wYoo7L2K~M0_LXu|C5qQJ8ru^?h!+ymOVO231^(kk^XQ; z@>Y3^=+t9i7B3JMru-?k2?FhH7x?tkD1xl6)~H+=UpnKe$un*hG>a zPa_o@;3EK>7qC1+q~zzboGY&;h;1DgqMUfxP_fYwR|t?`SSSo^DjiUtf6qN2qxacG z77GqQE3l1f@_t6Zny4}_>z0?Of|pwAzqk36up9?T>%EBASRY8Y6ag^-58MU)BN@Oera(wZ}EIQr8~===zk z4p^W-8NV~H!H-YvP$p)_u?|16n7`mGZ6k659sc@I85%aNg)7wyG2S6yTFL7i~v!D*e{1$a7_%_8wlVZ{~R zLZ3g*{%7Vo?cIRkWwX+n-1ph>Sbola?aR!yp9tcONcYGlPEYgev;@@~-nSO+*ja}! zjL+935@{_V{j(^oxqNj9UW!NA(>L_647NF>R==2{z>1ZT3xZs$`*c2}8tP(%y@| z5KoDPRpwLJ#qx;$V<2K#m0|^^n94ACG15S|geBO5u;GjMy^oME-x15Y=vQnYr8J_b zI6$&7yQ~MmJG`Xa>Fc2HC09t(XBF+mTo5zH;IiLukZkMEC-qNX=IALBF!2UlyYyF9 zE-ig`@m>ArS`m@K3ME%0&kw5m=W4MBx}JbJSjng6+nv^O#Igp`B3g|lF)3|%XIIwF zJfYgJdZ>BFbbUWUL1fN9z+{}Td1#XMrMGBQQjqCqQ*)x^KL6)x8&aMlJQv_1GLZ1F3M3~QNZxT6<44r<64afasD7Z|*DEzsa$&H(fo z&bKE0ipOjMZh&)xoks2mK1*m&a?>P^5F!xaO5Fw9AggZEK`mqgPtwxY1xT2u(8oMfIa%J~~O50FcL*p&7#A;@{4z{2zn(=zrt5B&3NG2ys>Q z_KgU4G#Wj@A{28o-1@5+#B0Uy1)JUCqj@F6ed-)Ou zwJNO(sWKG4TIn7_NE_$6LxB)~`MD$?>O-dabq>yoBrdgY`is zQYVNKP&7nc0>u;YRJnDA&7! ziWCYTeT}bspV(Sg^h2yd<#TTsw@ovX#a1CRG+$s4ccelFa;6h~mo~;k)?Q4(9)U9q zs4vzF(r11ODvCv>q}q}nSTV1`99KFFk@~IKBkNls%Kf$3PD(7R$4Yzg`9sWfYqAwc zTj-g{O-MFw6P8-1a0W?9YhJdUmZsh7KfjV(SWR-vbrm{luX-|eSv;*njO9(6s4JSh z_8z0in;ioDC^*5-4_B*SdR7eDo=?hAX;8PFz+(G3^z4sex}c*irv?)3OrMD7ssL4F zufdkInw4QSmwf??m;t)dR$F9>k9!{@Vk0hIlGE093A|EBul?3zIUbP>Lg zt0rE}Fg{l3dIXkVPa^Q|)>22ez!B0c$6YKHfyNw+m=4A)2ame1f#Gtqv}WYNR*R3X z=k1yP;hdWK(TduOww53Mb<4cwtlUtBtGvSe01wwlFas9*;DQBaAl$(aIK=isg$Fag z0^CS_jjky65~0Vm7r#XAr@!S3WyK)xO`JB@v>1b<-fR(OD{b6o*t0!}aoT&+ea*ct zpC5Jb)u!KqEqr@=9Jejg1*SGzwWzwyLi+vZi`=+OAbObZ)aGM&v=1~g;lNn<0~iAg zG}09bup~|!>q*llKPikMXieTir0npfAi0<~6PT55=By)PvrYTdGVFgmu5AW$8K7qP zF+zWKc{@v-37?05_;_AeQbu_(Y06Weia(u_6(ZFL?w%_pI zvlSjd!ddrHuqGvUzxK!1`dSGavO(P%B^w8ff0oz40Mk_=cv&9IVvDy!ww6IlPw=Z1 zXQ2y}H-rEeDgu&jh~KG}&$C0$Xf|uhkct0{e&%uF0#id^RJXH0sN(2-e1VZ)mI5Uu zQ~P=~aY2gc`jmJPKM<_HdFOdibLAbwT^6a=S4Nzi|& zIId#o_)J`vP~BrO|YtXtb51b;8HPxoLuvWkXZ09 zhPjJh`XTZO&$WJ|)c=0eU;-J`Kmaiu%(mSh%~yaYG9$%l>{%4ik0b`M-TRzNV%N(V zPl^&$Y}ts7K~}B}3!(k&j{v^K1(XdzOcoVeL-GBm|1AkzDSa@uXeR_AnO|}YiTbS& zJlk8R#7T~KCH?`=Ke3Jf@Zr(k6%Hmt=!XZ8&5J>UmzO%xOnccMRz16N_vZVY8}q_P z<|Ip194zN5`JOekbnq&b!QX0@FgBa(=r|r*H@E+jp9`meg~LLcmEYBegr5y?yvjMp z57bZwQ#K)*IUZ%L0BGSzBvO6VuPlZ#_P(~lsfFaNZ*X|W1TVE{TiAi{bRO{j(KK8~ z%IhrFCaiG%<*(HeJO8z-hCj#?PT^H-BZL+*W9PSC^f+w&T8yOpV*Ok{13OjJs|`TvJ9wGJ#K^5TAk4@Nym}$)EQnjZe)>iuhf>*W6T8sRr`^=Xw zsw#IsN;j%@yv2Pi;HWwe9}$r(Tnsx1G0dELXb;M!^Bwuu^*cCKwm;q278dZH#f^%R zveVp9v)+`|F{?Fn@`1;Ze-S7Qa(d)Ol=9&zC9I;4ECDx*IonjZ=84SpE~>gaPoiVqB2SBFas_bO3xkQ!XdT0DHar#Fug<_}A3sNaGyY&w;* z@1$v1bvCkYUBQnJHtD4iguF0%3`H?a?YRbEbTdpl&cXRUo!T6GcH@4xP*ZeMhoEvO z#vHswDt}}#TK6d>g&(=%1!6qaTLtr$A2pYZ)$q`@cWUxrI}+1@c5qJK{8TRbKMZ+Q0%dkw5s1|9G%?S`uak=koQ4_ZPbc^t<%##m~-@OYn+RS+N}Z*Wt(4~n2C zwi{5oA0l^MtW+R&tvn38NpO{pFH;dh-K!{jcDXli|MbjXture+cB$i!w(k>f!Y${^ zt5eSlk1xLlljl1573))!=pM6>Pg^)%LYzw{q(MP}Ufi-fwLM(NFmMH1jk~FLgep)T za-$Oi-KOwJax)FIVb<`KoK}ks+&URHd?6E4F6@C*dB3Rm(=~!of`5^lr78#&n39yX zCc`_$jEwPBoIs>Vkuv@o<%5s=yMI7OjLbOnOvAG1f0!mBERu;F{5f*xq@+TLV}TGvG8UN5`US0i(E8V zJ1Q;}Sw?~LN3z2u>oy}KA;aPOn6#*;mb9m{Q=W&mBMbz(&>`uD5pX;WmYXk9@_xnt z{NwDjSsu-fFhQVZcP5w=h6t-py=SSFGprS9G*8-dZy>gYw5TAhXjN19!?S%sD~ZZe z&p8+k-qTU#FSX+vN4x;zs4^3N7kD&`HPl9#akp(CTE*bzk3--nc zaha^A=v(VD8K(DbxyRA|nMa|5q>GrtzNbnona44gGtF0Kr0yCNmba`0s31i!FAf9I~~KgN+4S@Sh|~m@!4srZfe+U{mj((5a1=DtV~#*9M>$mN!e_joT<9#KAAN z{eJuKyJo^TO5@?W1TmmU7)>%ScZzeg)Vd>Pi_vwakYk{8M*7dl&s zA3Qp+aQeM2hN8PTThQ1XlHO@k$5Gxy!1EcRwU zm3{&(WF7_Y32!OdE=!z0%F6q;t^Eb6UJh(Ttcb6ywMGJrD2-i}f{a6zyoES6Kefk8 zM`kEgj&J?^sb6u$*Ug_OV}*^PPU&XB(>nbnV^I$w{BNLt z4BeDbw1PFmWRy2`_HO7~Aqm&VSe9{gSmgss!1sa9kvUw}Dt!#Sk%;;hc+XN84a( zwS=u)jlJ1LIl~RQu5bc@7*8H=c+Vjy z<1LskZ9IofdMFD9Y^S!_VG~6#_qZ#7-)a_7J+*|E_d1B~QHa;c8l4V{V!ZH%r@snR zL#X(j;&@t{KTgzmL{(Cj`+Cz}A3n=+Q~D-*?Q-p*!maq>WFUXONh%#bh?03T;=K@# zr#7sQvYHeHWQ<2b1P&rC#}>gY!VU*gsuY)trKR~`C{@3{0v7mlc9U{7RW6}Z%(x4h zigzvh(`tL{QvQKY`DD{In77x0@UBf4%Q<*b2 z-^mX#y6oJ#%C}xZtwg~|mHBdiW|6lJwUBBY!_l8T#veI9*)&4D%OD#pX8j9ac)m#1 z6@82ANgeT~Vu4D-9$Y9MkAse6fhuK&93NY0$$%}vrt^@NkE z#XUzNtA1eg8i=|W;atM#&ZX7)IT^O^qZ19hWh@9X=Cnb zGg!?Xc%75Z@F%0WL@eeD45=kQ-R;m?v0RHrQ9O%((F= z7wj=u5e558gB?VQjztNg$RU3bx=&U4mTI@ObgZkhuHD;Ej*uPamu!3*BNX*F%bO;` z6m5edr47)m#f;3QI3%P+pZLq9K=|q7ym3zFsg^op9}rpk!d?ei3i(XD0mD>3Wu`Ok z(54NAuk0`+tTiLGY!{G3x#A1qJVI%GR%Yy+KzddT`O+-ZgZU9-O)K*o8N1pDmYjbCW;=`%ta5$I)-VD+7ZFRDdQ6zw_6=xDKI7W>pujjh0 zvXO1iht}aZkZ-9V;U4i7crw8gsnC}Y5kKq_r^go1>SBmlC;N9*sclF=Ch$>@iVHii z8~DH`$iSW{)W;ov8g=~2g)2|iNtGgHKb5Q!Plt0GZI^pKOVRgci$8A1E0Sz|`iL~c ze}}10>1q7XF1?O#)eZeximUbK1fCXY!4T#V_ISv(+xDN`E7`oo(AXB*XGdCjo=gcB z@Np_4!QExNvODVeVZY@(rQ?fb?H>=;XeA98NDIQRlrk;Qu7zQRDg5R-B@7={;9Dve zJ61#d-m^weHLy7>R}?Oj9Ss&GQSpvpsoGz(;<%mce15T_jD)+!gtboZp#0&gO_~{>^OpoiNgCLGvX(ZG;nLG)71uQB5Yzo@ z@^F90E-az&G)5nv69+>jiCHQQt)YQn9A6TYC+4nId24-|z$}$V$j<2ExuU?u_DQZf z9jy@Zxa9wQL{|wfC^Ih_A3hfG%YFFGz&C4l|N%dy4zIJFboZ$z=6BzM3Rk_{dqQkti`dr7q z>qnLv)TCa)O-np5!L>oc)|?UTlFI{-MDX8(;{>*?k$F+9v!4pyNbrw~D*~Ls&R)4N z@*?BZ&u<4OeFjlmv=k2KEK*ptzdy|*-JzlnBP4}>i%+R8AiUwDfWU(YTvjT*R3pm{<+L% zRGHW1f5+XTiYdI9ETan@;3V2CTHRrsF*pku8E#x3PCyE@b`BV%)H$2~wznYD z7M`6=5jNq}Z|gpaEqN5H=8cTz|8b?|%1x82bH6M3A35*lz`o5M98PO3E~(9E#$YA_ z;oAtNm-}hm`XLEHMFZ$=%wN>AbMV5E2rCvpY)dybf>r0o789;;40JsCh##UA`0Q7}p%Hmd2vv=vI(wi`La zsUxIn-ln#YKPaSXk9`7b-}36AEL5Hf$yG`}_^ICD*MCfbhX{n_2{K@O=*^M+@hPW= z$gw2rX|PW19NmFOCX;|zlKLp$aKPuQK7$i1c7VJH>?y$b4pk!K4k<;06l~4T$p_7F zz{?>URX~^lcc24 zc}I<7Iw*JH-!qA16y%Pe%|!UKwk>`3Si6&2tDS>e<${dR}cn zps8d4LLR}^=h{|2urpcH_?4nQS4imuBx;LjPQE+x<+8;a&6U-x+0)gGUNc_X?QXhp z%r``|fK~B#{CxR`?t=-!Qu16Pndg;tald>US{$J*=WfnDHnoO==rk&omQ%TDtY9{H zI7LTA6gh`71)R$8VG)w5^nmhdf>6!-cP=H8Y*O@rdB@-=To_UgW+3+t*cx-^C``aM z?rDjK|D2;%s;(qKdw+WAHqcuwL)71#i@@7G)K_C*2#JN~*E6(0tl!GemJ6z}N|T@t zNgv7Y8?f7S&S@5~JL2NK#A%3*9AU6)q==_bhEl~Mt#VQ=BOU!amJ7o$AU(w%jQ4#mFs$;xEERV@ll)m?S+G6N+9l!5aOV_@3KU)qw>1{js7sgY;6PuUv@x0AamY9fLygLg3 zpTz~}+U%sZhopA*QVcgkka0amLTZuWS4i9(fS25opj?@s1IAbl+iTHt#wB_xGt_1z0NwFAxY99Yu+{H8CEu-At)=ZA;$o#;THy{< z=egl8254PxTR=lKZg31OK9dx z6ac-2ADB)DBhKH;wMsfw2QG{Q8G8A(GjJ1U0ohDl9f`rXbiw5yX zu5`VC{}GfeZ8XjlM0cgNJCuKzLBL{1u_9%PCeMQI+@?Bt7QYvEKS2X4G#ri(%6$)m#76$Y+{;sn!#C%wpI&9aP z0nvBnV2j$0Pbe&XNq#Vn|8m5)5GjvE_;H^_jKA+~wS;+V&&gJC4eqQRWI<+!X4UDtfk$Bh{60ax?{b)xQO!DwQWO%kf@P5k_&1XGO} zO@rM%e*WZ@tc*~=WfSy`=QvW?ql1b%Rb}~z?305c7G7ZJdL$Snu=hn8 zdV~`?mvJ`vnzCxGw=G;q&sR{HAlBr2?&9}~>dI>JU{4BAg2y#)ez1%0#B=!)7IC21`LT`s7bxDEGnO!QVdSD z*_`Ie=0Ni^q~1~4U2?-*8-*Rrs9Zb#-`AoB781QFpLrgR1uGgiy{{Q+Yr+;)fd)sg z1L~2XBpYK2Zu{JigQfam%2r91U>)f06T+i~5m_&rVFuGi0hdivMGqxj-vc>yLwzSX zfuRg|)kH?M;RYq6N{FRC<8Q+J;?`>=1wB<~+5Mx6A|?=6gN-c_Xx~AA{M9ip=Eq}P zv6K{#iel}vhUBXkN@o}XUs&qXogqY7Ydv6rqUkNi6ZJrn7-yoaRUVb~BO$F;L*M36 z%S8K1?^g;`Z&v3=%&v`ou=J;AYDC|%*(sDMU8oirI4Fg-^d8(ExNnAESGD(1;)r=X zb9MhERW^5wh0(O1y~O5m9NN2z7}sXN0X6iv4c4E%6ImVR`GHTw!)AftF~TIPo2HLW zbvZ%2ki6S$aONV*^i$YoxjXaf>a)_eujls`5j*B6YKxclwxsk4*;$@KwRR;qz0pz! zFOy?T=*N1#wpb{-ZJum3`icy9=zX@(kwuVm)yfrPcb#Tn2R-`Kgm2+aSw+41bbaDV z`b3AVT+6D}&VU1*xg7IBn2cGCcf;6_hS?C;Hfj^~b=@8Fky8XyXq&+Zm|@}?tv~iS zoY2(UZ2@OLf+$%1LzwT|DFBxwa%HlDj;5;GWR9C~fgJm#snQ8M!N_-k5+N-+F`D&x z8Ech?;(8Rl0_QAQstL{zH|sD>k@7o(HitYh{T7#-n?Eztb)nrjQi_@JZHY*6hAyXC zDs&?>ihAi%y;hZGMCV`Z>v9=0BCW?<(TkoDx$x*j@%~an%a@4TfU*&_V{?n86verG z$S+Po>{l*-{=6`-NKzb`I!Kjg41cirf_%TC!g?_?b6|F&Ip^#d-=F6*N|)Ha;;4#j zPYON!g|nl}HvP9o5~$e4@2`Z@>lQax8UC_3 z$4zZXu)3J}bC<}5EP}A;cN@ZbSluF+2`7Ap#R9A8>8E~`$xn(dJPyh8b?~;|4l8E& z;zS))g%>~69-b;N%PWKLJvm9Ea1v3WmH(hut?Ew|lPQpBTs27g4BzdwPC4kletwD%d|5d#o~W}M_sA%6W1BoDcQ9&ZQB%Rj zk7m*q{Zj|a^(qq)%cSox|Njsge)!5cY;WUmA5;Pb|0@P^&pS;nod}&#hu_eq`K-JA z!nk?XVZRraI%yGUtg4sN%~c9A2d7w}bKd&7--pNix&>`bF)G)g{XPT=(jyl5kaNjM^Cq}<3iSMhB z88(?6O@fAp-c{+ccKg* z@P`Q!(_b@D;yyj=5Q*ZV_O^;+cw#nIS=NebP+4mgvfd0sCa+~5-2(aP{X%px33GUE zZPd)C;x~RY=McOS2%NR_8vX}UMwzTDTbG?J!@VPYv?urRriIT`8vFSfICXe6z@9#F zraY_C4SF$4f=~L-Z*Qcm_1`@Kih)<;09F|sVM4$c4WIIT=5p&ru~2+jwR~w}pe~RX zOKY9R?u>&|2dYs55#x~$E}@W!oz&F+4t|5IYOc(1D~Kp^)doE8HJGx# zZf8B>1J8xJAAxNM92b({A~1ke9r4FEb)wY}vNaVeSO4Y}e)UX27sv%Qc#7ic3t4Kc!q3gwKLs3SW|cLmi`3Y;HgxIMl^c z57uT@tx^^IN1b;WN=td&`J$@|N}~Y)Ua+r=6by1OehF~8Gg@@8j%rq}<+2RYD5&Mx zD*T^eyoxaUK1+m%hoz{8FAa>*g(*%q$UNK3@#(DzVXI+M>R&)26MS7f7P)%K&ll~h zvWg1`Sgi@WsnE1!xiuBuj>0a#xGHp87ow9>&mZQG`$xfz({#Z?ZuMZKW8WMy2VZ0_ z=h3bzjpw5Uns)y}(wbaj?-9(H#y(+DbZ)U>(W!~GI(?y~P0%4rOrqN|??26IDHv7f zx>ns4+>mwQxAWLz_V>NPt$0(@H3&4zu&sb8P2>cOTJ2g1Kk+%7Yk!Rh^>&wCF$hxR!E+xjL_nt1IW8 zMvsek!Oqxs9DPk&P+4Bq1Y4cbPbIs7Z*X}vb|s6H)3kLyH5TUNmT8}-g_|LCFf>pv zH6t3^!l`m{d^sY>SR?#>%TNa0vySRh^rSp)bn1sB+F!eW6q~Q{mh44n(})GUHnTCX zaKFTUOpJ_afsFR)^#ZJ8H$^*OE-^uzpwJ;iXqkYK`Ja{XFR_6YB*ErDxiI2xmv8k} zY*3^fhEjt*;rU)2b;%e1L)U1rWYcq)#cj7vSyaIC8;QycC6;C=t#17*Pd@PFMsn2k z$4moFC0Z4^vkB+LxwfGLSfihJQSa?ZZb=_kr^&D6a{fWDF_4tKz7)ratUjy|d0U+I z-p<$L>+@akRh=jbSVeTCmf``aYDhCiwty@(-nTyAo@OoB;>|R%8R8KA`7^miKw3a@ zljVpZpQ$6n|Kkp6f0|IRgZL4}0QC`DkHg^>!`_kGr2L8EldOV%>up*9s+ut^}hK8n*%=c)%p)BlYN5(Y=A46`Mm4nl^IYZ$c_^6Z3RlMt_ zg4VD*C)n31dJS4PHlyNS{efW+nLvMuHP54tM>_-$zNpB1j)=MkMw%v6!l!W@%ybM0 zb=+W3sc@XlIWYW$V-Yc>yeTWh1%hj<$n(g}`t3k&1~1m%`u|1EoQC4QG-UN1wO7B0 z<>oIUR4>yjMZBI{e7^g1oJ_-Ivq2Uz+ZQbc{%in4XoN-Un{NK6YeuctJ--Yp$-ZDw zTZyY$|A1T1ai;bZ%N?TU)Csxul-lM4=@}t;FDdxuv&B+h$nENa8=h9BHWKEV(#{Nv zbkdt54k?dAx1{qUR}XtKZp_1l5whZE-}w1S;Lphu55LA>sb!}o@*-tM8(q1_)%iwi z$YEDU_&t={eSR8zM%Gng@N5x>4nM^rjP*c{XKVGRg9064md_tR7Sc}{g5NfX+-5C+J>O2IMIi-r;&0K zWP(`hEj?l~K8Mb}7zQqi9F=@Um2LCP?^si*+YKCbgC*JeE4Z>5E^O&^BJ7NO^qszi zvy9YnNht=IX0{cJzK@>8tl$3N7Z)LLMlNgPwavlkO0j3o90Kpo+YS0YtA#l(Gka+& z{>_C_5XLQm0{Gh&YO&wo*7JfPM)rrigdA^ipx(&p|dMe0Cy=vATmA;Os-UL8N8;O z{pJE$vWW;UiBw#SU_bsg7zAJ=((ukYtP1fjsY0BjPpRL<4APv4C-7y>@qv`=NR^W5NrCppSn zVdiwVioFYA|0fV}>#5CVhUH?xs@@aK!cvoD7NFjFO1!{Aehx}1y@cWdu@Wz;vRrb@ zR+RuGR&u`2C1oRPjnS0nihz5><}V zxS_X*Ai6Twps7}ju+s?6tvsG}DI^~a$%~h~{MG>qm@K+IyRundB8H?-)QoDf>l>vJ z_!9Lyk=7T*oXIgQ|L9F4Bt=f#(w;^@VZXS0oCN8Ux;9VRC)Xylp1!xc3g2%11mNmc z74ZZrkEE0lvXKt;&w!Y8IQGxP(f_YfG70;M{g{Q-@%f~GY~`=qlZ^XrFz+)#t)dXk zA6}i6#6`XEXQnmKAfnpTU7K;BPO5|Xah5T4u1$X%qXP*VXR9E5fr?_(XD?^M9b#=} z`Vs#6MLDkk<%H~3^jYw{|3?SshrSKv4VP@2)59!)RVn!ZkZu*IWpcy~Acpe|jS`;a zAZvim6++?{OHoNUtK4sZI_6ZJKRxDf?!WONqdFk~Xj6IT0F*)whhz>JZOWVK0*mcT zn}T;K18Jv@$^dCu?B8k6J^Y<^`|}nMp#(nU=KGwFA9wg25S-+svr+VS0s9IGSmr+G z!TwdR<{YB(ffS)twdS1itE0Z^KKd2Bg82gq>@&I-podSyd+2-z$W;*E1i-nGD>qkJ z2|1ST@5W8z&77`rnG2I%8Cv@O`Tc2Zlif(!*y`AYeAjUqkG$7s-;1my83H(bD?mCs zjzrtwiowxRo^+Tep;!KYV_Be;3i7URh>zd$p--DX(6!;$Y%uu3cDWs9qXtQD+`zFh7=YdYONE2JO&}8RLZsltY{}H=dyjsGz4| znMwV%^QhOIN;87B#(=Sz`mh1c{%ml43(oob;{Hg~FH&RT!R7s`o3#G zkIQ37bOOF?j~aWR51E)>l$O|#RYL>{Mko8R_b&XgK0>vkJI zu#tQ4*b|?@qX`OS18l`fMG!kvxA)ciEwOueEO+o_wUh0G3Gp4u87>RJDJs~Tv7owE zJXO%q*S?I@WYdFO|%`ZCh69#mUAh?vTXI&cDa4b6;=+C1L z_#4S*`{dY=6v$(|9$435Z6#a3kj+Xv2-0!NlsuYm|1bH3uZ0INFe52c=c-n8Uch7B zwtPEpK6_BHYGA=v9OOwJ4q`t(aDhIde?*-T_mHTg`DmRqG%h8aOb%){07RU>l5jR1 zil!d;(#3o5{a~(a>B=mV$~iWI8NHXQ!2=d?lDw;i2YO}MMc1_n9+w5t-vZYp4ybLk zuI;v^s`gL!&fk@%OR2lq5~R16ipe%<`By?`U(_XBd2W>}`qKRh;{`d=B+#|fb zuOzHa?r-?`37GcFdmt;SBmD$M6q0YSQkC&n1~m(C<|#H($3){R#)wMyzig#m!NSNX z%kjNs?LzV_i5F3l70?Aa-h(fyqHSP?w{j^V(c#AYYm__Bdm9z?PE|=P94!W(eDgxO z)BJn8B?xq3i76zDmb;u0R9p0Pa#FT;SKiu;`imxVDCZ7+8&{`)H)@_po}jOw$xEADF%tb$H+_Y?cy# zfZ92QarsPDgP!+-IQuHYzrZjfNN5XAyny=g{rev6Rw6t2Jm!Gjrj zsg~ub{6>pDJet1q4gkg1JtDb0U=Mo(Zd70~CvjK$>rF5C{`bS&X{K}>(0XN?I9WZY zFSVit%1GUt4WuESJJ;oWfK{sw_OYyv7g81c6f=YsImNpbv#;vkBj25E98!2*5KX#Z ze0=tA6nveNr7rh6U~)gsh7EQ@(~P}6*X_Jbw2)RLk?{|d^m@TUr@ z9QidiXN!p>(uV6FldEGAMxfu$iG~a5=R^e;m%RBRy@Iqo+kVBs?0k7m!%(WuP-9M~ z|DGYI;Z33#EB+j$(G@ceJmEX1k5 zQ|qM%2$VqDcj8?ZpvpuCEb}Rfw*~DQb((9JLuY0phqIGE z&r8?k#V4sGjn0$X{EQw521Iux^+w_!KSBH9*K**$&}LyLztqn>NZQ)GwC!SR@-1|W z9=^Zv!XJn6+TQLG3_1!DE-|zxRqZkFm{4V<3cV2>Rb?e_4D;fz9bUOwI92L%&rE^j z=Do0TarEC+I@&gP!%tLCN&wXC<`P!6WMr$QSqju=a4s>cMMa4ggc)rH6|K-W# zPak{rXSNg814#dju#o!;BS}5&YfEuW&`oLYZeHcHNYy@(CEkko!5FHOrBnTeC zTjmMGF^zoSeN>Rf4avp|Qqs--*idmpbLRO+JWBXO6Qj|_ptq{T`?spP{9Tk?L5KVw zSo0>M6jsswdt)Iyfg#zty{&PxRPK zWyAt}OK~I!WA7b-l7IcoEA!0M7g@+)%ZBl3j}6C;@YDBp1x8hC(YNhaYI{SN sP|$5ys2yhUYJ`Jh(bu{4@5UVXRj`{gLcfb=(I35s?V_~kP6iSiQ=s66W0i765A`xPfSJy#HjtR4SD z(B+tK0RpKM$UlFg>1DhzRlda}pD=!~AxM1Jv2$eV$?JqKS1LBa6m`}6c|G8AFQc7BKkw@QjV-X3HKMq$1hkbyJ*bPmL?&KTUwgP{P&45 zH)8H+&5+;yQCQ@ABZjB);S5g}!f)&BE97J!x>03!&9Bybg_Cykqsr$hl6I-UfYSsG zr>nc^?}8g0RNNm+LCzc&r?A4E4FlrPIVW=WtGN=l&mPdO-^&AO(QP(}juHrR<1U}0 zqMTDbQEhW{n43yIyeH2@ZpY7DQS!cuzhsc0n&+RFI7xgY`}KXD!|@OG{VS+3K8IbD zp2+uS>2F2JgZzoQva#ZC*i}E98ws^gK}@kbwApGHs1?p!(BdTB7AX_ejWJ4 zspyGi=4^&1h@&NT?j~?TP1NBJ|8c=cv&l;|Yu(Dd*S%X7B1E9q&o+s&`y@Y0Y=JcW zSlih_pzs!I+86s*HoZwcV8!pK5P(d|%zOWK!E09GLmA%rwG@HFyK{u!S<*F}L?kMMVlHJqC%i^4I4BSMxMHHEonmp^Qzm^)l1;lXkw+$DEPbyN8~$Dj9MbZhan{oEnB z>v+K5>=XNgjFoF)&MADK3Wn4D_Ym6$8qmFHMcXWm*3nB*1j6$RP~0UeakAF5nI5OB zsAo2k1?F}GD@+H6+fZ*Z5E(YKaa5;ZViOmnfX&ZmxkOmBPpvsxQZeOJC!XIx~F5c zavB`f^=(zgHw&1nqEUAFgb#k(9=o!p1N-ZGcSC4l@!aXv)pa|Fm6qbF+f!PqFXatt z#ricH@5}hk{&?1s|JZn_)kiHMkH?bI674PCSh<VGqvQZ9i%m|>t+8@y3*Or?o&qOyTH7iTlHKWp1C<*{#tgd-wkzW z#HB;ZRGX$KEk~tEU(o8hV~S#6dc_mvPy3v0JCHI~RQZ1_aQk8^R9|?9%lvuZ`U8#x zdB%%cMM9Atsm@scI{y^?MN&6+>y=yO`gXlPm&yxx%2V#i%MdxQb0|P6`ur1W?6TJt zzvZTn=Dr#IRKk6wSVhBVD`P}&|0bJwxU#HGwg;U~?vwka8(fF$l`sNIx@^9c17Dfx zKscye+ zWnqmm*JA@$U-;O3H%e3rfR^grGjUrq^$TC%6c2u$&F)E6@~D0fRl{OR9sE0@-7Xd_0a=iFj+RwWoK#jFl? z?8@P|ADvmD`4)0kf%5K**K0f)FpAmmjS1@G@Hbgl*TZy~BF0`a{?gS;JL&TWicty*)Q{ zbC0T~)VQJ6)tHZ?{uv)f!R;lxZ}pS6dp_Tk)uoQF6`=hMv)P1qH%MhlREuHP+l80- zaZbmjjb|Smjj0lKP?qhXXka-3qEdDpY4jja7y8vo^C=TgJbg_TmJl>6lDgUSm7z4n zzc_NV^8#>E&10xRPEqGIsmIfj1vIRgRi-FwJUsY=KtVe*9$WrK0`c@hAMtnJM@?>? z0@iV4O38uW`T6<{t3JR2gO&47Kp+vhof-oU+~vQnj-$2AOlrYqAKnhd+Y;mARz0#p zwcmd&_peVZHtRS4JzS*IRz~V^!*bJ6OK2hwB^^d+im3&KDz!cPIaNFNxepgLM}U1~ z-kTd)6lxypB)65JQZM90+(WaOfJVLsR@|0GpUWU@*9;|WZGsDb->}U5fNf{d^aFve zLmlfTslCl(OUKJ+MMmr!;B%&1<^F+;O{oj zcv0HNfsGrR7fU|mTN#V{PTrQebTpZ;)I-+e5gH*JewF`ChgB>l3lkV`wqoY&V$$*T zmZzM83{@(}=Ilt}J@?XO$^qO&sYp%(-X@WsHt8(hRV# z7qzP_M|V78gewa_txv@ImGDN6M%awHxR5@y3tuTemL|f&iKoLVz%ceyHbp6TGFtE8 z>+}YRDDD#qGnT0QbSmasNEfYKz{FGrA9TN*hka0TC!Yh$iM0<+*XuC16`rK#T_KTL zKG~1)JU=AD-!SdNe(}u7;gODp`6=Gwnkqo&V;Ej-d$*L9^09-W3SGB|pDSQ8ho zeLt$MlgksO3=0`OdCt%A-dsn`BcAJ-0jg*K?OdoVj!-5j}2=%)i1BvDYg&i=yV zb~0mi^JKnKfOvaHA<$*@cBsp!uVkbM=j(ig1>Srth(IDC~)QA2xrl zwW^drz6{32^Za;kGlrG|G}^LGsp;p0f9*e{KDe+<%J`Yohsp@p^iPax;`EYQYu{+oSY&oeS|xHfF{0qbM|O_BhI3V^lnyn>R0Z4*j= zS!FCG-FvONj00UOdgxXMIG98sbt+j4T%!iKMpwV>up#AT0?@dl9hx=&WL9>`Q<6uE zo}OK%2az}lDSuJy5a;}-g0=QD;^x|I= z&D`>}H!$WaEJ5c4DN{|YJ+y-~yE(2jnQ6KNn`x@^^`eVhYx&>-Xwj#tURIfAUd|*Y zh=5z(REXwnpZQVa#_nrirj-WhWBJQ=?%(Yo+YXy(8mo*TGZgSr-izeMz3q7@r4a3m zhuVDipA3%SL=X{)85^FkCeZ6s6yGGZlB7@jBHj!MKxI?O_|SkPZ?ZS4pAhuIt>WU9 zSQQ$xpaZ>b+KmT-K)jWKKy~RA|FV~gq~$ryrtx5*mEX`gl9`Ch@^WsoIO>nf&-O#S%va< z@l(4@U?FtqGHI(&RWd$O zdwc!q5(((BMVqv-;8DZ9Ysdib7n@RU?8FtOQ{OD4g;e=V2v+Gi+C!72NlO#F?DJ*- z*ZT*XYTwRmJ7Kl838qSIAgW5GqV$h2qy@G2noJ$Lf@ebFCXvt}arDmSf-PFu_6ooE z>Z7CW73b6+cZM_AahoAq%sb7j;Qap*P@^?%E+g7^!j;!m-{${Ne6|j%**ESIwYrfR z7RpHFgVh*eqIvwaqFa3Jcx-XagHxQW&4vdAav`~13Hw|Ws~W4CqAYph{hj4iN!278 z*|&t9YY*N&q)V52pWPN9qAgsg)mL-xhEON{s~^-<-HLa;czUrvKiOq*iaSC*zrm_J zr?QU!jm$ma-lH*c#wS3?g2}q%y*hng@am71WyX7ygGU44H-ItSuMP2gUDao=v}M5n zrs~@rn^gCODuf>Bba=EC+g6ur#Qlc*GTEN66tX2JZ8QSvc%zkv;*b$s@3R?2h2C@h z-X{@j+}TRErixYZ<;lT5``WGr7~SC%C$=yo@gCHeFWq}xqh9&vO>0$dY!FF3>=SAFEnFC_ zj`VruAF-~7hI>Tj z9r+Dbv3G^E+)7K!V0%N&>ARt7J@-P@%6ZsJ-OQs`Z~(6WM8rPUcyqUo%CKOXC5Tu5TJ|CK0k!{J#P5-|U-p zqeZRC5-_UCOl)^NkAnF)KdrL+8fd)qGmyKc&3N@okpl55u&0jzUL=0TOY;F>djz26 zu?sj}P)xj9TS+>jRwyi! z0|`MaLx}ZjR?X}vUxB>e@4NvpmiHqPkL@&3Pc1G30N!es0yA=*E`o4^cc~c$!Ta9d zt?D5tPd}sGye%XtIo{6yMV+K^UCE#%0atEbIOzpGB0;=C91%u0d`=(}ky4?Z<;%xA z5n$Hgj{(3<`tkt)+_m0?{)f2&Q82n%J%^0l|AFg9H*b;r6W7;2Rj+;_7_)r- z0RA(N8G3>tHV_keN7Pk!>+@}KRod-snMA;WIf4tLZ{Xe2iqNYVVWGA8g{rXJVKQG1 z;Cb<`zXI+j(lGg2HXIzv&|8zuKUbVJ&o^_;ZdxZu##=v{_L$R zB!l}z{YRvoC&Ry;uAD5g+?)w+(*?8-%cvB5Ch0T>_z8;sqUr&0EQ!E=7_N}B*(H9J?$ zL3+>6Zd&$e=ZgfdWhdz^#sMzc5+fXC0jVe#A#RLf#l$d?*Jx14>JX}Ni$Op~_19cj=8RxsYo%ScMazJ+(QXUGkE-sbNp;zAUZ%oBP{`y>M+Gmd7#-*} zx6j?&yxukAdL)xNE~|wvH6T388WG8C4@-oeY9QPn#oQUpRS^(}lF1&D)Cjnn=|XDm z&234mMomNag*$ zx+&DL%L2~$x}zuq!_?eA+{<^Y8&8P{1w5#O1w>nVi*UrK*&PEHbqVwmTEU|Ux1>tr zORfOxtjA@Y0_sTrk;K)_fX}iPxK%d!5CTWrWqrIqi_uP}A!qR@5 zsoW8*=N$z!XdUdM(LFl4k*{>Sq{k!)Qt@+d6gC&u5yxLve|w{>A^~JFVvGPPZFRSN9^?eO2X zlgw*)Oi+%z%O?$~9zcZ5n+*iK4-Pum9V3RP2ic!DG%D{rzjAK4ca1ny&3%AH(5~=@ zF~k&y`Q#(MLX`~{znKjWRYO^&H%15p2{ID@!D}%AE^O!RpK<_((ABcnT&WFfYJG;~ zakzSw(FDSj>(vz^0ZH?Fd0BsleitMURs;BoCJO z-?4QZM@t)nTKy=2_fJD5v>)u=$*Jk77TO~O`tWfTK=QTXm|pS&JnoBm1>%98REBHl z9^gMdRFkk@?EMJClp64L%B!>r)$U^F-o}NhS~r`R&8(ZT_Mlc3axHw!z^E4HCJW&1 z%S8e_9V1LpE$0cu_OEZzRpMb8_&WS~4FSkK_Z(nX*rV(xD6!o-LtoEU`;OOAge`IZ zC2CK&JQ&ihcF5{VOfHU3(S<20UoggOs4Su^6iL$PS;@A&wl6%>b1r@gG%?5yI~&$y z^DQ9F^?T925R@9Q20Q=LCDpmlEA%bDk^df+7uF^gXQgC~aa-wIqM!r2YDYC!38jnB zzVqjYZXW{iZKHgi%yQbG=`9p)%o26_yjC!2RJI2T+l>>(rsAJ{M2 zk2$R0WNwq(*)Oy7o)=eFqZWMZY%*F<8LCE#tI)5ml$|2zEG;w}ne}I4FGM;I>bq&^#@{71aG6!VHP^AwR^;+dJ*Gg=&%~-dp=}Hu zN}Lxg@~N_31}~_k4w?DPBr8Sr$GjTn3!8Ud zCCjj|%EH{$6puRXk-*`T<<1bc<&!@~x`qGv@4i9GpFi`YN|L-6iC}-&B5KRVA@y^2 zwWx*8e6clBxvjj}JXTpF{B5kb_$}`--R*lp4+nWFyK(K4gFhh6T({9gEQ7ajl}Kbg zGz%=Ww};)oBQec$cfa_L4y$Lpj~b14SFTO>PIpd?`cPiMP%8unf`xw9)4^ zNjhK&v9lq)OvBk??h{5a65MLeE*k_^#@KwxeQ2lM%tRce8s15~rszdp=4dg^KVhLd z|6?mL9G;0itt3nJmB1L#)mUYl0S7^YPSpB}1G(!srZ-qb-kAfaQL(SOrh`2Lw6oon zyJ@%ZH%lS2MY5TmJ2GY5U^$X~X`n*q;uT$mQ6v}r zMSeH~Ony9A*}XZK#J#G^H{k5elB%WG2RKdyS19Q$)^@t7TZ6 z+SRYUJ3o0J;FyGak+c9D=AY!=mxAh?9-%x$|3x6woy z<_p@%MsU^?wgDdUk(N=<6_F!rFO&<*Tau916ZxBr-Wka2fNl~^L*ZkUyY}+4IJn%q0lwtN{ zlVPUHP8$&Oq;Xtq4Ta%9Al-%=4bOZJ4xs~%x>V$~4m?piy8>C6tYM#B0kX;hKzSPZ|a~DK++j556B`R%8NPa1p6Bscn zw4#)NqlNF+h}+R@xCsC~16(ZdkBbVfD82LVFHP8R`dL_-XEMst{KVeGuVtU2$HwF0 zXVMNlIN*HU0wC~pWJ&!sWWRS3YrQW%O*oi=(a`zso|$`x~@_owI38Y;1m8SJ$T(J2kNn|xV?plo#T=mxU( zh@u||SA5`L#Q|3L@ZzJiHU($H=a*XVG;w2H+SkK-9j|jQ;-931nese8a4ba#MK$}m zRvlG{uk39{>y&e2F;JIyKM~Dj!M_Q*9$!|A3H3$ljg4^qDm$A;F)@&{M#v3hXJX!6Xz-O zu7EuE-DX(-Q3T&o+Du^Lmv%^p%lRJ$?|)P6z@AjIg!NVYN+)b28=a|`J+nti|Z*p|N32b8onbH@-7y&&;Jk?sE4Y#6zy$?8(0$X(Y`&cDVU9!9EVw zGf`DJ@u;j}WR&^iD8Oz^#fm+2y$Wtdqz4Q#Jwbo8iIe^A;%vurFjn+t&n~k;C6?E8 zh|<;1+=+@>>wG%$YL8EoosvTo`ft1u56JvG7d|w*t%<)*DgBW$Zc|C3)lK8OJma~ebMQ=uabUppg6G@&UC-lHf~WM*+5GU zzO4w3s2G-hl{kb;cIbJow=>24$nt#9#|oS(Hn5&1N;^kCjv5Iug`qtHTMm>m1njo< zZ~joE8x4qZ<%X|3?e?($qh{d-D~CYM<6wgPU-|QG;FvyZT?cvTF9ES*x=X#D%iy{- zavkL@;Y77no1*EYaFKcJ?d6x&{v-2n=g%`)L#w3{pSv_}-yNcYDj7F__q!5PNH@1K zbY4lD;IEX^)J@a4DYmMPzP_xukw)Ean7t2hdJU?$R}(RK0_RY2B^nCth=yG1o0*Gi z5i94iEvg&_D5nM08VzAysAgJ242)S7sFlxs)tsmrCvzq0Ne00zxF#Mpf6RiK^cIFs^Z+k&M=P`8T$1|a|hGT#9k3yb%{^Q8IK~wW;fK#%^*Q-bOjG?1C;F<>05$OUgFF74>;o#Ta zbrfU9u zF$Rho;n!gB=YtLn_!gvZo6R2I3jhWrP+@}Rdpl0GC{9DPxJ%p%A7sYL#7_7U!2XwEuZxh{u=9Fhj#Hr z%-uxTynftvs-YADyitm*Y)EYgX1GYT8U>wUmAU9*s{eBh;e=Ob?1 z#o~X`XcN*E>j)9rxo`?x7kRknID_MQ!~1p@75d#J_qK;`!T<$>OJ35(wUUJ-r(EdO zi%&leM{n58{8>ZyjY^*!mXG;WA?XoqD^ruY%lWH%U6RGW%e~XZAFAfD-(9im;Q^gu z-96GCY@JWeD{~&6%lCt!nMUqerz>rVlgp0hKQBIX?(5O4>n)r&-+G z2B~Q7hpchAw&6}W^G{wa%oBmqhC^<7oA)KL7%rrCSO9OP!b|Z*d>Pv$F%47me$-QB zB{3*WXpdPt))#PpUxKceE}O$`eGgvt3H2f^>?ic>@9OejsYzs!&tL148Qt5IPmdQR z+Gj4ubZjojKh4#cJwXXh<|Q0at< zRbNqjWK=?h%3q}BhsxAZ@UNGuR4pk#3@F!vB!3#jj6Q?LxfK(A>qf3y7j6Ot7MoEW z!}8Hj+~D62u6|p55KPi~q|6H(0R0bo$K^#@rcwY0Y95**uMYChB6#2VOLTi(UKt4gby$U1hKQY5gCPr-u)kJ221D z(qa+rB{RjxL-`is?u4!~#l+yE(sbE|f;5F&t_UQCtg8jgWiCg@@8l8-2(-qI;Ap4{ z%BG@8#p{mKk_YoDb34dH8KBkwIuyWY0??)3>1kUu+c{)L1yh+euBQgYM8aXfG7>j8 z(saTVHeZA*aL9yOD0!B7cwfc-;sGMTcGTW;UwqmP zh2k~N^z9#>^BzYK{4o87M$V?IB=<|Yx@gA&VA1#bVXZL#b&$DLPrF5gSc?o1d4_s_guvKu9<___8 z8eI(@y*;KE@bj%SA~dW7<_l8&5rcPn(3QU~zrV0lu@U<7l9v!U-u}hKw|4F+C5&7t zCE%Vck>h!thZTX0rFlxoAuFqYt!}$z3-@>b2IBLP{(ClO-pQ0^(Qhav@?`;VGgyIB ztht2L)B&G{aXqoqLnOnZRndVt$cuMS9XRyfC>nnf0p|E?pxQbH5I6v;w-{kWez-~o z3j|iv5nNYFk)4FU1yzDI|R#9# z=rsMISbThGBo+ne4c)SWk21)Tc4?j|Bmmmovl>h9if0w+W(%a*ZvcIj-F!4u9m1*puDOc0E|!H*k&0#WH;Nj7umD$fE&t^BLRAOO0IFA=Zyj|6nD^q$ ztHYWS`(+?8dC1az9Vria?nI1*o!mRjYJWL`Ki5W%6W5;#izp1Z??>F0e`g9i6^yzOz_x3o&kTQph25r2wP-&d8e^$n6(tBAo)`?Nwb1;%t0e0ubEAx%^@SJX30Ag!$6@??lPrxA%Y&9s4!2+e z7&`w?W!CSA+;z!hKE!fC-*rYSYNykq>*bH>Dq*%;ZY9C&nPe=fyFR(Lt=~*f|1ASh zPFvKMOOUPLtB2*qz^Yx~nq+Jbb5*-_f&iTgD_v35(0Fd7qCUSdDFtZNc z5{Fvh6u7OZ>@kW`MyaAh;dQgul+on&7M%;Lnx#Ylw4%g>vw2owVo3VQcTKIXDeFH6 z<&P^ie)HdQAJ*TAS?-Z@yPZ5ulEZ!HQxqW@E-z;#_a@_Bt62@t%5l4dhGa3{O0c{$ z7buC^5<(CUk%E6shW8Tvt~bCf!kmrVs$s!t)owxcjIJ3}?(FUJ%*uJ}^pxl0byHaf z%Rr&G$&kCpbW!zt_vgOfI*HLCJsrdv5=h`uCkOs>~Le^$xp$54Rs% zwh7Q*A8}`18)usm-G#@m!eZ+Ve5RJV)}z$jyW&IClRsL$)bur+dxIy{zptT&Kg5Sj z0*u5!>4Bcs)f0>GKel`ogUq2CoXt^Ao#K_>E2F>YV9{k z!^q^Txm!Y_?f!7tyfvAbU{eq5I{$N4_&9TIPF=M%e{TT^D11HzsH4lfS1=`<)Ceid zC=ymz!my0%!Q}L93qJg@s=qvBETxgD`N_xNe|pGXU%1YyR?^w@afCY8|UAV$L3mP#$z)pT&oX7TB( z^|%NzX9yKkG?uj5db`Gws%u|GQ4k=f%*?W4*V5>L(@AmDPJiV+95Um1A+O-#oS$G| zpN3FPUZEPd`5*EMZNgXsY2Vu4U4qO0mI>;86ZhR8<3Y)yptJYbOi+nh79??1ih8gfMp~55%dcNPs@%*@rcSj&}d`8EQoL7gI{R z4lt$HVv>29b`FP){9gue?ELXV%53t?V87FgD^kO-4^;-jnz{x;m-& z&L?IuAf=>SJ_!XgD?aQ&T9`Xu_n=oDVU(YKU|}95-qnrNFQ7}6D2b)F)?pp&9L`8& z;phVj`79i4k=zQ*T$zu<%4#xXXY-Fs?1$_)O&## z>~=pIPjr>vMfbpUv6CZ8tKpp~dW)m=+(w&K2$~Eo4^;oYWj3${pE64ZXsu-ob>8K! z2Mh5pphv8&R{H0DJ8xaTB|iAklc$(s9;Y|{@_fZ>_g5ir>LlVE#l`s5bY#yVYJ|~2 zG&cBg<=tIb^bIT22MI_(<=of_XBVlqVOBCYN=dQ$7%kcH-8<}ZoE5t#Zus$Da{t>gb0ijTv0*ZV-u0V`o z?9dWtk=GCg@#Q`}sIzF`$SRc8HMM};Nv=$zH|1YZNls9OC*%-^HSyhI@~N|mKM@jC z7V}@zU)1uThmrrO0tB+unVa~Yn^)cclxm}yryB4Akv;=;=0n9t8-4Uzh6)J06!5}X z&(GO!O!*s{uD;OBd3qQYBvQz|+aqwBZc)o3J5mB7J@>mdV|cJyOuh)0vi@{(f{i_1 zD4{OFyE1kKuan3d!uQmDeDwjlW|7;wMQeTvkZ4|a2MYk*V6W<^@;8e$8C~dTVx*KE zgtQ&+`hMfWik9Bq6Rm!q{9RWw+(l^ZyS-R?B%%aup=qSyF0-%2D$tf5ur=l) z)eP`HoO1h40~|;8D^>MCMT-N48}{i|Y;AeO^0TH;ZKdg}*}F>L50RCyP|*Uqq}{bA zE~3g}qFbs_iXecG1ezr$HOR+`;4`_o@~kVTtIk(I;}%~SO3kziW0}hrYYQ|!36ysu zL@sW4J^TTUeC)@&1RbVJD1v|g_dQN`_4kRIp6!)cXq_>%Y$(MlsvHk5P=IEgAEQ~l zf-!R`TG&a{qx!`hDG6=@kaSlZ?5$@$-Nilt7vEu9Ijwg-BUro#;MMfUS9k-h5zyck z-5QM8CBMJW4OAz@Z#t?E7*#5`OeU}DFEvRCqoiK@ka6QKP3OGQtx#}DO<_q-J6P#F zB8hejtx(-&8EuDa9fbkoD07Rh;>T&ddkpZlzN;@U7VJU1!hZk=)Jq9Z&l(*enJ4Q& zZJ?cS5$Nwxp5oNocvbB8O0n%)qP7ByR1R6NNFSg$jLMTRtW@xuOlC<;`x%jwR4F(! zQg<1Yk5`mUfAosA*-TM~|81S0>wg_knMM3!jQ~sHURV>x{R0GcG`tp@c?uBra|C8P zV2EzRXgIra`lfHaA;9HAtJkWJ_YATmU9F|vn00t4Qt8!$WBmLk=n0Q@s)CsjOttCO zEu(&5z(^wmto>e@*yUOz{O5oXOcYajrT#y9sC1U4Qr2*bSuILPUlUNRIwS= zzkLv~zSwxO`pclSZyNyh8)xeeycZYSJ`7Iuh&gbn_dVQx07iC|oMRL;Xc07{g-eUa zR^zt^&G*8tE;5rgQCoT+t4|aRg#0ZWXc^H<&R@K0KAxY+OVz=q{B$|CaNbzl9czxv za|m>X%$a<;M_SY!1!H&kVyv0*W=ipGr`39O!9a0qvCt7LVK>y7_b$@iqQ{bGNC2BzYyoaee)SJcJEBRbfC z_3IX=a74awLc88WDNO8gLLB_Nha3}V)@~E%XsRqZEoVVr zY7c~1H;&}_m(cTNw>~#jKpoodW@i6Wn z{ZyGBJ*rkyLa~|4M(@ou-P`yYfzDm0Z+h3PG*TLK;}(VZ)fgoH!;jP1UrnGto`eG3u160byK8p)>e=WWUi^h@FXQrkE^p*wgL=C<|hK}b{6c~bHqWzXkF z^rpMS4}VnAN6!K3*mReTD59R_5_Vu~*Ly6jVh)1OD^4s*GpEbKBr~`a#lNyuJ9Izy zW;*7tyfKmJM?1Q|nfynnZTcT^r*Y5zqhcxnL(4N3+f@w>aRGf19+mX`+dr$dauZu4 z^$un0Y`C6Hj1UXRrpOzya0w~wheWaQ4D)9MI@YMByGTAJ?&#Mv7>k3WJ(jzfp|l{n zF+diUwpY?RRanpb$)YA*)P+5plXOIC_XeQhoUs?hBGhIED}D*}jSxslEiN-ZiEZ3- z$;7i^Qx{%%A$D25?b3k1{lX)VcZl8C|4}J7ZBLMzM>&rZmX3*6U{WqE>2y3e55rpLw3X>vePE zjHXqIw!yEVyM?7ew!PZl9k=I3v6rJ8RZkg8#nvY1ZQ=GtyYf~vJFM!|-tm48W85f? z#wci*`xI+K_Mu`GzN5D3Yqmq+=Wi-HFl)_<^oBR0+1iAg6FP>bF9l=2>sA#!DyK?q z$=1@+-cVKj7f)Ag55jkold}*{FqJb3d{@^uevzDUDKiN$ivgjto zr*gJVX85vGzRDPH_7d-<3u{V_m?|TfD7_PaJZRO=EX~)%_#RMKWcTM?%p0v?%2ZV7 zu>(fNzM9{06WMKTdIi)r;~dGGpn|nIas5L4c#kj`DnPDOxB{HP5*)O4bHGSL!NuTx z<>AJ875K0j!ii}1#|fVcfkpiK)*helOCjx#wr2KC`?4Kl1kTS}?2jCQ-@;6QetYwY8#CC!qK;w!tjeG1qsM; zV$Y<`SI%p|mkJGe3idjP(k@Y35i*stR)nb#qxR>l4OjA$F1N8en+iRq@L_2D5m-Uq z4D^`y*YVQa50Qv5`uP|g99a@i?`R@IU(!n~$G}U~EBVvCncc~!^~gyJxU2C&^~=Z# zazGyo+{FRhH5IL2HM$<#biVC>M&BL)IbVVVlX!&nHa&`orS0JCX)=Zmp5CZF-}Bc) zjY;9coLAOV&z$6sTaHPEW2#2Aj{1Q5Y776L8YY%2YiaHWedlw<2mb#18fC8e?HXah zqb4<~y=2AU*FKBI4&Jps(*{f^#Zm?QA9Wz1KC||GX7d%`0`VQsdCWS@)XT;eWi;wx zEO$Avof@!~v%Z$I^Rta}D!TJC`g3b9liHWvODe*4|x%Z!y;4L^WW~RC% z%~Cvm?-F0W!G!8oKO$(;a4KM!=NI zDZ`pXh~w!|;RqKV{&CWR4mu#1L3ks*ymd~1i56^r$mBJ8_hmirh3BT7c(oeGaN=F3 zn}sFU8oLoZ8??ILQO&Il?P|y6+JhuU8Unwp3*7{gXCu24ZepG4L4$aP-q<(7jfpw^vW(WOt{+qD0bzTU< zawacoj2%<~h*Wx-zfYqG+1c&1)VOZmLOgx48MiYqw0U0}7no<}?Z?VdUmiQ}RTyPt z6Ir(|R}(w8%CJu9NN$k8y4k)870kd#MiAS^x+Y5XG;~BqKE6xaMsAaShl}Z=sW6n4 z`xSitRI5Dw#hYRwk5CHJOfR4D3h>Uog8Z<%CW5>LvGeNka>|fQ5P@DL}SWBzlLm$6`g3u8Tom0A;jj#wspLPB|A;*q~~4W&xfe1*ca!g=$HhX z0KK-8y^@1BzZ&|T9&ZTr#oiQMY{)JlTem-H6;duF5I>b)*@6}z>(45_)@FKzulI@7 z9QgT(0wEga#nHzfQ&LCNEk;HiJ<`)!AMbyHtFTO^wtfBGsDDU8xOveO=z(~04{Ak! zV=#gUVb-A?oRR&zN3&qrLQfR$9|`W@9bRqo1TMs_V^U7`O>Umyu`PK>?N~lgL4eNw zq@>DNz;^%qBm;;qFUll>oPU-{N+SPTnPf|If4Eo1^P4pP5xCO*|pDz z*JzB&J5Y)%%RDFL=kf`f=pCYr#x|mnOPM@Q`YsVJ$@5Bebk6#QY2CWFyiYwxA;PEW zv|`R?md2R51I2S5WwN7bwUywMD^0BESt&P8l(8|Fs@Qcqgi|%As?gA9NNK-=qg4P; z&1|%aK?qdx1g_>kWUst06@KiOP>eoI-I(!%ug@n&R*wMXA*yEKpM66qcE@t}9@hH+ z#Ln8NI?(BVaN-c->3yh>F)lq_H}M{EHHJO@k;1e2bR8-sL)x2RG@sOtke3>x&XF|q z?z`FVyVk?ukyU2H+1*u@t|mR)ZG?F~|IfZIP5&S{Q_xC0t~7b#-(Anv*0!=IU0wOt z>p9PP;8=(Idy|>E^U6}>>pR8jB{vys)ohHfcq5rOslH{~Q_xBS&(-^kyyx%#@%#UQ zc(YI!&+AbMz-rbm{Y&-J6Jn=$$X(aEQ@6CZ_};@uGuPN(I@r&_ zz+l6W_hN(4{3mB)G(Il5`2PLxxiXhR?nK#0Z>f42VI(wn!^T)3m7N{~P^(RhLtug;)Fi{wvil_wQ={y`z^a{DAw0zMjvo=XZzh9xYC& z|2n(;p?`%GWK$7v8AFt}EN~d;^6zH{tNvcyUoZRl?W{F9XZ*Kab$z<_(CX=(<}as( zpUK*LLc3(*^>h5kuQu<0c6mk0iB(OV-!;X|y%q!aKa|by>I=Ii*IED^<}rHvMh4iy ztp1a|HRwqt+x&&zE25lkwuVo=b3DHK?R)RFR%f>)XSPm>Y~6xmH|p2!?JFuCn%W2) z-Q)=zH&X;|1GDZgx%|Ik^VaG6TcXygSu?+0bVSP_qE-ESX7|;&6`+CrVBooCn;+-# zP1XK=WN-FSx|H_zU53g3TjU1Yz^!}otL&d-~b zll=&o=zdy!^(1ST@x!Vk zmW8Q@fE$Zq^j<8lvJKZe{q)omrlT_pY#+_pVKjeEHgL9D#PD3^PNSU;g=#VV)e{fe zop^ou7I10Ahi0a8FRh**H|@IoAn8sw&o{@o`PZIp@-Ij}Y8k8VtrswdP5d#iNyPu@ z*BqhlJ$0MU3C%CM(8@@1azl7dN_bq+tNx})kPKQkv|Q_8%G9h*~%!f&dp{d-=%Z=wI3 zGm|I!=$%wqzT0=gq1Qj{tk)fnUG!z*$u>3bXPxcVu4><>)jIVRU#o9?F8zJYOq->u zGoO@fw+ym4+4&4=YDdbpqJKVS8o&*j`m;Xw&aSWH)dd-NcH$vVKa=Z^^#XsLNO3k+ z{d_0cwo+~O)Y>GlY1?};uBFU7KgqLb*KL`fv!Cb`8@>}-+V5j#5^Qwd_S)yZcj@-O a*Z*Pt!!5&^^aOa49fPNpq5C4n%d{m;42z0Y~hIW#8Uw}-X&Uhli! zwRV`@M(YWx(^bFt;)@BSwQKCZ_(CP*i!Z*KHRc=m1}Uq{>7crnN9E? zU%Rf}u=7r#;Hqxt4#}kHHNBF9y^G@C1q)gv-6p+Gb(OvC zM!hrAVtYHLNpvdwB-?bBs74>0Hty8MS66b$4>t#E`A{xqeRHB&BcJ!B?hRqUE5_tB zuU*etntHDr?IMUZdjsc;kDAVb$KV9Xx{I5GntQ)H6Sl|Gfbr?sg}b{NH#7ZbsI2ce zy*l?a$zyRU@sViO;ypJrwwbENOdox!HbLUDYShyT&o-88(SK6g#Aap|Ubd^gVzj0} zb1o7(tN*z<{>yvoU;ylB$*mG&TC$B+2yd6t4m=B3&i`%^sUn52V=YZ+q{?};M00%n z&E=kqpVK6Z8#@;tnDEUjeLv19tMwfnH?3nj4mVmj(~@oNvd-e;9}@yczu3Om=O#Np zs{VTEFGKnje%seVr=5nU9#0CvH_fzqXT1ICFEN`A{e2X-=;*}p4@}oPo><*6mM!>M zZ4;H*O#YEMLwGR`-=u*vz>~Os2XRmD1#Eko$Aw?mt@gsXw|X#PKK(L(>YJj}m@mt5N^3q4CFtYtoXv zvC$cAwK4nBYixSGDVNqPzCkRe1ZpjQ#kn<6rP??t+Mh%tt}ZvH`AlSd(q7Q;@LAgT z?W-^(3UNpY^yIf^|j?|XbTMOFm18Uja0EnX@2>Z zu&{K~q`1H3XA;`xa=e+Tw|oOKUeU;}pXnD-m+C;CHjq$|dS9wXO*$33hp1pY*yr@o1 zWgMx(KeCA7)c3PjI!|kz=cq-d*|yEn`DT5G;HHIF$DPI#1vp04teU$a#||cHJGqr; z%Kp4=%i|?#Zwu$eHtg@|o?dgm{|n@#O9ojM!b7+PuoMlExhYvGSkr{+A*lvgd&jl> zX>OcT7A6049i7dwFusH1ln{EhEzJx$wzlxhao7$_tlpIyC|gh1NVz0U-g4sDdAA!X zE%>EQvcJ~5^Y*m`8PptA35e5m^9|eYShmqTbD7&VbKl&uiA}lWUtxDDA(;FIX0Wn< z0q(At4g>S4VD$Kl&ActA>zj9$kEVv1Z=O)ICFzo8R&3cp*IPvOUbUj3+?LRw|p&i_)edDy?aBCZ&BwqZKSad z_?jD$?&p2eveC^~@e|`Pu9t1TPO-?L_DXq_QMvKC&rAl-)|VDIOR#@w?72LTveuKw z^s^W^US+F#%h@~s*aYlgku`y^M$gcBpI1UFzWeGi{r<-(eiG|9OYlTQ&ZieMr?srm zU|P)O7z-sn`oD9%JgxfLY;L@+jo7lVd}5Qk+%S}%kk}*^hL~?YV6f+Xx1V#~@`(0s zu0Jc`$kaD)byyyP{a(c0z(c_+o!CwqJZlfpf!EXO+cQ6F=iYvq-oi3lqSj%jijgjNXdo1A5@Dy1h2ui{+n*Qgp+S>iQG!zPGj1H?Wg%IB4%ug+5rZ40`^6f;{)&D`TT#;khwLC+vw(5-4QMR1*Cbr+0zVZSkJ7u&>-I&pYXZ1pZX z>T!YTt|yyaG6Hbhc;Uq6SS?0WxS9v=Dtq6Hn!vzPvR5zLzx(jA`oI>6A1^gq?D~ch zWR>|lyNA89Wx=b`5{h+tiwmWcO@&2y8y4jYv?%*d=%IV_#E@6UjA$YLX)0sSlN#d` z-#5Q~uS56V48!JJ;B;n%OP(3q*!@tiLuUfL{NQiP3w<{l+hn)5vB@5y*9n=vF0f(E zhYbsJm1G-Me$`6k$%O4%PYsuKXBBQMZ$VI5$(Zx++qJGIt#}>aTre)Iox*h>MzbR7 zcYN^gUWhN{#g~ZNOkT9N1>v~$@QG^|zncPI%F4`IuEWYS(cxKpElh~x(X!a``I+ zFEj5~3&IDOuGg-=Hed1AM&7kyZX5}GMC7DP{jy&JT=`_WUFfQ$@y`36B;^@=PRQ(Z zb!}l$>Lq@Q5(EK3IXS%x_!F)FqI&RbjSNcJ^z@c!x9=14Dm;_6gG&)7^#zWApNn}v z7Zto8%u$pY?a8mI)I7=~T63OJN^9ux*=D>jQ3KPD{h|9!jU=+yqZyU(F9k>-v;lEba#GlL4s43s$8JzXK zt?zZt53<#ssvMBq^0m_GxUQAxc>YmD{gjsnfA{wC+}gU)%{qcDYTr?NrC8LKA9zfi zms|6eGlOXnk*{CiyOlT}oQuyhTQ)wg8{6V`H`mPZN(zkOHH9%mSYdb%5*xz+`%|}U z;iPNLxfZW?dFAnA`aZcTE$gG$#`CO7Y|Ha5G-}JwW1FSkU$@LzdZlb<(>nQ*cOSte z*2P?6%nob`KWMMc(|GXq_^}Iae~+n&FRRncGFlnHBdF%lulX938_!&wXS1|Y_RkwI zGuT4d3`XvXoApYm6Ade@@o~_&kW|gA%r!=sn^lgUvwvI*ff`UaC8W-_%ow`hSXL@` zj?ka998-$_z#ism{(^8}*?G8R|%8=eGY^!}&0 zzxxq1c;kSe$sMhYj{!k%#m$3b%1AZZO{vYM2Ke%KFCy8`#|9M!Crbe&4h7JIo387q z)Oonc)~5bxL#qlmhg~Sp>Ydt1yO7ickPqYP7_g-Yj8CCT_mJ?LzScSd8b15l+V4mY zPLciAC`FK#ukskt6cWwRF8M5e=VO9Nk}?c8QRS8XwLxE3=2i^+dV?WZtD$+P9DRhx zts0FyD-1Tt*4pXg%^GDT%pjIoZ#S#(nz3(Z7Kc~K;a2(|z~ScNNv{EcyU8I@K5#=r z$OEi_2oVskI*jCZ_7d7J-N_==O1* zu3`yGaT%QPeM@mTW0W_#QukeDP@!!w-IjZu+&`c&LIco{bZ>!$1$&G1r%&6WgL@hl zHI~Ld851BF(&PO~jTQV-z88YF>O_O%K|&GiJ7bLfbuC^vQEm$VVqjd7J^}b0 zh`$wIq!p4|{J(hirhh`o_7u;T>_8JvC56byGjMY?_l>?*7eJJ6EV7{*p0!}0som|8 z^q>FPTVR}IPPuHHUXx```2c#+0uF~pMv#ppxK)R&wXWWzj`VpYAmur8eP3S#mtv#h zC;DwBtziO&pIHROsK#qfz-jveU%t4(zZOtrdOJnHu;n(07w{ODPVT3D-l_f|whWF; zyjNktC^>85(8rocxyXTJOI6CXNkRkMNp)3olA;GX9lYSW0iWO#5WvFmTmdK>m#*R2 zJr_h31e-)t>ct4x1@W5#^Xc!YOJmE{+ZWiF`>LZ88{hg`a1BvwCAvuinV(@?cQh`0 zgT|>O+DDoLcqS&iZhcuFDDh`!rqo&jzH6^xI$UL$xx95Ly&$N5A}X&5syTY9tLJuL ziGhc=hv>zd&+N<9fGx{Y0L-v0d`a+aGa<3OCXk)MGk<4JtD=+rmdcsdVK=24L>1~Y z&$*)}zlkuHW9Rk+)AtL1%Qcg=r@KaSBqu+24m-NKv+|D76Rzuf|L`(1ALh9BC zN3N699x_+NwY&sOoMrsxO3F0T8O7sB_AY2&8cIPSzFW$j^}kdrq_fm0AP!8Z%{kEd z*1cfB>pZpc_0W4TL#LJ&-XUH$`9lxezjkVNX)Zh3kt=9*^;-D$3IJ|5-`|$o8o^rA zq9q5(J1T?pPiy-j{m&SrM`M&6h;|)CG*9F?C!3sjCu*P{d1lBlkOTZhIU!M z33?*;#{y&EUE|;$@5$7`UfcP%p!9%iQ>DM@RLk)sdmXEHG0Jz|P4weLcC40fR5;n~ zU*dXM|6pLHXqexWpK!+f6u!y(U%YL0P*zE5EWmF6{~mT%t>Od#g#mpj(I*-6q6E;oj-o_jzYm6#C8*l(a8km59h! zBjA&(?<%=G>_zq;0zbfFF6ao#l2Q)z(htUVWoPl)01AFr3JSo4>PrG5S2;u)|4(6e zUe@=y-|O&PJp{U!Hw2hP@28o>wZvDpLidHUaLe$dl7H3xMCiU|Ln)wVzl8VgUBqcG z@!5jszJDqJ@*jE503;J!F^t_sWNK4`uD+1%x(m}^roSu^y{Qq0?vG`&7?<#@eZYm} z!R!}|wwyq!F#H#@f1Fs2Y|Syk+$YzP?OiSTcw6jmTdTt>Zg*y}sypc+?02F0o-N`7 ze}`s^)n3l=i7Pv3?hANrHZQEuC4VaGh3~g8_<44Jp2cT_`~0KSBN^d9`L2W1Xki-W z#ZAp7tnqdF%M?&QU~|C}ahtOVucPN6Fi8L@pNXp3^!-uW-|CdZ%f`Z6mnR~cpi5Lt z0h~MfGjwrM@dT3n492Im7i8FBIGSt~&YpgfSYc!MIjbhZd}*d0tC;C<-#Ag*Ab`gL z2(8I0Y5)9&l+SVZ4EE$tM6X~wbl*OCEbGs=I_WPfcUG*@;qiX=_V>hL-~6l6pQ^7q zla?HS##Xjd4ePF&H^-KZ4w!3|u$4jv2jwrI1?Kw#Uu?+}`!9skLhR>EG?s2uXV{6B zYz>a_eENBy5GW!>w*LbgM>s7_{TK4iVBfqFxGIBZ8Dl})%kG>NP=iwvIT=UzY_ef9HJqKjhWFFgKpexrTtPD`A7nRIttw@9ki9(5ee$d_TuKx`>;yOg4BSI-CO7F<(b#|zb*2S8KjavC)t!WB zfuJnP{)4y?GmcrbJA0@eX5+iZ) zY!YzEdzJ1oY8?j}A3M>K)yU&xl0D%>D3(vTUz+zWU~vWpp_7Ocs6IBdrSnv0)A%pJ z9T*%GA3%7_ZmujF4NcKy5N4A&&DHu^?T$v6=@g-<5bJ4 zl*CDgNVL|U>qGHW*x(5A4Q^O66+Ju#96nx=F}Gj3^*S?{ti~P)Q-5hmOTg@-kH+cKO!O0ZcJxr9QN{F(MA+J;!SbvwAD63UPJxnK zvB27R9g1TI8mZ2u@xKPzOnx#CD+~EqxQ733M^f3ZBZ7a=B;Q&TSS=uTWm3H)2iv-> z-W4KJx8W^$eN1v5W|Kps??^s`1)8yWeW|B90V3f2v2gTPDMVN_d9RapZcFlYUu~@M zfP&88_0n^bST}>qvXUOl@Da%^=bM&wjjftBZ7qZwYb)x2ZN#Q>7)gp$uJZ$Rw$N=M z*)4T--a5pXt6xr+{WT|B@S9(uX3GP0=B9Bqm&)p7QF=JoX0|o4R|J0_aC&Iq-pei~ z+1N<6H%I9n@l~@%`RMiwJ-t_rlfI34;{PD_FK?jn*W0(=0b;)$LnCzSq*H6c^v^4f)=a%UA?#44IGye!P9t8X=64X zwr}0o2$6f)_a?xrAQFGBo?5drNt+X%6ppVuPwvW9&YU85tg2-o^AQ>W9Pm3z&J<)`deH7{O$YP9JAj1+PiwCTzW$x`l z8Own(>*cxnK+iVnl7OiLzQHx6Jl~mow6{jQ3|amTuzbURV+_`xHB~2E&t4nDZSZel zFMxMpPx{d_*d(LwN^y5jd$#!fL4VH;`8w$>DLY+5Ss*Lmc-df#3H`ir&H$x>hbZ$% ziT-Er>I7?}>nk`;5EEsG4EP2nUXW=KCXd!6JCwBzeZG}ejB&P$88GZ$-juw zGu{BtkS)r*=j%yK2%gvKLWy>K&$HJp&0w;&bh7n_MDequW=G)bLjJ)HSK(~w;lwB# z!&O<~F?)C>4Bxrs>(zP1-0X0Xpfs~oAX6nj-)JJ4Z@DY&O>6X=mpIx2&WHvd@^q zQ2f$A6sv~COZ82g%1?W#?|n=*wEq}inRn3PN;GTbyjG6!B2K#1)r>mqiM=I*b!LWovEboYEF1>kZ5Ve>bdnFoB$rPM z34S}QA1IGX+0y3)O)hzM7Pt`Y|Aq_k3gY!tiqZew#NRl!&Y)QE+-=)jb~NR{-|OiG zEUEUQ<)tE%fln7~Iek0=f94M~HGKfKFIe6m{4$~5>@u9GYXLloPw0QalazEb+ieBd z|1CGx^U1|=<}-F)_cLp~e#wX`B#t1P0Fl%}+R~d&R=Xo_`S!*AF#Y48xF5_{@uYWJ z(|*&MQT_2{ar**#iQsp)Icdyo1&=Q%Fd7uWb622-BLwJMf+ho^*;@(`%v$iAbI2n& z2kAEac!YoySYZ5(a2o6cSpmh{)qxVt6oieeHF$NZ2u2UvHiw1|`=thc!p&{E7r(Nw zKNV&`@doV(7q+>}BzN9<-mm*S7bXDRRA6gm^gEjgEPx5Cp1BOZMGc5xu{slMv5$S< z*3hxJV;hIF)7BV`Wo`o1*fw+c$6AMK_Ff*feut)llnfmM`MLW&?{qNhso9LK*(3(G zX$}a7_Jxt9p&n%W)<2miz6)LAb}r`l2!e(3ysT%GdQl0+fY_rIwuP9-WdmUm=xk-I z{(u6UyYAZ#n!Mp8V7r`THRJQ}NVO1C=co4P|Wf~(nP z#vZ|J4FP)J>-J2L5;1%a#0Z`Uq6MJ6nV5Wx$Tq$ic#OqtV`g^cM;^ob2;e+NnvKE% znu?p+Dq5uJVdSpm%8z8U75;34n+}qS2}&guy$AUloj&gf*fnC11Ke!;_@1kx-B!p7t@xi!V#f77Mnnv zLhZS*=SR0K-%JSCP)Z&3zG;jHh6iRMUx)R=HMY7Nc5DYxJ;n8X=GxkA#;#RJ;_@6_a-K8ELW+VmUW==HgH$m?63hZvu2hX_yCR(OJscSEU(MZl&@{$r!}7N9T#$HBoRj*h&T=>`qqHQo-SZuWB*3vSWLxwed&5v&(oYT}5%Z zbuU_CEcx0r6G!KSA3H45_k!@`FvN{N5T3($!;T;u@8K2E6GJNX8PPlEMv$8}@yFLq z75nx86$1o?5sg11vZ(ODAo^pVo((nI2Z*9NAc`I=!e(Infgf?M_$GJE#s;dP2Po{Z z_wJa>Ks`Iv8iDo0V!F1TWqA001%4{|3Z0pan&)|0! z6MC-54>|=RqyL~=L0uxecOFkVM5tO@F$L?SGKiI8Yo(Jz!>4H%PbaOqf~Imn+-R^` z5{-$w9?9M~d>PH>du;K8G;c%|=T+h~YSlVg@?OH9Yb!26WA-TxwErahk-vIAi5A6h z(|Rj1nu?lY%S&$KNy70VGf1mWfNP|j`9qEWQIAx?C9v1pd%_$l53Qh)426-T z+C7X(PWY$BC%OrJ_+LWfg^8iMB&JqK@C#+@(W0E+)Y!0vhVQUYv!(^~_jLqIwyaEH zL~kR}s-}j_BsD)G^f<|_K+e|>$k{-Rc{dLl!?>tRqAx)ssf>TvK#w9ic2FeUtYC>s zUH5*8Xzc@I)m1cpn3Lr{x-dyimF1&v1x1&8U+E>%5`IpK!fWrtNeqSwyP}ksFR_%E zrPNiz?XP%-0f*Z;))kxV{)|c1#fEsWu_~k!h2OBX*10J(wPGED1_r2y8`G+u%SS?X zA{!3QLBf8N)<+I;@K(Efsrb5S#o8oySt~~t?_s09`OM?S?rm1PNwyZhSkoL~W*;k? zS!*=2qqa0G4v?HDZ?DiG{}q$$2*&oS(l{O(j}@<0L?#69!(HHS#s%QhPQhwaZqR7j z*4r2swG2ppz^EOd@+Grs+O9Ne|6U_z5@zyvAOl9657{wKC%E87tzJ_Qp>u5osQo>a zb90x8+SGFw2quS=zl6&8L#o+>lT1*?a86XI^!!05Sx?ngDYdg|kAZ4s zo#y*Ib(E=qu{;-ibZ}JsfiwMM(}#l;1>{Ew7lTF#wG7BV-Bd>6RH|9+w#w718*QmW za@^bB=suotKvLE&;e^J$J~oj*O$$lGmsZ9Dh0zKsj3d4nc{1P=br!%)vv5J?z2yvT z*CgMypZ!}XuGxauovuq`|GFR9pRs_^A5pDw(61nT7-n33B5MVbT@J3+7k)_%Jsf5@ zkMZq!MMmgfaYPwZ-tA6FjRcq>leqH!_M7{z>t>gWX{{mk(RfSDR^^A=FjB?iP0O!E zml+sZSsJc;Pv`#Y@JPNd4>k;6 zHA8#kF@1y<)l790^TyVl_nCw{j-Lzr{wev+ER}fnVH&A477g|!mVM;r^gZWlj9HC4 z*DZ~GLTU3)N4kjx1=ec-KuPZDV;bpPCf9Z8m5*{Yh)kdX(f@KI^#>p*CJ9y>uBE{) zyBh^gMoj)hX3j7Q^J-4jy53pZv=exw67EctcoE0js$2THHChnm_%`^0Exk}G8jyov zNC7E7e8guXBz1m6qLI7Ym2CmDuq_~-6uHT|n2_zek@wraLqsAs6%;7>fw|MY3XTQm z`&NO#JW$vp6@%1(_D9-74n)k{eoX|@ z3gim+;)FZ_ z8vu0Awe-5vksml!ohvA9kbq*L8}EJWGxy$KC)<=axU&-(21^? zX^hR94ORb*6rz~xn$2>#@&YAJ9B@ThTrvh0%S-qXI3OFLGww8=s>As7N*TAR9e$lN zJ80Ka!ujGA+57uR0YEaJwR04>jW>DQAY{*VK=6KHfvsm-w?j+&>%V`4vG4{?9SCoX zn3krL8NV@3siPIlP=PR8F(EKpnL~JbPgCx-Nq^vH32}9^M z_G|90t!STyMo#{=VGay5Ez#@L8>+}M^#lf9$JQMJgv}6uK=@!42Q>>Ay9zl9};>7|K zD!Np~j!jm#)FrX@;RuOMra(>&n(`G-e>ya-~F5AdZGN1vs}(>G^@#a1;%? zPnbh`V8-}#Ug_?ndYyBUI33WR5!sIB1L$wQG9GOeZe8J6>SBPd+@w@|6R0@1$!M;= z6#oIT+K>uQbDaoi%zeT<(t}0)jp+*%41i~L!VQgk$t-7Apy042638~U@w5Y%t$mm^2sz<*Vg?=$9 z9DadK*8rXsstqXSW}XYu5Ux0fCvif|W0NV1ksS>{ZG(zQpr=2!gQx3+Z=gMOm33Aw ztr${^A(4Nj%sLTJJrQ>We}+W}Jg?Mt%$t@cMw^r1ge0sWO$P>Jo>Hs9ChBCLR>H)g zN344}2H#;>PO7*Ev+ST$r+|8{RmJP>95X$*H*`OqBqsaOmd;^(+M?9LbCh~d92 z8-1-m>4Ds};j@2_m~jM(P|U<7;?KYw%Z9a&Zy1=Xf!^FzxgufK>bYa|yGmISZai^gq$W^T|i zfM%`4In11_G;tpe87z-*Y@O-xV{xc}0Ct?sZOS8Gr16b0n^JZbpqVY3PySX3F#d{Z zgQ*)JgD^1<4pJ;B1nZPuSpB)=4{+eaO!gJ^7@DtzMk^*aL}DgdN5JbTrsGTV{S`kM zkf49hK2Rq>0HO95q62dvD>pC~GGkHJA*n?IItGo)Byf28(js~j#EiK`IWt5b%KAYS1`X=km$=%=Vs>9_p8IJeQg>ynj70da&aq5A!}Gh1LWfM zaH;s6F9?AlN_Q;G&hrg$XV)3d{@3_uvJ&K}{6VjRNb3mp zqz6&tE>&gQ-$a!P&ow%}PS1C(>6~pZml5Q<+TM=<@r2)qs}{NhsOktPiRl zyiM~J{AD;Ud z@5*1OcbQbr?8@JYQtdT4x=EKn*Z@f`ka-)NW6RMm4W37YWCVt<4U+yFfhq-ZOCVNm z%bVRqA>YQ5KBp+#bxpCop?Mwdl;e}oEP$qY=iKIm3F_M&i^Y%-9~d19IpJccP649j z-Zw-leMN6tR}X^q25+Rv4ImP@*SpEfj2V&4vwE}+RV~;ik!;OppY45hEy3HE(Trn`=N?;Xq7@2PBOW61vtv=Phx+;yacNtN_)=a!C)I zclO+XYzD+a+8WM$WpBPZQ~^8xgDzm@+Z3J#H}f7hmC5991gfMDQ&TbmPuo7>lGGDJ z_0j;!PZ{VC_80DQY!1vgh6!re>Z&B`+m?8QW>jU>w@1MbS^$=xLe4y4R zFgiPP3S3$O^Iy+H-?<<_DZLIfAvlF2kxVD9mkL&$LTb0uPUfo{Lo;V@875)E<@#&U z6I1J!mP6FSnr^=g>^lp1vB|oG{UqU4w9l;=UVFXZ=ov5_GW`^>2CeUzHfe?71eqU-sJ(1+T+R&zg8(HK!67{k@ z?L&T4B1#k}-emIsDDuT3Z6$298 zP?bIsnPqYPPRFWKdzv?ujh>PCADO_lD(w9-!gGz2`qvYjD*#Iu7P3l@Lzi{L$C+A-=}LR0<5F;V~Tlt{(JsUihAh4apykh^ekSJd<-uhC-?~KBOLgl)dMOu#iHqk@=c9=jUTpR_skPsq|a0d&!IV@{v!X(sfZ%2Z9MlOP6G-O6BjRNW`oUM6mQ_iT<5f> zmlGsx54Wuk#`OvobXfngUikfxLtid$VD8#p#bib$t`Ipjj#BQ>n)7{#uGqgI~bX@R$XlwG%`?-&xUE-&-o?WL8ZrUeYuJ zS~G%p;UsF!s#CLDUNti0kLWdlk&r%u-S>!O!d0yh%J2u9sOZ;J3fOpJ=Q=+5x|fOR zbm&d+EZ`udz2TwWL?6Gz_kkU5_!u>Fw{%FiQ>F;7%_|PQJ906Ck%4oN26L~x5Dcn3 z0|*{qd(#ZNrLhTMwj;05!OekLRml% zHOci&kfN}>+!!m?gE(H46>$!gyE$8+5@Lk%SzL$biCiB_$F02cApg59No96Qix*(< z8V)6_VgUxPu>w8LVeFDzJ-u3U8I%93{DpOG)W*8pC*2EpDOgp5I(b!t zY*D+cP68(Um)7Z`ssx-y$pdlqJHUyvtQRk6ed%UBmz`1vvfLLUH;guz+H}QkO)Mnd z$ZZ4-mqOx=>m%tzwRJAww`GNVwZ{C**R1qJ+kZpFsI82(v~@Uxx~4l;wGb zwL7qFjZmO0PtQj`5qvC?yMQap+E55$iBzQ-8jFhWL%M3j6KOR>`+VCxo3@|}g7Wnc zcI#ePu{<$!jwvWS7bu>ZvMMTL*(}-0{;G9aW5a=QDxvm~lmB(mgph1O+7xcPv$R5i z11~PPpg)DdCA$}LbGo@u)gY`LB9WR>=s({fuW$~VMQOw+hxf)L&T;e0d>mTwgXw2f zOV@1bDa*RI;A`AtmY=S?uw=zq<`^|uAw(12n@z2=L4z*~*JrdWa(zMZs295(GHZEI zR3oYiZ}(qRrw1t(J+}ofpyC5P*tzvjb*N*QQ4^fg)zi}sl@p(U)BuehDg$x;cAbj` zk83KWB|gU|dzu?=2soZNP+TYXg`glzThKz;ws3@!6n(=!QZ@bg4>A8cCZeK}-EMSw z1K{e`T=zOoK<_3BE4JWEm1Rw>*cPGak)dh`7ln8pSGKhp=1vvvnn&L5rl$K(sS~au zKDE9lrM?|_kbqny%r{}wA^JpOTP)@;G==(yQoTMZeV8sV%NCe4IoWNFZN;`oVDja~ zaioQ}(rnwMV*wu6eP&q+K+JccTHh%N^`GzKW3I~aJWPg^8?mqj+eY!*`ampRpUur; z_g1mnVM2CqcmRjJ1042)N<=3S%SHF$xGsR>x~%0F;yHCyRqH2X?vAVixD^P%TC%CF zo5IC#Efj~iuUA?khRlT~?Eui%xYG;2pDNE)Na>KIbSCIiXM}rHXoDj+RC@JgM_S*4 zN@`81AFUp85>GElom_msy8ZLcwO2tr0d)hNaa>1Gt$c@(7XaoVN13q#oIDkoN^LGs^EFrgv zp-?M*hP1Y0p+$vA0&Pw9T=UC@2ap{*ZK!X2mG}mmCFE4qn$8QFSv)3&Z1?TI*Z-Gx zBKBzk!l8?pn+`zEk1Nz^og=Ny_)Y`b#o%1G3=Dn%iWaCL;m+x8l#WvP>?=O{!;aDl z>H~qdY?K~S*7Ph+`Xa{e|4Ex7&9C@O9kxwN#ozR;>X_UqR4qN+?5OP#lZUSaF#@q6 zI@BiEp}{dr;8L+NC{Pij@i68X&?F&yuK0}Zf3<>u;5z3o@eVD`qn-c({GH0J$!IBO zuLXx;xRMZC0+_b7-c@XNwcr-it8sjf%0_%H;AjT3mbF2NA@)?1ZG=^DoZ}-HQ)AGS zLAXa^fWt4N*ZZPPVNe$Sd#uwUzz2!BD%8p62@A6RjKKecz(1hSw)VBVr^^RXHbU~B zq2waQ%gk;S9pW47^IJhr1?QnG$6y0Usj@azaL7KfRsatl58)~CVk@4jY(u@9t4SS? zT0s~!ws_({h#Ht2{Z^0c+>8#ftU!cRN#Uj@5PvU>*9Z_mv00JZjbgUM?NCDNoVK9( zAjIJj9*}gg(HH=NAtH4)=vLq2{g2ZL;;FUMRuM-i$4G*5jCF`@s0u|q;S83b3hK$G zOC|lirDkfJ*j6a1Su9vY-x4l}O2SnBS5T^HZn6%JolM3yG@0C@FQv%3@KxVp<=0v0 zn4dgeBrjGmP;QZQt#fR^YXk7PHlD$VLMZ-)2s|Xt|9gy(*Q3#9+El9M?-JPi+2J}Q z71dzHBC&9jjc{tXXGQ3#uwh^rM130?ms8|!fNG&rqpsVykdP7b4OFsGzCjqz!q*X_ z--_E!5hsQvFlSxE#v!^DGIbj3Vm~{aL^;0(@bB0>WDp*rY#^{og?Yg4FnHXU+t+~b zLXXB#N*WOIKW_k!P(;#|H(-E{j*$xYAE+Ql=$3XdXBoducOMSw?6b}>+^b?tWD#?)^dV>0 z_*aGb^s!O^9`YY`Du3-XG(blDnS4&SegH2TV<=ZPDm<5{3I>yNH-A~Z*^JE!k>b?jKbh+o199PKy?dk3!0H`)@Hv#dIJCJ$ZrWNP zm!Ju+tL!}!TlMv3%^bqy50+7ej=PZir;i@mcS*DB*w`}VK2Dc_LAGLQ9EJb61L zKH0&Y7~sN zYFyt~%s9z0;2Y`!#nwQmMF|)%c>@`?=CLQ_Hael6H(hu(23RCl0-NNzSXD5XFKeEF zeR(V+sTKQjXgRMNDpYh&_2HH#NJJ#sIdXn%=`LLBU>%arH&SCp?H}{-BykU)k}zun z9sOi;($D%GFr!0%5}640FYWR}HR{7gs55z)C>F#*U6@e)4(RxhpGcPs_LDJ>^n`xp zJpX{DR3T3vq9kYaJN69olQ{|l`)C^Vp4-gcE~q zPa;wArr$ch9iz`LPlAGym#2e4b0Uu?@F7>ow%?wy;+e_wcTIj3Ep>OMg?Mrglp|e) z@EEQm*%p|a!38sSs`O0_grJRWBW^&-LPahkRi9dfnlnIou%u}nW>4#p^Kgc|!YbcX z$qff7%T!Cc`hMO+SsVBj$!mlDWq*hXc=PQ$#|}+Yt}6!64Xz8GhO-@$ORWg2t3N~ z%zq+CJyYa$XG#lpt%6>*pjzR0t%JfegioY&d1GaTg)9zx#@;#Ew=JQ@N-IC~)q5}x zoW%H)g91^Q1W+x@iB_O(NlXhN-%A1gHr&Y}Ep7ayZk4F3{%tgpHQE!op5(e~y(WU{0CPZclL z;wE?L#(~p3>H?SOd>MT8cH*zGb}Rm?GL$#Edb$!Q0w{0JH9``MWl)px#I)*!!p>Q3 zK@$I~P8vWCyl_2;U3%cbMU~wk+R25~V^pW1rQ6|tgGTpC8a|3@KY{VnBH7x)DmD30 zZjiP;#@ymoOwi9R^|yU6&+W{m8avFRpb!0^DKN_plBvIu`L6}8B6R&m1JDqdGNyYCDkeaA&VilsbP_$Qm{6;bhUUHNp6T1< z`MbxXZH4?}6|+ZA)k5n=S>5s6qL?X_@q?0+jet0+|MIdxyq@_An6a zQ#;QU#^Tdvg_uEN&b>IPYvODTf$T?alo0vaO)5(jbvfZAti|hp;f88m>MU)rE>9S~ z2xNt@$FFyj2aAzsUDX=Rh3h+j587DI1j6IJvEEV$ZpPqS7+v~m{ZkuNbiFhL=+8d$ zx=R-POzxVbYHa=FS(fic9ZRR`zZ<-xP)&#zzPHr49*~m_*EpEjd}wbF+oqdFx6UHx znI%{w^STc;<%m-RalCV7>(AV?hQa*m8V+0^8SQ%%XK<7_KG*e%&ob$Opc*yZ<Z{?*-wFhvyb-v&w_2afGkdflISU?$YeJ ze&@uy{;^zBPTqU#Oc5?fs)bld9k2J#H!Nt<>FK8Q);aHugHgfzxQ{PiNr)bwYipc= zx)L*>6iL~7bKW_qa-#?C-*JoPqn!vpoFcH$SJO9T^lxJ{t2W<=!$ z8!lJL=2q4v2Xe7O`!weL8jkCR1gEz)kfRg4IjD5{Wm022Du#o4`^~!FGX@rCux}2) zh83+x@Uw6_%Wi0e7^$wZK9`spxq5gkPd~%fL&-cK#MAc?gw_PxUN(47@p9SPy3Vac z&9&t^=esagEdCJVTLNY~GFcwssA*)*wu?S`GTS*jeUi$%lSQR!9%`W@7A?S|+Krf~ zeHK~7BV}F>T-5sF`OdK|E9!4E`NsG*e_ApXr_xa;9Ytw$>6}no>yU!2e78(fwMb9Z z#GrHbWTlrM1m|Q667!&-BSM8YEW17LcTj$$w5ve{DQbFYjdh`oJ<*1?IlAZ?B*WZ0 zEe9hIa3B4+<;|R(QqM2KJo)MB@9wQhOeuE$8VWzj6BgXcDZvSFEsUR8LL6%&mM_K1 z=_L9rheD1>0iQ+aHOLK$KIlnI(!PE#18M*?`oh^lqSe^Vtn!7$&`0R4Z}#1d_Ox5O zF;|HkS*1nzS_5XS%z6V>JrPUM$F4<~W6jgH+|AQKsRjzOHU{8r4vH<6sBLRG4=(kJ zR312seS*SsRlLVPQF8hY46QUnyD#S8jzwLIzC6r*4&kV-;Lfp3sE3T@D{gFT#VSK$ zl@@jH)PRKd)K`fG(F%hGQT>P58vqdm`--dVe&|!ur@RnzThNfrMTH-SPiTM`N4&kv z1XNmTKZ7t|kiCjRN1!GIrL@eFo$T6{YtN`KTBgj|DTN0SMae;vLOA<_C0ehH$bX99 zN&}F8N9{>0IMLT{XKOY4h5^UJiZsqIF@jLD;IqyCvZMpRdb?8LHUasBe<1wezJ7p3 z!&(}jZ!PX-Y-X9u)D2aWEG>vjy>YqYx(%LkS-L>K;bhGsxGtt!&kP-n% zacNa1EYiN3g|n7@udu<-2|ouLQk`v2_v6igr3z0MB_@1$Juujyy-a!}=m8Rm6BvvVt)}tYlhrX@rM)mD*07Z+}?Ht88JSkZ61Eic+@DhJcg$xbo zw=CrReKT=!ZNj07^HS%Mu)R4D?qKU~x4sD)fuKp2YfK}gJ;q$oM6%$Q@=jH`Q)^jn z&n>$6wvukP8SpcoLclk#j4Yz}7485H!GJ+scy!kI`%H27UdT^}zV1m%fQ0ij`67=Y z3lz@=OLP}qDCLw{@UQD20m9dAeU*_`h*`Eg-Fb0y0@iY=TYL$-J?*v6FnT$`qT%Q4Keu6y7Eu>DnqotpmZ2>1J*nzJoFF10(Q<=;W?V;7%NDHfkrT zh6j9ubx?lfU3EYGOJ{CRH)CsXN0ysA&?*NG;xJDJjVJWv?^QV5(O?+v#WJM21Gnh3%))CGVwJxS~ty7uZ5LB{hxp@+e_mvt)4%EE5?9Blz5$b?OZVy5=PIb6mPi z6>=CR!O;#G8~R{zWt(+|8T|O0C&)RIb=k67iqRMPGX|n6Qc#gv(1jlWkQvkmfoZLw z^^B)K;v`Stl9Wr$u6HcRWWi|#2g>r%CJ~|P0wGYAMK5#%T>&OV1CbeAq626eN#79* z)R6Q=S{sb~U06UjgqMd-*QY9?YPO!Li!62i^f+ZG7^_(fg-VSXW76(Qp9;4I4Vq7& z{=$+{a>&0Lkh^4Q0Yt|!=wd)jl>lXM9P(Wvj_v%e;52Yr$!+A&sui$*fEN18P27tD zvR#$Yfb*rRYL#k^)1D_U2xk?<|7E9NXrd~E1F-PGMEOC;7hTB(;(Fv8zt6;z9vFqk zOozNM4FGd+2c@?*+B+0Isc`z9eZQuwF}7(oZ0|27HI|xnFj4t63xn~kG{s;c7OuB} zrN{U-jpK@DcjEZCRj+rPPD*N>#8B{azDkwc8K1Lk4?nzmHUtS}Li&w53zL=HW01{- zx^n<*W^t=AX}!SJpN=Qlt|r?Tz9963!RcjiwBY_kw67@ah*K@?#9N|%%O3JBga6&T zKsGz{T_JX2o2cJB_VD2vzBdSxe%6unyt@K9xtv`Au zK$;X36Nwd?##zg@p}p7d7`;wRO%)CBtR~+Ke)P#PwEWhV$RE)~2rq&=xX~_v6|8NB zznLJtqZ>Gh0rww}p#DgGauCStG+^)9-0Y~ZzUAlg_*au6?*u>j^XO*u9{$2cmd?Z9 zIe+)Ib7fln?(XdVi~kN#gFcAeWUHLro{3uh3nFkajpNWZh0kF{pywDpsg1 z9V5ksq{`qNT=Zanw~19oUxs{ePY+Ayu>*FW-iUGWl@=e`;r;~K&4qfTfK}n=;f|!P zRB#^jJ1DTLPeHr70wjUJm9x*wJs%z6W<2@*d4CnMyW2;50lU?gIUc8D4T^`(*7JZD z{528F62Yr<3Jl8W4193qBXiM9y#L`t3Hu#Cwm^zo8ewZQ5Kj!);xAV5hHRnU4f(K-%0rGoYm2(CT|m6k^?mPIeqr(#ZWDF4ybq zgzJ}o#4R`qcaf1{e_GcpkR3!aHUkhwJv&>aB^ypf8VORJ zj_f$I=i{no&zRell6aDHBbP% zl6JGk1PYxzQTYtWAZ(8jJ&}cz**I6y+@J%!9;Km&3>n5k&{X;|`G*27g=w1klnCbA^ zuFD;Utn(eF-tRpspqrfqHGe&H&YM?0_$C0ew>6@&Iy{>b%YDwdySWt<2W6QwzvyG@ zXnX^73$=8L%-t6ZJwjA(aQ;(hRi$lsOxqIZEp(lpj^0x5HTN^&o&{MkejiZ3LzOlR zksExT6~KinO6T|P01nm?3J6aNiFSN?;ye4jGEXZ@0iHsYpUAXtpWb1}YWw$sGx`4H z{wRXkk#+JL0mF}T`w=9hUL^Vw_dp2+mL5sC6=(PgYEPu@Tdy^H*@a=Y>q`B{XCHiL zm9bTJQJ+gsx5fQ6#t>muL)YqImG}SCjjFAo@b6qUM}ylG4_X2K?c_j+Y;nTPZwT)% zmELf-W7v0SKw=EM$(`i-ih;)G>DtD4&|Csm+J^i7C}f+2z9%jo-d@sdkH6zLNqX9Dufh=l zOKOc}dXKA_OQK1l>Tf^}gwEaCai`Xv*(Y@g75PcHL1ppfpc7`nKiFWn2|Q}6ce)ou zj|Ps5+?9pf)4r+n1cPytqK~WYt~lbJ`}*T!roWJSBnr$+7-VqlS}fKKmW0B*0-S{F z-LZ!k4fpU%1h_HpX@%!!?xX|KhsWQ9hr8d`k32h_rSR~vdr|Z+0`6DknFGgcl@th@WU~NHzE2ooL~r|^{DtoXv*?JSPjE~TE^i%c zk^FRt)N63-<72o<&jOZfSr@*co83mx)|e3Bj-dbhg2ijl@*a$=RMUNr@8-W1cQ;@U zKT(uYy;C#9@CNbsBQ7J@d$sW+g0Mx><7I$S4=ma?{Q=Rmk-lAAo%fJ1uV)1ciykHX z+{{CfUqML!ZlFlR{KOoE7(j0HL2S^&uL(geH|+wYXiQq$FgxLcsEK=1CGS}}HQQu( z()vR|3y1eM$c0qln*{C?ND}r*=PW<^IOd`%P%hkHTL{PhBTsB+D}@J z9aLe03J41Z52};_G$NnWp77K*UDSSBa6U5dP=Nt02({MU7Pp-T;_354T8q3wh#RZk z)qV6S4KiE13c_PDUgla>c#5d7t2`+*>kXXJZ`V`FXfv=lAbSvRCHag zct#{+z4Woh9RV)E<HM03q>lZxZu}2G($9CnYm$alF_Y3BMkI>+cgPU98LDZ1Z+j5?~;t@C-7eop> ziX!sooagwm_o`7pu@s~EX zBYvj_7vjVxTW77#i}mwtfqwmVWLp^ePpE6@5@-GHYu%>hj;-VRx0`r{w=)!qt}~r&26^?(s?fL8C&A#oVOemo$HPkX1DwG)y&^c2};if zO!hvnDzv@4ru}nIjX!+A6t{uc_k{qinFs#9yBkcN?h;)z)~doYt5(AbJI+@F!=uQt z-tC;X()~{24^^|R5{DFrYn;@HP49pr^s;N-y$ZGjvJtqZeT3rX%luugvYxxn$zoX5 zf)$i5UxVAYm=<(JapQ{2QHVU|YztLemh`D|_S2Lhuaz`(f3l{a!rVh^#8sBsU-g_q z&qbN>cytBm2KH2L=I2XeTT;~oYvHP6xF;iXgk9Pa{20Te{kXuW(6$4E3*GarDLAgL zpqINtTEJ~4cG+4F8&WyyYsqc?2y>&<v#<6M0PU9$Hbu{Sk; zQ31kqFMJ{33ANw4WnjAV@7JXb0CqRBYG~Z*GAL$^WNp(Is_JWz3d@h!YJImXLBYF6 zF;EmCc$@j;XVPxC0Rwk(U4Icd5M|J(O2faBdb3`)==S$I{QrGpmMAvHUuQ6Nu2O6C z#19&iIC+i2J@-}Y`JCM^6!PV}tf^S0b^8Lg699ZpN-orq{y)8adpy+X`}cNKw#^nQ z3AJj|B#K&zG1Z2o139gTt#6u2IZaHOVM?oml-)`y%*dofv?Yzxm?D(JOiIdOW*lN9 zGoKiYF=pnuKBLpN_5D51>v>+!{^2G2`F!sCzV7R~ufu&^?+fkY4iJ=NAGB-e`49o% z+%utX9|S|*hTCy6rb+Pqu@Lt&fuq0T@6UuD^%jiK0I$!EkM|&LgYLSfRo~tF42Aw* zfODrPb*lDs)}H~>2gU;gJA2R1PXL(#9JxirfQG~-t2jhcSi_*=`)|z-rr2@TLudwU z(1)-`apJT1z$6t?e(gcH!EbZpgzqp0XTp>2YlU@n=dE^!a!jWpvf2ix`+k=)kuY*x^me;)yYQx{ABy=7UXC30_=sO z=beW3_A-q6M?HU4v3wU(H3vYTYqwuL+H#P@3AE)Hp(z}Ys-4-#JqO?$C(tU0aA9$- z7#L1EHH{4XG@QTb8)LpV17iwkm~ny`u$AxO;}%?b4;m*wN}IzZYDE`sc_fJy^h$dp zO?xeMAc7*AMk2LKsVFR^F|TSLk{d$;LjuQ$`Al8ldG>3ZIY(4>?r5GFiW#T1a&k2F zLz};k7uAXfTh8*VFm_E_%KrBTI{n!|;AVcQmx3im>PcQkLmv?9;MQR@C0p^Y4(Zbj5J~-T5!x%I_)sw(EjDT_G~jrZMSv1ydD*=;kG|oJK~09v za(~#fH2{+{YH31&BV2xu_~|PiE1M$nTw)|%WqV{dha!8eA%_Xc8VH9iV@C9n(GDNs z_lP(uBSr?vuoT7_)xy51gZ^T?@J+oIIdkMMWs^~V#7^jogVr=dHjL&sdHMB$Xf#Jb z@l?5KSz{!0t5m&m-|K&{`kpq8Ek#GVqx1qg)qyzy%yjJlCo zzhsfo9LQZ-k#mQZLjJ)s$xz0BrdX`wDKF{Za@=9afaQRI?)yV zjPx-?_lNfIa^F8*ZhZgpsCyitr8O|+eHzue0l0G90-Y2&{M3of4dV^e&()Rk6^LfD zbQ7ILo1ff~`PuHEk%xcWxBuuu8(*4wyf+S_0H$4R{)39B`4Jeqmn=Dd;idd%qf;OL zIQl2g@WbW8I0%7_NQ^N1X1!ndvH1}@`@2@D$Q4_nocvA3|IrOGvE5PnE>AIIMa$GE zjfoD!kGg6@`z7bE<;;p!YO1_|ukGjDTfEE8hxVi6;kC)j*FSTn+rO-Z%X{`tEt7A% zazAUKC{z4u;WL>uQNI5Um%A@Pci?Ah-VwpHLM&}SFW zQF>}_Cs)vJFCxB3(SwAh_+RrS2h{Oo&!HoXD>7T6_>M57cQKcI<35NB2$`EV5jNGhYI zE=+qLy0Z2S{)i@uK5yF=L0^jebuCjTddx?s>Psy-_ivtaY{{}I&rbxM2~oQW1^VZo z?thPsXMU5JP$tXmI@YG%Z!($|x28~4K95#0p(wD1gM;N_EI2kJ>3J4tb-#G@$@x4h zD@Y*!thC;t;GFZJ2_L8Nr4F5Ym-mBh>+ANe-+JbLwH;uDllRg0=(V5q14PTeNRN0t zREgS94YVb8=*vE%Pd*~qwHn-WIhVali+5!7g!&XC{BUESF)53dT1u-dz3ft333^_JW*A!%&M+~&`7|Oyx9)=I@$r_IhxQvQ4Hw&kU+0O3}E4lJ&H*xeCtyJKz(B^WaGhrLtA3r zE7U^p;RZGHA*C7l$-%=+9eJ>R_{>*zo!WRnq507}7jnOd@iQ;3e(dH zsI&A7V-Tv|Ln3lEXd+-VgwAcw@hKRB|@A3*P_(AIkNTtRL2E}`PeAslkGa6WW1OhD#4 zcq~=-DES(#yQmg%{EEz52wmcH%D`6WRwgcyLw1(aB(~AHwzmmTX38$%w*yq17 zwridE$tnNB4?gm4m6=x>ilF# z^PHrLSE}qGgq{LP6(4i%fAqDtowxF;2G6j~zK<6kOC^0J173arN8ZzauwNQ%avDn5 zb+E@C<)dVwkZo$9M7170a^oM7NGxB}kpqPP>4H(*Q8xxV86->m)sjMc9?2O1~;rr$jCP--37Z->TKrd*$o zHi7(hRz?5SS{Jgy87-3q4?h73dBjsd7jn%4uNWl0)&yWe0Y8K^+NX82K>`#L!vmxk zgyPDZ$;a^^si|;2;D2!1$yx&F1$XN`NWe4C*b=oJUkm)A_Vc*4J?ksyCOwLKZA^Q9 zB5)Dfz~JbG|K406$!7WC7!D4DoJI@~v?}22t0v{5!@JiK9ebH(jke&Sg)I!;VvY8$ z*aIG4QrP{`2e$Oe<0@tEo8=|U=K&@{k_yp)7T;eCaGBN)tDybYxUZTKXd2{^SynM- zlNRwp}prc`Btal z(m`rs|48mhW;;W$@I!aQYt5diTn8HtgsM+T>TlKfkp%a0Y@2Cif;qOFo>M%gE$>%U zX`Mr3Z)mUE=DQXzhl}c=5`v?$;&8wT;1_)5q|`Wh2dZ#7eg*L+^!Syo1M1<0XIMl#VjL*T237?xTpB1nHIzi( zBe~orZf9{m2Bz*veBh88tu_d7D2Q^-`*f|u`NI8NeL;Re>krN07HnIfK`$jta`MWD z(AQ_#EJ}kGdOJX);4;D}QWM%qj%D{PX0L>erp8-Y$|SF>OqEM;(||NW8y9lqh{SRq zV(D3wPzyF3Z!x_A&4fYW2vBW79No9C+*N8!%3+;~3OZ#&_5!*nIB=h`|H-$(7`GVc z(_WEK#FSnX2xD7vuBn2jQv-%Hjbq+e`xCTuiQ@oXsn6oZa5Oy-c^*S`-bT^~ts-~t zC_I2&=#_Y5v_fJ7+Gj0UC9&AATv3f{>j}L2qj#zXe@2Je2!$N0Y(Oy%|4T8%o6>eo z2x+}2fEq8DL1xZi8Q+S2c?L-)4!47B4#1P`l>#UG+gfq7Xa>rNZU2b6WeIlqi${wo zHmf$!dIK{H9P^xlVK1QO#R3#Hv+ckUX3#b)>3K?w` z3FY8AH4&<=&8*ah>G9~zOzsxBzM zI+1J4*%N+WYfxnG^mJoaz-TA$_gONpyO?z7%IG?>=M)-vQ`}(lP(crU!Gky|YV{LP zGn?lKOx{aT(qa%DD2Qv9`?L|vMhCaJ`iY02P?`4i8$Prk`^UYv?ZzDXK4R#8N{R}I zaufqn70UvzhmWyK+fo*HQ57bmboa=e(cO{QqLw{$D1FAN^L|TAiCzLWKM8kOp-qaVUn9DE`n893F{7 zd6#MW9=>eP9fm1YG6Px?DG)$@k++4DBa8T6Z^bB*2Eh>kPSFeFXF9PZ3rkV6>ub3N zYL6N-orZ*`O43Bf)>bTRv#;jm_wPa}+t_3PX-J&kwTi#{wzu@k=jhsiKrP)+4b@B^ z^&~rPnW2=RSUC{>>YrlQdRpZQe=aH?efCsggHapxXcWDCCjHrsuMYhq4E^<(;M`{F zDL}_ETDgz>t)ajFwq9)$dK$G*qf_YtQ*Aav^yr`-{aqQjGyjfHqp{*KfE=b3sKVr$ zXs{5%JO$;f)OX4gkX)@I?7#1mPIjw}Z#H+z!|DP&gf2N{JtX~*?OJ`m8KBZQna6a# z#~iDA{2KbWH|0#p@m9z8C(R$K%ka;$E*|1o#DW-&|(D`_Uck0Lo4tFC+8^w`(5 zF`Ck$ak79Gqii^RA5ZhJwdYjee5HF9;r3WdtQ8gL2hgts;wp?ra7tfAprV7-rLHu0 z5XdB}lr9d8eq3z<9S5R0WbsD2wA{gPNZgu5qF?&SfymH{ z{-HFX1R#}fQ~36G9G+p(l6@HQhyNrkkHH!63oO(z=MLg!&MT#+1?qOj4)PI_9<;#_ zje)~=B(Z=0toCcpBhv3)GM!zaFMP)7k|&f}x23xrx&<(~{ZOrd2I2VE@TIdBo@wLQ z=ZQ|I#?0rsML>4(>FguZ9Jl%^eNOCzHXJBSh4N>tZu!c+S`?c{p}tz~^WU6pObzPu zJvd=>A*;}a8X9O0(Z>%~zz5slgPTb3!K!7-5hzpvFoT90EZ?MxlWu#M{H8#hQlyxv zFdmWTT#LdKLVkav4$WXxoJ>=9c17BrBT+?K;kpSR;9Cs{n{ujX3 zwBG?md4OJWVNa(&kW78EecAe7iN#NNV7f?O*pX;h5>iNvB>F)rZ!e3_N>V0@Ozc({ z5b)SYTx_t0wvyR(c4D94n770Z?cLt?8!XU~IZFdH7oMhw^cT;%qd56tG}|>7pZ1`2 zdOaRebibj0`*9KZJd+Z~6lb0pv>^@hh{(uf#q_nTjU$L8kf_*1oMAYZo1df4GAPeG z5u@}uXn#y9cFrczp8{V5S*tHprfrTrp~Ge7Y@x8S!ef5xwc%Pm2V!O$J)V9ADn>Q0 z$T8^NJ)gGh+0*2}yAtFMF*3K7hv)EQqGVhde`i<1Nu~Ump8DQ`6SKy=VJ8m^%a@j8 zokk?7Rq~m)vmuA;h)~U{3OmmP+%If; zmIV7=$$q(fU+1!2@*9U}qNFzr8m?g04*D!V!^Zq*>R-2#DZ@n-LlR(3Xjnb_O8DJ+ zl;%0P#YiB`f+;RseC&qk}QO_w0977f)*<2#WLW%~rwVwoIY*0K0^wqMVBwsk5`{gPpvK$`WZ zIfcj*q~G0paq-@|n#Gw4o8}Q-24BX_;J@v>-QqHBxUHF@G_?p6R_2X&weo1&usO8- zv6;v=kDpMmcT4A>{oz6rw}N~1jX8}T>L=njd9TNtXdFdum&>hQZ2E;{>Uc|+=V2x3 z=OVbpCca|`CjYSy>6|v;{$NhHH777SNm|%%V;{fC+}nX3;Nv+UY3-D_%Xx^q+{c14 z!8hjV%ua=jk{|BxQNAFhF@L&8NJgU0-B{8Xkt8jkQL{jPm6z?PZJL!k7&~~er1d}E z6X|uY`+mfESm+Ge$*l1&B05FkHp9fTgUMvwG;I#+!nQvonchC3B3C4w@2q1L{6_r} zVRBVS{S=r}k~ln0U`bLlSuiL5uQP*EfuW_N^sW*__y;9{u{Q&q z>|`UdmhebNZd|0zxg4!f!aBd6Ydlvw*$cjDdxX8;uI`@+GHc=xPrCKW^iY?pW^w6L z{O)m-a>C$kUVZSQj`UbVO#8{om8oWD-~alUEwaM2|20H%3h3k5yZ)SRw%KovvyQ!M z`Ly`IZYCOH=-8W025*H0uF_}Q{5hR81;ep*uZSw3Qv`eX!IF$um4{fB9d3fn15}A# z{2k4N>?4*5e;ea#oB}6QThb(ls5!)zttHMn4SQ%5nDqry8N#6P-@#zh;(KipmUsW$ zPO|rFK0iDWrpnTw3K(_rE|d_?7BGv=-JAUG`O4*HJff@J^#C&lhj0SX^SttN_w}`Y z`p!C)duU3Tpl1uOKK-Zef2?eDkv%=dbTj=^tQ(H4oVuE6@wL=CVcbC2fs7-2vvTo$ zaa(7V{cRjRGe~-T`gzB#v*MF7|E$<8v1`V1?3L`=;&zeS9qmJb@l{#u|8~&cnQ!nC(N6M#WT)K31bf(8(x-mB&ki4IzCq5v$VF(Kc zI@J{s??!x(5R-JSA?8171NAZ8NJ6i|I9|I>q#mDqGg0013NM`t({-^}Jj7xhetVuV z+ihKqljr4vn@*Qw3X-qhHA8u|v`7CPyf!eY+si$D|H-~hTvzfU@x(ge6!cT*&NU0; z2E(>z{DJP=om?&VXs?zKE$=6%unOs|2678X9@pD%w}_e_K^?cjl!qrXNYw9FmT|>% zf;h62fVGhzXxlSgcV7<}+v(j`(iM4+XzIP;2xjS6erEEKIXxXc@DO|IzJ+tul!WP) zR_Tc?m5bQHvLlxKV+E5zOb6^9kOvDN2n#JUBh?1&577vhE7Myf-w`6W2zLiSGgmJy zo*H{Xu^_*Y=xy^mm1XH-an#WzR}&qxWWP;kPW}U#H0vrObONY)YI4VdgmBmVq64s!n!tp7jOg@mQawU60 zsHTl}xF*OLys@k3_FeN)ah3p6!~#LsPp^!bq`F@;1z{N;R7=V18RyQd{~Ly?j> zeDgL@_*pBSZYv2^QL5uzkiE5G$GwUUlh;iTBmoo)lLfERA3c!ovGG4hK}MV%;seFJ zJq9>IAv&U17awF3NoB2Rg+&HTEwV5xs8W{izlTdT!wg|ZyqWR6dU;qCOVG~r1>>%i zc9Smv(PB~3(T(+L@MlE!(xGs+)6mpI8sRRyZqNj0HW)XH$-m4*33T>+j#dIk+~D0p z8X;ex!Pt|K9OvT70<}nkJ_~&v?wP)JymN7f>Vp(GBR;MFbpYiNtUnE1e?sAflA&;u z7BgT5c55Mt^TNVU#H(@J?an010;U>0yi|CbJ%%u_8|6Z^T*5>_W?*Je+S^I|qgA-m ztYdsDM{P}Q@11#;>4B5s#W70r>DAmq%MFWLmA zMUn>kw*XOJ#!6+O;7{e5{7IpbfT@<|1o(-u$|Hpmx`eY5wz_$5%ZJZCsoT_ojl3Nr z=FSPXPghoKMDbmTqzaUwtd9t~AB!;hB4N)eHLRaSRQiiVVgh{mKz^2QpopnRF z#fir-)lvV`Vop1r!k8>;o>RvdPeeLX)LUCbT%&dmD2E(Ub%1kxZjo7!A|85Uwl9W4pzh!Np25K9pcsGC$*_I3oqu%8!Xcq+C%}b zU7o`(7Kpgy3pp`jI1DHr#_CQ$6JK>VSQ)4gJaU3(({8p;JK?tgHorAiBu#cpLOP{Q zyWh$8+aOu9JNTzbs@)GT`96QwAXVairq3S9lZWkK;5wT^Z-!jYt=AX!rUeZ>^=2~# z-HB%Kd5n1`uMkvIr}xD>wR(B^RZjx_ia;)U9+2?Ck&5fu*#|@IB=nJ-z9wmMPG0P9 zWebicW(H0stC5jT*6w0TIl44QtHYSwX$EnRt;Mon;aqD<)0ARbjezM!A0Y)J#|nM` zCil}xsOE`z8P19>JqF)IG^iEk}L$| zQN{a0c3Ezebtq6<05W3EJJt=xhF3JQE%g4uES|XeW~WE+r+Y7T- zd-n8&`z%Rgw@EUZB{vhRfdexwIC+gEQSmCZ*J7LY!ftD&R~-o^W=YE@StR(Oyr5O+`=8Il}X5d#%c zKV4)^Xk3jbtAv=f%B#Q~2^YDFGxPrVt~&q1?_@z|rX8Oi=5cV5bppCMFB0+ILM+iY zd0byOt#^AURk@@a-K8WB%HKb&fHOh0J5v*!j%+>axTu`?!jh-c3W5)675)*fm=TR| z!AF>yCx|E~f<6h+!1G~ZXXkj9!^uD$CxY+lam0*2x+6)`7`Pr_y;PL-b~rAIrGZqv zZZfrrEY0@~c^1%;UnsEroh{veP|aGc+6@enQZRsS4AT4C*pPo1{;5G7VAkrn3LcOQMeG_Wzm!1a5Ww46!~G*kui0Ds=4Es;u=rYT z53_WER*=q$HqoJ}mjq*%x>)Q8Go_SHBUZo*EVa5#K_sd00ilHnf8pmeb<02;P^-z( zJRt}*lTyOQB4_dnM>d)B%VfgnW<_4$%e2ZX_1g*=CeeXQ1>|1}#(~UX%v~5e4&oXU zxwqTM7Muw?S|Zelbnj5jLlkYEXIa|fyk~CQKfGUMkf>HKMldGxj#Qn55ycqtLNK^) zc5NLJ1A_wb@Ph6d^C9e^dWjv;DR~@>ZDk>#XmGe#&KLq)EmSikEQsKC4a`shSaQ{N z#2m?4Ov+l5?6Y}RFpvCuRdt&#ajW=2kGQ>amI{zDp_Dn*U#@G)g?93YH}}@84)ajmx&YEL2Cfg}?-{x=9j+jM zguMxYn3YOLQN;mdHF(FM`sl#LxGQ4n^t74CI6+iXyJcnWG$O~$ zl|L1Igy_O|Iyy%Y@HlWneDHYNq{^wZ$^zYZ=hnW4E+66jnIW=YS=$pZ0o(kA`UP4x zSFhk2!I7j}B8!|4_u2%RfWb$2Qr?Vp(a{mO-K5E>PeomceM4yFtz>{@}+EU_7*c=Pd^25GD*dezL{-z)?o7Fis8*LlM{>+=~i>nxhy|RO1rq&>KgQDUP;+#35y( zUi=y%ru&yXtQ$FdwL`fye|6&JxOaLkXh;GWYFxr?*sl}z%u>Hc7>|&2#^U=OEKYEm zX6Hs>wo`*uI>SA$xqHNCXuDIP>L1?JaY$B3zO~BH#+bP-swC|bJnq3FSz8;dUbl5m zF%hm7x~Erf;K{X0! z<`&S*n>n5k3A-)zj#>p`$=KkhmaAKr4UaXsOhD8xcqKuu!Iev2n?7Crly=jGrlVO> zgm894hW9SNeZ=TW9>_;Yhr2*h@?Ka$cH#|B?gILYTXqpLV28i42vYf!)znnQTN@i-^HQj}ycK)97=O;k#BC!-T6v zG`u+~6!0MsifBxa85%`{h?h2K2-sb_urSsJ?LvHdV0E1ZL|o8#nQ_O|^jP)y@Yg*N zg(*!2a$%$EU(dJsTOC}K1PllEfvlPf9Lm%-%2_$nM%!m+oPgax`Y6)zcb?PvE@kV= z2A^GQUZCXu`tT9b(dW=A$HeEKKb%tn!86HVmqg0MBvcT}W$2_wgK5*8qWU6D*5e^^ zhzk9q1+MX!?*GI2rZ*WVV7`}OzW8KJv_TtPm>R>;zT2};m>B%zY8d;~IVBno&C2z6 zO4}nV^O9j(p7k0Jl;@oD^Y-Vo4OXCB)(KqZ$?*j)yMGLG$m8+d%-q2HY4@;yFHuIE z#UyU?e>wO2+QH{uq|l64*k75w)w^_FLj0*Vd!zQMtlY5j6&qUL)v~uv2#hw)+eVuH zf#qBq>b4b5^gMZ=#%o;cQYO;rK7(Ial~+$KiwpD1r~?Ugd$}mO)ZXe>Anx7feL{y1 z8;-t7io84J0FIgKaXp4>UZ?9Z_v4$d;7#q97l@#mN6FA)U%1Nc-M#v4wh1M| zKS!S=9`73f)wEGr6H)xEP6Pg6dZL)~`utjqe_4>9KudysBOcT#_ z_XT|kmKm=5UoJe|M3NCm%TWR=`mgM|^D0{y=kGf0)$GT22mew$&E7a8>A)Ey_BN86 zhH3OMV9Vi`6mNRv wgZkAMbL09?g!$cV+3&wD9H=Fg@s$R<)D0SN)DzRcgZ~_CH?PZH`+L;?0-5)u}FEhQzzAt=Z7MvhNZj#u=D@O!zppX9{8$Vtn|ef;?GlY*kMva+1&H)Rb) zRV`&TZIz!tfBw+>uBWH>NyF!-sk)Y#hJlT)k)6JYy`hPT$!|LoYinz>f4?mLnOQkn z{BgB$baeFc^778b`@rzNzP_=sv1w^(Q5j*7{Dh3sR5%=-Q<(ur=M>h#ee>`E2t2S5 z4=BciO7U1+D-MV2nd=x_?ipF@AKx6p?Ts%S<4#UaPR~!Tudn~R+5f)|QoQdg>43nX zU;r>gS}H6&A~GsECN?fUAu$OINlrh9_7>mL{#YI;37Ha=SPetJ6k!`%GB;?nZU>Vgnxa|>9y zySIOEcyxSndUk$sd3Ajgfg&2s{92se7(n)bN3WyUxZH;Bm(Arz^3>K)hGw{Rdo->- z^66&~i+pKzXDpXGV(Xb&dUK-SFKmi@S*|j}y~2HTVo9EAIBNihj(j<6AWJTmM<4sp zvddQ_OCeRE0x=RW;k|#=dA#s7!-(`Pt72urM4819g8%&C*hrNAGWsDGGn z$@Ft=vfh`Nl1&L^KU7(@#$(WpDp@phJyy8eRP{=>IZ4=hrn|aqRT*e2#ioodw?svE zzJ_d#l+N}Q|LTG&*SzcOCsy5@>8Uww9G-hx@>O%;Pw9p*+Tczgv7n^1MJd1KF zgox4Xl6Il|?aFE7l1=$sFr^Z$n6dCy%m>y`o2sqKO{DZJh_|SA*}&mpWlmlGZrxSW z{oPuE&$>nLzRoLJ){}7-2y)@?Ztdk0KTwKmbP}-H$G0+k9^7kY@nG7=%ne)VwY^9T z+iPRZyIO6(11Q)*bF}l7RdVIq9767OiI;S}>f1W(s~+_{?3XRod)T)@RCqL)NTGZ* zB*cU%>qvNQdpzP|M{ztFzQXri#Q*CjCqu17+sZfMsNL`^U5HrvliU6H;d6yNhJe40+kiK^S%w)3RxPQN>3 z`kunw-ie}slz6+m@jgWD!Tqar3d8%K+{5}=Im0rjIHQ{$O{zWPPid!I6>es`C=M2( zGWmE`70LP&3y=$YMiA_Vtb0{XA6T%Xj;r9#?kBObZ?!_kF*gEtw3_A6rh1 z_d+e=3>n%xzM5Ekqt^@6W?D_cysg}isCWIvw}2uOzqse&+>-Uw>08?!=zb(HEOqp5 zr(E#b{v%JN>=(ZucYIyA=d$81%fi_yKcq2;kFkAWB2$@Er~7Ae zF_j*V26vnLy+MC_&)kU-?Y5Sd%P<4-4fA#L6qD z^T&b%y5|M?|8`rs51Eg(zlC@^ z8cAKlzpFp`k#YYR&Wkf=d!8_yqf=q2j1NNmjQ`e4!akCwNo}18*%&T_R4`TY-PLI1 z8LeCiDM%5|*9%(z_N(C7$gXD-+95tx$M(pt3uWDUq%bbrI8x+&r$D$4G}a_usQ~y= zV4B6GUMYQ2`Vq8cD&j$PvYv@ZqArYl(={=esZml(P-vlPEm8+LspwSWw>GbNHrRAh z*$8B}b(xwhSU9Pw@8|ym(A6CyIz3Fy}y$X4U9_ray470|K znP}F`v8p=N@J{RopVsy=zH+;?GB`qOif!ocYENCxT#Rzm9gOgJZFkKM{S~SIhx_A0 zTAPn28ZRK?DE5CHFiSl9rjasY4{yY@WfZ~mt%>1;Du`FIpVIuSx$KZ15VB!Rmy8l* zW_vBH=(#{o%F)X6^JS>M(qegoXj?+c-*6Yb1m;E8DDjn&DDcAKliAlDpH&W`WNb|T zvTJv$jY9pB`4$_$o?~UXh2oRXO!+*({OU78QH58_LTNHxCUwS%J>6zL>0&)RdJf5} zR7HZ#ZebGHWza7ND-z6teI7JN?=QAiF9~(}fit8TlsL?1&WnK)tv6X&s}^#)I&3k} zqdgw4b(OxRUdYYUJSk->O;hnvk;`7CH@a#R#BilzoEIxKU&sX!DVG@T`{jS z)?h~m^T4ff-nkslo_kx8hCi`3m6*DZH8|-pINP%FVV@jSVXP?ZvF)dln1W9^SG9YQ z+XP4$EpSw!EzheyWy z7rpEQYZT@w4PBa9cesJFdbkI9s4PD3{lDgVi#`jk?KRhbqpB*f%4)=D1((11l5xEaB-Z;X1 z6gJcoT}KLUxC+c!7j;+NJHR(i836q)PEL;rIMlKH6uW7CdNzTBzP#JUy5f*m6TRi_ zl1-|y`$y!*?6sXbzQIL*FTllpih7r`j?-Y@$NXx3`OvjV*tHnI8^BzO5 zwLHTkxOu%(Ki(TxWOy@@;d9-IbGWLP!C#Vkp04^}2z?1HJcnd`vy6R7J8awYd^H<= zskLmcN&QF(-#-9)^_ctR`1vuedF{9RMa=s>k@J4W&{?p+IKbP&=RFFbzQzzxkx771t`O>H!1%QQ zUot-kDnv#Lm~=*!Mg~$#^3Cd?%CP|HF$BSrbbuY81Rz6^1zqj)P>@_`g&cJiFtlu( zzDAT9vlbc!12oEkO60;?T|?T(shVM7f#V^Qr(yjaA<^Su%^$)?7(jz-o|CBXJgva- zB)o1XS%fGMw3wu~Y!NYP5w@NbzS$8m?Haxdi-_Zj9FU7#KMOyT^FzXdkwcO7XAh6% zB21r0b-_aKOi&VrM3Iw+QIdy}u1B4(MNm#eJ=Biwc8xwwieBZ4Xa`2KO++wjN3x5> z99l$Qjz@EWV_u3ya8AU`bAgf=VudC^YZkzFZm~B>u}-L1N$y~LhhOG{I9mBAL9yts z@-Y;QF$&dj0uymHT5)Rd=9lCvN)fOE`m;B4f)X zg8`JPR+4dlGUJjwC8<4w9ShYIOMB*?NuZPR)I5`qDQykzF36PikO!aUsG0RnJoA*> zSsb0kk4^h|n)N{^U4X}4Mkl+`EZybnTLnl)h_Q#tMK%{C>3Sml2O^yt>#7dP(Xq;D z3&}Cy$)ZHK=!@r?qI1M}axL7mgg3HmCUYfqGM1cj|B2^`V*fe2=Y3Sj6s^khw95Xp zVeiWXQ*_TR`UwlBuu&2>VK0NRAu@s{B%*Y3hS!}Vb>N1G6tzS+1d?lnaD-mK?R0X5 zL=f4aygwJ2aS%j07M?eWK^AxOr}`uHkrLX zSv>8IB%Jzi|FYm#BYTC{z$4j@LRm zR2c-RhE`VB$7MsOEYo#={}o4P|3s(1NrzcmBBtb;CeTQUs*6WSrI!{(ymBAhYC;lf zWa%SoDJ|=|zUDL3`oF6+`BB?eW8M+^#RygFI9jW>;@v-0Q=b35MH4gNfuYZJo@BNd z%s0C^!L)Z_Sj}vfLM>K!tJjk2=4$FxzMAdSU=pm0!{62)S(kgi)IHNRn^*k!Vx->S zq~6C_j_B$)N!WYOVOdfeGjbb?(V>PL%6hRAAu7H`GNs0_@`itbjhZJ7)6I>nTa9XW zoBE$OJy&XyH)~2ZYy6(w^rWECHn2&b1mFCUueoKj>6J~hLR%B!bMxEoX5O&o-u!0S z7cHOl>bI<0B*I!GSDIspTV%IdRFzsjy=YZeYJGdRH7KA}yP%c7t@Wg>MUtdV*QWK| zQmdg&8wW>Q-Pg7kEp41DZMs=)zxmo7!rItO+g-xipMGtZX>Rx0YG=%CfAFFsK&j*2 z-HxHV?e_T{ByAl$0UaS!ofI6Mte-pMZ90jAJ882zle;^wmOB+!JI;8pSvDQ5X4t$i z?CuxrArbcP78YL6BHWGbQs_Fq(>2fDRaVedL#6pU2!--QH*6U+g;jOxcDH$Uuf}(G zrZjh_boH_r^n3QOrk6+*AcxQ`ry?Qn=}ZY7#d|6mP;L0DH|HL89vDwR%0FEy40502C8hEd`}%w z=o#Mf9FfQ!F~SV!;f4*Q8jZb1XC+5X^+%UON9}O*R+v#6eXBoSqks9w9K5QWlm}hH z$J~0r9@PC_+habgfBnLH1C;UOL0*mk40lM+P$gh)P@Mh)dR^_nv@aaze(5~zL9$aJ}HEy6MVn`V`f(aiB$4wN5P4(b#Uc3Z?GfVn2 zD_%2esWTgxnJwJRj_pj+A#RR!26ixW;x&7gI(y1Gn;qVDgyFwnogLsOskKde23q%yqF7J`^BSw4Z12o|iA4mro~QLz2kSEyzaAe^FcDFj)8;wea}^ z37-lHryYr)9SP?Re&MzE0*^F_FmzGan^@ADnEGb%1KZLk=_MJ1rA7YPBK~>T@ALG~ zd4}G3)|+{D=>-Pl;urfx{+$I5wnZW2qMqF%kKOXmnMG;4B{T083+Rd!bXE?!q~Oh= zw6mnzJO6}cfn8-mJYtz&Wl_*>+0br5L|{c+WyRWHE!cYvNV8 zQNn&x;^}7D%;MYr&9@&`&@@}62Akq)TjC#9UPNuZXdvkBB@o`*>Sx;?l-?dT*dF!X z9*1sE)@@JE;J0UPw&&P(7HGC%&<%vZi-J0m3W2SXx}EZf&1&hb+MUgqW60whI@B?_Lh66S7~0X@9dlk?9%+%L`CdM?rhf6Y|{ANoZi_8#>uKbHtjSZ{Xs0!nO@ zMtto}VCqBg)c(XG?Zk?fh_nBMv-re5^282*@;CB?+y0cB?o^=oR6y|b)!ykVx>JX= z69>aHJ5~Hyu;CeS_QZ+y)N_}}lJ?AR_AGApEI{>~E$W=D_{_2XBr@$pi0*>Udq5_V z>nna?P(RTFy+I@vh1(6+*m-{bY9KCpc`uzCh?Be?71qTtNpYzX5eZYky*Kl-}F^v}~ zI~&;}@`tUT=p}N-lZfJ9%0S*JW5+w9Gh#q0P_!1;BMxQ0Ux8UW~-R$p4^iUG4ed+K{3x#>oz|VQVWP8#W~+HRF2R^r!ddp3xG3 z|J{?{#E?6wPsjX6exdy4pO;JJ@n9`_T)KzA5(g#%h*?;u3M({U*>8jV&4f56D{it-|6}tadRHATm@bbZ4`Qp5d9!A(jd!>9XjCFUuEONJ z0cm)kXjbZdgD5C=oDAVCov@OyD`SwfwkQu&wq^*Ym;vxHE*Y2hu$$1VACJUX}`(aft^~qt#mk$ zUL16b>|PzhLv|wSke_v~k`NE9_evTy@i_w}0C^AJ01q7Ju6x#O&Mq0z?8T<`W2k7Q zr-6s(!P%d?*Ed(EyLh~sg6v7IOa7^ws%s|G95tvF9l;u~45O^US-7sr$?T9iM?>a#xpmTh8=kJ*m?GByXJ?#=s*1$CBbp zg)D<9mX=LBdo?Pm_en>>lWlROIsI_#FVnA8?Q}t>uP^eGfd9WZ9-` zRDAFW9Ayr1t%?ni)617SfM^d_ zIlpkJy61L6Gv4G@o`?ax>&m_n94EihWgHY@`~mh^m{^j*_N&N;2O9XpWL|;>GMSEH zvLi4tu?vF81jY2~d~Rv5eCL~p-t4J=YgbWRgU{}&$O@!xysu*F2b+|s(Md$Kz^awr ztp5O6Y`{m^bQ*1G;*;fi@(oTE6mv2i9La5f zmSj#m*)XcmA=_}n#t1{I6uklb#lyN)>RrLy5evoicPU!`ZQS1U!AFEcy3;SIl^JANTCq9^>RsyQm?glb#bw)L97)S!NFq9!@BXDU`L zOZ>|>{q)Ubw%VjV^_e#DvrgZ1VY*6=2O3zQN_pn*mkkU7W7x4Kp&u1glLAf?UAtsu zNsoD#_P`Sb#Hnf7ualJe{L70;1r|A`SWG1r#p2xGJxu$o4|`9n^B{oZO)Rzk!k5d7 zu?7{2_$L@erpV$9^R~ZFFro&K(&eV?niiBEk32K?vPbEh)KR$;!>@~YW5x^)LbnK zMpk#5s~ke6u2w|*s(W2}523f0exOD715_L%9?Y$g82Jrq_xt6#d>~ZQY#_*$CLq?r z5xAn!qgB05NOR1l5gt9F`{9IM6hllc=Rr)=a6+Jl*)WQ%nO==>3h8Ghbd~ibKH2dl zIg=vv+`XKgRXJ^9zS+~Gy_zNLJ8gZywjY&PGrovCt2dk@0&}BRMEcHqJ#G%uX)$ZE zsuzRFH%Bm4%!YF0QTD6rt#66qBNfu;9lDqkhcwTL9{i4DMGT2b=!Fkwh&7%44)ye~(&Hj4N70tfu9S{8F9ButsyXwtBGX81}@41=S>zLOL zJs*?xysAN7mZsrOZCxae^L@_Fb#Z6?q+Z?aJ|yE#gh0=(DxW*!KF%U8696~qDDV5C zeh;<$=w1C7lKhxZek|h-o2TwOkDd0$e0x`YbTxfUU3{z(eTY%M#R0Y?DNk7ofo z?cU$XocQE|v|K$jxm;*n-G*EOM$ChZ$2}#q@B!q4{`ZVMUoqS>gavrE6F7Gec*q8- zpa7n?TzdxaWdQo40BYmj%BS82uKpIT1P&ceIt>1LWS$|wAP$(*FIU3fWG*jJKmk-R zSkB`t-z0~Irbmcsr8p@K@ygFgU+!%)XD*IW{1gS$l|nlvK@86w}fh8dj&yFCW1hyrru!r>O-GpL)f4f6KK-j0q-g4iX_i_0!n&j<{-Iyrmn#7se1- zv5@M#IR1%9n~AuKvp6cc`0wk!oMMqza=x1KE;`(idSVGca1y9GDNH{0w^)$5cH$Bj z*p@u%51fF-Ez%L5@WCxHWHoMxEdJJc<4zNgECN`oLsGQC4w^~ibg|)#$)#e+<=V-C zK*#kp4^PX)16i^Q_a3hK6{h!y{|N!dg2acTi!lP9F<5S5g?LQag3jEp;56 znpYKz7K30XlJnhM8#*K4;JEqf1jp4B+qKjHcvyR9a3^2m zJ=H2Pq`hx&!2^CN=OKbfz?M#ki~mFKeYd-$=ZN$a=4n zYv!J7v4IDD6wfwRNHKEBmPcoEiATJb&-pG6A~nkUiFVb3WUgt)=*Fa_QW2 z?tpVaXjs@JOdgdhhzR{@nXQ*Ap(15<>bDR>pBU)yO-&WNEd-b0?{td;l6=7 zFd?2)F{`u)ruUlsLlH5~ib&sbCKO2Z1|oWUIO7wU8q+b)YTioLw*ia*@+% zh46&HD#QzibqYtt9fK_3l*NUVg3*OcZtuYn(`bUm^So^N_&#~aiW@;Yq<|0&7IDuQ zyVY8qq7#Kslr~&m965uAkBX!%U<;QO5F1R0TyV^~POU`uH8j5l+#ez#yCrWpCzz5=GN>k-3U1@~?qVJ(Zm1{Y2mu0=0d{2ri zp7{DGSs_U_p%=gyKauP^p)q;mc^#lUG*2#2Ay<{T>Yqea2xEo1ZUus(Xl|n9UtWdY zW`zS!8u?_UfP3+8X1Hf)fQ4dI2RKKW2TpX3aFnQy)2-IGtoj~W)#F~lGv(=BQ{hWl z;O~(YXkGkEA`&1`&Z`IswFX$#RORpn##mRE>(*3Gg(oRi%v)4MCgV}T7uEVT{)Wtz zMqNIMNoeaDwATb0HjY9}flERY|45Wn>0(AbFka*Cyu}#ax%?<_tv|SIkrDOY0*36Y zHIslx)i@!~(UfOlB(TI0Am&K7{vFqga$J7@LZ7$T%~eOD-xblu#@B+*~cb$4u< zyjSb)Ff@*E)(=7&-+4BR)~3p}V{puQvzLuG*!*CN%;zk1AG;d_t{|k-Il!7G8Bj}J zb)*JkGoGuGCaUsnO0!OFs~(?YPzRw=H=!AMod6la@iG3sF<)B}PlG5!%p0A^w#S&> zv4&nD1t=0QU9vlm!*UEwAEO$?Ym{01E4LawvBeWP2sW)#@J4B72rsf z76NR40&dq}Dbbv6ALi{yXTfGp{|%&S3)YJP^0|O)uwm2n%a_nxN&=~V66$^;+kUPP^aH(q!oq$sFE>9Id_R@c0Qq)5o~6+9s_Ow};Gylnqw4{B zOgW27?+fL@P0v9t{<7_@-l^oi0~^khZlc%QgKsd7mj&e4)6UHN11z`!I;sAr%FR?g zL)6zp9xuq-5&ktHPBhrZ$~}iDm6mhGwkIxq8&b> zpE?dw&NtldHKrc=rQa8AJ8Bj_`YL^tuwnG;_1GWQF~#k%ZB+XI=`!yc?K$DRoY z_1G8w@l4y1w1U5RqEqEkQ=wi{DE(XsH@vgnC1HZQbHlb{!sL|s=~N^2bQ{jG6Gvzn zHj#&N?Z0;EEkBDXC|fU*;jFU zUVv(;*`w5qnr%l6X1X0m*xXamnwouiJuAmE$87K1!{224cxJqCj>2w+CIYvNnc43l zShoex+RfaPp4m#pQQP5|Y33WY{yw0YJ=R~~fTo_}9M7re2$9qB3e!zJ3;cD{U0!o{ zAU>>YI4b1K<7NoNFZFMbJ8c86y9%rzg;Juy%U5C`Ir_8KF zZ`RYx|_`gwyh@V ztrml=IOs+JbPF4igk+2GXWOirS-W-H^14m6#Lbei&9?v0_CK?oiP-9r-dUo__TAYk zhOP}mcLM5mf}xw^Y)+FjJ4Xh)C*Hd!Z2B9OyAKZRZfjHb`+F%eZ@B)n^zHY=rk(wgFbrrrPFX(R+G zM07*}3{PG$JbfiCP4M*TQ*LhV+o;#u+xzN@00x5r3jd37Z^!>TvL(T*b;?^)i*EMR z;ElKY6Z)OeT0E^E=BQApqu){B+_mjq zZ?yYQvKrF2R_@+o0GQoFd8(|&bZ*yr_w8QhIQjYCCbM!bzkEQUx5=zk@PEmy15h#Y zf09|&`2UhwsYE5{f61(Q_AS3g=h7Ga$FCeEx5=zw+2iWlWH!ImWU&Dj0v+hmq^Zha$tfr5?nHksX9Jw9pOJiiFo-aW*h5>c2|6s0$c zT)(^0W%!fc42YyrNJ)B`aW|OinbmX$AhSL41D@|L0mBF1&e#`X2tCU?*O1q zPw^y2l(>yJeD~9g-k;J{t@zibSNY&FOS?4nSPH3s#%Aq#zpT}jlT$_SIj0dN^hoG# z&&Fu2ex0fjm7eQ3$I-lIsoY;}icu_ju2*QcHtwK2%LX|9xjNB2wxGfmc3L*qnlGzS zhe=(2aknUKwi9#xc~7<@ukZcBHU9IDu^)IJ5;LMXzmH@j(?`6{W4C=IV3KDKxch9iO`pkBhfUM z+#ie&fv?2d%&e{?e`~XxO>q>k%=2(v(O!aXAFr=Q`X+F$rHj!k%wzzuFfNy{cj$$z zsn?)}9I|nL%iNf+vT(-)69gQVYISP)FT+3_fykNp#{;uK6t5#vD#d5=J90n-gthn6 zvALKFD{CIq3X?TO!^s72ZX=DN4Zfs)ebR=f^I(I|qkoj6uyk0cYr7)FG@l=moS?`< z+6j@cCfi8ZY(zh8VE#~Z;BTFdLY#lut!BqnqRPm3Erit znflm5WUjW`a+fq^kApIAbgz+E{i?Y2AwaUUlgYQXq={9rO{cgPl3a>rAmJ76+-y>6 z=%Mql=5I?>nR4hCr>rS`!>@WG)GgVk=s@sJQSuF3TtvTc;QAu$c;wTQZP`JEC%O&; zohr(X0}>t*$Kw`>+eZ^xeNWm$`7RIlH8RE{^BcGp?G=sBJU5gUUsjF5$Sl3mIrY*9H>zRer zUd;Y|5+S}-nAm%^p1jHCxfRh@r@38u8G+ghsxjExb~v38+imf%xYA|EO;;`t=kJJb zrnFB>?G?!ydhL(J#$#HhKHtjqLh>%=pjuVG`f9Z*TKeQ1tmt}pBn-Z!lC2^f-FDj* zo+3QV16;$4e3ma}M;ZXaJJp50v!O=UNr1-r*L3%3S||==5~_hE%3ACa8AP;|wYgq& zfzN(m$zE2~Jfzt%f0vT5eP62)gz1-g9cR46{_|5f&ffh}+;~s!tcJpU55P}u^8IUj z6O*`7$nxdby+pZYPW%Q9=tJCs3eVyDq2K9Y&YJ{GiGVL}{6Cl**+etAeQJB_+!J9l zZNez!+sysS_ai|pRlE(1lvSJ$bZ!!ZLWN zB~vu=iU#1SQkdP ztn_)6YY-!>W&+4xIIHj5JU?pDPRK9}ul~#Yv9<$^d=_#(p-jZrTsIAmpXEHXo$a!H zOd0{c4|qqE@^yaZRGQon@mhqAe=J=d39$@=n{j_0f_TqWkR{t5$|TFi5mi;TFZ0qD zwn>jRjp|0>aU1{Mhw7|C!`$3FJM7#j!${65%i*o_R({MM&TNalDE0JQzlj=5F$tIl zIxzn&m<( zK&xRsK-=e@c<0x zjhhgPE!7YB3D4c%54NI04to|u!}%7UQ&xu(l)tw8JJngflhjTC-KxVT8(-e3#>7+a zN8jsMo(-nQ%18VIfyYf>eW%L-V}ufFE{&TbCTb17PTXsrMheB!_9o~FL*ylYF3vrg}oVx9^ zNEy_}+GT}$r^!8jp|Ff_^H!^SxR;d9jn{}h0f5H%c_no!tFFE@o}p9Kx}@<^*&eXk zKWlcUvfWnXH{kQ+)V(~JKkse+dI&R)Jw7SPkw9)eFxSH}*TXxk*|b;e+;JKaO4wt( zvU$R)=gPZP(e72uQ6e#GyZnf2M_Sz$@4J-MLE^Q34TB?*i^*0)k+QZ%5BWz{LN4(n z9+Rh@&J~HN+Xh7k;!7L`921pDGAMxSnt-%5#mqF)V&W=k4;vdbh@={(jNpz)vof_`&GoU9{w4tjnOuA z9qqb_&Z52ACibBn?poN{c@w_tv%4lsYIxTCDsUt6Nzalj+gZ0y*kPKXXO`@2{Ltf; zgCf(V~)savA^*w(){_2+x z{;KMB>Ft9j^<5e8Apv^dW$;aG@IFlR<*x80Z{h^XVFSj?W}K3=kFry&nV|dyXF_ts?K@l=QihWKpbF_?x*bQ|8|^+m&~7= zK|*r;&cWk5KgL}7_pCJtEMB<=>Z*AQ1Nn}ft(0BO9|Z+{;|hB8EI)gH?ITu@NuA36X@$)NWP}lYkS7T;&t>$?&B%Z};ca`o=33mN^Z57N2~786&CVkP zL`*Ak!U9|^0{sx&m(BT{8K9jl2oEKMF%Cn{8Y*w-SmG*kaF9H$Dlk;`+faZM7B zN_sM3&S0+Q33Hn|`+K|`OFIS@PvnGDgPrB$#DcX4HDW(Hh5ZEB6IaEh%l*qoK|~wC zG~k#Bu#?1CqIsLmm<1$dF>0|R`Sk!K9PSwRE;)xAq6@bF4oDHnO{wWjc{`V!k?2wg zaERA*=eCzM)^tk~fzGeHGk2!q)>A4Hp_`2HOtPtVnlXW=sY!4=^o%?0*8+5xJB~)w zt^71Kx5|~%2zm)myW^flg?9Nvl>Ur8o!C7hD8z-7!u>^h`nh~KwRqaTTZScjhOkkh zv4tPe$4mmFOfHJQ1lUY|gwuVBtk)N=-SSy)nap2+vcwczgcUMu#2=qQZwDxy7F19a+{UwsA;y<-QN)Z2s zFhyI6B@q&v`iT{uPQsyxqL8~z*Y2j`oe3dK#aSCjl<+^Bcb0cFi++DEeAH0T1Wc}6 zcl-m7?yxF(=v$JeliD$EZB=dgBs8zlz3_Qgn5JdS*N{?f#cXPcVus_y3A55T%d~oh zGTyGzX6~dVXB&ymAYqTJx7KCo>Jl!F61)PwRfa{YU4q-GWv#uPC_bdyAB0Gxt_;({kZwzVdG= z(ODBB3bic+<1H$l$Wt@a0Y%gvB40MFn0z$mwUw`qQia~MT_msJ>P4%%ti|u)R^k+I zOUXKd^YDONYrpe&!O*zJ=Q)=y?He93Zf?a@3B`?z?Z}g2KfU%D*$(_>hk9F#ibr%9 z3)uL$;oRIO#-?F`+$Mnv9}VVfCs-{JO7TjYZXl8m6Q6QSxiVeNE&gQHei~YDl^_9=2hIPx<-IS8BZc1_3jAu!cPRBf7+oESFj0(ImodFT|YSC+s05sQLb=2AP1Z~24 zUHZ_FzPEbiLW)ER)m5|Np0g?W?!1|Siha?{#P(zrRE52p)2P+;RzSW7R+8wE?Eq}7 zzjD*X;S^;Sm|i41Ko3Vh4rq_sdR9k9v zUw4#?)7&C;)QUgLre{bBGxCQzH*9qDgYKC1wxR2GzdQAqC;yn#^;lE+FE9PUKreSc zDMAO^kr1hDh|{=LE#K{5h;Ov=61$9J!rS9;zy#Z%CEn^#e!_6&ywvay3TG3U7~SNa z-lQHf_LRwt)QM>R@z?yx;l4)WN+~t^MFqA~rr}e?ILoi8L&~gL4Xo4r$x|&o!(G!; z?bkm#!@EeYNzvC;oJP~^{OUveJu<(Vz-OR;PH_ufA#nGa!JhFPFY&olz?o#pL4Inm z9A>(3CcFm^ES4`QOM*WZ4&Aw~;TgfrrPwcQL;NOYd9P+`nCDKU#(Lak)TYB^5{y<@ z6FY%XW1Wuuyx)oHT00o#6|RtvduQvrxvkp`nFYSFBHIGx+wWbs9+?^2ix%YvzT5T3T=w!>+QT2xV7Mh@?=?flChyi2j`pu6i$xmf~LJfs<6VB4Y9PkYDj z9@ds57fLz_Y9v>&%147r>(pZ_()*Ph{%9i$? z)vt1?9`O7*;NLxnY1wCeaya_tkoVSL|FHZY&fY30u7FLuCBX?02<`-TcXxMp2=4Cg z?(XjH?ljuCI|O%vJAL?O=FF+T>c2X-UDf+`SG{{ZYvqgFJ@wqN^NaIc?|$82m00d= z_3nA-L1Geqr(Z`{!NvQM&--@N2c^6fl^q;4zlZRghe=f7n#)zapI8Q8+^XIE$`@Yi zwQfcLiCFwt$qR3_^N3&1&(HHz?*HUG^X+t~$AKQ+v+t?Zk|(q32#~)O$luWvRHu5i zS>^v6q5l*$^BgIM7*Fux`o_WG`QqVsoUZ@9py_4SWxI?k3xqeiBm2q`y^gK3lKC^Q zr1JI7=Cv{M)n#G3MPIeC?})Z2?yY8K-)G?Sa&VZ7sc&YVl0tO0C{ToP3VGK+sSj zLwNn}B4jDjrVB5@VkOF!E|vYJE!sAP%|gvobpmE2Vijt83z;?FipHDRs8wB8hTIHy zK+y20xFj@_4MH+1I>y#A2Z6!wx3lTZP953dg2)5l;8id0*?%YNH_ug2V)pY{LMm92 zb4qGjdWI3~HxDl#J|M$Ur@1~TY^P*MDOGh_U|f0$T}n9AVyAJWmxFz#KA?VL5Trq} z@r%n7;I|&xnxzKVxrUBxf4%rzb4JCM9@Wu{usH)E5%5LIskeke5o)SYmg(|A9B<9fO)K`QtgJ=Ff}e4+q?ZVhNfynQE6>C5l_Usw^qe z)5`2y-tbgK=eRvs8mt>yOLUTb8VQY}*%}QT?J;=#30)zzy9E|>rbWuDjz>kQO^t)W zbxtPDQL=erv?n)~%L7CxMb>o`ZPEPVW}8vkPM6HhRzK--w4UwvxU>lT-mqOIVw<=> zuJE*;E`2-RMEmY=+;{i3dc4H(KPwz*T(U+Dua>xYkIhW#^g}+hF6TBueLJIeTJOGL z2WaVLKY1fX60Y-}T)E>r!FsS5GG9j~=!IYx_UeS3-}f&NV1A$q6Czx`Apwx2Ew6=Z zZ!;J~(bOC3MfDlJ1~BkD{}jY>gsPE8FU(NY&Qh zR5Cui72`UaM&zEA#l9PKCMySYyBlT?^9?afhdzM_O~(x^>U=75M$yCAcV*>E*WV_B zdYO$ds^s7hZhVE2r8ov!5pN*DQyXVkVPzNxecOmfN~X8M3hQ@es}oQ#CG$+p)Th!s z6!b@r0>G17X&`b(mS#>B;Ye{Em;5XWIK?gKJu_*lBzv2y!kEbHiDPR`FU(^cfwApa zdR&o2-CFLn?up`f8_c>XeM4U?YY+1w?6oD;g}SAna4)_?S# z_jiNZsFb#U+|e5tlk-K zB*vNGp<5DNbq@ggr1(~x^5*@1PM;t_EiLA4uGVaGW9a<=y7%xfh~dBs9|UpF4@X7f zABVa7jBB0_&PMBX<`MG3wZdHIBFhq2m48ncE_f($K(cdga3f+a02>-_MH)?zq0}z? zqxK&h)@0tkP*dL(vVBk?64IVj8Y9B(Yy|K9AJj%rDmNk>a%i5!9#x~n;N|IVz^B*V zec|&Ex+g=JaP+QgBRewcdx%-dz@LnM%n?wGVx#~Gk;QF$|5W&JOj3lAyn=){*gCSj zdvN^K=ko~Egj{Gr5P?Zy8h8nEVqmECAnJALSXZ!Y+?B=F1uiG|oy@#hP;)URV@2?J z&M14I1tGs9QP<33tWlb@36*+Auv#WPuNM3c^&fU5E!T#08!HVu+76(=H%3AFVtIxP zapCuv*+^pzjnQOD3DXHcMlB#uqSyoQl%PbD;GBK_*dnXTq^v|tgv@jIyRd&&+0O$- zfz%5y&Cq#gN6w_2-cM43BWO?b0w52%ms9}x@;RhkN6)8cw$0RW(&s+0nD8pL&xTgc z$0H$}Ot3f?mTBI5V^2|t9goe%av>+}T3X0F-Ou|?ES4s{n#{9E7hp96hsoqN^R%fDeOxqYCO%}>j--v0g^lL-?BfG|U zN28hzI&D%@M2$4n#M%(|hsfCWeDIhzp7~ENrWq#4rVP=^CHyFcIp5{_+7cQ=>8|93 z!cgKOsgtsc6}B zA~5k-=&9y`iH^3qOXMQ6326%t+Or3k7*RsYmz!OU)lwlcFg%i4qr1uY{aEt*0DJTL z#I6rL1;1VDoG8 zlc>*mvGe?vyhJxdV#;6=!nwgOSQ8=oxjMGv%@ouUEk@0r7%;No_zCZ+lpat!4nLBc z()44D!fg#WZmIu+Cux&9HNzLQHpGO{Au|^Ul|*pWL>2~bqxW@MFLYh5ufOGC6C<9T z@kZUwD~p(oLjO1GIbvE$*~3iAhdu9`a_@|_Xhupcu{fxb&rlUH@uSHzN?OhsZB#}s zHdl+b0_x(zRQBjjmvMQShm93a_8f|{C}2p88Er|TP>FeCMP@C9Y_0rUEhv$J3$ZYe z`f~kLgnMOyj;*Z%;qY8fyQyaWk!&gFipY1P7a!RTSM$l*qv$RA=<~^O>&r+G(l!V9 zbi?7U*aQcWVXprQ+4!+CSI>2+c{84)r37)nT1;84^;@#$mbK3iSG^SDRwLUY| zsYz#gE<10tb&i`~El>gNEq+!BM&K~x5FHy6oYFX_v7;+7+9A1^$694^V;y6xbO0Bv z9rJd)H`L15adGtSxxuAISVdf2Mku9m%w9I@iE}v4pC+~XIxkzQX;+dQof(3XLJvd5 z6NeC6k;=9Nw_D#fE}^X&^nF?##nlSWws*9v@OF=JJ<56MURDNw{fpLb*+Mve#wEfZ zNzme1UATC*G;^CtTIq-=>Uex&)4R_Cz0GT1y zzxw8nJSA?K+c|GQzN)68%sY z=(kRM(8>LR{sK_h{Xd$q)z_%u5Bdq)`(Q5mk?sY4H&7#Y3;fy?Kv5Zx{+oiTGk|fQ zgMJeSnLhwY5rEw+_^W>ar&FyAZR?5QmO1r?oJb zw=g@rFb|0^Z}1T3{Sept5O?zs4=#XLM2MtcP^4N=v{+C~2TVK|Kr8_uP8Sq{7maa5WunLK&ijJr%i>Ug+kOmDv-FjH7cvw4GRDN<; zX>(YT<-0xvm;vgDXtIdmyQmSom~pj;_JycM_OPk(h*`3jZnl_SwU`=U*veVV@<7b$ zLd-gN#QJ^2=6=KxLfj^L#DQc;f@egGM$FB6RNPzKBU;?m8R3va+yzzKiDcCKVAT12 z)aQOQ;9@ioLL!hyA_!F?1b#GBWHdxZLc4kNPw=R5wM1mGc+}+B_uaAB`>{BP@p#nn z1d{PYmhmK!@nn_p6yxz!=kc`Q@$}^JjN%3PMJW-xJQBgcm**sANn5bTys5zLZy`QLq0M?@d8%ThSEWjoa zV6zIa#TeM?3~UPqwkHESih-TYz%Br=dlA@k0PMX7_CZYc-;W_8NrE#>4vEMNp-v7P zPmVZGj=oC_!jA)rWx)L>fq==$MVVFz@c8P350QYMBM&sb%M> z6@cV;G1$bx*thzrjbho=#i^}>sqF)awQT>*ZrM#4nH`qteG$2_MLbx6$#vZ6V-cAR znd#Hw>9c0wA&LJHjsJ1*^iZ`i7005SVPGW(rXA^k%B<$dM>e)hz87CdAYCS`Vjg(yiy z_V|4oc4-!2N&cc)VHPm^ZFd%#bnaiYJgmU@4E!8C?Hsy`;x>=scZs>BO}SU^IhJXXsLLCrkv zp;CLaVmj_D9ohn;D3IP~oPl(KMOC?uMv1{^mNjI7qh*4PcY!@+fqPiFqi zU4HSm(dn_tf%ydsK>NsSXZ+;MXyfAUU!CQ))$N#>)n5f$TW5R!ZmbU~kJjK$Pr%Q6 zFJGcZ4`6Y}g7kQOj={K^(xT^?1CfZ)8QUX%4|;*Hso*IZibmm4LDYK9?Kin2VFb#R z@D<@Cy&=S`dMc6Xcp3ggYwI`WB30qAY`WT)>l!Sp__@DnQA3Id{}xU3l}7Hy>( zL%hQ%Em)I@h&8Q1DYf-wZr!$&gR+L|4Fj{e>23v;(#AG-#bKW$*EOxao?E!qmNr@a zR@Ega{K-|NzieDN4$l@U7fU1QFFa%@8AVVNO0+@KGM-aMJSn_pn0Q*wrz;L}QK#K@ z;8u0Df6n=cae!Al5MKJ<uMd~|RUZ0cy*|wMHk&)wq<#pWV3vOgKnUN^VTS#gG0O?jVCWnM zza!CsX$PZ9xqk~WHwa(zLM3}P2u4wZ`3;4gsYqmmD|S);MX0x06v2;ZS`^7qtI(eS2~SoCA;Fem9F5HO0vV!o#7Yt@+nX<(!mTz|oFuL! zK$@s5CRv(7X&6zQDwex;82-(F+yu-h^i(uQe$VCbyXIiRV78qFMOl_}rp0k|=#i#T zrg!b>_c%i+EXwR(|6op`Ql-v}N=Y8aC`&W6%mvH!gkCI4G7CK|q4M@BiYf}#1T4#n zl_o69aVI-1Lg+U&z$=&+rHtYG`Cj*m8;GK+Yq1%;&OwzE=$;l$?N?_PEfrE$7PT9e z8wXXDWIxWE8{w$0%9oUWT(%E=-=#(v{$*ubU+`#ITl1Gro4V#rD~qmcx)7(nb+uNi zsQw-9&8Bq@?%l2(=BT;B&$aSja^#C2jQO7<;Nm}JTLV7d%Jny)%%Xutj z`AxUa@wb6-fR+5HX`9a$#^g9N!`Q9N2iKJj%9Ws3LlUajNE^ZXlcyW+Tu_^d6x5W%-2d+&*wX?PwCwdfGB7D7M%2pPRzOx z6YT?fvj}Ei$%WubUa9IvRq=a0*s}2Y>GL zIJ${if4Z?>r#QC8PM2~ig z1|LphAJA0LsdaQ(PcGwv<(xHLwg!1RC+G7rV$Xy%-UY=5lRp<{%q%D(`hnq9h_lgm$U;fnf=>k3=o(+N8jLqEu$aSJ0=OG6$(iO_@+7>EazwG5}A+uF(E@AK;cE z`%TdKJg5}VahSs^hA)Zu-nm{^S*#dVE~K8_W&3KID)8H@IXgBd&1RDe>3ekgv9*Yo zvRLq{TP}AJC0KgOnzJ`atw1@t)a%h|Y2b7$hI^{ygSaz)@un%Y=3eCdO0gOu>jET% zOvEv46quQ)sg1?5HItC)U|C?Zg!-~JP+$x zlIRavZU5Y6wQWikRL8@n58Iw^=`y--aiUtvI=iUb(!F+zS=*2=yf%P1x{%e*)H79U z?eF|`X*15M{~p+)H(OGHt{vY~;`%%UxVH}vI#v3Ww*VkJslXQP-fL)797gkZh+4tg z3kXb4L8DH%;e^O*2tHtobG}r&8)IQ{4@L1xLO3dY@Us?+9Dm@^HW| z5udvL;@R2GbZtNSviG+6T>EHu?R>_v^-B|W2n<{l%Ejvpi2v)PrO^QgCm$FZ7pk3N z6Z{MR7Jq7<`Y+l@dk338&A{>KhQJ_upYye5j9%~7HYi(^w#>Z^Y1%P)XaX8xWe~uK zbc3>)LHTX_z$gI3u(6iA-X+ZN3gvlqEC)?`0<(l{^n~F4yiMb$?OVip ziIwZUTjF(_MdI_yirDUEsN}t1eb7I;!fyu|)*9=EzV+w5-{jN#UNqHs4N&jg`GBtP zZ1~;>hT86D<$E6z;yjmr`MnkLf1ZEHH9N#fHY&T|pPqJbMfv=D-R$bAIka0euoG8kmZU^!Zxw0GFHKYwqau6D)RCv0>z;`_~8K<;eISIns%f9 zPA1}&&H(}vu2dzu7|(&O#ewgTl3$?MciN@xqW2>5VBHNYsPh(;Wk`*X3zOrAK$ zhr|Y@N7Sw=+qIHwuZBvu>kFO4bd)=Kj&V^y#_FADE4atLoJ3co>s~w?G@r!&bB}pR zh$*3v25*;DKU7D0jsSZJ+SiDecS(>m2`;`@PveMgPuG-AR$DVs#rKE{nvc2_iG;xl z#;ovF8RkM?Q+z6q$}vrB_)`6i%l+<%+muN3EJ*@|t59MkISwWwkB369MP{wgZeW6< ziiKjJQk|A0WN*cj+)uPa?RVay|uI%0|zyk{`{-7q}!Qeqp9e5c#OgkGpf z%3~R@{s5O!Jpo=bEuqqysS@JhbLzAoBo44@NjWMqeeChf5#r$)VKoq(BdjS?tLZpH z-qELtttqLk$NnyE3B?ad*6JKPZYh2qDq}^_=k2;S&0z?wX({T~&t_)X=;nWvP4?15 zura^4cVw-oWQ9VxYM6#Zeot;*vt(5>^-nbtCd=y0uyjYysW!K&OU-I~%*LP1n$O57 zan0fp%Wh}O3THF-L(lFU|8k8aPj}>uJX`QXODtt%|02uXtT3A$&+6~UZej!Fwr1oJ zF~r?uP0$6z5{XCVc45j|HCizOk0XAxv#5f>cc*FyB|rbxh& zK!~gOMzL6I0$(Dtcz>XfcA{9S^J}$_Czt8S_C$u7&Ij&VvZq+`8-oa!LgoE$3BzcK z$(*OQl)Efd$(|~3^69_D6&MQHlqs5AzO2Gb*;*0*-0Zc^SaY>N?l~P!O$HT( zmY$ns9{Jd1L9pZ{>w0CG9xJ1s>rctm>u$UGmGkVC<{e>Cu-<)IF`b>217=mVTHd2t z4n1d8)g77xnH6=JUgSj;e=%w{$ZJ+6QrEPq7j}yu50%r}{9C{Sj=f31URuEEy(mg4|?8?hZ^6Prt zTg0hjSQf)yDeJ~9GF39t<)WJMDWVajDq@kFe^z8bb+ky7MJll544}DY!DfiOrI>1G zjCjDP0h2YnG83>`lE+#wxZ2_<%ki~?fvd4r9&kQy3UnUveCLfR5$%4Yu^buEk(n7k zVVYJ;+6A&2+0i<(r4`X0Vw|m#(4|$fHrlm2GU=Z?L@m%Qr3g1i) z*a4dDr98hTAW?6Lb=r7wZ<)dy8rvH+rJQwMR_*8K^qX*?-h@MgwIA?%T($i$>Cxwr z4R9$ChhSI@=gut4w~fOjc&7PtsDjyC9Zq zMD=1&T*nFw8$bdC{CO`Y+bmb+DtFHw^@1Drt{x439R=L<1;UR7=!|vV^vOq#rAUoM z^Wa6kkHue%C064m=!~bzjHmOAWpyowmA3nOV$9a8CBB%>1$UNu?jOy*gU`m1Ui{ z6y9S}o&*|>kdsyVRPKm1;BPd24xBZ+X+C5|^HURPCu!A$-PM#^^AK5+$5oS*3iEvv zwcG4-kUk5mmfq`UUXGIPOJVaS>y?DE^GG=$e+J!V1Bw82oJ#EKYEGQ8pTHmj=~ghz zMpEedfTfO_u{n=>l1p)GSp<)Fu5P8^TAP|$1Kz+a%erqhiHUF{cs@%E-SyZTz6~US zCr-<}`3v7So3b%OzIlYua)S!J=xnDh#=r*33h9U+KLPTTSd^Jxf@UHyfVobF?A zR=t{#xrV8^<`uebQklCv^H}2S&9QT(N!n?0`$@3u z?hf6~gY}JC>Gn&DzQdEwUA#WAAMFQ}plx*P9&_0NKVU1dho+r$^b)VhzpYN9j`jIV z$+E>hV9t(M#5BQ5Z%f6-=8w2?oN3F$4mh373+tU9(%ok^B?>WVNcevXHxjS42VA$} z(mneKO8!Dn?m%7jBK+77(QOOm+zRHLAt3yFAo-_lchT8=cthvV_;g3~

    $&7#DXRdb$h2y8juljZe4dbv1G*Q%L2z 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

    HN)UuHG^*u?s^LZ$f@uAT}~ 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

    5K|3{t@Vk*Vb7n$$<9-3q!d*} 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

    0W_0xtijRoTiC#$eyyI5xdk5|A3KZ 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

  • r60KI5r-BgD<6LQ~0(6}~s} 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

    iJ>TiY@=x1K(Qw#%zKI=6_GXXv_f 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

    +!K5~8U1q5!Uz2l zE29gYe(L17W5xX63bBveEpwP)`!@N_&|FqndN5PbEHtq^v1D++Bv-zywbMn8u0(mc z_zdloT#HgaDy&g0=087&NA)La_Rc` z8FINig$boVE>j&ZyxZmdy&$NCw@Pxqq@JltmapIvRX$r-W=V=!70=Y?s^%Fl>e?;3 zkQ73&^f6?JbU>jr?&vsQ2b$`NG;?wKY9=JW^LMna6c&N!Xz~4O^6B zY|9;=%5Tv~7`CerGuqW4vx_~3HN<>wq_b^o?J8LLRy$d*Jyq{J!`%388N1V!;hxaQ z5mq~wSkGeHTn%f)J!)JSZ=~_U`0zFHu2zHHngL4GBp-IGtL4F~CQ(fDUE8L?@uuH} ztuzTuvk)D2+d3L8)~RgTwO87&O@9eg(W(~xN^bh4kxcuRrOimNjXj9=gKe9hZ<~I1 z+v!Z34okbYV7sw;`?)XeW?}81^!9Jv?X0uyLUbKVf*nrk9iAo~_F)~i=^dWk9Xzug zZY;PTf;b;_T!RS?lH3l(;M`1bma8~^+RhM(&c9DP<7_*%eLJIyI^Q&RCQw#8RcY`U z5_pxT_#9jOOJ96`5&l^dzIYXXpSCMNqU+}Kt}5HEP~WcFqOQE|F6?z-%tTl7gm9~R zcU$tMj2zA=No?V`Su)!w7zo0RMQ5}SQ0>iv8s{q*7e zA2R#*y8C0M`%jg6udw#B82;we=;u!PeTMmcmA^-z=l90-fg35^qJ{&_UIT#QF7bwe z@`(YdV*EY+!Azw=nc~ier~NC*gNhozl~{kXrVKvSpjYx9gc$r0P8k4F?EZLR{-}p{ zXrBIYxIUyE-u~Wj$i!<%&#vuL!;spd!Z;c z+OdYCH(W-M#qSauMmdH?+a^X+Pqi{1k1>82%he#D42MxEV@H3+LisgH*T!~a#w*t} ztG&mUW5??rYhotHCwIo1yftXGCfdCxa48e`hKcUUiQdzRe*VdU$CG~yCx^W!2`Q6f z4U-d-lf=`>X@27DW8%CaanYMdN+FUPh^v#t^;6;||J3&5sU3>p)Sma$LCVxo!_>*- z)Y<72jleXm^7I9x>5JfLhSX^$>@*8;n(b`*vcSw0<(X?nGo0WV?$jAx?96rIjKJB9 zpunuK@~o)Q>@DytAazz8J1aq)l{%ZfCom_iJSSr`_YgcMpE{?Aoug_AmCxp$3d}!O zo_}dH{~A0GOr2N5&Z`sWHP7a?1QxWF7v38!d;~A(r7nEJE*KCOjLsHJ1Qx&ice2I; zyl9oWXoFp}B`$tHTXYaua#UV&Hd=B8FM(2*Jg`e%#3k_AlCJ>C{~vK6DHu$Gq>`Xm zQW%j0KO;p7EJrIZ#~LligO`!1%Zb?KWa4tF;@NV#069~coNYwT1(Q*!^(-xKEOiE+K}ihwgZq?o0dq{Tn`VH{Ga^ZPG&GO?3xI&<{Qv*} literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/listargument_with_duplicates.gif b/docs/9.4.1/images/arguments/listargument_with_duplicates.gif new file mode 100644 index 0000000000000000000000000000000000000000..ccdb8239e6223d03d2e05aba60be6396d88fb713 GIT binary patch literal 70266 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%0Do++uP+n zFqJaUU)K+V4fGQaERqZ^!}`WG2iNa+&!h})LkIPj2KKK9L-+=d`G>66tWH#t^F3FuH8}ManSt&9__FFy6o*GU>=;fhr8G5q!W%E@b$5<4Eb% zFxkyWC;!Mxf$tc=5gNdEy2e_P#_vpkI*Oa`Yy&-10;9;O-#G!JoO9oK8%MQ>M+I+2 zEo4STZU(uv#v}m4{HbG1xMMPNh_M>}F@?tdcLL*|mQ-$(gAM*T!y}xk-<(E_>3c(a=d> zt*M&Y$w1~V&&H|Hxeo7}sb=%3Xn|?`=&87{jSN^iMzAC z%roESU<;bCVbVFS5ZG8_dmmsfW)C(K2K_!a_g!mlv9xtcVBW8BZhfGBK6SpGbbfcQ zef4JE6fl1rR==&aP&z>{&kpq@ql2tv|Ue=piqO+`{Xj;YV%avHvY~|9G%vM|*DHMNpqh4QhC%4WuH`uA=9s&@`c=g7n}rj9vy-^g6A}4pzJqB& z&mYaWKY|1hKSXtYq=x-?SN=nK=m*cik4W58LDthi*;6H}Q}3`-f$~$gfm7~-Q=JEA z?5t<5vS$WXXLey{Cgo@5181xUXI2m3^sI0@c{sHd+%OF8QV!Q1fCCQTs<`JAtmi)R z=fqa$0TJi;<>wy;&chDQrEo8zST96nFP>XnsDxeIFTY40x_EeS5&z&4ne|dc_A=M% zl0WRSu>6vJ;1c8Dvi!l-Im=bG{MC)+6<^pDxcrK0;Oct+iWm19&T`!*e|>Cu%^Y^U zUv^D7a6NEv&4_!m$8z&h_GZiSW-{VtrR?U(z|H3V4GHe;66@_F+1mxnTjH?WnX=oR zq1*9&#H|`GVweTNA&VHZMBw1w6O&Wl>rk_rzrhf-p^`okQ*u2FHHky0~jF^b75X&G2J z0C3%7Qgcgd8wZxg=GOL3Z_x0{UQ@Gh3QEXv`WRR`diaOOp?@o_Yw8>OGqePS;xrA$&+9tExZ#ot)@;Zx zBgBHAF+_Q7frb4v?K@Q0p1{`t@`XK@%NWGu zLRZA-&27i=4I;fj@E%%U`CF8OWme%DB>f6u8+6~pQWV;pVNx{KoL*sEE>s$k2hBxn zVvkb4Rfwf?i@g$;71X!Md!*xQ^X!R{*n4qetI!;AQl8+-cjWgnUr7d9Q&mZZI*NVF zAdlCNMthMS+AT?+ANuk=W_jRa5QNm0WPDk8(n?mF&aJCsc2!1s^CK$%~6Ws`)^J<5%-YjCRfXgY*ZxH;ROm zYi}M&30WL|{IEA%^XUq$U3 z%x1_B-e4bL0MZ_S0l2gQ(@F8#ZirJn9dkIfYOzNc8uu3nDp~#KfFNFH6+c>*BK;JySjWzbixl>SGPh> zN>5>30~@0PBsh$7kBDYIW~WPFZheZ+yG+g_@Z;Ta%8_d@E%yPde<u8}>T+td)QG*I2bNUTDaDBarty6ghYhz~9y0 zrw=_ACZT;}JJ6hvV%sMKM>*-|q7?`k>_HVc6%ZS$wx2BJzL6R?a*B4~)alX+o+{00 zbb4yuEa0@1JSFgcA%gbaIY)qzcF=N^n4qg^%t4jQ4#LIb-40=UtIb0>+GL(HQ%1@d%nTWK*A_!M84by zvP)6y<99cq5AJ)>1TXH;NPffi-uI^N&Di0*GqP9S_aVgovLzwe`WSoPmq6;pma=3E z{`{UFcJR`=p=8_h=ska|-pqB!?lv+*=3iWmpDn4#NHX`-(b$l@e|7lZSz}A8|K7Fu zt4M}|;Qq5PT1Vt>Q9Ugee{;6Jb7+g`&iPyQu^l5BmgJ$$nub<0$iiX0yIlF~L0*N& z(7_erkNTLFS#U_`U486{bM)7k*tqzFMApER)U@>9>tjNZKkH);k}B?m(KWS6`Ssui z2(+=Oxkaq3t-Yg@w65o8eGK{A@51Pot~+6L*U(R4G{@BMa6Iw3gTtec)!*QF{d>RQ zcpj@*B$5g!O~1kMQcx-~+X5a^-ZDy7W{E$tQDvNPp{tO&U~PF!D~|4rak%Qt%thB8g9`mf?AxYPIRW zi`wGJ^3S4bq|$M16V=9}d6<2_!SRB6ds7*OOXna)OWSjOpmMebAj*Rl>3VDV=D;V6 zXAJd~nr)GkcA7HaDuaY@c8%D6Fnd#9hG@uHKDg$?P=TTk@jyfEj%l9W>?c`B-Oyyc z-3|>k1TH??;$t);3$3>iZu&~_bP#%xx-y(CJ(&e<;NO_4h9nL)LY$~4+MGt^n%uz$ zo1>ltL-WZO@I#e?ba{mH)m7W_&Vo=@69R!KTcTZLxPC@R4#cEUod({2X|U+CN>8`s z>&9Wc#Q)H6lf;k2@qFBmq9}7I@SDpW)lA#f|c-x zL&E-3H5K^ z{zmmI%uCV=#<+|7qUbkL(i6bzsb+OVWGU`s5*z8jmvE#s->kxX2LR2?$Ba;%IkG&Cgp?XCO_Z{9-lxVWOIyn?(-)ciZD=XOD5B7>Po(S&L7qmsKF zB2q;X=T14x9K&t}cz?#UJojEP6AyD6rx|0_dltq$(?R88`Wi{OVhi>O#~r#lAxp-6 zi}^Td+Iqq8;(ey|I!2>E-C5X3zdC_|?=}9NqV>-k@Q=g1?ry-lBmd5__{+PSlj)D4 W|Nacbe?IKLHp9#If@^^y!ySee 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/loc.png b/docs/9.4.1/images/arguments/loc.png new file mode 100644 index 0000000000000000000000000000000000000000..2582f0464af4efb0e1536722c1d75f5579597c5b GIT binary patch literal 6660 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 Js606I{{YkE`QQKm literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/locationargument_blockposition.png b/docs/9.4.1/images/arguments/locationargument_blockposition.png new file mode 100644 index 0000000000000000000000000000000000000000..297f7fea889742492c10d3b56229b922220274c8 GIT binary patch literal 6654 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

    am^6;# zNJ_5XWvWbs4dZ$a+wUiQKP7luYwpF%%7+)NNU>|XH)4Lcofyo}(W6cAPG*+4!{eBX z5k4^adQ)b`1>NoJVzbY$|8XySnDQ{-3+HA47~D@Dfk`*36#OHWY6B!)^VVT$k}+>uHm*pJ z6x`go5jHIUpL*Fe&qvBr7=;~iazg5m7_S~S$u%>f%w7|sa_V2XJfw5LC!50R5l;I! zAQP87Zca`ri)o(PCHQd6)6r&N<%uVwk!?pqpH#P7O$=XDn`?You62zExaLk(VzAJ6 zkZ$PmIoD{yr7^1+mcmk-f#orBQPh}g2kDYnEk8Z+X=D=@2A?)(i^vocgVjf3X9~p5 zAph02zS*dbRo9c$rn^a5k@c_k9 zchd*JhszNkwy8)x78~hCLapkI@N=Yy_8ttClmWHSD)Hv`$(5AK&x3 zUT2BqdNwm739DE*H3^;)|h5maO4k02W*?mo@KW~G9_!|uhIpT&fM2) z#Fh85#KQI-I-ar6IDgr>;7#2IZ~?5(V`d}-D+c&a__1TYrVHHJw@3jF-eh8Tg&kjs z8n$x`U6u0+%^RcLeJ_(ViSITkB>7?mWz_?rAaH8@tz_Oh6Q@~7dM?3|b3*yItU?&X z!L1M}l{xm~oPNG-zVFz`Zg0mY+~>}Pzno-j$cj8MF((tDn3!}x;?+%1L zjbsnZDRIngx8d^I(fxDiZV~}R+`VTIHXCA3r#fKvV{aj+FWMTy=7aNUmysz6lGz`h z@EgKK5%Hz1rL7%{1xm?~gBPA!`1xea)tAjXgP|M)LY}pIo28woS8scBkpi$ib)%MvCPAudV8eyYD~P zO`~{46*h=N$pmLCK283B%Kzx{x=biuI$3weC(@ZDsxD%}m0-eO__@)2*Qez>;^;z~ zC-ksEq7#2N+x|ridte#ll+&*rN;xD3w;{%&pBb8#v!|t%>XybWquTYhOT>0lusc4f z4osTwIW%8735k@q;9p(k`nIC5_4k{yb?7EFnyVFZNv1&RmL^}*hHkO*EX&PTQ0?#( z#qQQJp-DXnIZHGeB%rbe7Hrz;_QmqoX*R7vj!{_OkIL$_G z6Ia-8kLEJ}<*NC6$-WaR^=kN!)-J@|2NPL8Ye^mw4;3&EZhW)nIv!OKcc|UR(S{#$ zw4;SxClFQG4PZ;2H`_U`A(A(`iM{1YMMK=h)Rin%vhK!i6Z`iusiSD8$u;skXco*z}12R3n?+Z?Lo-7$BYES3lz>*d|@6pCs3e2AXN0HsR4m^)h( z6D0?>gX#q4Q&Vib$NAF_yGJ7`CpLwJ z)*1*eNnWj?lu!jY;UyuyV_)c%QAN4nXunKYOg(m4@`08@%2(eT=WhEN*AwG=CMg5C zn}BlwH058ZK+d0Gk26p24nH-gEJ>U+rKI3rT6sa(%5tP%ILZ+deylt^&SZRM+68pHuqc1KNhJ5&Or=KU+f zG_%nq&xf;K+X@|7r>3RPU%nw)EG;ELzF$L^$ac&*A|hgXiMa+QP9{h|ZNieXgM=Y& zBbz3*nPHyz5cc`FtOqkL9p`xVRBJOkbXc`l!JmQDE7Uy=4)a*1mHK34~m{Rdt1nB@GTr=I5^6x<)3!K-Pye$=Vsxfb!bk=+PC#qxH^FcOlSke z=lq*6p@Z-?9@hTaAM@15-CY>V!D4IA)TK&rRRZs?3(JG&NR^_iVDw{T-+6ew8tPJ3Bu@pQY@(56>MZ`{MB9YN$rZ7_^gqe8Fzp5o?w`#}Rof zXFi-`w8$i==o%=*xx&fTUWAdj=G5LNd>&%fCt%h+Sn|%<5SRmoEKwPcDM`?->m|(@ z)n|*?el~J=1;Rr!l|RN07^2=g^O#m=wGX|eIih-ReIAKgXnX)`o1aA68cfmmlI!bPH& zV{`k(1K8JTvhQjkx<+XT`+8*rcLXj=l8oKhy%7$+IWGwZ^Dof0=2G-)WbMB91y#Pt zR8%1|Rx#=GRKm$soA&>9AVlc9RyfH^xmatRYRPLb)+Dd1b=U0Q6W3NJ4ezvqT}c+R zddjjxh2yp68Kr?IZ{!*y_Mt9iI&sn?gN2tzGu_d&nV7zqeK(nPbmNC%9way*V9ij( z>5&$AG@Yky)jh4BFl^zQXEn|f?0go^W7fNS*;+%xK+c?=8BpH-SjhHJ8<;M_-nJqP z2Ef6HPC%B^6XV{Klz}*6(2(`v7SA_DBMQ_kpVt(8b6yG5>$@jaL=qfVAV2oGQ?%7P z1bS16oF-N6#Z(h>owemXx{-k4havF)dTm*xV?E=Ks1)2W)dGU! z6Y;L1F2SLDIc8mvTn`DRrE>ls?P39xqfo!gvn`;0X-|Z^=x7gIOC_%nRN$9ewu$bO zeqonvNq!Wn8y!{oI=bTlo-2@2ugFQit+)6bLox1{dPmyIkxfaRW|$X#T@C|1aYs~6 zw2M<3O}VdG7BI>G>#Pd%TAq}C?_>E%h8tI;SS;aP1!NzLB|n0I3&#l}UPD&D^y_pO zkk-Cr+%R$gY*5yp{c^~F<@_z6g@Kr+?}U#PveBj$;Wu8DEk(*8b~+%7TIY3Hks4K= zn#gnJjj~-OE$Ly08pW#zQsrwH14^0f^gXlo7oB1Yy}V=|WWnSoDgy(r(nKl^UrM2iggf9jwKEB&Vp;rT##MIN2Ltro8B<`+&0`k3Cgp-~~!qX=~)YJ4f4|4zA!%R#`sn8uzsa2SJgD4XH~F)|I9Z ztNA%EH6=UpoX1SXvRADc4T4PkjfW2Z9o5`2r!gc{{tLCe(b=R4CPN7LkQqNu+k)K87#NQDAdNuHc=Gvgd&^kU?Yw-fEM1l*RZ+#39rI6OCt6Y}<^`uCUq%#H&S z`sXco4jHcWIqZg~6oan{D3#m*QJ+#qYvOjPji0hlnK82DrP|upN+ds$qmwGgHZ^gA zCY6B!bb$^(0qEfpryUzk#gsaSU%oAr8SF~vIH2Eev)nm&xKhwc)wC<#v^tGdd~_Kb zK&sH~O%L$GE>#r&MU4ff0pF+Wr?egD%zG+RQ0Z>A!d~1OQSqPgyVXtn0IXv#$R5?IsF zZ^^m8EEqn^?(sZ&P;g*5v{VurQ33LM-A+V`ahqAou}gxM0p=-VJXbD`%ohh7lq=sX zx+M`PGw}j>>3z7lBpe~{BNbpGOC7@lZ%o#wEoGAYdq07lRtvIq@FoegDYTpLYg6y; z!(ms%Y6|K)071!}6+RTsecSq&J#Iv2>o&BawETq#-2SRV?N+JX!I-PCtMf=oIipbJ zmM>lsAVa43l6lN6{#}+Zg^M8D0KdUdVL9~JT$ECBIP-9SBb=0*_Z3(D7bxfFPh)gQ zD#bCoGx|AlNviP1$MOS*_ZE$rV?wZG=-cW+yXb)rxS`n*S1mC1qtmyM1~i58G< zUTt-0G(RL!$B2u|0o<@p5lR}G3qlXOaT_3i(>@N!BX8yLEAI$f`V8ClJddtyjZ7JV zYX`cm3s?>uM?j=!phbdFPKKhY&WfCd|FuAFo{)5?@%b~(NJk~btwFiFqZexXGQ)lr zK>1SD8&RacgpNm?8=$mkY|3t5kuN{&dgEcrE*a)RL>RJa` zw}+**t7VZ2>wW}+a|I+1q$w6P5IQ{d$CLQRtD^&VqKKa{?)~%4n?1{(^_XWmC^BXP zI0Xxh{h{{n5dIonsd}S`L{YUJHOzVGpC*Fd-~duY4jZDRsV)UEEfbxjUnT>nnLI7s zA^cvFqiwVE)mAkeh-EL{0}58b&N}TpoTv0J<3*l$(j9s1L?t)yz(@5hIXQ~4p;s-9 z6blv(PiX{{!O+M+E;JNrFyMg5;A=Nwbj$}IT z;*&2+o=U7F_RBY@s2$?FBMOPX+p2o`Fu(R@tEQp{I+ex54#!WD2HA;&Ddl75Rl3)_OIR4D)yx-a#;qw1rh7sNBHW2i9Zd6gh@%Nttwz0HQWaUQ^8|2AS zSB1LEBJp4nSD<{;>Ne)uAof;db;wPBZ>yZy?i71!q%OvLj24yE)W?yJ4boXO|M=jI z-G;~^_-#V_DnJc?m;vU{&H#}c?hQHM-__zyxt1@x)veqGP_7+;a)c7=Z~Ger#Z*4v zy**ISgc2_ZT8^1eB<_@y>`Yf_RtqCA>xN@Yw;EqA4C4$)6*G`#gI9L>W&nW^ zcq50tM{cx!jiLqj(E8IH;;=g#X>J^LS<_=ze3G6@4Mbq+bp)0&PZ9EIil{4sdw^Zf zBiQxkkW<^y&H>k+fxlajA%h6MZTfYZ?s^JKoq&6IxM%#v(7TDJl9}$)KK?r_xbB45 zpzT$NB&$NUWRKEzsH0(wtHW|bqn1H-G|OY((u$Qxb>bSQt6qocSOJyE@&Hd~@1Xsd ze+N@trfCiTvWzUDZjfjIyaxwHe+`~^$!u3^@N2Ib<^wTjupq}MoZx63N}iJ7wLF?$ zNDZ8f^uN)Kza=+`WlNBn9O~)m+8x(+xWb9bi>Cpgi91lhiLT|N2lBm%SU!Vfov9u5nBjr$rq zEbbpZ44)P%dH!v(Z=S@=R6DQQyi83TT8~SWVD|yGc?&D|+FcYxSjf{^el~g~s z<0yuIQtZb4D-csPQ>32S=T2LBjRRz;hn2ci*3!4RMPLqNiP>{Z`~i8-jEAN6%{CM} zFKTg(>!e|7WELb-W?gYmUzwD%b+lnU<^VJYAv$jIe?~yiJBSYYgam-5=CHw_Zn9|n zjh?hrTpeKtf;+=$E3OxX*=I<8u9h3JM)zVGDPG}ou!6JUfm{DRF=1r;wh&>^Y9T2} z;*XKK;?gC_y6%LmadCX2qHdw;z&} zH!(HEye7R4{dM+t>PZq7Z7Y_l4~V};+D-x|sP~l%7FjtZROWfO+uVje>{5e4$CJ=T zJI=o~t5cWK*-Lowq|5#(ZC*`wo=DNkj@)JE23vn|D-F*Aj zlx=P&v}VMC8Q}~gC>BW&*HQJo)H7J!H?nscbCgwU19Pa|7|rcJebH8)H8*_I2&p?QZNiHK+CW}+LDvoiy5vqo|$KYxH;524%0^c~sO%E{|5=8~I%O{=K- zdUQhg5gg$wbuF&m70RA zYVV(6EWGXfIhfXR-E+bs48;Z?g^}^c0QV{Vl>xXp-rY*Ie3VUco85(WWAg#_&e3(l5^EGRdT}-cGZ&1 zq@H_6h4+b%Y;Mo=x>mQ|RF;WRuBg;g;gCIHtflG`HuYl1bTmg|e}$V%?L$I1;ac4y zjBLrdS|oFL#)H;(gN3A>f;xwo-{`>RRL;~(VD2{YmYSp*S!oS^5Nk_%d1*fQElYwU zs0@&?r(=Nye&Vyk?F^h$+PFrkLjC(@CySle&lR5UT$S5wSv0-t#3=&QD`hF!zZi24 zKbk|2lg`~X+^`695PQqFXLb#JDN`{6C1iTURPRWB{t6vccwXWbTjfD0(DNKUT2JJ} zZrZ;T<;Y3hd|sO_#O8_#3zz~)D#{>S~f)5hs)Xw zncyDi*|H({v=sSx+rAsnGUW;RypWLo^|4eG|}n%lYw*XwRRhf~)@h@LNt=i2#PK4~O zEyF@0Q;yPS=$&Iy^%HMBv$fg@$Lv~%1zTjC&!*%^aL27tM>@rk)X(J{e}S<0EHw`| zLdh95=E#CB*GG#yHzH%`am!!SYOT={)JMj=j6Zl7$ceT?(SncJ+DDo7QS}r3-z_Eb z1~17=3EDW_(&xj|L31L5&eW4Hr#ON|Eiq@MQ`3@YaYNKqlS8-&*FLKaeIZNYj>ckp z_kkKBHD$RM@?4zs2unR3qkN9@AnbQd-c*_>E!r{K(1JsWuGvjj>USyFHo<|AU1-i7 z`(>i&`g7Nz|7wIHM6ny-#yZWPi%4M{VALQGOr#p!uL@*)=iua&r%)3KD4u9rHEtbY z{}jXZrRSs$H;$WJ^Lm7n|L`)9iEwBanRT;FIT1@myv^?r3-aDHeCg~$k17X;=5+0I zsdr6HDMLm@FO(nu0Hd~0+=mu*;WiSwcbZ;^V2C_@kazWd*!@BTUEy`YaS1?h+C#H` zAFe*~vJoG7ci+MnJead;`+MIEW?i_wvFKWTEf;n&L+{7kwM#$%urbiW>((>gT6ixA zQ(v5F;EPycrKtFr2~fTw7GjCAZnd^>Wg&*Z|OEep9hFlg-dksPEWZm%n%tvB_( zpY$wu^m1hTqLC?HAGee8>ggEh2^%GH%l#%zNT@Ww;IXZ>Y!9#sy|%dsLB5T!-^$Pp zy*2o(b~!)gMK-`DU-)_EEUL}kiRMI^Mqx=w`tW8_)i(AGm=L?2?fD3cjkF&itV^2c z1w+Co;h)=v9w0%;4MlUp8GEozL2r_dES&59&Su&9;O!%&CjmC~-O65lfv!=A=YFYf zL4%RpXXtglLHywvM@lnmB=E#u?Czq%p0tJYaTra+Jl2kDkxE!no8QH*6%FApJb;}C z{$&&jgE|4}{#9yLlleknTFb`e(R;hsIgMB+J9C!Ix5IT14w4?O$Jb~)9Cq`}Px1h2 zK&>sl1~>E(8}G@P4nxm4Jq76<3hL(l^I0mx$D8+WNHRqB>9M2D60J-ORz8oYUV|z_ ze_@U`4sTwu(u9}LboKQ6btn8bNvLiMZcnRG&oD$LT!~Rf%tP&ZH3B3H<_-6^*+m-F z4KCdS5a%&Zax(sgwiQg%kDk~i2#}Q3gxF}VZ!*j@I{`g6x>4p&Pi0MvnUMJWiBB@? zu1vGUgkg(u$3(Y?HGG8cG`*cz)dV*@<)3bN!P+l{!s%z#jN+sm$GCxInm3Xh#}!c> z3JKQMw=U)3FD9?H=n^1lbAc8DxLF0}%qliCXw`Y@TcWQuLR58g9xNkd zm``;(+^CG?Ovkm!tB@t+YL_rb;}M_mb4J|)4E-;4v16OMonE9v2e0HcG(`{opuPJO zJj4bk(mrU5fV{Ou^m$sB`XVm%)v0_M0(o|ZyO4Ou_QySctsQpM%gZ{T1$%c_aD+#PDEox9JbrD=jGs>fIG$q)%|@2Ga3=@!rp@ z0$TaF#0b7!xKIkGpx(|ErOz7OSU%zJPxr-anm7`|3byE^PCYzrl_RC!Zl#=*d zZvvfw)=V;`V816M!;#^^QDF+1Ko|38)!fK=n5C@&;w7)z7^^TVvC`=Y@&)^l^m6wc zw_q6nfF`7kbJ`oz231H#6T2>E4^>{4b05vY`yLO}dy;9eaGxh)fhq-iFLI(#=d+sr zRxZ$qnAKRRh1baMkhT}6twu2bU=3%MBj<=>5hmmB)q;YJJ5K0!X7$=WehBtCg?kIG z*%;W~3rE@2!nKdS`Fph>VPS~`XwppW+8lqmhcwzi0;*?yQKfOs!A*vPOpiAuf65<5 zCt%iK!-#Wf3&0iu>vc#Elb&Ti85u#?MNCwONdoo zqFX=VV-YL zYxm2hf35*E1-R3M4wkMWNqbDrLl%TpEe;G0e8gCcdNvC+0D=Sq3UoW8%54!X*^Bp* zUf{{%R#wkOw7C-_-#f-g>UgwYYq_3Zc(mUy>tS!iHo{{5@|D{V6b@VBD}_o@kXfY{h>P4%s)D2egC1 zqaVJ$M0UFC2wm4EPzIDeYgH`B9z{o)poFWmj{XrG?M=FAwGZ&8-q3SWi6HkTOhm@K zK?6-shOW?_gT1P)zB)G=o~g ze;^*au6qhDLS$>`g5IKgUKg4OHA*PG^;vQf=F$qMtb5Hzru3V-J8zPdI_DTniyF@g zc$J8Z-3()+L3OzT#x}%Tz+0@R>E;461jT9jc1RZj*2l};_9)^#!c4D>Ivna#dI22L z)jq^=pm?}#Qyb~6?ZWgky#+$E8cy9M-@1BJLl;h7^-S-*2F6UEmOJaGh zGn+v1M)bJY^ru?m>7HHqB7A+HIFw?V_NYfumJQ@QoDR>JR;RAuyGfX7#XT028mFaO zXce?yOC`e?p|wEbMKS-Apr1l-_9A?{e&-@pA+cy|-0)mWcTg6X4Lxp>P6YBdSiizL z$KRtE3N(W@=v;d*cZ@xiwNDb$t*Gc>TQ~1PEF(sahogodwgSwb$GpCLY{$nE&xj z%dzL_W9lP{@fKd;7exr$C%II!XP)E-pga)yaBge)>or^vQ17ci6}iLdlcq(%16uHJ zggkllqqQA&nJz$-oR>z(48(NAQ~#JDg0I@g&c!jM>L#vO{ckJVZ}7Ai7Y_c!D~L(Hd=f2U~axs8rPYz*%@J#l;;%EiB55`4_lnCsw~;i@I3as zEbQ<=kAiw^Lspop5ccE;djfn?*qbT%Cu)Arqg7}Q$+%$Iz_KEr$R&ZDk-_v09Wj_s zzO%qT%fyfKW%#+-z9U~0Q?+E2b z`p4WA<6U$s8Vp#IJc=Eq466sW-!_WH$4ri>apI8v5x301_hC*E+V&cCE*$uVQ=Tu+mt{stW4&w=(wfbPIX>Y z<-m7v#$#pt@&&V9xknqvjPFg%F&Y9ee`^Gk*LWP`cuWhZug}a`?u;Fi=QxA5R#he| z&5zW?^hRmgFAT_Kw=zyL__YcdweY-iT?Z}7jVln4MKOhcz!iuy*yE2;YGMpO;F^vV zop}}`%QDZ%m)QwQ5r%l~Uy1w8lH_`;Hp|cK`Z#yM#ATb@h-KDo?!ZpbhBME#4c(H~j{HMq~*Z-X7tXnghcC)dsH2EN)T}sC` zP2Itx?ZEk)dyW4$;_dv~pETt{*cA6XfO@&5!WBf=K>Lp+-co8qp`eOE?h~&*<@B9J z|II`FjX6%y9U`X}&I}~bKlxt&hYFnqnjy0_>g zqYzYEdjC$C{jb^lEX@*%bQ57eAxU^IVQgF9R@2#xENdsgXi8a!d8$ISSoq>W*d0~) zsiEQdtlx+3Xb zpx)aKg!+|e)6kCF5G_}hZr>pU0aoZK{r-YO6@k4@6`my&%`tHP@FI6r_aJ`Wh+1x5 zYX_T9Pyz+;SbVaF5JUkV-R`*=5EDOV8;R{Q6hfmX$ zXC+Az%bKzs*+vndwkNjzv+i4=)=1B-gYGRw08@RAg7akt{mV-llABu0E(uCo)O334 z@AAS9u1LKkU#`_lQS9NEfp39af-~=fUJKRFv&iS{5nS?={;Tekbo28Hr;6vvQ~?R7 z<$uue+Wzf8s3MDGIjm5J^vzD6Z;6V6<1HZaKN0^7P#Bbw_~gT5vys`h!`CU^6~2^Q zlsKViOd#~F$bSKPTDf_MTP4Gg=2=`lelDn-sE6(T6WbqF5s0V`j`TCGBW9cPy(Gx5 zPbqO?cR`m;P3ICjTV?(ZYyGl~!Y|{WnEeI2Eds4`%IRo|iKkFY!#mBAQt4SD*%CLR zBp6y*&fh{}UB4e=^dM$JKj;dQHA<;V<|}InGNrH+((Qbiu;)5+UE#E53W`xf_c9br z?};-9RR*wY{dq$G!H;AH&KJJuMEgjN1^3K`?-Q_bwH{f5|B=7|d<7bFBy!}h;VA!r z5Ug9r#_u7XJ<`+1>Dm08MMKrw<`~)MyaJ#cdn&ynGDZ~REvgg3SH(Kd3^$1)zqSIQ zYz8gCXJ$Pbv_-to8wxQ)Blc{u@RM&Md_NNyS=`7{P+0w=58j_DG4tBz6ME&PKPqmq z0EwjwUsyxX$^sK;86)q@4ExZ|MLtgiUi(4UW+ZQL;j}x0_~j!Xo~>7CZq&N{iBJ(m z`21S9mYJbXd`+*q_>gm{e62)$R$Gy7yDP{zv}%He9u4w20kp!+7L;LReev=I+V$0G zSxYV6MMe|JUr8svh&x4CZX&|f$+R*Grr)llJIT47!x!J-;+KT|FAF4s}v!b9mc@sWy-i?83%rqR! ztGDVf!%Zc0UmG016#JcfdCHc)^TUf6C&)RgjXB~+DP_!c`e#`!@xQt+_(ohe=*7mPFmDB+3zXBRb(3 zhNr|X}EkCc<~!3S83`rKZO(g$v;?0J-`ZA7d+?2AK$lQ zc?vg_73J6xHYH^Mo4I#Rq}#q&crmv7f})Ww_tG9*br5|wPMmAbdaVUl_bE`}cG3{z zfJX_bSH45!4Zk1JZD1X~?`?0K7}Y8AIxDo~&ei_>XL!%4%%|*uX>0#F910ZPmEr&B z^PVy%N%Wc?8sCR%Q$#6{XZZ(X% zJJ`l9#zL%Br^)kWe4s)&CJ12__E{RT=Ly z5&pOO;a$35KtN z{I?twbeM0azHxz&^Y>ud=Ol=~G2TGf@e%u;-F$AefdEFLfh0=JG?|ey(e=0556=eP zOc@Hd*<5!%S~>5ZjZuIbcu0m4hWmAkTGUnEIc7C^ojn$^z5g(RHVU+L$MF=1nc<{4 zL5c68y*|D8210}e5@-oA^b;d_kn}=#OWV>@et@F$K$QPy6YNHJ{V>ul!Z#iFS_LZtDg4+$mozfDy(t3whu_-s#~8c4fmvzPDZz@Pt|{Ym8Zy-oR? z#qAemA~#)HK5C_n%X7#RSj+CL%{Sl`Hg|*s+K4i&AI=dvd$2;B$P+&JoY43PcFbbG zBMwJ*6FcBya5LI~azOwYkeO>+pgW}uO*7oIOfGd=X9b|c0-+G48zM3WF3~fEKG`%q znO|!kv`mxryH2jS9mx0<3N||C2A!+_sW+uNo%+KpP%4L}pnBP-Gm=VLn$Y|0g7En> zeYt8-5LfxB94h&*lp~~VTE?u|RZ4}dOq7j)Ob;AQQo%Z@_y;E+(ww0Ro40nJ66eUW~=Y_qMXIqg>Av~JMQCv3CiGV2K-0k|qG&d+C%*1SlyvxPQ+?_8? zqsy(=b<*37MtqU`ecR}j`NN+M^M^Wr6TziXel6Bu!=_~lTQ%Ert0<)(m6j-ZTs1Zi zCjMOXQOXrH!A?>|)5W%7;%uolflF_sYx!0Rb!?dD^A~Y6*Q&(tmq#3Va-^l zoph|NZfhPWbDIIY<2H<}>iXA#3~Fa+Fvw(VHo&oUvI+|j$6b>WPdO#;obGjpp&KUe zoeqb$H7!P)uQ&p`7qbd2&xGfS8nu`e(q2#=h*@3}K9k`A*ZQ&spYGV@((9V=(})QinU;$%u$r72#r7Dh^nog}3_KO6 zOI^!azA>${6@>#6!IJypfpuQxn8mW*nHF9p@_mj|u%qH?(E)XpqW4KGzNRC#GQ>V@ zW>Q!UDh2*7MZ3s=RNTDsl%&wg<1qtSq=m?#U&9T6oVII(;JiC z6)b6JuyhLSUBhxdl-YiE(&g$Aslee_twX*H{$zu&Wrb0WBqu1Xw8epGU)|B z5({cUi5)HnV(e@fo&7yO%vFWC*G4b&jcxg13z=Kfe!V!o4V1=E4pHdBc^1N=J-RD(7t@dSV{CIX(hP)!1t3E zT$eX3m9@C!=k47Xcg{H+L&7-bu$;TaVBuX?j6BcYd`(DGMveh`kc*j${xa}R?DfBJGx%T~Ze28&|c zg$UxNMLrUUC84(w7HNkZgnk!<6S7#Apm8bjA_`-Dp20ZuJ5(74i1WBFqH(wdqSWF#AK-GBq=g8n2pEBHqXaWk9aPO-n3xdHAXqjD)u9Fb9E1(g-JYooiO zYvv8RDzegSa!0G;djGc{bN3U;+rBPB{XnxHq;cnU)M-x(GItHdgwN^M_y~uU7_9WC zzaLE$|Lhg#h-zmbo$dv{El*iXne|WpncFrqStI}JHfNrn4^$U=qqaS zp^YCNFZp@CKc$$HP)8B}wGJP|~*A3tRI zkfr5DGD^4ie}jA6;8s28|M>pSxAiw9_1BLe5auB%um|k@oa9ttt2L=GKUIicSILD1 za^dGZBT2@->e8E}0(?)43Zu-TUu!AR?!WhlKX*O+lKjH}+b!E$IvT=#c5rnc8OOIB zTU1svZ8lGgYN%A~4rfdwaEmhY;RXFoO;$EWnnNjON4?3o$|Ni<6icKtTMD0ATwW6-_=(Wx3j9w~FfDAxlx#C4m{oLfVP1npWkMx8 zC^pgKvBTDZBCYad>@!(|EeSz3&2${#_`BW;k4k1*d#nXhvG)}tM)GVm1!7F_8KIYR z21!WdWz?GQWU;gZzxNH~QR1kU{>X+hgw6SeAWR>osDL<-~N+oP6Eu>rA|4 z#eH=?>oFhjZtoNn9b@ICn^I9_c5G&C_OJ2K2cv{-rY9Bkr;sYRDnR{yuZf$?W(|Q! zIWfc3;1)2pXx7+6$LpKt87T_0naF|}Okk>ki!(?m%s!c-&|>GLJx+rk5P(GwO2>Z}!N8$#qwC6))?#iG|3R>S{Uiv8bmkf*!cM{IGub_Tt@q1TMD@4F zxOZbI*u9q`DyXYoy-zqj+yxflV+2Pf%R^boQY zHantT9C8U!=Z?r_H_`RnnhNny#jD9#5NeKqf77Uub6V5;NY&TY7`QJ=vmjt9gD9~v z_>LR9;5?LK23&2dYfcD^>{>#HJt?@TaywkbsskfbGwvE)mO>H9&2)Jiu)lw*}NA%`wV~h${JB?4LkjH-B z-BZgGdz-i0BV#F85^v{kSF=|;iA{vIlE6x0ys5Tj9=_ut~bMSc2;6o!4zt_!3McaVwg2VBw-xp581sIlR6acBfp$B zcAZa}xh=@)$W0R7?uKMB>FY5KYB-}Oo&8uPLh|{+>2rJCNCbzs|C@*+VGvIf`fDt6 z77bi6-ynTrRdFQa%g-3iyPtm|d*pyMn1F z5jH>TrEJAga~y<}=b>RF&aE2?qkkNfQ*6TIV%vY;VkuvGK8FF3ySL(`CB{Hr)Du7_ zlNY~+(Bge{XcIi&TTqPIL- z1flf1a1$Ey@?)4kla;46!Tk*NmVWN|#)U*zoq#rvNixw!Q>v8EFe`RrG8R%3u{$Q) z%O`~MoTQ2+0oJ7FTaIm`u|Iy8-@b3?cO>~)*FH&FX=CiOAlne@GQD( zE8zV8tdf*U(*iuqEPDiv5y14ZP7*U|vt{&5BX^XxK_>nCJ6YR^*iu)52Ml^$MQ0Uj zrqEu#6NE)6KDLgr+}_8q#^pRe+opE*P_m_olvIxIqKV9B;CMdQ=46b{OUUA#C}v{HzKB@dyHu+w<5^#^34x2l%N#wC$=>8+l`^20Hfp`)z4DCH)(5cu!ji7Tl;ctie3b>WgQB{fLa2 z8!YM|ztGDY3@8&C5IS`IZ~!W!OUxV05ndW~*|y-DRmay&iM2bX$H(FoQkWM=kYT>F zi@c-x8jq;qwEK1Y`3r@rzYEaDL(hrGNJdmLM+sHYLSrnw=oigD=Y%*o@~v})2{?Ae z(*ym#k|)&Gb|F?bQ2UQ$C?486)?pW)7nf0hbX*_&nxl`=xV~cY`0H&_a8fIz>$?d=?S;zH+ z=fjA3mI6!=sXEX;DNG$U?lQ0K3Pp#{eJFC;Dl+P1pp*1P>@{u(T}n3gBNY5`eUa(J zdI|(udJsMxR6aZq(+oZUC^X%MQxqQ@6PR|^bfq*=OiKO{uOmJ=5RaP_0>s^+NV1r% z!jk5TonrS_I@qw+cdEn%fE!+Z*`n`L8kstcuBIdNO^I1&Lt-5KNM%t%#Fu}b>^-(` zGTb^?Bl0u--e$8?36y-7#`lr>sH$O6{|lw}2fjUHl6&Bs8w3bUZXOquHSoa-Cqbk; zPz@}b*R*?d?K}b{p~CyeS={P9;u{uRmr;gT4^XHs1)H#&6fC#2MY>4x>GFbgvwC-y z4vqcTbmRLxAQwcTx;R>5$3^K2IX5|t;(qu0{Nq|` z(9}ofOqOlQk#zxcx%>M}KHBH|`(Z+-e}*`D&64LEr;rvOC7AYemgeMIf7=DL(SOVt zLA3Rr)=;DzP3HT@s^k}c)!1B-OzLpgR2-h>DD3cN?6)J8*#bP@*AO$?;NbTGKkcZ+-I@Fi3f>%5a`n&3)9BE(T2%Rkf#!uO(d z7{g-j*(JrhP>ECURr7#O5Q->fo1Fz|F8$j?xx5twKQtg5k>4vO z(5VWiqw$50-nyGUBfX)UV$I3tr@i`NyHE0A!A2a?8hXPEqB81d$426A)#osS4rvZT zXPR9V|7L?kxm|VNX&Yu>3&)eGV2^l0ZO1}b5-?iheFzVJ7d^~X%nJ{k4<%noA)DMv z|4n7E_57Z-1+Jg-wj2QYImHE0M0h}MztwZ9%i&Fx-uxX|@RPtCh*VNaQhcZ;+iI#c zDSfATPxvkapoG?9X*;95LJ#i5j(71j%e>KNj-6)1;rG$=Y2Wfi5r1 zD1BxoZIE2n!|ilEr~D88#R-Kb{%1~z56yN$lC9^Rw+Bd?onH*@n@BPPSd&U>iuB!v z`H9)p`JV2lZ1>6-t0%ju)3v!2vnn@G)p+@tJtAXtZRS_?#7fk=m^eyUhA_IZ#rXv- zILbp-9IfH;at4*@7;@R$1N@bEabil9huO0pwDS10TqV(iq3g(KNh_QyjA98xUJ9Ao z0yAAR;}TVDgiq%mAVs}gkOShpsZ?gSf&h}SYmbbB_UtrDn)K6E;SqSWlTi0#07@U6 z-e{sy5>8ei20eKirHvdh5B``4A_gt&G;OEIv(97PPN=cT2!w3%XuNBd&~ik##_M5V z<K%q=W{~m*357hBhBF3hi$_KY!Hb5_z|i zolD3RAF@n0u7w`Moy^?Y^m)7zLH>58&o)cKcAeA3%^BnNy3q2x3-VU#KvtXWE)p#> z(ll4RAL6@A3R<(^*0+Nlb4uCd@C4ThS6u5uS^y**usPYY+$Me(HAUEE0LxN^iqQKy zve^@&FMlb~ah94O+wNC;D}(Vs=dEOiStfefwHH8RQ>wd3kehUhNM6(X2wxfncZGRM zUDnp!4d)xx^c|hhCy8Q(v|%fXt3O}Y(8Itp7LSv94C~SAlqU?$FZP;{QL4awkrqWn z;C(VtO+g8d=3=Ju;Cng75Ac}(E12r&q({hq?Qbik8_%Vm&UMCL zV{V|S@6w98ZiGa> zF7kMM)*y*v27S4&Sf{~~n5s!LY*4JLUuJQRXg(b=uSTK0moq*Z>CCC5#@DE_iN+w~ zeCe^74i+*?wA*xs2Ek>G)F;U!5*V@Xqjy&8Yu6eSX8Rg9hX5{a;2=EFI59I62SqEC+8mj|EdH^0G7~G}DagZ*Ju#b>b!y1-RfPxJ z(L!~Ndl5i7;y73V(wp@aJf-&R1VQ$e9;GMDuq>_TwDI#Y01j1Bt1OlObjo zx8RtCxWC>hJ>ywa^-yP`1g*dU1WIlZH#`n;DpxPsKf#Y!ct9&V_JW~vMeOi3{ATl& zhOFPKz9I92AzIk9h0*Q=Nb8n72T* z=@ap9O%QBA#(>)Mo|#X|WbkRCRL3g{YqWb~O?(*3V)tD*@Nhq57eGIQuv6Ft8}WHy z$oj_8)<8rO11*Gyv~g*W78$+wgC!3GEC;iC|R?i5bc%;A2{f=woYgi5qvDiw<19Mdt^vT zw(Z}4IG%9AwcV2`g_zl)bCE`SXaVl%Yw{*WntQ3OP94tMuo_(#JiASh)J%DaYvlf>%BM zEt4Lsae`)Xq8--w;r5LEoka$JFu2-Dl3qQ+SVW(`Bi4wK5HK_6a*0b(RP^feQkbzt;hBp zs?aVnTDHz+AihxJ^B%8p@6i5t>CK@b$+cL~^s-)&3{|(H5cHb}m(fI<M8c;6O{JkL8Cn*0KOs}*#U6H8fSDr_ck^Hnje>}uiXp( z1V7XNjII79rris(8;&C%v3X8yZ*Tu>w)fx{K|ll!e+QB!lou9d6_G4Ev4*AwVp3w9 zN}CR3>~i9&&QQ&2AAax@uy&{$wxDsrEbNI`$o8U?V(#rZ7#n`Qpp1hrF(HIA{o>^` zNtTEl)*(RyCE7YdXnTVe6#TO?o!sOVPVGp1aH@}E%cEU1sio>LKJ-LzHI#Bew5gE^ zMxRe$$e|2p6#2DjH1p+8nTm~KK+Tuxl1*^q8X*ll4}PWm7kG5e;vU=?vv~>UxzGw* zLlne_AQ#K0u(WT}WC3DP*1F^uCpVuWLi-}R;#Od%PCjdVeU%*jxK<{}LRxTm3>`Gw zHY2^9?6iln6c*}-V~(bdpwnoOE8WQ(lCnfp>Z?LFvM$4sj54uBL;4*iWIk@mPKV9@ z15d?;O$~EipfM1JMvq4R16RGvG?`G7;?STRQdEg?945`gFzZ#yM>^{5ZK1Fje3*q_ zl(&m$MIa8Qa#@{zFQWdACQYnWm9U9fLg4n7PJV{S&ly`G?o(jg>KqXuC~Wn))Ulst zIX|t>Au=m)KEC& zV<%iiXBF1dQSvEMYCp`xr)@dg&Zr_-0cNUg*SfSPHkIYtQLKq~LVDVylJ9Z$y38EW z78xl9L9?7oU$mW+?65qF3H@~G_T!co8Kzt1HfET8yv(Pp%q4~qkI9*lz*nvuG`Q)R zD<0}*DS9FAla6|5UPG~e`^}iKO^T^u137K>XG=(^uVVkXsz?$uS^BiR7Hh7p31!GN zA9B?9ipo6EkvSQmbq*??sE}Nv!m)#Y%W|JM(h`sFU~g8`hMHi0R)P0|BSI@Ajf^oy zwI#1*S~MCx^kvn-TVo|P6ePKHjLT1hCdmd34N%1FakeQ~G}1+e^J=*@wI}<7PYiYM z+XfpO(umjNT-Hw+Muek3SWNIm7ceiUMG2?S)-F$e1&cQ4MZ4uUmBp)3`p2QsqE~DG z=z*Tg41~G8b|qa-KNCvBJzJP_zzZ9nCLU{?Oe4s=+mSPsMsae{Tl@TCJA&oJh{wDu z(BYAiMXi^yUY34G7FpI-|ChG<8eUdv{U+-uvyY)6^t`>wFK1gZYRcY;=>3R?mbGIn z5k4ZL35sem(ZNt0rPsAi#cg4wOvxpseHx3F6GU5St~-Rm-?nlC8?c+2_LXnB%rVkRVXmKVL#U{-x+^mGT+;32*L6RL3(E3BB# zoRAUlsdG>BsE9cKR2=Uyi-Z1F@1J9TCYw!=xxT~W$98os={1aA0<{e+GfV@@z#^}{ zFVM+r*rfy`oz2!)-Sj@14!&4$R9dU^Z9P-Kz2^`9)x3*YK=4Ct9jXY9*vV}|s8{RX zj@p&2I(h3{F7i#f)BM+FlY;13v$UEikZ3_4OM;FwKS7Mg+2nB_vYnZB?^1KweFEf_ zdN+j;WdNAm``ARg;znG zNGo>jjJk9$vIzZ}g{Z(Xb~0=cY?!ihom_79UUULnGdYA<!qI}uql!ub{TC?5N+vgp1O9l#aY@-M(W-tZsG0X{Hk}Dw5VWzI;pG?T&W3OdT>MH_YO*U<;Gp~rot*K)xP9U z=p&Khd&JgVJjLnaI68`O3dobLW@hy!Fz~Mj0H!HkU?_?I^6u({VKORH%lfrKt~eHF z&yXe@u<-Exy8e@9d6QLwO9kCndUZ^5NM&O^n>1!V$u?R7!!%%bU`Xz-sjRGLjI2q{IE zxA_)RoT!h3Ovg$$&4_fa0P4!J=)D-Jh1UoY2Gr=+xPYEFAeQdY5Xf4<#v$At7?YtG z7V#Ojg3`mvfr)J!iI4cya!F8F!@^O?fer$or99HbQEo1<9R%mtIeETWrom?k;qYh(PEJUM9feD<_4v^ zr}7D=sn)0@IMaDfFSerYxRd1|lqE3Ls-N6I%KsG!2@{~>5cG?fmzeDzQWe(1dJlJa zdjwgh>dCJUYYL#3AfOFWfhfW5H^1L92+?-YP1wOIym*mW%RLPVb8XI%c^Q>C<5En8 zQZoLotG_4~1=d&eATRDUUGsUse2sk)L2TPB7GDx? zya-rdsQ&bWM8``>z)?E@>nM|wad;8}%vgSN!Bdpo72+?Jali!v{YZ0Xbb2iFIT?G% zT)<_rOIu`KB*8*tNDSL;|3|2i0Cv#E_*|9J(JB`pfxz=x`@tXmi+WKMZM=Ko0#o4l(1 zctog2%~q{nB}k@6YTwziU%WjbI7{#AvTb&WEAjeRv~Af>}0{xSa(Au(o zx?TS#4_4y;?7@;>kk!VsRg&zCemD{0j0?#Bs zW+amP4D|t0j^#ZtNFfUWI$Wgic8eR!iehEtN8@3mEc4#YSdgTcT*ql1DW_*{&_#!y z)VtmNsA;uN2+9*9oG=}8fW~Vv0BpwqBbRuO;gZLZll_*DFsN``t6NOkxdE}W*MEch z+a`szO0EFGnne3&#hJXD<vCzYy=t3^0K~Ez%gN-?hB5k)Forss;zFaG;xRI^7E}u=JR{1Pn z=NFmm@3dC}{6VUh9~EL>ts&i%040q<@%FcRSqpou;?Zf_sB$YDm@DHqy) zIB{)IFpvS&07)NUsmSs?<_fSemnGCZu><`9#CQ#!80-z$)TI^{x;vyNu^h+UQ)oXFp%oNGuK4z7^2GO&nY{f%GwmXz#DDN*e4 z3rg5Sdc<^KIh(+(%$wQ_W?fX})71k4$P?XPGa)h-DDTF3cCMH^NV#>>dtUO2M2dUX#ziV94_0Mh;nwx9_O%e=Rq(~lP zy=Yd<#0Azgx^|ZTur~MKW_(9%B1!j^W!6lR|0mD47Ch7X=^LR6^c1<_!)0a_i?K_h zgmGQ(9^6kDMjq}y94)2!9_Jm^hbH+&;uQar!M2D#493o{fdY&TExY1EdiGv=)pxJl zpA980nKjZsxxW;^C?z1G>s&X|5l3-p%1}=8%`ilI8s2``iiZ1eO}}JBgnkvbjUcEWFd3L&57}GOUD|C8h+DGQUolQ>4UUvB%`M z!d}&MZw9$KHEE`f;ykiD&l}D~?$W;$`~{W64F3d`8#@04mG>T>ZShp}sKI5_0_m<7 zv7Sis{C$Ul^0P9S^9hV^dzpZ>8UE;5KdwSDlHvY zBbPbbP6y1fJLCo#{ND8yOUUDgF#g$TdN=^Q&tLD|A+mU0?jNFX5OdBxjA+0E^W}Jk zVr+Pl0a;BNlf0M07M-mT5TK0;k1V6DCZLry%qh6*(<9+4`zcxz;zWTgS~rSA{Iqd1 zM-#8hU}m)}38B$n6QwXU-6>~`JW&haQp7PP@U}%l%}lDTACAn%)6Qbh5p-}G1m*}+ zTH1GFbz(SXcRuU9E>WN~0_3OrLzIl&RpcR_$M()j2zkE@a+6YvMsfG!+|;sZ<#L() zY;75Xb(cGkrGG%mE7nFMa4S27w%`APD|K1C8-r%dD8=?ZsS^5BvX*FVqzMALgTbnJ z@}HBn`*cJzJvSX!(v{DAJMgPvDHDh+JuM))hewDvkEnj3zky>_wgOf1S@TG5Lx46A zdS;WCo<<50G=gAOWQQLX9xg!rX2D}Y-}gP_s5t*?r3ZR5h6Bq#SPqC7f)ND4v8 zKnY;>dOL|Jm&Q$Bp`=!6sVYZ5u8YA-?N?(L4*AA+4RXmKG!x&JZ|~Um-|kA zs#iMAOQOCRP?hw5pxJ1XhQPtY0)dpGBQ$po=5eIe>>t%tA+rcq#eq>AA&cU#Q?1KE z+x_MX0ILxk8>Zigv?l+FTC0i=llEa9sf0wz^vb?eD({jzy+y=yzlIvZ=Z zkt~>%?43Z!1M0PG(*|IWX?U+SccbPR z(ruit?q$J{u=3cg;o`Vjpb<+q|9Fq!PJ&LcEY=Jl=gCZAGWJ8n&i%0$mL@Jf+R7&O zQs%0~7id!24N5$~P=U6oLYDG8qZfZ2lzpprhEh{HW9=OKGi?Sv<@kkK@7qJPkp9bP z%(Es6T8g|(xWk`&K!CpX@ZLMB_T8Cs;_2ooD5Ya)&}=kB3bF5c1*UiS07tP8j?7ge zd|+=bbnb-QfL*K~wiWTXS@LO{Wf!V@-!gi3rZJHJ6@>@OFr@ zDWMF4)!*{C;|0+?VlQKai~x$~?*Ieq7P0*>c!~T#w2dU{0tedIw;?47t4P#3c-03# zR8@My@Vo=;Me_FTdY8}GPjm?b0Bq*?zJg7FmK?1-fQs|bf#2SC#vA;JD)XmXK|4r{ z^St-Vt}Gg);XRv9OJjWRAUJBX6TvaJUHc##Dp#EzbTHgQ!8Y?XK1@~61upk{5(*

    c;0?V{j5{F2wy~j^#C%JCLeC68YauaS50u9qi9vnjF=Th%x#&>E*+i zg%wk*Oh^`K7)%%5P|2j{>sp*arBqK?eNlCKK5xj8yC4WbI+lERm3YC|*qo9@)P3o$ zf!1n(_rG6;pekbp#~D8OE@}eYfKA>ckpPi8u(=+w!j+%7;mICOtOXqE@TWV)?5O`j zNX1|KDc69UiMlB6dYmF=2jRqwsZ6{953~UvZk9NTw4!FwT{eCUV>VX8kO~s{?2xFmjP!Ea%GVi{M z|Az~XN|XJBXwy+qpMM(XR+tcxX)J|0_6_n_9Ot2cjtu?k`HwAWR^5ty)Tt-(mx@(h z_m;kMdPWj+gF$@VbQBA9uEAY(&Kaw&K@h)u1Q=L@FtRE5dUsJJ_LEHn#q z2>*)~J8kRKyix%3rO2x&SjXxPl5o(sV6`l(B5YoybVFk=_uz5)^ve<-b#>hieFozr zEYrdjC^6t8B*?*Nt8rNJ+m0*ND7?klz$yGZW6{nTX`!4knd-s!~yiS^GQ?$o3_%EZ_92c2Z zYKwArcnR&7@2GEq&Z@C@ESyq^3&bQGU}a%>iod9Pd|VGmB-6JG5kMsY@D<2n4#O(W zjfTa=h{ZyjF4q^ksFR!tH}i4BDg9GV)_q?u`QViWH)kp$;t@Ed>E%@vo4kknCI$d* za5HdsC_p_|`C+=?RRk`C%cq?J^0eIX7xRq;3rj}r9lZ1LGJbgDC##05Wg#(|nf0UV z+K3aLdRPIOabln?!V}09=~?wOA_bIgkx2}dro<;R_(eJ_gwg`(mij=anIh|||J_%o z#2z$DR~{o;hw)Lv`QKQtBtBbulkmaHTHyf$JsiAb0^0jn~AO|!$U==5eoE)|yVM@+Q-m6n0DM(W1HzQ^Dp41m*fM2pyai^2Mw;X>bok z*ON6LvF+(QA|uLh;U8!SJ%?JvT>i2G^VX`$LV-v}R?zhORR*Wwd8(-eDe6t5B}<#r z=|Wug%g=@Hm_yp|WDfH-06K{%5i6&@W27z&>fT)9 ziy(6P`m}c9IwD&27SU4Hw{pBLLSsPcj1@MWT9wL&dSp zpsuz#luIE>b-*M)-0qnF90bULluy24vQubV)*4n>EYZ@-jtDCU z8X!E1k*<=@0;2vWsym5@i)Op2M}vMR6L~(!?5o*~@TP3fRcIE&+>Rkyc&Y$Q2+&4g zKuXsM8SaW6&Ykjz7~e!Y#X3B;?W#P@ne5$~@9#bSKi6f2ivwUWlGtOOo7ev83zRcZL^oRq>s9(g6aLJtC)F~7n1KZN zR3pG%r;fBO$k8hT)Kj7wb3(qmV)JWbt(kJU>>62L-4w>BOa!L0-wn5x3I1n$C$Brg z-$jVvEPwjafVQUS)09>AmzbP&3-DPH+72c5pf&w9ST{yuksNQYv!XY35lP)!@TQCP zOS%4-65A?0;0u(+@7%w*xH$RQ+(B#zC85@FaTtqO_A!$%#UXZ#gW7C%iWS_gB-=cELx=r5S$ z-Yatr5_`pyVmEjIn1rTK4lX@k=Ea@lkerBv-QBDJpE1%{p{i8&)-J0-FAMW#SKKfp_eojxGD6SU zLz6bxKsS^>G7RfE1=4?h+ZlR*wNcCG|5Ld|VMSqJ-SXLQQ!tUlK{`-9K?g~WUp8h= zZ&Obur5e~vrWs=Zl$knK6bguLr4G1^@ZxfYd{?CKlfpjC(k!R=k1C85xj|;n z9luD}n+J|>(-Fa|-s;l$(z2o$TKl|F!T`=X0{6Mk3WDj)n$Z=?l!(7p;}PGsV+9N?Aj3u9X{=dGj4+PJWE6LA%-J>4qknCdh@ ziQKz6A+`mIHO?k*2N|_Z0bX;z?>lbb#0^tJ&?bfZMBhnBR|+%jiUi873E;?_FhJ&& z%7}5-V3c&_F1clhR1^hHP&eFd(r~}~;f8Q#jS|4`@W8&qV9{lDSDYJ?1`Ap+p^GE(SVsHAZK<>7`Il)f=Gs1EVt~EbbHNG*n z<829P_@a5-4$S`!KcX}6R0RNTZSP_eFF2ZJm)auYgKz?v$nRi`6{Q7LigYG}h4z&# z2ACE0PX1LUo5pR|pHGI7SZDM8R#x!#gqK3gpk^;%cvN!`5PqlW=5fpYu@@BoSteo_ zaSY>D5Qq?D*%JG8B^)>-QFkoy+pB=1^P*V{B$Wdo!8hA($Dv<-%*hH)ATCb9tmoaxwZgi(f=-> z7p>^tf9+6W6rWlc<6MyVTWX8Wq(4GN_MuuYG##)$)iAo(%20ttQlzyip%>7wTd+_7 zXAq36WSK9J!I6IaT__+sskdq<=?Y!%C#MjR!{GM;!q`vHkt#0i;#W`DJI998fb-b6 zi+ihGR_8yZhvp}BYPR!KhZ;#Ea}Q6JrqZCZ>U3nvcq$1%a-!1w3OJlJ7{Uy-wavBh z-a4PLO8ut_Tr!D3=P&D9K6X0>On=SRi?Jktnc~#wvz8WbRmMX83?ieSP}RlR*q8sW zva^n>qHVbK2BaGlkd_AN1_|kI>DY94H%KGhA+<@R8zhzP?nb4hyU(D{`@GLr=R4>B z*}s{&_r#iYuXWu{QOMe|*TT@kLHdqm&>-BOGEGgltzTo%M?@AqmSL;BS0kKVd$*Qg z7|Qa|;uXM*u}3N*Ki1Qse@U)Uz<{Qz>1)lEP?}k|xdm-j!IaoL^>6z7^cS>wgek$~ zTU)`wthLo(`w%ElvHN*55HtQ#-R|fUMM9X7P_Llr8E4zPH$E1XtcJFmmjcm;bhEt2 za~kF-w*>i@d3!YL1gS@kR%8k2LHfkuxEgPifm1LetUJL+6nrx-_TmcK3=fnORL7;& zh&w>;kgIHp2#hl;E1ra0i+INBk>5XMItb#=G$Q%Dw!(YW&skWz7P3p>!p-X_$OYrY}raH3GjLEM~CmE7LDnkD- z2lC15RJ&|3v{x_I&PY}R$v;lm3$hI$UMTb)OmP6G3IG1x=b2u#oMW~}<80V)qw!uZ zVQQQa2GH9YQF)!Zdp$Kc3C@Cb;vmPSb(M)KCKtJ%F1Ufbd(iW6xVQr~U&CPmdBhr# z(PnwuYV!NAGi9l%@qt0ORbK8|4nEoAT0PzZ+|d5)4UoGOx8Kl9FYg}7Ooyk+i@OEK zzVYL4LF}FVZIA2l0^MlKYOeF6+uil%Zyds(Dq(v--O| zb5|}O*;6k4y5U(@YGam#b_uul#f`rQPYaodS4vKxP=c9%F&>sSxJ|?N;DgX_>B6P zN&e&zhIp%w!tyeaP1yV+7n&Ow(4S5}LjfZr{WHEYTyj5&MxCq{D?yP=;+$g8 zj0G@V&+V(s!^I$?ruEc9eGB4lRzKQ^v9!XalBD(Pt%5uJ!;ObD>$gJZ7$jN3p%KPS z7COk0P^0vbEFu(37bsX0N)>^}ow1kJ%=YO77i@S?t$fa#NALB*mxMEkY6@UCp?vLD zKgNp!5jQtYXQ=X#T^BrHLL^xTXuMg}tz8cAb63-%W((wH*q+bZtu8KJ#*jP^tRNJ< zsKHL~L=|^bR{5O*Kzz6I@u`*0U%B${Nk}U$}=TkM9JnC{bsfTqw_LF?)ufV%;3nCzM0bR5g!BitjKM zETbyx;a=x4Is1vlVgGbc~Lxs?}>(*c_M9UB22Ldk?NotCG;n1{tA(Y=Y z{U}Y5Ha{iq8`e)g&a{XXRCh@lZIcXl>b_Fh8-qxI8ZVbiJlx>Z&Nvcl1@o#E?Ig4*)2+Kf>Rc6+jozx|y&gF8t zpo4!Bt19s6c?f1Mm?oalrN9^9o}T3Ky8T*}>J3bo_~%u23M0#DF<-Sh#zb06msA}X zBBAcf{5y=glB|D42N}S{lyjm2YR#P0(&Zu=B9=31H?gKh2H%d#6ZD@`<$|Q?D9&1} z+3nJQxn(V(%1HCC6WYhy8)}gMGlx3Y_DdBzs2(ff==utOq4>j3^21Mbx>WPZRJFQR z7KjGT)gF=p_I8yM4AYvKS*Rld6s~t80tJO`6^6p!h&5!*`^xn*Z{aoushv zC0D*!n619?1g9HK?mMnbK)6SHOl}K;Xn`5N7iPXD6MdDYb)LD>R1;-cNfE8wUbltE zzQ0BnGG8=7Z!3@khT`A|cExaa^3eFd!U^cBe%c(FoCwqgd`rGLUf1ztFU>wq!&(e> zhSzYJKwuMQ5%*JeAt+BbHa}yl{lfh+jYT$KJ#V6!^uPDTQLEmX1m9606&$hnBnL5Z ztkSlfHRGbZmZOROQfy8MXV9gxF-5a9L--#mN0Far%*&uL(?X?rm9w2Chh}wx{us|0 z(!x6JQ}mb@Ck0!(qN-t@3H(jO0TDaxQgp|v!e0g;k`$4ghfM{PK^z1g`tj+FOVSeN zXE_HInKerCmwITgt?_cjvo2)^@oP-uBJ6orIk`(|%d(me0wmczq{&>nly2oS%>ain z2Wl28&7n9EE|jC7-znIUH!tv%kBDjibp(0311-g0uJom6kv7mus+MBbsWqwl!t_VR zk1}rE^PWrB%{I8;d$!9}(|t^$_^GaPc5)8c`F6%-q-Ukt4ZLL7QFucP&?y3AzHGGg zJ9B7oNX&iBYD0!B2xAldFGCNkd53RYbuZ$AfMu({y0P+MF#Gv{%{iE_22SufZVIu zMk&TKl1I-A{NI)}zPAa9SxUst*axm+bN6zh5cR#*7Tvq6EOSX%C1119q zPP>4<1A&6wHO!$P8D`Q6!0qX`#Ch-}?Zb!ulJt{ z2%QeiELRR3c4h~_10z#7m1op~nY&c8EUWR1Y}vSIc@^F^gT59+G!E}Ilyll`)|SbO z6XfY*;Rt`Pw6E%4C@d?b)A1PO{*{@CW06{}jwNN7o zO=LpTdvd#3r_?`ji&0XznbLx_-iAFJk69}bwP)SL8d#*{;7Y}?QR_-Z=ru8tX2Mnq z(q$crEcx=%&aYgeBS-j(J5!mEaHf>XD?>?uX@|;gYwEEa7)+4o`e_sn#=uKc4iDhg z#*)iQ3KLOr^IS%Vzx%wCvi_IkS54*s16BLT{BWfhhcGD|^O}k0I5H;|KD6Bn4;+!j zC{Gph-}Xq1Ndyj31W~lmzGVrg#k86#f!B>?XPCXw(GN@8p2erpf=>Uuh9VvU+#2qy z-2!*ybz`|~b<6HO6oI;5+f8sU_(BIr6tKyJx-37?K-J}>^sYa)_Br!^ZpQfF>FuMD9(Q?bK}#JMsz?9pD!}G^MMN`Jo`rVA%46 z9x#tT@=+p(7OFK3;ajdz^!a-oU*DarmiS{M_=~LhLBvGQ>$-Pb+>AADxnAxu!m)Tm zf(whO72=H7p5e9%pm3U|>%L@DzY3OvbFn;=G2U6A1UB+UgtR>sH%u(t?DjsTQEdE-zlw`sXCts;eu7AzY z$zwCqm-;Nc*Zn28fz6y_O++h-M+9~vyET3IfP6mrs<$~+)Vj6a zUG{6=(@&OGal$1VW;ZHV0sbL?1tMAj_&je`wiOI|n`A5g{rzyU-3Uz>QsqF%^Jo$O zcg-s*FoWyO@j8zn`sg(vAwcX2S`o6d7_%vH>woQlX_N+#+@JFo-|)hk1vfeGV^?>Q zF2e0F#~FS_Y*OKj&g*1o{c3{fA71+SCF@puf%oQNDWLaRWTZv*1ux*5=T_b3ukjv* z1yy%>1)W|vd@f8L^yl-IA8Y!<8;h| z@8h3p_1G(^Z|BxWMn2gW$K$?`?0F`Y`P|pr`zI>-KS_$_crgT`le0#ECm-|2lZIRW zm7nHcS{Ms;&C-W{3WQ6}UV$uWy>T%_yG z7-*5;3dcta4!Tvor-^D(nJ}|OUy`SW0bS&8w)XvClr-XLRwV8eh;pG!G`f)bR)8=n zmXCX;zeMWTcm_?43i48}9~1tuovS3)Fc{JNEE2^$w8wB+3`^4-LQSUGKkd`Do`X`K$ploFs zDc{iw&$L8t!gLz0Vg@02IbDFt5@s-2;pr)d*NtRF6WZmFA2aw$tVGPl(M+=bE!ISZ zRtJ?^h%xeWVZ(CK(WJ4eVvIbk&gC3^;dn;ZBjjk|5>eB;oe=I?1(JbWRIs!xjH-l>JW){ql7EKQ*#|aYD^EnDXeS zBX&ro?Da3&QOPriH&wAu;*rRz<4s-|zBu!`(}K&(iWfTR=yq)8#5_tfER8Jf);Auuu0=}m7$#sew3`*w?v~|P@KY|Fg_nCRmHLq!{WR{7CaI264sRwRcm_t zN{OFhQ(Dvpv9)+WoJOMaUbBR*qd2G(d7_u#J^=g35F!?O`|xh35(;6%l8V#yu^Vrv zM_%@6Mi?XxxJF~nW29b#sf^AEe86SHniC$i{HTf--h*c4_d6yM>I1|?%za0ETe1qC zz5uxXd;!FZth4{bSFWj__^+0{-d+U8(+9xr-58P-h3M3#EorNr#cmnKx=pqDTYVbz=@t6Ez7UrW^EuH zyj`&)gsE$3Yt6H{j_=scTWDLXX4V48k{5(?uM;Qr7U z0Im>T%L-K1iYf0?vsnI)AlI-=6(hmEasT`t!ruhV+kiZe=_kXGWcknf;vt6V%O97gL=mpqqBjKwo;m- zi|rK3h)}mz+?$~|mrsU%+scy?CyiG3mHwu6&YF%@x38HDP3uTNAlo&vXJ1``;K1a1 z*PEYTkRdw5UCE5n9!zB!wmV%H=y~1;)W3y&;7P^D74Dh0|5e#P8T1*y@@D1Q3uecb z`_}}Ymlj?X{*tqQHT*=b{8;f8C_{YaXG`~frR8YGhHkeq9xJ0}j@}*>3r-`4$1O4h zBuOA>-leSq*C!~Zw-7zT!q(_g$3M>2!s-@)-Xb(bE=fl6Q=TiPl?Gu&nr&MJb$p`e zpxD6NO;3>9jG~BRvZyXEy3-@35~B7tQXBMQUc{ZRH;Y>cV-{TZ%`HYoiCmj?Z*1jG zYY==mN^si3#KMiNVq|k|n^-ZNe@OW$3F(zA{2#*3>&7@K1@PduYh;1>&_g!9St0gPrk8valB$HM(WpCt|-jkiwPyROT@KqC%>_o2Du0B&H`6eH=Td6Z*v zUn|%V_7{WWSllbX0wbatDE3XgIn<@=j5tIQ4zwmp2)By8 z0prh9Ca5^>Vw~YK(-EL!ah42Y z?_rOWg^ysu{G&)DeV$iKH|F9!t~Rg@c2p>5^wqaGbV@;@>Xoa@)kn0aN*$3Mh@d|; zM@2npx}MQ~!T}*KC>l2#eU!n+etv>NBGQB4DrG$Q2$;kZhH;vlTe9?f=UwL|%TBz& z?X&|shw?{uhi*Sd$0eyGcaDn@SgR!jo($R*67m&hougcT?OI-?e^MLmYw)*gH-nDF z%Vc!>-Z&gB^ZIDoLnFs2)mioCUQxEzDBT&|=M1%Bl67}a?)_8l7tzi?77*Fln==1{ z$QD8Q!Kj{Pm!*9(?jS=RjaMUcRKXy@H%xX4WB4AO5E@_lqxj_Su^cx7#r}h!i zrT^73@_&-m!c*5x05k_zOuJXH5?&wo!eNy5YgW6WvL|h=J3>DCrJ|P(A zaJ3sdp`u;)!S@LVy6(Gu9WyKgRNyb+o^mbu%tTuMedUfBnoW&6u`BQMKTCFRgF9(| zGQR+Pde@rV!RVGFp*%2@K?_lCaaI&w+cSp+oSK|HmhBbgSm?*DW~2KrD|6xHEQ+hP zyDMcEB9Jz`38FT9eky#h4T`zIpyb2JU*Z}n9$E{P!Y#!4DavA9C$&(zur`eksnnkA z6}8cyKY2o`;OA)=pl-yTMV>kE^y^n+nj%w3X^j(WUyP4q>82K_^9Oat3d5-)>#<5( z5XRjRFr?e9W6u|dF71A%7C#TJ5RVD(Q73@8q9;#2Tt1$+24ozu0YvA7hiyg}88un& zO5dI7%JMALoG*LcF&Fqu=sEQis`wTQzX2(GLWFJ{J8+BiyotIVkN!s3{vBZHP{o$Tv;3=GC+7zCta{I`(@rF;M<`SZ%x-WC4XOsW&BWrx2LdmjMY>(L zTsxU>lJXoRDwldctFU#Aat;=zjI{S9-s-tqauQ%v> zy*j{=e3HXO5L-wvoD37;WQ`Reho>x!fY&(*|6PN^qn8Oo+8h97*xWLvQqWFP+=vLH zn){0u3bDs`ME$I(y(5wy6%5?t;UI((pkW1JcjEttg56k( zj!o`oMH@W#?(y; zc8nR?6ntfObqo(1o1i<`$$7fCG;#sV6}oU8nPLot4J1MidjVx!K(m(-R+vzmXwq)*GlP}J)CV?> zeXHBMlJ#H~L#o3K)`h-QTd@gTI}me#0DytR1m*-b9&;3Go(9h9<}A7b=l7k%K|aEE zX!BIFbA3__q=`N-5S{mXjQcYQ1)^+H!4zdH=w6BsF7ta$^^^aEulEuRrsymRZX};l z-EO-~+U@-2X2D(4wK(rz7uLjl5u0#jo`)p>5eAF^p8*=4>mO}fe|+jT5>A_VYXuQ= zhiP^(TGVDb%ii1Z>{D0cM>q*er>R8>RwC=DHv9afR@rt`MceZGo3iqSrLq2RV%1!R zsA@b#-hDAQxPAj3H9E|As70u>-`vJzwi9^s&!s(yjZ~!zR2RAI6^E(sED&zXoI-7` zCw{jc$0jL|5nkp~! zc~f94a-MV!_jVJqVad#bWji{?KmoUbOs_Es$#Ax5RskvH+oupRMD7qyTLe_^K-4e zc%2}^kDI5Z(t)nCs~ao#l71lJP2kqo7oX>v;#l_Vm5J!>S}$->wf?mtQvcFF@I65I zryWY^8yXLGyglE;!xco>P;RL$|FAFo62zRUl4VAK3t*)auYt?3SJzX>8Y_PJ-L_)W zd34@pG@^-DStmdSvHrDagrW~ZLy>0%xpo3}MxTROBH{$zKC4l}v903l*$$D!FcC0Z zylertuKNkyN-@y(^7ipil?23;tT2#YABD#gdzGBvgT8-qS)|1s0QtuONfdo}KE~QG z?lWLW6Jmem35QP9xDj%=y`@1_eTeZh(=52me%NXsA$T11y94N&EnDi@mv^D({6AWZ z&@Yx6uZY|7@7hPb9ul@#=S1|;-}84R^ZT0pRRWXkVKE<@$)C26i%fWwy zz9@fGVOk%w^qvjHA42$+47nG`cNAL9Loo)KJs&Xoel*dv|NP=wN(;z2uW3=>Xx$w? z4nEdef7uw|T86n}gP2_s=6qT693o8Srj*vu%xa)O=i$TOW+DAW3yNWn@D7zv8O&l~ z=WTgJ{`a;C+$7RhcRUYE8u6io#HeR;un>6#-;1BAPj{CqY7i?o8(S~MNGM!Z-ATzJ zJP#k?c2!LWe~BP5clFbAM;8WyGBPy85}sfHqd<4P>pWlPOLOq9xO@ZqOt~dmo!a4=kb$stdup<;MW7hklYf?UlLr?bqtb?;iWJuLlxD zf9!kGy~K9jt=2@nd??%M@Y9)u1)|XkA?@et*_~Hnhs9QN)F?H(l>Xy)`|VBEcjHXS z03-E#Yu9Hb)6K>fls8enDbA^4RJ8P#bC}M%I@iA-Li=tym%j*RQDI+8RvarH*%!ti zP2V&|S->byc;ZMBMhFl`?TGh$e(+Druxc3%Vj}JzP2!ma(vjU2`sMKMqXZ};KgqE! z7Wzk~(qOR6gkQ_G&YbeX;eU0n2!Q|c;7i`oSD)kHm73SPNEcg= zTY_7oC;VbkX><#8)-@j-eBkUa`^>P*32ufS?~5KIfgWJoU4ORE=4kt^`eP!%t5A@v zaKVEr3p(x1sLB>J${*qG3d%cPeJt@C$lmaJ35>>Qkl$m)BduTZA=}jtu=fgeWZ_W% z3;MfvrxNWN0*~w9#|**2_dZXfvZIx@^5Y)GUj7XJUDXg7*A}CeA&VTmnZ*~q%m||l z5~7jJU-TZE z?BiLx8y`&NE8-q7_z!I3-uA;MI6cEEZ$v}V;&k$Nn*EpUt+wY9du^7bdM_(%V@2?F z8&Mq$B2~$m$x#5JJCCXyC(y?C=JZ%OWt+7ui2_x_Mcd#~@T=osbQ|HKH1EbZw1K0XnF1rCr;++-4Da$!c2Nvrcm zEa4e_-%nWC7#obUe#V@FzUmfN7VExneccUiFEdfyR7v;|8X*OQI0NmcpJB^?7k@bu z99+DK!P~)6g0OH)GE-)}FUrk7^roaVf4#jp-Fl|Rx)!o!_*vM)rz@SQ3dzt{DV}*? zTSQnYjhPOO)_Ya#c};01a02_h;qfnUFGt|Eay@aBlT&y1eNcsn`E|Q4PI^)-Thf{p`JL|?O#huodQfdx$j{EET)O% zCHWOZYs{saQ!T4eiRFyhW%gA_#yFVT1$w38O|KHs@<|iA@qWY#)%Lx5{+S~B&l(J@ zSEVno!y$bi&a7w*5aZjQvPT%I3JqL!4#NgEz%0hZv^uWFu*54dmd9Sdd#4+Eux*e8 zZ0840!D}e9jT2-Bz_uvZ_tsyAZRB%C3nCeVl3ce^ZXFXYj6G*NGe^=C#7Tj^!HDCS z9sM58AWyDMrc}78iWNY_mNzSpr`8{gqq#5?5rD3YJB;1nqLSMW+nQHae37U>B_e7? zab}4`t4~NLB)F9Fge*qTB>sxm27utiM6sKsUW;4r)RV|X4?H*GM*R{pWevpkE9UeZd{ttcVKGCF>Yvo`*(*b??F z(<7cuK_#7q_G#<~k9qQU47GFrVQH({Q8J0qvAUekxx?OhlbW&m(*w6OiX(Zod;FO2 z`-SwX__GXuBT_JuAh&!zJ`iLJbvdAQR1zrW&)hbg7ZNoln$ zwwf}Cpzarq_7g&!*Q@dkv}v&iiu<)dmf;k~t2eJR zSGiqzIH?a~><-Pf+wybJwDy4647TFk5n$!0-DUg0N?tU7D`mPkDZ14?F`^{(FPot%c0z8-7zaC*v3@w6m9 zK_8HL;dT@bY#4u_P?(2cz~N-tw3{FZGp3T?RJi(GdFT~?Z_9m6`^6>M zj;urq15%#5l*7j)G`$M|LtJVVR_7;8X~}q?)A2zORq`_@&FN()7`>v|iM*!TRtMK2|8F$7qehnUXj^_N)teF?~mc3>JrhD=tO7&1lADqkBX zKoKM;hxN1~*wjm|^Dt&a-gW196P6MB@4@ef7RR-o2aZW!iq#(ZlPV1oX!_9pv+=-t z#UWgvXDb#~0lwdB*Q5!!255t2*m`>Cm;mVI#YS{Tsy2DcrB}XTf}p=)BJJ~Uci)Xy zi1Rq~Trio4klfjjKTN>N?K{IL_FR=oLeGbUqNut}ideRD`Av zAy)YKn5*1~xah$`=`(U-1FxZ=Qdt`C0|A3+7)ocJjSHtnxYTp)_zy0mulEe-CT^{h zN~sNNDopx=?mpBV>lw$j_p`=vmwUE5UeRZ9vH$1d1@ITo7_9$rSz&fRr@Nqp?5+*w zeOPGT44{x&kKfzw?nhNK#44nmh;#g;!(K717VmBF8(|1(>zKw|XN6lKtv1wp0?wGb zXdlo317_VPx_QZpwN|1YH-U;P`253Ket1<_Zaxb4YaqP#mfStr(_xdbHI?m789f4o z7lFd#GjN=c`K5@An+aU6dlLDjiQ=8_a2IzM1#+z>qNY;^jf&yQ*HPv6rj(_AphmY) zdUJBS>6t3DBUe4H{!#x*rv2fv#57v>IOU`7OGc|{HJkVk#rV93l1aZZ`5vhiCU#h5Ueb!lDKT^;9cYX`Za2wSMP!MBLOpSt)uTMYUlsqom z0cIrD$@S?j#LV~Hy!|;s;pr~PLj+Kd*asT|JuAiGO|K(|&l=-ZDWogng-k3l4$rap zIdV=rxb%O0%~%f=0*_|#yar#twN`4l9Zzn{92K|6(POO5Q3AMJxV+g8xIBnyZC&$D ze}488@kn6wJ$!ABKaXAvDpq}X{h63q-UBF>tPUrw!jn7ZO+2RhtjQ?Hi_AV}3i-^u z*zLkN{)W*g_mR2Iu!JuGB+TU1h12tg3MqGtZu?A%p0(mYk%dCbSRU-8%jDZ z7wBahTGZy$LoDu1DLF^gQh+|lBQNodfZ@~R_+e{~O1j|M(GR-SIBpj-q1=yfmpbe+ zV%Y~nFWm!AT?Jw*<=h9C$5il#a;^&OxRY)J*ur@38Uqvs5W{U3s+HnAXYRr)B2AI)#)|B?7XtxP3*j+ zIsdU>X5fqMCBfV-)+$wNu1x+$@8#y%xMW4bjWMZA#K?4IX8Lz#3qs|S$q-piGr=5^ zGOV=uiPcPd3}JZE#KVj{2_r)YU)qY40Jw-!i#;!nr~-wpgXF+PI0CMwc3TvcfbSV} zAw|^3B0+4-GH)^^mIxcHv@`)youIMz(G4Q#z=1fOnGfmGG@FADNk?Xl!cm6JDZnph zG?0?w%*W9poq3AH$ThW`%hmR$(j9CY)z5l)a+5-RM`X~$hq&=rLh-6J@ol}b=BH@4 zw#V`Ogujp!{ip-@{a;=;?I$5I0sZhwPN>uoxU?`W9aIWE@F&W=`hD(KGNWm0awRFQWEB q1og>slWu)2!$LYsnA)x$p=f(TNyP};YXM&jBqb&~@P7bcX#@!X literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/mathop.png b/docs/9.4.1/images/arguments/mathop.png new file mode 100644 index 0000000000000000000000000000000000000000..e57a62793c8dc5d07d582ac1a614a417e38a2255 GIT binary patch literal 14144 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 H<{JAS+b;QD literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/potion.png b/docs/9.4.1/images/arguments/potion.png new file mode 100644 index 0000000000000000000000000000000000000000..88cb4821a2f303b3875bb80edfc41ea77d68eca8 GIT binary patch literal 21384 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%0DF*@Ak&mc8{P&`RMO`%^ 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/recipe.png b/docs/9.4.1/images/arguments/recipe.png new file mode 100644 index 0000000000000000000000000000000000000000..9016658ba3c197286ed4b8fbd8498987e25647d3 GIT binary patch literal 19428 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 R1$Z(SgQu&X%Q~loCIE57Zpr`v literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/rotation.png b/docs/9.4.1/images/arguments/rotation.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b9b31b5cc11f51a37f5425060f9885e7646205 GIT binary patch literal 5595 zcmaJ_bzGC}*B><|h%jPO0z;aCkA#Gb7>rUW84QM!0wN_a>6FfaV9}u{1Ef>w6zNbp zq)`MUq~9B!Up(*o$NR_b&+eV;obx^3?>X0f?T*mVQlp__r2>IKG#ctEdLR%P7x4WN zgcP`f9z3Q2t|YE{YA8@)5BmymLvEvVM+pQfj-x&@rvUCRIIA1Efc{39NngH7^FJW{G#Rx( zbn^SXw0Gm19B2_69MY1fk{~`b(5x-#`JS&#k~^me8Xelc``hoNwvBjnS)dd`9f679 zv3d7~-*Pt3?qec-6Dw5j8$`9)^6()AmOMwo0t%xi(rfhC-l8?ce1DTjHxf>0QvHjS zW4u!<0IjHb6=n`E7UHpCMrVs4O)xPp^ibHVC@Qu_TMv8MLlPK?U<{XeX$1kB{8ywZ z&Z{bqmFJBP!+)~4uTT|166oz%<3mE~#)5Sv#s-=(l2E(<21%X*36n_1bTkccs^@Dm z%K&MP^cgbwg8yC34QZGeRA(?8jRovHGRptg?)X@`fji?ZG^&VzO;UFWHTL@Ro)2{g z@<>J9{3%z6EUp5S0Lk zC{qk~CyU+6Z0>7_Bs?Dq4~a38kTVctGlS9%g(DEhfh}HVg48r?{Ifobf~ zHx4y+mwx|`7)I`r7mMht=&(iasC;+Aa~{0Ihds-K=LF}eDq^V%-{*M-pc_m@u=*i& zUWDi7^B2q4o%JMx6Lp5eJ(^UD{sgUisRp2DP-cx;LfaVL=#1o}KysP;Dq z%(VNSHqcBa5X8UA_zTebKM>^1uVQ@!-I3QCxYdnJs1Y4`C=*Om2aDb0Y>pj7FjJ^Q z#W`fHYVAFV0qIv#>XN)|%7ay?YL`ybCE9bQL?G|&$g{7_6@IAO?@s@{SUq7qxs=N^^2DKD|`%G+19UsNelpp;U(%?}lgBIr(bLBAq(w@fub4~8iMkLjsxqwg8S*C{2Yo-V8QyspZfP! ziBjH?&P;NomSjU}^$E%wOyCyJ?^bMRttUZBEbnY<66D6WWKe_Wh}VH)s44)d~>EK`oE z0NHbUDqyG2oIfcE;W$$Z8Cq_i2zjtBG<+z36m@#biIan4pzZs2%Q3=6f3QIT;kSg` z^0Wt2Cf*8=Rp&34%awj?&W-=wA>lmae>$Z}LGJ)B`n4?s@H zE8MIb4~KGApEm{4tsEirlo76L+uA>@d%vtTD-M;3xpGhAiMDeSvKoZe7kh^)*Z=`N z&!*-p1Rbz9(OP!Ye}Xm`UdvMBi6&q-yT~r<@aNF5Turdh7tk)!+Pdlu-LM1Dakl zWW*Cv<#q8`@#1Y@3kqG8yQ1sGa(&s`NnePDe0N4iU4tCF_FY4 zeq{wmcEUFTM(tXif7cZFq!0vM4Dn%ac~N{*c!{7^rC(a(^-mYX996u|dcS4Z65G}J znQJm~wKm>rr?@4HX>xLn?TA?wnfva|vYk7^GjY^G^7g9H?(^MwsYjLtJzcR)Y1_{` zex+v#u&6^B%ZF~d<2tjyI1)A7yw~`r@Qj9j;;$7XR`uM)s7^Apo-@v^lE6u-_%=^| z)>cX{FO;#ELGR~=)V`37%Aqri(1PFX7Tw$+cldZbNSV4qbbITwK-SyggNf(B-S5^k zrAbW($iFKo^l5;RXFu8|cGu*p_snlYoI{LcU!E=MgO6E^tW9%4-O+0K?WvC9gC#tl z7}NIT*a6=bORqgIVd`j;Z2z-&`orAR3S%f*My&JJCwSa&ly}tCsTaGXh^DnN?$19{ z(0bv-U>v+l8nGA|hvwjK7sdzc{}PlQZ5qVJ#H=TIoaRj6*tG^?K~WhGt5b~RXrJ_Q z3$|dg)H<%!``w!_-ZCK9n-i)hVQ4XS=l9v$3gcM)RWVKQxU9PeYfmV<)}UGSU$3Cx zAN_i5*jfeL0y&GZ@BZ+kLVt~|*;@l0=r?k(PwHhK*Q!-hEDZKPhta4L`5bHshGiP^ zJB*QiLcWv=_5PxQi&9eDQ|O^jt${p9dNZh~jjC#^tHm@T0cC{D;00agnNslCgQ>-D zn+2dfQd!pTuUctj=5y2f!xO(X4fmOYoIl+L-mZtrzt{C+x3m&ib5QqvPNdEg;Cv5nJP- z@YUk;2clETAPcHr@hB$~;lxxN6%9UUe%+cDo90<>KP&^oH)V26rx~hg4_S_u+m$k9 z7Vb{G2Va-DMrB|nF&J7;(R#;9;o;MV>31(0@7>NxMP?4mC`gQPO)&wL_Rz?sHCmW} z37hf)RW|XAb3#y6^?YfNSIgnv{FKEKSc@DR+|@bzHlycE84JUXECcM(?g0oLCh4}l zxmnDQ?Y==%%xhv*5hLDaXpHOlt91 zlw)h;<$o1kgFxHwd^x0SGj=GE^~#cOFJu}tUCDN~E4P`d?)vu8YDiB_2Inm7I1uhP zwghBEGQ{*SNL_=9Z5C#%i|js}F#!uJk>qqSi%r>3Oe5AVKKKAOUv;L;VfV$_D~0JBALpDZ{X;%Jeix?P?XE39lrR zjQ3&z@^MK4VD^Aco46IYQ1=(s2S2B=I&R@K@{khXpMooUuDZkthRpo&rom-8as0V_ z@t@U}XG4{(h56!;BFO8kF3Iqv&vi!I!6h$9yBw6M(#Agctp046BQj{~O~Ve0d-#B1 zF(EU#;s!^S=IHF|A*g9ZDGlzYo}-AsKPQ3By3jb|b@*>loe^@BXSOgL!T;VV3W?1< zW}FogO}`nw_b1f*tVhA-`q8Bm&bKLo!~5>0nkCdo?NxwTZHnj_H4dop_gI# z+{UE%Um$X9162#QK^(xvmBp(gB?~DEfZvJ^xka%-`B9G~9MS*=ei7+fxO~}ShSuW^ z5b&Zp8!O<(e&)8J3AnKkZiw1xLr*5PPlOzNPS-dG+U^vIXZM#rtG;QoSz7BYw`k*^ zd}ZcE{cD$ixRV{uErZtN^b_$-6k-|T5-%- z062RbtR9-4Zq(PG?v)*P+N9^kh?`q-aB>cYK4(E9r=P3`Vtv*{>8DM&t)~C{QKMv6 zd~2g8^TYpS!*oSt^K1RF!<1Lh+5^jiSiPKBzrF9AxiQ)bC&^`v9%-$*I}+y_Fwn85iW)$(&|22qf0)dSA?{zS>q-hB;l(DmB?4U#cWaU zan~&^`!fqdEiJE4n8YUCV181Uj!bW+oqIeP^PW~RZH$;KjwiNte#tbTX||Kr<#Clm z(-g{wb=lyFvcFrFhTeSQSnX%yMOBtEgBD&IWn{1rMii)65H*hmh`Q|d6VWR=zHazj ztG!@zM(?SgcJ_!JgP17;oMa7afPCbRKWlaX->0p^CFFj$IPoTLEq}h)$SNJXLo@~5 zP-IYotf6$#l(B{h0G)&Hn!N~{gsj!t2d%%}i4j+l;y_JB4+3Ya75RG;d4tDw z->S#$n6uN`t>JNEwFL$%50iT04}k^N1;eW!e+c~0aEdrO5sXX-WK=TO`Q%!eB=`A8 z#p^Kc2*%sdN=h2g7b&|9lOSBEXBvebMX92aI9CBqhnpM};Ooqmd@j7NOO;B;3b6*I zpYvfgi}q?SqJ#@C6Y=fmD{WhL3oEc=lrr*bSetdGE8XB_R zkfR0!g;T(@X!?fP+DY@%*duH@PL}Ut7mhryXfg)6zTAhs;3irhtuI`wmU0%00$0Td zf}joog@qpVuE$bNuIxZ9KVI#9?PSJefh-A#Q`9~zkJ`S->rU)W}9eZ3<$rWXsGb9 z%gh`J0?p95jkYAY0>YBH;ZdT{T~mZ!Y|fwcQVJsa-3fcAo$K2_q@!@)cyYUDPC)$k zDvyk!pDRImpul;)Y-74}rH-$=_0)9E4+bDBQ_=iY z&$>w|fSNcwcA{QrLkE%%1W_zBj3G&?_abnQpS5)+^vo!?d6q0?Ri7Um|F=<)(yq4<9dFbSIn<%T=HR*CKHvRW-KGA znR=d-3t_v(U8#o5k-j0LI)za^$VXUx|R<|uOXqX=P%eQ{?@Yr3}*vDZa@w#`Lu_u{( z2{6bseLJCvyr`gC!T2Y-s$|FgOqH^%1U#4%Hwo)rczA5yZMTF&e&}&CgAtDzzeJ~t`(Q6*b+gvIBg{z#jbd})%f zPCT&5j)Cquq1N1s==Mp|t$K45Hgsn${P_-Squ^yP24fOfak&t3G}hBLaaZvt1FPCN zjl0Z{&)&T9r*hpNb}xS=ztI+4eJe#Bh_x;1Rf^<*W#m{X1oGh=nZQ2k}6(yMi0^x>2t!< zGzQ|^A?sr-_5fs!IEK%wWnOLF@$+=*O`5T67j!zC&?5`SQ)2hwQIC<1@H zXD$UaT{VsRd>D!xpy- zfmTz9UgP$3MG4-H1O^@cdOUguhGrV%G}5q@y>sz6C|@k)U#JpZ);ajvOnU!1R#;Ju WB)U-C_zQR;3(`PqsT88jg8m1vv|x7t literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/scoreboardslot.png b/docs/9.4.1/images/arguments/scoreboardslot.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef4d6ddeed6fc6374772d2405187a19b82c9866 GIT binary patch literal 18610 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 LyQ<~4EW`c}U&zs9 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/arguments/time.png b/docs/9.4.1/images/arguments/time.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7562a91f65deba75cf59c1a2712b66d0777bc8 GIT binary patch literal 6405 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/asyncsuggestions.gif b/docs/9.4.1/images/asyncsuggestions.gif new file mode 100644 index 0000000000000000000000000000000000000000..236c0a464f5d1786272ecfdb13ff15d5ba9ebb0a GIT binary patch literal 46427 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 E0C>1F4FCWD literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/chatpreview.gif b/docs/9.4.1/images/chatpreview.gif new file mode 100644 index 0000000000000000000000000000000000000000..207acdd69fbdc839469ae228222f6782fdd1193b GIT binary patch literal 48672 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%0As5J-?s1mq`;pOfeO}mo*-Ahks{*~aaVZ9z{mxY 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 A^Z)<= literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/commandargument.gif b/docs/9.4.1/images/commandargument.gif new file mode 100644 index 0000000000000000000000000000000000000000..23e1f8f5aa2bae5aa4573df4fedf7e91a2840ed5 GIT binary patch literal 216694 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%0DTpZ*GKw*@I;FQFl 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�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

    ZtKcQR_9~CC` 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 V|5Bm@F7E>u-huD_uREO{{a>E1B!d6| literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/eclipse.jpg b/docs/9.4.1/images/eclipse.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3a3ceaf632a907195fac0c28bc39038781a1d801 GIT binary patch literal 46467 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 literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/emojimsg.gif b/docs/9.4.1/images/emojimsg.gif new file mode 100644 index 0000000000000000000000000000000000000000..823347de09a13948a9cbff22a98d2dd30903dd79 GIT binary patch literal 380019 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 z̈́*|(B=O0lw+@tuB>TPfA)Ai2x>{NPF*|)QlII)^h_})y( zZCt}2**aKBLb~2|wk|PSEd}3~58lqv%*fXD&h9IY-Ojb-2I&sq`^&4#Qr@8W6naz! zs)x(+-x70P@8Spa@Y@B4wK>M;RCQB#whIH)ZH*|}2EAB!ib7DiPgqok@OrG-DB`jf zciT`qm^D6%A-`GnYG>f+j^INDr=OFEsNHP|OXtz$|j`vzZIg7(04NP%2_glRUizB>8O;cp| z@y-dwn0E$d#U}f0dSk`WMx$oQ@O{Dy&XQPl1M{fVeWJW!NxanPEauaG`@MvcL=FQB zspGS0e;Xsb)_sjLx0gT^`LLepe#3Z#M<-ILH}TUSw2F4$>ZC>0PR>=;hPZ~BP!D1 zXN?^j#LD2CX}zJ&s{$qDkt;@uq~WLp7loW7Yg_lY;^A@r3eBSxN3I8>tyjdVh{V;8 zsT?tj$Idl#oD(0?9*l=%R@9AHuenc?I!TP;x+Fsagvwx&<|}_=pw;>#(BYJZq4;MG zMvDOb+6HD2po!1xNAQ~HH2cI}%tMWhc(}oLW5Fu?Gq7WXk=u-rm{pr$@b~BukMw)k zD)ig-P5)VgIf0Yas?IwHPRVH3d8H`3E|lO@x)f)kss$LHq_ORyV7PdaSKZ&|_C8nB zb;)?bY~W+vcwyXF1skXa-qG$-pJ}*qY*#aCA>mRP<+|z$F&kTHAFU-NL|$i-n2hfEaFQDUQB-(@G%E?}@%Il4Y0uPJ3==};Cugdtf+Aoio4muTOHq$}5 z3-a~ry?kEVNT%AQ8%(68Hm@B_f#lR@|7pVuL0~6L;%hb)dc6b0&6|$(unZ(0zLq zCu3V3+2u!T=+#4`_a}#!?T@2$06^&Q1E}J2D7Cm94bXy)2hukHb=!gZeQ;;4eEx?n z?E44UN+gV39C8I{d36tV5eVnJ55ExYb-P8IylCmD91a?U-^zju0j)%IT{(2U$DO?e z=e;C#wWP(pMfbcpfj$rmn4GSU!u$t`XdjAlA90|EhNXrUkB^MFua2&-HqiCCukS>< z?~4{+;;fG`(9dMv^!TNpxvO7;JlML@&sNt|GU`{y@w0HI1dss6RJQ=9MKSqP=98aY zBjriNubaN{rNfAl@mdm--!~=9OK9dIzI>Jb>xSCE4r=b8eK()>Je~iS)E@zAyisa_ zYqTg8Y;ShiFu}TFG=G<#(ZAq(@jg=HS<`Yki2>a<$60n1+_99hRd>P!%qFTNl=8_}l~FSHt5E8fK(4ELw-klbno$Xt1i^%6 z;q;c!YpU!Vfg&?<;r#D$9<)xzZ83Q!!?kSaObs=0_k+Xods(STatM`6LC)x|3^f?H zr?p}u6sMD;XBTvT>3Ws{QK^g$ligorI^+D%X2wRh&}^id)BAzoHEO`(@JGaM-uOp` znS-$|K*3~<2R(=RwwN%o!Ta1buk%$1ldMoa{Z-MSsTpFtnVDC=M5*OpNqj87d5;Fb lO2G`E20;IO@lQ9jubeh9f6JVDm@M}1Z4dBwjej^*>Oa9|LH+;$ literal 0 HcmV?d00001 diff --git a/docs/9.4.1/images/warps.gif b/docs/9.4.1/images/warps.gif new file mode 100644 index 0000000000000000000000000000000000000000..1f7140afa08541863297622b8e73856ed918d784 GIT binary patch literal 117506 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 H5q$p(aT!oe literal 0 HcmV?d00001 diff --git a/docs/9.4.1/incompatibleversions.html b/docs/9.4.1/incompatibleversions.html new file mode 100644 index 0000000000..8ebddb2184 --- /dev/null +++ b/docs/9.4.1/incompatibleversions.html @@ -0,0 +1,253 @@ + + + + + + Incompatible version information - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Incompatible version information

    +

    There are a few arguments that are incompatible with various versions of Minecraft. This page outlines the full list of incompatibilities that the CommandAPI has with what versions of Minecraft.

    +
    +

    Argument changes with respect to Minecraft version

    +

    AngleArgument

    +

    Incompatible with Minecraft versions less than 1.16.2 (1.16, 1.16.1)

    +

    ChatArgument

    +

    Incompatible with Minecraft version 1.16.1 (Works on 1.16.2)

    +

    ChatArgument's chat preview

    +

    Incompatible with Minecraft versions less than 1.19 and greater than 1.19.2 (Works on 1.19, 1.19.1 and 1.19.2)

    +

    FunctionArgument

    +

    Running functions generated via the FunctionArgument on Minecraft version 1.20.3 and 1.20.4 will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. (Works normally on 1.20.2 and below). Trying to retrieve the list of commands in a function on Minecraft version 1.20.3 and 1.20.4 will always return an empty array.

    +
    +

    CommandAPI behavior with respect to Minecraft version

    +

    Minecraft version 1.16 and beyond

    +

    In Minecraft version 1.16, the way datapacks were loaded changed in such a way that the CommandAPI had to put in additional countermeasures to provide full support to it. To illustrate this, this was the previous loading sequence for Bukkit servers in Minecraft 1.15:

    +

    \(\texttt{Server loads}\rightarrow\texttt{Plugins load}\rightarrow\texttt{Datapacks load}\rightarrow\texttt{Server finishes loading}\)

    +

    Instead however, Minecraft 1.16 changed the loading sequence to the following:

    +

    \(\texttt{Server loads}\rightarrow\texttt{Datapacks load}\rightarrow\texttt{Plugins load}\rightarrow\texttt{Server finishes loading}\)

    +

    Because the CommandAPI used to register vanilla Minecraft commands before datapacks (and thus, custom Minecraft functions), it was possible to register custom commands that can be used in functions. With this new loading sequence change in Minecraft 1.16, this meant that datapacks load first before the CommandAPI does, so custom commands are not registered and functions with custom commands would fail to load.

    +

    To resolve this, the CommandAPI reloads datapacks and recipes at the end:

    +

    \begin{align} +&\quad\texttt{Server loads} \\ +\rightarrow&\quad\texttt{Datapacks load} \\ +\rightarrow&\quad\texttt{Plugins load} \\ +\rightarrow&\quad\texttt{Server finishes loading} \\ +\rightarrow&\quad\texttt{Datapacks are reloaded} && \texttt{(by the CommandAPI)} \\ +\rightarrow&\quad\texttt{Recipes are reloaded} && \texttt{(by the CommandAPI)} +\end{align}

    +

    By doing this, this means:

    +
      +
    • Custom functions from datapacks are loaded twice
    • +
    • Recipes are reloaded twice, including recipes defined by other plugins
    • +
    +

    Although this sounds pretty bad (since reloading these things twice can be time consuming, thus contributing to the server start-up time), it is the only way to make custom functions work in Minecraft 1.16 and beyond.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/index.html b/docs/9.4.1/index.html new file mode 100644 index 0000000000..6690a3ae09 --- /dev/null +++ b/docs/9.4.1/index.html @@ -0,0 +1,559 @@ + + + + + + Introduction - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Introduction

    +

    Welcome to the documentation for the CommandAPI. The CommandAPI lets you create vanilla Minecraft commands which utilize the new command features which were implemented in Minecraft 1.13, including but not limited to:

    +
      +
    • Having commands compatible with the vanilla /execute command
    • +
    • Having commands which can be run using Minecraft functions
    • +
    • Having better auto-completion and suggestions
    • +
    • Having command type checks before execution (e.g. ensuring a number is within a certain range)
    • +
    +
    +

    How the CommandAPI works

    +
    +

    Developer's Note:

    +

    This is a pretty important section, I would recommend reading before implementing the CommandAPI in your own projects. This section tells you about setup which is not stated anywhere else in the documentation. Think of it as the "knowledge you should know before using this API".

    +
    +

    The CommandAPI does not follow the "standard" method of registering commands. In other words, commands which are registered with the CommandAPI will be registered as pure vanilla Minecraft commands as opposed to Bukkit or Spigot commands. This means that the following implications exist:

    +
      +
    • Commands should not be declared in the plugin.yml file.
    • +
    • Commands are automatically registered under the minecraft namespace. For example, if you register a command /hello, you can also run it using /minecraft:hello. However, you can change this default minecraft namespace. More about this on the command registration page.
    • +
    • Commands are not "linked" to a certain plugin. In other words, you cannot look up which commands are registered by which plugin.
    • +
    +
    +

    How this documentation works

    +

    This documentation is split into the major sections that build up the CommandAPI. It's been designed in such a way that it should be easy to find exactly what you want to help you get started with the CommandAPI, and how to make effective use of it. Each step of the way, the documentation will include examples which showcase how to use the CommandAPI.

    +

    You can use the side bar on the left to access the various sections of the documentation and can change the theme to your liking using the palette icon in the top left corner.

    +

    Using the search icon in the top left corner, you can search for anything in this entire documentation. For example, typing "Example" will show a list of examples which are included throughout the documentation.

    +
    +

    Documentation changelog

    +

    Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page.

    +

    Documentation changes 9.4.0 \(\rightarrow\) 9.4.1

    + +

    Documentation changes 9.3.0 \(\rightarrow\) 9.4.0

    + +

    Documentation changes 9.2.0 \(\rightarrow\) 9.3.0

    +
      +
    • Updates Incompatible version information page and FunctionArgument pages that functions made with the FunctionArgument will always return 1 when running on 1.20.3 and 1.20.4.
    • +
    • Updates Kotlin DSL page to mention every possible executor method.
    • +
    +

    Documentation changes 9.1.0 \(\rightarrow\) 9.2.0

    +
      +
    • Updates Location arguments page to mention the new centerPosition argument to center the position of integer values for location arguments.
    • +
    • Added Delegated properties page to mention the added support of delegations.
    • +
    +

    Documentation changes 9.0.3 \(\rightarrow\) 9.1.0

    + +

    Documentation changes 9.0.2 \(\rightarrow\) 9.0.3

    + +

    Documentation changes 9.0.1 \(\rightarrow\) 9.0.2

    + +

    Documentation changes 9.0.0 \(\rightarrow\) 9.0.1

    + +

    Documentation changes 8.8.0 \(\rightarrow\) 9.0.0

    +
    +

    Developer's Note:

    +

    9.0.0 is a giant update that is incompatible with 8.8.x and prior versions. A lot of the documentation's code examples and explanations have been changed for the various changes made in this version. Please read the Upgrading guide for information on how to upgrade to 9.0.0.

    +
    +
      +
    • Adds the new Optional arguments section
    • +
    • Adds Kotlin DSL code examples to all code examples
    • +
    +

    Documentation changes 8.7.0 \(\rightarrow\) 8.8.0

    +
      +
    • Changed the version number from 8.7.0 to 8.8.0. That's it.
    • +
    +

    Documentation changes 8.6.0 \(\rightarrow\) 8.7.0

    +
    +

    Developer's Note:

    +

    SoundArguments written for 8.6.0 are incompatible with this update! Other significant changes to ScoreHolderArgument and EntitySelectorArgument were made in this update. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + +

    Documentation changes 8.5.1 \(\rightarrow\) 8.6.0

    + +

    Documentation changes 8.5.0 \(\rightarrow\) 8.5.1

    + +

    Documentation changes 8.4.0 \(\rightarrow\) 8.5.0

    + +

    Documentation changes 8.3.0 \(\rightarrow\) 8.4.0

    + +

    Documentation changes 8.2.0 \(\rightarrow\) 8.2.1

    +
      +
    • Adds withSubcommands method to Subcommands section.
    • +
    +

    Documentation changes 8.0.0 \(\rightarrow\) 8.2.0

    + +

    Documentation changes 7.0.0 \(\rightarrow\) 8.0.0

    + +

    Documentation changes 6.5.4 \(\rightarrow\) 7.0.0

    + +

    Documentation changes 6.4.0 \(\rightarrow\) 6.5.4

    +
      +
    • Update the Maven and Gradle pages to say to use CommandAPI version 6.5.4 because this kept confusing everyone.
    • +
    +

    Documentation changes 6.3.1 \(\rightarrow\) 6.4.0

    +
      +
    • Adds a section Help for the new help feature.
    • +
    • Update Annotations section to include new @Help annotation.
    • +
    +

    Documentation changes 6.3.0 \(\rightarrow\) 6.3.1

    + +

    Documentation changes 6.2.0 \(\rightarrow\) 6.3.0

    +
      +
    • Update Custom arguments page with new custom argument constructor information
    • +
    • Adds upgrade info to the Upgrading guide to help upgrade any existing custom arguments which you may have.
    • +
    +

    Documentation changes 6.0.0 \(\rightarrow\) 6.2.0

    +
      +
    • Update Configuration for server owners page with new config options missing-executor-implementation and use-latest-nms-version
    • +
    • Update instructions for shading the CommandAPI with maven in Shading the CommandAPI in your plugins to support Java 16.
    • +
    • Mention that commands registered with the CommandAPI appear in the minecraft: namespace (see above under "How the CommandAPI works")
    • +
    +

    Documentation changes 5.12 \(\rightarrow\) 6.0.0

    +
      +
    • Adds entry for Upgrading guide to help update from 5.12 to 6.0.0.
    • +
    • Adds new silent-logs config entry to Configuration for server owners
    • +
    • Update syntax for onLoad(CommandAPIConfig) for Shading the CommandAPI in your plugins
    • +
    • Update Argument suggestions including new replaceSuggestions method
    • +
    • Adds documentation for OfflinePlayerArgument
    • +
    • Adds a new section CommandAPI Contribution which gives a bit of insight into the project structure of the CommandAPI (Still in progress, not complete yet)
    • +
    • Fix old documentation typos
    • +
    • Fix spacing issues in some existing code blocks
    • +
    • Adds syntax highlighting for Minecraft commands in code blocks
    • +
    • Fix old code examples which didn't work anymore
    • +
    +

    Documentation changes 5.11 \(\rightarrow\) 5.12

    +
    +

    Developer's Note

    +

    The Maven/Gradle repository URL has changed! See 5. Setting up your development environment for more information. For older versions of the CommandAPI (versions 5.11 and below), please consult the older documentation which can be found on the homepage here.

    +
    + +

    Documentation changes 5.10 \(\rightarrow\) 5.11

    + +

    Documentation changes 5.6 \(\rightarrow\) 5.10

    + +

    Documentation changes 5.3 \(\rightarrow\) 5.6

    + +

    Documentation changes 5.2 \(\rightarrow\) 5.3

    + +

    Documentation changes 5.1 \(\rightarrow\) 5.2

    + +

    Documentation changes 5.0 \(\rightarrow\) 5.1

    + +

    Documentation changes 4.3 \(\rightarrow\) 5.0

    +
    +

    Developer's Note:

    +

    Lots and lots and lots of changes occurred in version 5.0! I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    +

    Every page has been rewritten in this update and checked for errors. In general, this is the list of new additions:

    + +

    Documentation changes 4.2 \(\rightarrow\) 4.3

    +
      +
    • Improve the documentation for 2. Configuration for server owners by using simple YAML lists (using the - symbol) and update the command conversion syntax for all commands using the ~ syntax
    • +
    • Adds the command sender priority to 6.1. Normal command executors
    • +
    • Adds new method and example for converting specific commands internally in 13. Command conversion
    • +
    • Adds two sneaky little buttons in the main title toolbar at the top of the page
    • +
    +

    Documentation changes 4.1 \(\rightarrow\) 4.2

    + +

    Documentation changes 4.0 \(\rightarrow\) 4.1

    + +

    Documentation changes 3.4 \(\rightarrow\) 4.0

    + +

    Documentation changes 3.3 \(\rightarrow\) 3.4

    + +

    Documentation changes 3.1 \(\rightarrow\) 3.3

    + +

    Documentation changes 3.0 \(\rightarrow\) 3.1

    +
      +
    • Adds new section 5.1 Argument suggestions to cover how to override suggestions - Having it all in section 5. Arguments was a bit too content-heavy
    • +
    • Adds documentation for the new .overrideSuggestions() method in section 5.1 Argument suggestions
    • +
    • Simplified the description of the documentation updates
    • +
    • Changed the artifact ID for the dependency of the CommandAPI. Instead of being commandapi, it is now commandapi-core. You can view the changes in section 2 Setting up your development environment
    • +
    • Changed the repository information for gradle in section 2 Setting up your development environment. You now have to include the NBTAPI repository because gradle can't automatically detect this for some reason. Kinda stupid tbh.
    • +
    • Adds a section on using multiple or optional arguments in section 5 Arguments
    • +
    +

    Documentation changes 2.1 \(\rightarrow\) 3.0

    +
    +

    Developer's Note:

    +

    Lots of changes occurred in version 3.0. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/installation.html b/docs/9.4.1/installation.html new file mode 100644 index 0000000000..666943417b --- /dev/null +++ b/docs/9.4.1/installation.html @@ -0,0 +1,305 @@ + + + + + + Installation for server owners - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Installation

    +

    Installing the CommandAPI is easy! Just download the latest CommandAPI-XXX.jar file using the button below and place it in your server's plugins/ folder!

    +
    +

    Download latest CommandAPI plugin

    +
    +

    Additional dependencies

    +
      +
    • If you use NBT data, you'll also need the NBT API. (You can find out from your developers if you need this or not)
    • +
    • If you are using raw JSON chat data, you'll need to be running Spigot or a Paper-based server such as Paper or Purpur. (Again, you can find out from your developers if you need this or not)
    • +
    +
    +

    Running the CommandAPI on old versions of Minecraft

    +

    The CommandAPI is written and compiled using Java 16, and is only compatible with Minecraft servers that are compatible with Java 16 or higher. Attempting to use the CommandAPI on an old version of Minecraft (1.13 to 1.16.5) will throw an error (containing "org.bukkit.plugin.InvalidPluginException"):

    +
    [11:14:40 ERROR]: Could not load 'plugins\CommandAPI-8.7.3.jar' in folder 'plugins'
    +org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_42]
    +Caused by: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +        at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_42]
    +        at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_42]
    +        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_42]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_42]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_42]
    +        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_42]
    +        at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_42]
    +        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657]
    +        ... 6 more
    +
    +

    This can be mitigated by running a Paper Minecraft server with the following command flag during startup:

    +
    -DPaper.IgnoreJavaVersion=true
    +
    +
    +

    Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2

    +

    For example, to use the CommandAPI with Java 17 and Minecraft 1.13.2:

    +
      +
    • +

      Download a Paper server from the Paper downloads page for Minecraft 1.13.2

      +
    • +
    • +

      Run the following command in a terminal to start your Minecraft server:

      +
      java -DPaper.IgnoreJavaVersion=true -jar paper-1.13.2-657.jar
      +
      +
    • +
    +
    +

    Performing this will successfully load the CommandAPI, although various errors will appear in the console during startup. These errors (that start with "Fatal error trying to convert CommandAPI") can be ignored:

    +
    [11:17:49 ERROR]: Fatal error trying to convert CommandAPI v8.7.3:dev/jorel/commandapi/CommandAPIMain.class
    +java.lang.IllegalArgumentException: Unsupported class file major version 60
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:195) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:176) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:162) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:170) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:238) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:113) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    +        at java.lang.Class.forName0(Native Method) ~[?:?]
    +        at java.lang.Class.forName(Class.java:467) ~[?:?]
    +        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.Thread.run(Thread.java:833) [?:?]
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/internal.html b/docs/9.4.1/internal.html new file mode 100644 index 0000000000..db171768a7 --- /dev/null +++ b/docs/9.4.1/internal.html @@ -0,0 +1,309 @@ + + + + + + Internal CommandAPI - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Internal CommandAPI

    +

    The CommandAPI does a lot of stuff "behind the scenes". This internal CommandAPI section will go into detail about what the CommandAPI does, how it's implemented and why it has been implemented like that.

    +
    +

    Argument identifiers

    +

    The CommandAPI's arguments are representations of the different arguments that the Minecraft Command Data protocol handles. These are outlined in the table below:

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IdentifierCommandAPI argument
    brigadier:boolBooleanArgument
    brigadier:doubleDoubleArgument
    brigadier:floatFloatArgument
    brigadier:integerIntegerArgument
    brigadier:longLongArgument
    brigadier:stringStringArgument
    TextArgument
    GreedyStringArgument
    CustomArgument<T>
    minecraft:angleAngleArgument
    minecraft:block_posLocationArgument
    (LocationType.BLOCK_POSITION)
    minecraft:block_predicateBlockPredicateArgument
    minecraft:block_stateBlockStateArgument
    minecraft:colorChatColorArgument
    minecraft:column_posLocation2DArgument
    (LocationType.BLOCK_POSITION)
    minecraft:componentChatComponentArgument
    minecraft:dimensionWorldArgument
    minecraft:entityEntitySelectorArgument
    minecraft:entity_anchor
    minecraft:entity_summonEntityTypeArgument
    minecraft:float_rangeFloatRangeArgument
    minecraft:functionFunctionArgument
    minecraft:game_profilePlayerArgument
    minecraft:game_profileOfflinePlayerArgument
    minecraft:int_rangeIntegerRangeArgument
    minecraft:item_enchantmentEnchantmentArgument
    minecraft:item_predicateItemStackPredicateArgument
    minecraft:item_slot
    minecraft:item_stackItemStackArgument
    minecraft:messageChatArgument
    minecraft:mob_effectPotionEffectArgument
    minecraft:nbt
    minecraft:nbt_compound_tagNBTCompoundArgument
    minecraft:nbt_path
    minecraft:nbt_tag
    minecraft:objectiveObjectiveArgument
    minecraft:objective_criteriaObjectiveCriteriaArgument
    minecraft:operationMathOperationArgument
    minecraft:particleParticleArgument
    minecraft:resource_locationAdvancementArgument
    BiomeArgument
    CustomArgument<T>
    LootTableArgument
    NamespacedKeyArgument
    RecipeArgument
    SoundArgument
    minecraft:rotationRotationArgument
    minecraft:score_holderScoreHolderArgument
    minecraft:scoreboard_slotScoreboardSlotArgument
    minecraft:swizzleAxisArgument
    minecraft:teamTeamArgument
    minecraft:timeTimeArgument
    minecraft:uuidUUIDArgument
    minecraft:vec2Location2DArgument
    (LocationType.PRECISE_POSITION)
    minecraft:vec3LocationArgument
    (LocationType.PRECISE_POSITION)
    +
    +

    There are a few arguments that aren't implemented. Here's why:

    +
      +
    • +

      minecraft:entity_anchor - This argument only has two values: eyes and feet. It's incredibly unnecessary for any other purpose and is easier to implement with a MultiLiteralArgument.

      +
    • +
    • +

      minecraft:item_slot - Bukkit's implementation of item slot numbers differs very wildly to Minecraft's implementation of item slot numbers. This difference makes it near-impossible to have a suitable middle-ground for item slot numbers that ensures that invalid numbers cannot be passed to the wrong inventory type. An implementation of this would require a rewrite of the current system to maintain proper inventory slot access safety.

      +
    • +
    • +

      minecraft:nbt, minecraft:nbt_path, minecraft:nbt_tag - You've got the NBTCompoundArgument, that's good enough, right? ¯\_(ツ)_/¯

      +
    • +
    +
    +

    Reloading datapacks

    +

    During the initialization of Minecraft 1.16+ servers, the CommandAPI uses a custom datapack reloading sequence as opposed to the normal Vanilla Minecraft datapack reloading method. The CommandAPI's method uses the server's current command dispatcher object as opposed to a new one, which allows datapacks to use commands registered by the CommandAPI. This can be invoked using the following method:

    +
    CommandAPI.reloadDatapacks();
    +
    +
    +

    Getting a list of registered commands

    +

    The CommandAPI doesn't store the CommandAPICommand objects during the main running of the server because it simply doesn't need to. Instead, it stores a list of RegisteredCommand objects which are defined as the following, which should be fairly self-explanatory:

    +
    public record RegisteredCommand {
    +    String commandName();
    +    List<String> argsAsStr();
    +    Optional<String> shortDescription();
    +    Optional<String> fullDescription();
    +    Optional<String[]> usageDescription();
    +    String[] aliases();
    +    CommandPermission permission();
    +}
    +
    +

    The argsAsStr() method returns a list of arguments in a string format, of the form argName:SimpleClassName, where argName is the name of the argument (the argument's node name) and SimpleClassName is the name of the argument class that was used to construct it (such as IntegerArgument).

    +

    A List<RegisteredCommand> can be acquired using the following method:

    +
    CommandAPI.getRegisteredCommands();
    +
    +
    +

    Note that this list does not update when commands are unregistered, only when commands are registered.

    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/intro.html b/docs/9.4.1/intro.html new file mode 100644 index 0000000000..6690a3ae09 --- /dev/null +++ b/docs/9.4.1/intro.html @@ -0,0 +1,559 @@ + + + + + + Introduction - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Introduction

    +

    Welcome to the documentation for the CommandAPI. The CommandAPI lets you create vanilla Minecraft commands which utilize the new command features which were implemented in Minecraft 1.13, including but not limited to:

    +
      +
    • Having commands compatible with the vanilla /execute command
    • +
    • Having commands which can be run using Minecraft functions
    • +
    • Having better auto-completion and suggestions
    • +
    • Having command type checks before execution (e.g. ensuring a number is within a certain range)
    • +
    +
    +

    How the CommandAPI works

    +
    +

    Developer's Note:

    +

    This is a pretty important section, I would recommend reading before implementing the CommandAPI in your own projects. This section tells you about setup which is not stated anywhere else in the documentation. Think of it as the "knowledge you should know before using this API".

    +
    +

    The CommandAPI does not follow the "standard" method of registering commands. In other words, commands which are registered with the CommandAPI will be registered as pure vanilla Minecraft commands as opposed to Bukkit or Spigot commands. This means that the following implications exist:

    +
      +
    • Commands should not be declared in the plugin.yml file.
    • +
    • Commands are automatically registered under the minecraft namespace. For example, if you register a command /hello, you can also run it using /minecraft:hello. However, you can change this default minecraft namespace. More about this on the command registration page.
    • +
    • Commands are not "linked" to a certain plugin. In other words, you cannot look up which commands are registered by which plugin.
    • +
    +
    +

    How this documentation works

    +

    This documentation is split into the major sections that build up the CommandAPI. It's been designed in such a way that it should be easy to find exactly what you want to help you get started with the CommandAPI, and how to make effective use of it. Each step of the way, the documentation will include examples which showcase how to use the CommandAPI.

    +

    You can use the side bar on the left to access the various sections of the documentation and can change the theme to your liking using the palette icon in the top left corner.

    +

    Using the search icon in the top left corner, you can search for anything in this entire documentation. For example, typing "Example" will show a list of examples which are included throughout the documentation.

    +
    +

    Documentation changelog

    +

    Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page.

    +

    Documentation changes 9.4.0 \(\rightarrow\) 9.4.1

    + +

    Documentation changes 9.3.0 \(\rightarrow\) 9.4.0

    + +

    Documentation changes 9.2.0 \(\rightarrow\) 9.3.0

    +
      +
    • Updates Incompatible version information page and FunctionArgument pages that functions made with the FunctionArgument will always return 1 when running on 1.20.3 and 1.20.4.
    • +
    • Updates Kotlin DSL page to mention every possible executor method.
    • +
    +

    Documentation changes 9.1.0 \(\rightarrow\) 9.2.0

    +
      +
    • Updates Location arguments page to mention the new centerPosition argument to center the position of integer values for location arguments.
    • +
    • Added Delegated properties page to mention the added support of delegations.
    • +
    +

    Documentation changes 9.0.3 \(\rightarrow\) 9.1.0

    + +

    Documentation changes 9.0.2 \(\rightarrow\) 9.0.3

    + +

    Documentation changes 9.0.1 \(\rightarrow\) 9.0.2

    + +

    Documentation changes 9.0.0 \(\rightarrow\) 9.0.1

    + +

    Documentation changes 8.8.0 \(\rightarrow\) 9.0.0

    +
    +

    Developer's Note:

    +

    9.0.0 is a giant update that is incompatible with 8.8.x and prior versions. A lot of the documentation's code examples and explanations have been changed for the various changes made in this version. Please read the Upgrading guide for information on how to upgrade to 9.0.0.

    +
    +
      +
    • Adds the new Optional arguments section
    • +
    • Adds Kotlin DSL code examples to all code examples
    • +
    +

    Documentation changes 8.7.0 \(\rightarrow\) 8.8.0

    +
      +
    • Changed the version number from 8.7.0 to 8.8.0. That's it.
    • +
    +

    Documentation changes 8.6.0 \(\rightarrow\) 8.7.0

    +
    +

    Developer's Note:

    +

    SoundArguments written for 8.6.0 are incompatible with this update! Other significant changes to ScoreHolderArgument and EntitySelectorArgument were made in this update. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + +

    Documentation changes 8.5.1 \(\rightarrow\) 8.6.0

    + +

    Documentation changes 8.5.0 \(\rightarrow\) 8.5.1

    + +

    Documentation changes 8.4.0 \(\rightarrow\) 8.5.0

    + +

    Documentation changes 8.3.0 \(\rightarrow\) 8.4.0

    + +

    Documentation changes 8.2.0 \(\rightarrow\) 8.2.1

    +
      +
    • Adds withSubcommands method to Subcommands section.
    • +
    +

    Documentation changes 8.0.0 \(\rightarrow\) 8.2.0

    + +

    Documentation changes 7.0.0 \(\rightarrow\) 8.0.0

    + +

    Documentation changes 6.5.4 \(\rightarrow\) 7.0.0

    + +

    Documentation changes 6.4.0 \(\rightarrow\) 6.5.4

    +
      +
    • Update the Maven and Gradle pages to say to use CommandAPI version 6.5.4 because this kept confusing everyone.
    • +
    +

    Documentation changes 6.3.1 \(\rightarrow\) 6.4.0

    +
      +
    • Adds a section Help for the new help feature.
    • +
    • Update Annotations section to include new @Help annotation.
    • +
    +

    Documentation changes 6.3.0 \(\rightarrow\) 6.3.1

    + +

    Documentation changes 6.2.0 \(\rightarrow\) 6.3.0

    +
      +
    • Update Custom arguments page with new custom argument constructor information
    • +
    • Adds upgrade info to the Upgrading guide to help upgrade any existing custom arguments which you may have.
    • +
    +

    Documentation changes 6.0.0 \(\rightarrow\) 6.2.0

    +
      +
    • Update Configuration for server owners page with new config options missing-executor-implementation and use-latest-nms-version
    • +
    • Update instructions for shading the CommandAPI with maven in Shading the CommandAPI in your plugins to support Java 16.
    • +
    • Mention that commands registered with the CommandAPI appear in the minecraft: namespace (see above under "How the CommandAPI works")
    • +
    +

    Documentation changes 5.12 \(\rightarrow\) 6.0.0

    +
      +
    • Adds entry for Upgrading guide to help update from 5.12 to 6.0.0.
    • +
    • Adds new silent-logs config entry to Configuration for server owners
    • +
    • Update syntax for onLoad(CommandAPIConfig) for Shading the CommandAPI in your plugins
    • +
    • Update Argument suggestions including new replaceSuggestions method
    • +
    • Adds documentation for OfflinePlayerArgument
    • +
    • Adds a new section CommandAPI Contribution which gives a bit of insight into the project structure of the CommandAPI (Still in progress, not complete yet)
    • +
    • Fix old documentation typos
    • +
    • Fix spacing issues in some existing code blocks
    • +
    • Adds syntax highlighting for Minecraft commands in code blocks
    • +
    • Fix old code examples which didn't work anymore
    • +
    +

    Documentation changes 5.11 \(\rightarrow\) 5.12

    +
    +

    Developer's Note

    +

    The Maven/Gradle repository URL has changed! See 5. Setting up your development environment for more information. For older versions of the CommandAPI (versions 5.11 and below), please consult the older documentation which can be found on the homepage here.

    +
    + +

    Documentation changes 5.10 \(\rightarrow\) 5.11

    + +

    Documentation changes 5.6 \(\rightarrow\) 5.10

    + +

    Documentation changes 5.3 \(\rightarrow\) 5.6

    + +

    Documentation changes 5.2 \(\rightarrow\) 5.3

    + +

    Documentation changes 5.1 \(\rightarrow\) 5.2

    + +

    Documentation changes 5.0 \(\rightarrow\) 5.1

    + +

    Documentation changes 4.3 \(\rightarrow\) 5.0

    +
    +

    Developer's Note:

    +

    Lots and lots and lots of changes occurred in version 5.0! I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    +

    Every page has been rewritten in this update and checked for errors. In general, this is the list of new additions:

    + +

    Documentation changes 4.2 \(\rightarrow\) 4.3

    +
      +
    • Improve the documentation for 2. Configuration for server owners by using simple YAML lists (using the - symbol) and update the command conversion syntax for all commands using the ~ syntax
    • +
    • Adds the command sender priority to 6.1. Normal command executors
    • +
    • Adds new method and example for converting specific commands internally in 13. Command conversion
    • +
    • Adds two sneaky little buttons in the main title toolbar at the top of the page
    • +
    +

    Documentation changes 4.1 \(\rightarrow\) 4.2

    + +

    Documentation changes 4.0 \(\rightarrow\) 4.1

    + +

    Documentation changes 3.4 \(\rightarrow\) 4.0

    + +

    Documentation changes 3.3 \(\rightarrow\) 3.4

    + +

    Documentation changes 3.1 \(\rightarrow\) 3.3

    + +

    Documentation changes 3.0 \(\rightarrow\) 3.1

    +
      +
    • Adds new section 5.1 Argument suggestions to cover how to override suggestions - Having it all in section 5. Arguments was a bit too content-heavy
    • +
    • Adds documentation for the new .overrideSuggestions() method in section 5.1 Argument suggestions
    • +
    • Simplified the description of the documentation updates
    • +
    • Changed the artifact ID for the dependency of the CommandAPI. Instead of being commandapi, it is now commandapi-core. You can view the changes in section 2 Setting up your development environment
    • +
    • Changed the repository information for gradle in section 2 Setting up your development environment. You now have to include the NBTAPI repository because gradle can't automatically detect this for some reason. Kinda stupid tbh.
    • +
    • Adds a section on using multiple or optional arguments in section 5 Arguments
    • +
    +

    Documentation changes 2.1 \(\rightarrow\) 3.0

    +
    +

    Developer's Note:

    +

    Lots of changes occurred in version 3.0. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/jszip.min.js b/docs/9.4.1/jszip.min.js new file mode 100644 index 0000000000..ff4cfd5e8f --- /dev/null +++ b/docs/9.4.1/jszip.min.js @@ -0,0 +1,13 @@ +/*! + +JSZip v3.10.1 - A JavaScript class for generating and reading zip files + + +(c) 2009-2016 Stuart Knightley +Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown. + +JSZip uses the library pako released under the MIT license : +https://github.com/nodeca/pako/blob/main/LICENSE +*/ + +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).JSZip=e()}}(function(){return function s(a,o,h){function u(r,e){if(!o[r]){if(!a[r]){var t="function"==typeof require&&require;if(!e&&t)return t(r,!0);if(l)return l(r,!0);var n=new Error("Cannot find module '"+r+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[r]={exports:{}};a[r][0].call(i.exports,function(e){var t=a[r][1][e];return u(t||e)},i,i.exports,s,a,o,h)}return o[r].exports}for(var l="function"==typeof require&&require,e=0;e>2,s=(3&t)<<4|r>>4,a=1>6:64,o=2>4,r=(15&i)<<4|(s=p.indexOf(e.charAt(o++)))>>2,n=(3&s)<<6|(a=p.indexOf(e.charAt(o++))),l[h++]=t,64!==s&&(l[h++]=r),64!==a&&(l[h++]=n);return l}},{"./support":30,"./utils":32}],2:[function(e,t,r){"use strict";var n=e("./external"),i=e("./stream/DataWorker"),s=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");function o(e,t,r,n,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=r,this.compression=n,this.compressedContent=i}o.prototype={getContentWorker:function(){var e=new i(n.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){return new i(n.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},o.createWorkerFrom=function(e,t,r){return e.pipe(new s).pipe(new a("uncompressedSize")).pipe(t.compressWorker(r)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=o},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,r){"use strict";var n=e("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(){return new n("STORE compression")},uncompressWorker:function(){return new n("STORE decompression")}},r.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,r){"use strict";var n=e("./utils");var o=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t){return void 0!==e&&e.length?"string"!==n.getTypeOf(e)?function(e,t,r,n){var i=o,s=n+r;e^=-1;for(var a=n;a>>8^i[255&(e^t[a])];return-1^e}(0|t,e,e.length,0):function(e,t,r,n){var i=o,s=n+r;e^=-1;for(var a=n;a>>8^i[255&(e^t.charCodeAt(a))];return-1^e}(0|t,e,e.length,0):0}},{"./utils":32}],5:[function(e,t,r){"use strict";r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(e,t,r){"use strict";var n=null;n="undefined"!=typeof Promise?Promise:e("lie"),t.exports={Promise:n}},{lie:37}],7:[function(e,t,r){"use strict";var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,i=e("pako"),s=e("./utils"),a=e("./stream/GenericWorker"),o=n?"uint8array":"array";function h(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}r.magic="\b\0",s.inherits(h,a),h.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(s.transformTo(o,e.data),!1)},h.prototype.flush=function(){a.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},h.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this._pako=null},h.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var t=this;this._pako.onData=function(e){t.push({data:e,meta:t.meta})}},r.compressWorker=function(e){return new h("Deflate",e)},r.uncompressWorker=function(){return new h("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,r){"use strict";function A(e,t){var r,n="";for(r=0;r>>=8;return n}function n(e,t,r,n,i,s){var a,o,h=e.file,u=e.compression,l=s!==O.utf8encode,f=I.transformTo("string",s(h.name)),c=I.transformTo("string",O.utf8encode(h.name)),d=h.comment,p=I.transformTo("string",s(d)),m=I.transformTo("string",O.utf8encode(d)),_=c.length!==h.name.length,g=m.length!==d.length,b="",v="",y="",w=h.dir,k=h.date,x={crc32:0,compressedSize:0,uncompressedSize:0};t&&!r||(x.crc32=e.crc32,x.compressedSize=e.compressedSize,x.uncompressedSize=e.uncompressedSize);var S=0;t&&(S|=8),l||!_&&!g||(S|=2048);var z=0,C=0;w&&(z|=16),"UNIX"===i?(C=798,z|=function(e,t){var r=e;return e||(r=t?16893:33204),(65535&r)<<16}(h.unixPermissions,w)):(C=20,z|=function(e){return 63&(e||0)}(h.dosPermissions)),a=k.getUTCHours(),a<<=6,a|=k.getUTCMinutes(),a<<=5,a|=k.getUTCSeconds()/2,o=k.getUTCFullYear()-1980,o<<=4,o|=k.getUTCMonth()+1,o<<=5,o|=k.getUTCDate(),_&&(v=A(1,1)+A(B(f),4)+c,b+="up"+A(v.length,2)+v),g&&(y=A(1,1)+A(B(p),4)+m,b+="uc"+A(y.length,2)+y);var E="";return E+="\n\0",E+=A(S,2),E+=u.magic,E+=A(a,2),E+=A(o,2),E+=A(x.crc32,4),E+=A(x.compressedSize,4),E+=A(x.uncompressedSize,4),E+=A(f.length,2),E+=A(b.length,2),{fileRecord:R.LOCAL_FILE_HEADER+E+f+b,dirRecord:R.CENTRAL_FILE_HEADER+A(C,2)+E+A(p.length,2)+"\0\0\0\0"+A(z,4)+A(n,4)+f+b+p}}var I=e("../utils"),i=e("../stream/GenericWorker"),O=e("../utf8"),B=e("../crc32"),R=e("../signature");function s(e,t,r,n){i.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=r,this.encodeFileName=n,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}I.inherits(s,i),s.prototype.push=function(e){var t=e.meta.percent||0,r=this.entriesCount,n=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,i.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:r?(t+100*(r-n-1))/r:100}}))},s.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var r=n(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:r.fileRecord,meta:{percent:0}})}else this.accumulate=!0},s.prototype.closedSource=function(e){this.accumulate=!1;var t=this.streamFiles&&!e.file.dir,r=n(e,t,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(r.dirRecord),t)this.push({data:function(e){return R.DATA_DESCRIPTOR+A(e.crc32,4)+A(e.compressedSize,4)+A(e.uncompressedSize,4)}(e),meta:{percent:100}});else for(this.push({data:r.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},s.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t=this.index;t--)r=(r<<8)+this.byteAt(t);return this.index+=e,r},readString:function(e){return n.transformTo("string",this.readData(e))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,r){"use strict";var n=e("./Uint8ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,r){"use strict";var n=e("./DataReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,r){"use strict";var n=e("./ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../support"),s=e("./ArrayReader"),a=e("./StringReader"),o=e("./NodeBufferReader"),h=e("./Uint8ArrayReader");t.exports=function(e){var t=n.getTypeOf(e);return n.checkSupport(t),"string"!==t||i.uint8array?"nodebuffer"===t?new o(e):i.uint8array?new h(n.transformTo("uint8array",e)):new s(n.transformTo("array",e)):new a(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,r){"use strict";r.LOCAL_FILE_HEADER="PK",r.CENTRAL_FILE_HEADER="PK",r.CENTRAL_DIRECTORY_END="PK",r.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",r.ZIP64_CENTRAL_DIRECTORY_END="PK",r.DATA_DESCRIPTOR="PK\b"},{}],24:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../utils");function s(e){n.call(this,"ConvertWorker to "+e),this.destType=e}i.inherits(s,n),s.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=s},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../crc32");function s(){n.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(s,n),s.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=s},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}n.inherits(s,i),s.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=s},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=n.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}n.inherits(s,i),s.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},s.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,n.delay(this._tickAndRepeat,[],this)),!0)},s.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(n.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},s.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=s},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,r){"use strict";function n(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}n.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var r=0;r "+e:e}},t.exports=n},{}],29:[function(e,t,r){"use strict";var h=e("../utils"),i=e("./ConvertWorker"),s=e("./GenericWorker"),u=e("../base64"),n=e("../support"),a=e("../external"),o=null;if(n.nodestream)try{o=e("../nodejs/NodejsStreamOutputAdapter")}catch(e){}function l(e,o){return new a.Promise(function(t,r){var n=[],i=e._internalType,s=e._outputType,a=e._mimeType;e.on("data",function(e,t){n.push(e),o&&o(t)}).on("error",function(e){n=[],r(e)}).on("end",function(){try{var e=function(e,t,r){switch(e){case"blob":return h.newBlob(h.transformTo("arraybuffer",t),r);case"base64":return u.encode(t);default:return h.transformTo(e,t)}}(s,function(e,t){var r,n=0,i=null,s=0;for(r=0;r>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t}(e)},s.utf8decode=function(e){return h.nodebuffer?o.transformTo("nodebuffer",e).toString("utf-8"):function(e){var t,r,n,i,s=e.length,a=new Array(2*s);for(t=r=0;t>10&1023,a[r++]=56320|1023&n)}return a.length!==r&&(a.subarray?a=a.subarray(0,r):a.length=r),o.applyFromCharCode(a)}(e=o.transformTo(h.uint8array?"uint8array":"array",e))},o.inherits(a,n),a.prototype.processChunk=function(e){var t=o.transformTo(h.uint8array?"uint8array":"array",e.data);if(this.leftOver&&this.leftOver.length){if(h.uint8array){var r=t;(t=new Uint8Array(r.length+this.leftOver.length)).set(this.leftOver,0),t.set(r,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var n=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+u[e[r]]>t?r:t}(t),i=t;n!==t.length&&(h.uint8array?(i=t.subarray(0,n),this.leftOver=t.subarray(n,t.length)):(i=t.slice(0,n),this.leftOver=t.slice(n,t.length))),this.push({data:s.utf8decode(i),meta:e.meta})},a.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:s.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},s.Utf8DecodeWorker=a,o.inherits(l,n),l.prototype.processChunk=function(e){this.push({data:s.utf8encode(e.data),meta:e.meta})},s.Utf8EncodeWorker=l},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,a){"use strict";var o=e("./support"),h=e("./base64"),r=e("./nodejsUtils"),u=e("./external");function n(e){return e}function l(e,t){for(var r=0;r>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var e=n(this.extraFields[1].value);this.uncompressedSize===s.MAX_VALUE_32BITS&&(this.uncompressedSize=e.readInt(8)),this.compressedSize===s.MAX_VALUE_32BITS&&(this.compressedSize=e.readInt(8)),this.localHeaderOffset===s.MAX_VALUE_32BITS&&(this.localHeaderOffset=e.readInt(8)),this.diskNumberStart===s.MAX_VALUE_32BITS&&(this.diskNumberStart=e.readInt(4))}},readExtraFields:function(e){var t,r,n,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t},r.buf2binstring=function(e){return l(e,e.length)},r.binstring2buf=function(e){for(var t=new h.Buf8(e.length),r=0,n=t.length;r>10&1023,o[n++]=56320|1023&i)}return l(o,n)},r.utf8border=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+u[e[r]]>t?r:t}},{"./common":41}],43:[function(e,t,r){"use strict";t.exports=function(e,t,r,n){for(var i=65535&e|0,s=e>>>16&65535|0,a=0;0!==r;){for(r-=a=2e3>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t,r,n){var i=o,s=n+r;e^=-1;for(var a=n;a>>8^i[255&(e^t[a])];return-1^e}},{}],46:[function(e,t,r){"use strict";var h,c=e("../utils/common"),u=e("./trees"),d=e("./adler32"),p=e("./crc32"),n=e("./messages"),l=0,f=4,m=0,_=-2,g=-1,b=4,i=2,v=8,y=9,s=286,a=30,o=19,w=2*s+1,k=15,x=3,S=258,z=S+x+1,C=42,E=113,A=1,I=2,O=3,B=4;function R(e,t){return e.msg=n[t],t}function T(e){return(e<<1)-(4e.avail_out&&(r=e.avail_out),0!==r&&(c.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))}function N(e,t){u._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,F(e.strm)}function U(e,t){e.pending_buf[e.pending++]=t}function P(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function L(e,t){var r,n,i=e.max_chain_length,s=e.strstart,a=e.prev_length,o=e.nice_match,h=e.strstart>e.w_size-z?e.strstart-(e.w_size-z):0,u=e.window,l=e.w_mask,f=e.prev,c=e.strstart+S,d=u[s+a-1],p=u[s+a];e.prev_length>=e.good_match&&(i>>=2),o>e.lookahead&&(o=e.lookahead);do{if(u[(r=t)+a]===p&&u[r+a-1]===d&&u[r]===u[s]&&u[++r]===u[s+1]){s+=2,r++;do{}while(u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&u[++s]===u[++r]&&sh&&0!=--i);return a<=e.lookahead?a:e.lookahead}function j(e){var t,r,n,i,s,a,o,h,u,l,f=e.w_size;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=f+(f-z)){for(c.arraySet(e.window,e.window,f,f,0),e.match_start-=f,e.strstart-=f,e.block_start-=f,t=r=e.hash_size;n=e.head[--t],e.head[t]=f<=n?n-f:0,--r;);for(t=r=f;n=e.prev[--t],e.prev[t]=f<=n?n-f:0,--r;);i+=f}if(0===e.strm.avail_in)break;if(a=e.strm,o=e.window,h=e.strstart+e.lookahead,u=i,l=void 0,l=a.avail_in,u=x)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=(e.ins_h<=x&&(e.ins_h=(e.ins_h<=x)if(n=u._tr_tally(e,e.strstart-e.match_start,e.match_length-x),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=x){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<=x&&(e.ins_h=(e.ins_h<=x&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-x,n=u._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-x),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(j(e),0===e.lookahead&&t===l)return A;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,N(e,!1),0===e.strm.avail_out))return A;if(e.strstart-e.block_start>=e.w_size-z&&(N(e,!1),0===e.strm.avail_out))return A}return e.insert=0,t===f?(N(e,!0),0===e.strm.avail_out?O:B):(e.strstart>e.block_start&&(N(e,!1),e.strm.avail_out),A)}),new M(4,4,8,4,Z),new M(4,5,16,8,Z),new M(4,6,32,32,Z),new M(4,4,16,16,W),new M(8,16,32,32,W),new M(8,16,128,128,W),new M(8,32,128,256,W),new M(32,128,258,1024,W),new M(32,258,258,4096,W)],r.deflateInit=function(e,t){return Y(e,t,v,15,8,0)},r.deflateInit2=Y,r.deflateReset=K,r.deflateResetKeep=G,r.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?_:(e.state.gzhead=t,m):_},r.deflate=function(e,t){var r,n,i,s;if(!e||!e.state||5>8&255),U(n,n.gzhead.time>>16&255),U(n,n.gzhead.time>>24&255),U(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),U(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(U(n,255&n.gzhead.extra.length),U(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=p(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=69):(U(n,0),U(n,0),U(n,0),U(n,0),U(n,0),U(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),U(n,3),n.status=E);else{var a=v+(n.w_bits-8<<4)<<8;a|=(2<=n.strategy||n.level<2?0:n.level<6?1:6===n.level?2:3)<<6,0!==n.strstart&&(a|=32),a+=31-a%31,n.status=E,P(n,a),0!==n.strstart&&(P(n,e.adler>>>16),P(n,65535&e.adler)),e.adler=1}if(69===n.status)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(65535&n.gzhead.extra.length)&&(n.pending!==n.pending_buf_size||(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),F(e),i=n.pending,n.pending!==n.pending_buf_size));)U(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=73)}else n.status=73;if(73===n.status)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),F(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindexi&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.gzindex=0,n.status=91)}else n.status=91;if(91===n.status)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),F(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindexi&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.status=103)}else n.status=103;if(103===n.status&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&F(e),n.pending+2<=n.pending_buf_size&&(U(n,255&e.adler),U(n,e.adler>>8&255),e.adler=0,n.status=E)):n.status=E),0!==n.pending){if(F(e),0===e.avail_out)return n.last_flush=-1,m}else if(0===e.avail_in&&T(t)<=T(r)&&t!==f)return R(e,-5);if(666===n.status&&0!==e.avail_in)return R(e,-5);if(0!==e.avail_in||0!==n.lookahead||t!==l&&666!==n.status){var o=2===n.strategy?function(e,t){for(var r;;){if(0===e.lookahead&&(j(e),0===e.lookahead)){if(t===l)return A;break}if(e.match_length=0,r=u._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(N(e,!1),0===e.strm.avail_out))return A}return e.insert=0,t===f?(N(e,!0),0===e.strm.avail_out?O:B):e.last_lit&&(N(e,!1),0===e.strm.avail_out)?A:I}(n,t):3===n.strategy?function(e,t){for(var r,n,i,s,a=e.window;;){if(e.lookahead<=S){if(j(e),e.lookahead<=S&&t===l)return A;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=x&&0e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=x?(r=u._tr_tally(e,1,e.match_length-x),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=u._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(N(e,!1),0===e.strm.avail_out))return A}return e.insert=0,t===f?(N(e,!0),0===e.strm.avail_out?O:B):e.last_lit&&(N(e,!1),0===e.strm.avail_out)?A:I}(n,t):h[n.level].func(n,t);if(o!==O&&o!==B||(n.status=666),o===A||o===O)return 0===e.avail_out&&(n.last_flush=-1),m;if(o===I&&(1===t?u._tr_align(n):5!==t&&(u._tr_stored_block(n,0,0,!1),3===t&&(D(n.head),0===n.lookahead&&(n.strstart=0,n.block_start=0,n.insert=0))),F(e),0===e.avail_out))return n.last_flush=-1,m}return t!==f?m:n.wrap<=0?1:(2===n.wrap?(U(n,255&e.adler),U(n,e.adler>>8&255),U(n,e.adler>>16&255),U(n,e.adler>>24&255),U(n,255&e.total_in),U(n,e.total_in>>8&255),U(n,e.total_in>>16&255),U(n,e.total_in>>24&255)):(P(n,e.adler>>>16),P(n,65535&e.adler)),F(e),0=r.w_size&&(0===s&&(D(r.head),r.strstart=0,r.block_start=0,r.insert=0),u=new c.Buf8(r.w_size),c.arraySet(u,t,l-r.w_size,r.w_size,0),t=u,l=r.w_size),a=e.avail_in,o=e.next_in,h=e.input,e.avail_in=l,e.next_in=0,e.input=t,j(r);r.lookahead>=x;){for(n=r.strstart,i=r.lookahead-(x-1);r.ins_h=(r.ins_h<>>=y=v>>>24,p-=y,0===(y=v>>>16&255))C[s++]=65535&v;else{if(!(16&y)){if(0==(64&y)){v=m[(65535&v)+(d&(1<>>=y,p-=y),p<15&&(d+=z[n++]<>>=y=v>>>24,p-=y,!(16&(y=v>>>16&255))){if(0==(64&y)){v=_[(65535&v)+(d&(1<>>=y,p-=y,(y=s-a)>3,d&=(1<<(p-=w<<3))-1,e.next_in=n,e.next_out=s,e.avail_in=n>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function s(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new I.Buf16(320),this.work=new I.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function a(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=P,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new I.Buf32(n),t.distcode=t.distdyn=new I.Buf32(i),t.sane=1,t.back=-1,N):U}function o(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,a(e)):U}function h(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15=s.wsize?(I.arraySet(s.window,t,r-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):(n<(i=s.wsize-s.wnext)&&(i=n),I.arraySet(s.window,t,r-n,i,s.wnext),(n-=i)?(I.arraySet(s.window,t,r-n,n,0),s.wnext=n,s.whave=s.wsize):(s.wnext+=i,s.wnext===s.wsize&&(s.wnext=0),s.whave>>8&255,r.check=B(r.check,E,2,0),l=u=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&u)<<8)+(u>>8))%31){e.msg="incorrect header check",r.mode=30;break}if(8!=(15&u)){e.msg="unknown compression method",r.mode=30;break}if(l-=4,k=8+(15&(u>>>=4)),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<>8&1),512&r.flags&&(E[0]=255&u,E[1]=u>>>8&255,r.check=B(r.check,E,2,0)),l=u=0,r.mode=3;case 3:for(;l<32;){if(0===o)break e;o--,u+=n[s++]<>>8&255,E[2]=u>>>16&255,E[3]=u>>>24&255,r.check=B(r.check,E,4,0)),l=u=0,r.mode=4;case 4:for(;l<16;){if(0===o)break e;o--,u+=n[s++]<>8),512&r.flags&&(E[0]=255&u,E[1]=u>>>8&255,r.check=B(r.check,E,2,0)),l=u=0,r.mode=5;case 5:if(1024&r.flags){for(;l<16;){if(0===o)break e;o--,u+=n[s++]<>>8&255,r.check=B(r.check,E,2,0)),l=u=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&(o<(d=r.length)&&(d=o),d&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),I.arraySet(r.head.extra,n,s,d,k)),512&r.flags&&(r.check=B(r.check,n,d,s)),o-=d,s+=d,r.length-=d),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===o)break e;for(d=0;k=n[s+d++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k)),k&&d>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;l<32;){if(0===o)break e;o--,u+=n[s++]<>>=7&l,l-=7&l,r.mode=27;break}for(;l<3;){if(0===o)break e;o--,u+=n[s++]<>>=1)){case 0:r.mode=14;break;case 1:if(j(r),r.mode=20,6!==t)break;u>>>=2,l-=2;break e;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}u>>>=2,l-=2;break;case 14:for(u>>>=7&l,l-=7&l;l<32;){if(0===o)break e;o--,u+=n[s++]<>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&u,l=u=0,r.mode=15,6===t)break e;case 15:r.mode=16;case 16:if(d=r.length){if(o>>=5,l-=5,r.ndist=1+(31&u),u>>>=5,l-=5,r.ncode=4+(15&u),u>>>=4,l-=4,286>>=3,l-=3}for(;r.have<19;)r.lens[A[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,S={bits:r.lenbits},x=T(0,r.lens,0,19,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have>>16&255,b=65535&C,!((_=C>>>24)<=l);){if(0===o)break e;o--,u+=n[s++]<>>=_,l-=_,r.lens[r.have++]=b;else{if(16===b){for(z=_+2;l>>=_,l-=_,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],d=3+(3&u),u>>>=2,l-=2}else if(17===b){for(z=_+3;l>>=_)),u>>>=3,l-=3}else{for(z=_+7;l>>=_)),u>>>=7,l-=7}if(r.have+d>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;d--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,S={bits:r.lenbits},x=T(D,r.lens,0,r.nlen,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,S={bits:r.distbits},x=T(F,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,S),r.distbits=S.bits,x){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,6===t)break e;case 20:r.mode=21;case 21:if(6<=o&&258<=h){e.next_out=a,e.avail_out=h,e.next_in=s,e.avail_in=o,r.hold=u,r.bits=l,R(e,c),a=e.next_out,i=e.output,h=e.avail_out,s=e.next_in,n=e.input,o=e.avail_in,u=r.hold,l=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;g=(C=r.lencode[u&(1<>>16&255,b=65535&C,!((_=C>>>24)<=l);){if(0===o)break e;o--,u+=n[s++]<>v)])>>>16&255,b=65535&C,!(v+(_=C>>>24)<=l);){if(0===o)break e;o--,u+=n[s++]<>>=v,l-=v,r.back+=v}if(u>>>=_,l-=_,r.back+=_,r.length=b,0===g){r.mode=26;break}if(32&g){r.back=-1,r.mode=12;break}if(64&g){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&g,r.mode=22;case 22:if(r.extra){for(z=r.extra;l>>=r.extra,l-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;g=(C=r.distcode[u&(1<>>16&255,b=65535&C,!((_=C>>>24)<=l);){if(0===o)break e;o--,u+=n[s++]<>v)])>>>16&255,b=65535&C,!(v+(_=C>>>24)<=l);){if(0===o)break e;o--,u+=n[s++]<>>=v,l-=v,r.back+=v}if(u>>>=_,l-=_,r.back+=_,64&g){e.msg="invalid distance code",r.mode=30;break}r.offset=b,r.extra=15&g,r.mode=24;case 24:if(r.extra){for(z=r.extra;l>>=r.extra,l-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===h)break e;if(d=c-h,r.offset>d){if((d=r.offset-d)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}p=d>r.wnext?(d-=r.wnext,r.wsize-d):r.wnext-d,d>r.length&&(d=r.length),m=r.window}else m=i,p=a-r.offset,d=r.length;for(hd?(m=R[T+a[v]],A[I+a[v]]):(m=96,0),h=1<>S)+(u-=h)]=p<<24|m<<16|_|0,0!==u;);for(h=1<>=1;if(0!==h?(E&=h-1,E+=h):E=0,v++,0==--O[b]){if(b===w)break;b=t[r+a[v]]}if(k>>7)]}function U(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function P(e,t,r){e.bi_valid>d-r?(e.bi_buf|=t<>d-e.bi_valid,e.bi_valid+=r-d):(e.bi_buf|=t<>>=1,r<<=1,0<--t;);return r>>>1}function Z(e,t,r){var n,i,s=new Array(g+1),a=0;for(n=1;n<=g;n++)s[n]=a=a+r[n-1]<<1;for(i=0;i<=t;i++){var o=e[2*i+1];0!==o&&(e[2*i]=j(s[o]++,o))}}function W(e){var t;for(t=0;t>1;1<=r;r--)G(e,s,r);for(i=h;r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],G(e,s,1),n=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=n,s[2*i]=s[2*r]+s[2*n],e.depth[i]=(e.depth[r]>=e.depth[n]?e.depth[r]:e.depth[n])+1,s[2*r+1]=s[2*n+1]=i,e.heap[1]=i++,G(e,s,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var r,n,i,s,a,o,h=t.dyn_tree,u=t.max_code,l=t.stat_desc.static_tree,f=t.stat_desc.has_stree,c=t.stat_desc.extra_bits,d=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(s=0;s<=g;s++)e.bl_count[s]=0;for(h[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;r<_;r++)p<(s=h[2*h[2*(n=e.heap[r])+1]+1]+1)&&(s=p,m++),h[2*n+1]=s,u>=7;n>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return o;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return h;for(t=32;t>>3,(s=e.static_len+3+7>>>3)<=i&&(i=s)):i=s=r+5,r+4<=i&&-1!==t?J(e,t,r,n):4===e.strategy||s===i?(P(e,2+(n?1:0),3),K(e,z,C)):(P(e,4+(n?1:0),3),function(e,t,r,n){var i;for(P(e,t-257,5),P(e,r-1,5),P(e,n-4,4),i=0;i>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(A[r]+u+1)]++,e.dyn_dtree[2*N(t)]++),e.last_lit===e.lit_bufsize-1},r._tr_align=function(e){P(e,2,3),L(e,m,z),function(e){16===e.bi_valid?(U(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):8<=e.bi_valid&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},{"../utils/common":41}],53:[function(e,t,r){"use strict";t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,r){(function(e){!function(r,n){"use strict";if(!r.setImmediate){var i,s,t,a,o=1,h={},u=!1,l=r.document,e=Object.getPrototypeOf&&Object.getPrototypeOf(r);e=e&&e.setTimeout?e:r,i="[object process]"==={}.toString.call(r.process)?function(e){process.nextTick(function(){c(e)})}:function(){if(r.postMessage&&!r.importScripts){var e=!0,t=r.onmessage;return r.onmessage=function(){e=!1},r.postMessage("","*"),r.onmessage=t,e}}()?(a="setImmediate$"+Math.random()+"$",r.addEventListener?r.addEventListener("message",d,!1):r.attachEvent("onmessage",d),function(e){r.postMessage(a+e,"*")}):r.MessageChannel?((t=new MessageChannel).port1.onmessage=function(e){c(e.data)},function(e){t.port2.postMessage(e)}):l&&"onreadystatechange"in l.createElement("script")?(s=l.documentElement,function(e){var t=l.createElement("script");t.onreadystatechange=function(){c(e),t.onreadystatechange=null,s.removeChild(t),t=null},s.appendChild(t)}):function(e){setTimeout(c,0,e)},e.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),r=0;r +// +// ```groovy,build.gradle +// repositories { +// maven { url = "https://repo.codemc.org/repository/maven-public/" } +// } +// ``` +// +// ```kotlin,build.gradle.kts +// repositories { +// maven(url = "https://repo.codemc.org/repository/maven-public/") +// } +// ``` +// +// + +for (const multiPreNode of document.getElementsByClassName("multi-pre")) { + let buttons = []; + for (const child of multiPreNode.children) { + // We use a sneaky hack to do with how class names are generated. The + // class names should always be of the form "language-LANGUAGE ... hljs" + // where LANGUAGE is the language of the pre and ... is a list of other + // class names declared in the Markdown. For example, if we have: + // + // ```groovy,build.gradle + // ... + // ``` + // + // then the class name is "language-groovy build.gradle hljs" + // + // If we want to have spaces, use an underscore + const buttonText = child.querySelector("code.hljs").classList[1].replace(/_/g, " "); + const button = document.createElement("button"); + button.className = "language-selector"; + button.innerText = buttonText; + button.onclick = function() { + for (const childElement of multiPreNode.children) { + switch(childElement.tagName) { + case "PRE": childElement.classList.add("hidden"); break; + case "BUTTON": childElement.classList.remove("selected"); break; + } + } + button.classList.add("selected"); + child.classList.remove("hidden"); + }; + buttons.push(button); + } + // We do a second pass so we're not mutating the list we're iterating over + for (let i = buttons.length - 1; i >= 0; i--) { + multiPreNode.insertBefore(buttons[i], multiPreNode.firstChild); + } + buttons[0].onclick(); +} + +// For the upgrading guide, we want multi-pre blocks which link between the +// top code block and the bottom code block (separated by a MathJax down arrow) +// We'll call these 'linked-multi-pre' blocks + +for (const multiPreNode of document.getElementsByClassName("linked-multi-pre")) { + let buttons = []; + + // Number of buttons to make = number of
     divide by 2, minus the inner
    +    // 

    tag with the MathJax + const numberOfButtons = (multiPreNode.children.length - 1) / 2; + for (let i = 0; i < multiPreNode.children.length; i++) { + const child = multiPreNode.children[i]; + // If it's a MathJax down arrow element, we assume it's a downarrow, so let's + // just check if it's a down arrow + const isMathJax = child.innerText === "$$\\downarrow$$"; + + if (isMathJax) { + break; + } else { + const buttonText = child.querySelector("code.hljs").classList[1].replace(/_/g, " "); + const button = document.createElement("button"); + button.className = "language-selector"; + button.innerText = buttonText; + button.onclick = function() { + // Hide and unselect everything + for (const childElement of multiPreNode.children) { + switch(childElement.tagName) { + case "PRE": childElement.classList.add("hidden"); break; + case "BUTTON": childElement.classList.remove("selected"); break; + } + } + button.classList.add("selected"); + child.classList.remove("hidden"); + + // Unselect the other corresponding child + multiPreNode.children[numberOfButtons + i + numberOfButtons + 1].classList.remove("hidden"); + }; + buttons.push(button); + } + } + // We do a second pass so we're not mutating the list we're iterating over + for (let i = buttons.length - 1; i >= 0; i--) { + multiPreNode.insertBefore(buttons[i], multiPreNode.firstChild); + } + buttons[0].onclick(); +} \ No newline at end of file diff --git a/docs/9.4.1/kotlindsl.html b/docs/9.4.1/kotlindsl.html new file mode 100644 index 0000000000..3e4e8ff708 --- /dev/null +++ b/docs/9.4.1/kotlindsl.html @@ -0,0 +1,433 @@ + + + + + + Using the DSL - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Using the DSL

    +

    Defining a simple message command

    +

    As a first example and to take a first look at the Kotlin DSL syntax, we will first create a simple command to send messages to a player.

    +
    +

    Example - Sending a message to a player using the Kotlin DSL

    +

    We want to create a command that lets us send a message to a player. To do this, we want to register a command with the following syntax:

    +
    /sendmessageto <player> <msg>
    +
    +

    We can then use the following command registration:

    +
    +
    commandTree("sendmessageto") {
    +    playerArgument("player") { // Defines a new PlayerArgument("player")
    +        greedyStringArgument("msg") { // Defines a new GreedyStringArgument("msg")
    +            anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.)
    +                val player: Player = args["player"] as Player
    +                val message: String = args["msg"] as String
    +                player.sendMessage(message)
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("sendmessageto") {
    +    playerArgument("player") // Defines a new PlayerArgument("player")
    +    greedyStringArgument("msg") // Defines a new GreedyStringArgument("msg")
    +    anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.)
    +        val player: Player = args["player"] as Player
    +        val message: String = args["msg"] as String
    +        player.sendMessage(message)
    +    }
    +}
    +
    +
    +

    Here you can see some interesting things:

    +
      +
    • You do not need to call the .register() method when using the DSL
    • +
    • You do not need to initialise any arguments
    • +
    +
    +
    +

    Executors

    +

    The Kotlin DSL also provides executors to execute your command. You've seen the anyExecutor in the example above.

    +

    To find out, which DSL executor corresponds to "normal" executors, you can refer to the table below:

    +
    + + + + + + + + +
    DSL normal executorDSL resulting executorDSL normal execution infoDSL resulting execution info"normal" Executor
    anyExecutor()anyResultingExecutor()anyExecutionInfo()anyResultingExecutionInfoexecutes()
    playerExecutor()playerResultingExecutor()playerExecutionInfo()playerResultingExecutionInfo()executesPlayer()
    entityExecutor()entityResultingExecutor()entityExecutionInfo()entityResultingExecutionInfo()executesEntity()
    consoleExecutor()consoleResultingExecutor()consoleExecutionInfo()consoleResultingExecutionInfo()executesConsole()
    commandBlockExecutor()commandBlockResultingExecutor()commandBlockExecutionInfo()commandBlockResultingExecutionInfo()executesCommandBlock()
    proxyExecutor()proxyResultingExecutor()proxyExecutionInfo()proxyResultingExecutionInfo()executesProxy()
    nativeExecutor()nativeResultingExecutor()nativeExecutionInfo()nativeResultingExecutionInfo()executesNative()
    remoteConsoleExecutor()remoteConsoleResultingExecutor()remoteConsoleExecutionInfo()remoteConsoleResultingExecutionInfo()executesRemoteConsole()
    +
    +
    +

    Arguments

    +

    The DSL implements almost every argument with a method. You've seen the playerArgument() and the greedyStringArgument() method in the example at the top of this page.

    +

    The way arguments are implemented is pretty straight forward: It's basically the argument class' name, but as a method. So if you wanted to use a ItemStackArgument in your command, you would use the itemStackArgument() method of the DSL.

    +

    One thing to note is that the DSL also features every existing constructor. This means if you want to use an IntegerArgument with a minimum of 0 and a maximum of 10, you normally would implement it like this:

    +
    new IntegerArgument("integer", 0, 10)
    +
    +

    However, when using this DSL it is implemented like this:

    +
    integerArgument("integer", 0, 10)
    +
    +
    +

    Developer's Note:

    +

    There are a few arguments not having a method which directly corresponds to their respective argument.

    +

    These arguments most likely use a builder pattern and because of that require further implementation by the user.

    +

    To use these arguments, the DSL also provides the argument() method which takes in any argument as a parameter.

    +
    +
    +

    Editing arguments

    +

    When using the DSL, you might want to modify the behaviour of certain arguments by adding requirements or suggestions to them.

    +

    To give you a general idea how you could accomplish that, the sendMessageTo command is adding a broadcast option which should only be executed by server operators.

    +
    +
    commandTree("sendMessageTo") {
    +    playerArgument("player") {
    +        greedyStringArgument("msg") {
    +            playerExecutor { _, args ->
    +                val player: Player = args["player"] as Player
    +                val message: String = args["msg"] as String
    +                player.sendMessage(message)
    +            }
    +        }
    +    }
    +    literalArgument("broadcast") {
    +        withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument
    +        /* add more methods here that modify argument behaviour */
    +        greedyStringArgument("msg") {
    +            playerExecutor { _, args ->
    +                val message: String = args["msg"] as String
    +                Bukkit.broadcastMessage(message)
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("sendMessageTo") {
    +    playerArgument("player")
    +    greedyStringArgument("msg")
    +    playerExecutor { _, args ->
    +        val player: Player = args["player"] as Player
    +        val message: String = args["msg"] as String
    +        player.sendMessage(message)
    +    }
    +}
    +
    +commandAPICommand("sendMessageTo") {
    +    literalArgument("broadcast") {
    +        withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument
    +        /* add more methods here that modify argument behaviour */
    +    }
    +    greedyStringArgument("msg")
    +    playerExecutor { _, args ->
    +        val message: String = args["msg"] as String
    +        Bukkit.broadcastMessage(message)
    +    }
    +}
    +
    +
    +

    Notice how you can just add the requirement in a CommandTree by adding it to the argument block where you also define the next arguments and the executor.

    +

    However, when modifying the behaviour of an argument in a CommandAPICommand you have to add an extra block where you can implement the additional behaviour.

    +

    Adding requirements to commands

    +

    Expanding on the previous example where we added a requirement to a single argument, we now also want to add a requirement to a whole command.

    +

    This works similar to how argument behaviour is modified in a CommandTree:

    +
    +
    commandTree("commandRequirement") {
    +    withRequirement { sender: CommandSender -> sender.isOp}
    +    playerExecutor { player, _ ->
    +        player.sendMessage("This command can only be executed by players who are server operators.")
    +    }
    +}
    +
    +
    commandAPICommand("commandRequirement") {
    +    withRequirement { sender: CommandSender -> sender.isOp}
    +    playerExecutor { player, _ ->
    +        player.sendMessage("This command can only be executed by players who are server operators.")
    +    }
    +}
    +
    +
    +
    +

    More examples

    +

    Now, a few more examples are shown to demonstrate the use of this DSL a little more:

    +
    +

    Example - Implementing optional arguments with the Kotlin DSL

    +

    We want to create a /give command with the following syntax:

    +
    /optionalArgument give <item>
    +/optionalArgument give <item> <amount>
    +
    +

    To declare an argument as optional you need to set the optional value to true:

    +
    +
    commandTree("optionalArgument") {
    +    literalArgument("give") {
    +        itemStackArgument("item") {
    +            integerArgument("amount", optional = true) {
    +                playerExecutor { player, args ->
    +                    // This command will let you execute:
    +                    // "/optionalArgument give minecraft:stick"
    +                    // "/optionalArgument give minecraft:stick 5"
    +                    val itemStack: ItemStack = args["item"] as ItemStack
    +                    val amount: Int = args.getOptional("amount").orElse(1) as Int
    +                    itemStack.amount = amount
    +                    player.inventory.addItem(itemStack)
    +                }
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("optionalArgument") {
    +    literalArgument("give")
    +    itemStackArgument("item")
    +    integerArgument("amount", optional = true) // This sets the argument as optional
    +    playerExecutor { player, args ->
    +        // This command will let you execute:
    +        // "/optionalArgument give minecraft:stick"
    +        // "/optionalArgument give minecraft:stick 5"
    +        val itemStack: ItemStack = args["item"] as ItemStack
    +        val amount: Int = args.getOptional("amount").orElse(1) as Int
    +        itemStack.amount = amount
    +        player.inventory.addItem(itemStack)
    +    }
    +}
    +
    +
    +
    +
    +

    Example - Replacing suggestions using the Kotlin DSL

    +

    We want to create a command with the following syntax to demonstrate replacing suggestions using the Kotlin DSL:

    +
    /replaceSuggestions <strings>
    +
    +

    Replacing suggestions works similar to how you would add a requirement to an argument as shown in Editing arguments.

    +

    You just have to use the replaceSuggestions method this time:

    +
    +
    commandTree("replaceSuggestions") {
    +    stringArgument("strings") {
    +        replaceSuggestions(ArgumentSuggestions.strings("one", "two", "three")) // Replaces the suggestions for the "strings" StringArgument
    +        playerExecutor { player, args ->
    +            player.sendMessage("You chose option ${args["strings"] as String}!")
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("replaceSuggestions") {
    +    stringArgument("strings") {
    +        replaceSuggestions(ArgumentSuggestions.strings("one", "two", "three")) // Replaces the suggestions for the "strings" StringArgument
    +    }
    +    playerExecutor { player, args ->
    +        player.sendMessage("You chose option ${args["strings"] as String}!")
    +    }
    +}
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/kotlinintro.html b/docs/9.4.1/kotlinintro.html new file mode 100644 index 0000000000..dfdaf24889 --- /dev/null +++ b/docs/9.4.1/kotlinintro.html @@ -0,0 +1,328 @@ + + + + + + Kotlin-based commands - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Kotlin-based commands

    +

    The CommandAPI also provides an alternative way of making commands when using Kotlin to develop your plugins: A DSL!

    +

    This DSL provides many methods to easily add arguments to your command structure. Examples of the DSL can be found here.

    +
    +

    Installing the DSL

    +

    To install the DSL, you need to add the commandapi-bukkit-kotlin dependency into your pom.xml or your build.gradle, making sure to specify the server flavor you are developing for:

    +

    Adding the dependency with Maven

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-kotlin</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +

    Next, you need to add Kotlin to your project. For this, you first need to add the dependency:

    +
    <dependencies>
    +    <dependency>
    +        <groupId>org.jetbrains.kotlin</groupId>
    +        <artifactId>kotlin-stdlib</artifactId>
    +        <version>1.9.0</version>
    +    </dependency>
    +</dependencies>
    +
    +

    Finally, you need to add the kotlin-maven-plugin:

    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.jetbrains.kotlin</groupId>
    +            <artifactId>kotlin-maven-plugin</artifactId>
    +            <version>1.9.0</version>
    +            <executions>
    +                <execution>
    +                    <id>compile</id>
    +                    <phase>compile</phase>
    +                    <goals>
    +                        <goal>compile</goal>
    +                    </goals>
    +                </execution>
    +                <execution>
    +                    <id>test-compile</id>
    +                    <phase>test-compile</phase>
    +                    <goals>
    +                        <goal>test-compile</goal>
    +                    </goals>
    +                </execution>
    +            </executions>
    +            <configuration>
    +                <jvmTarget>16</jvmTarget>
    +            </configuration>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +

    Adding the dependency with Gradle

    +

    First, you need to add the repository:

    +
    +
    repositories {
    +    mavenCentral()
    +}
    +
    +
    repositories {
    +    mavenCentral()
    +}
    +
    +
    +

    Next, you need to add the dependency:

    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-kotlin:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-kotlin:9.4.1")
    +}
    +
    +
    +

    You also need to add Kotlin to your project. For this, you first need to add the Kotlin plugin:

    +
    +
    plugins {
    +    id "org.jetbrains.kotlin.jvm" version "1.9.0"
    +}
    +
    +
    plugins {
    +    kotlin("jvm") version "1.9.0"
    +}
    +
    +
    +

    Next, you need to add the dependency (you should already have added the mavenCentral() repository to your project):

    +
    +
    dependencies {
    +    implementation "org.jetbrains.kotlin:kotlin-stdlib"
    +}
    +
    +
    dependencies {
    +    implementation("org.jetbrains.kotlin:kotlin-stdlib")
    +}
    +
    +
    +

    Then, you need to configure the Java version to build against:

    +
    +
    kotlin {
    +    jvmToolchain(16)
    +}
    +
    +
    kotlin {
    +    jvmToolchain(16)
    +}
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/listed.html b/docs/9.4.1/listed.html new file mode 100644 index 0000000000..61307dc4b2 --- /dev/null +++ b/docs/9.4.1/listed.html @@ -0,0 +1,258 @@ + + + + + + Listed arguments - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Listed arguments

    +

    Arguments have a setting which determine whether or not they are present in the CommandArguments args that is populated when executing a command.

    +

    By default, the LiteralArgument has this setting set to false, hence the literal values are not present in the CommandArguments args.

    +

    This flag is set using the following function:

    +
    Argument setListed(boolean listed);
    +
    +
    +

    Example - Setting listed arguments

    +

    Say we have the following command:

    +
    /mycommand <player> <value> <message>
    +
    +

    Let's also say that in our implementation of this command, we don't actually perform any processing for <value>. Hence, listing it in the CommandArguments args is unnecessary.

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new IntegerArgument("value").setListed(false))
    +    .withArguments(new GreedyStringArgument("message"))
    +    .executes((sender, args) -> {
    +        // args == [player, message]
    +        Player player = (Player) args.get("player");
    +        String message = (String) args.get("message"); // Note that the IntegerArgument is not available in the CommandArguments
    +        player.sendMessage(message);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(IntegerArgument("value").setListed(false))
    +    .withArguments(GreedyStringArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        // args == [player, message]
    +        val player = args["player"] as Player
    +        val message = args["message"] as String // Note that the IntegerArgument is not available in the CommandArguments
    +        player.sendMessage(message)
    +    })
    +    .register()
    +
    +
    +

    In this scenario, the argument <value> is not present in the CommandArguments args for the executor.

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

    Native commandsenders

    +

    In a similar way that the ProxiedCommandSender is used to store information about two command senders: a caller (the one that wrote the command) and a callee (the one that ends up executing the command), the CommandAPI also has a special NativeProxyCommandSender class which is a more powerful representation of the ProxiedCommandSender class. In addition to inheriting all of the methods from ProxiedCommandSender, this class also has the following two methods:

    +
    public World getWorld();
    +public Location getLocation();
    +
    +

    These methods contain additional information about the command executor's state, and are primarily designed to be used with Minecraft's /execute command.

    +
    +

    Minecraft's /execute arguments

    +

    The following table represents how the different /execute arguments affect the NativeProxyCommandSender class:

    +
    + + + + + + + + +
    /execute argumentHow it changes NativeProxyCommandSender
    /execute alignChanges getLocation() only
    /execute anchoredChanges nothing
    /execute asChanges getCallee() only
    /execute atChanges getLocation() and getWorld() only
    /execute facingChanges getLocation() only
    /execute inChanges getWorld() only
    /execute positionedChanges getLocation() only
    /execute rotatedChanges getLocation()only
    +
    +
    +

    Using the native commandsender

    +

    As described in the section about normal command executors, there are multiple methods to register a command executor. For the NativeProxyCommandSender, the .executesNative() method should be used.

    +
    +

    Note:

    +

    The .executesNative() method has the highest priority over all over .executesXXX() methods - if you use the .executesNative() method, no other execution method will be run.

    +
    +
    +
    +

    Example - A really simple "break block" command

    +

    Say we wanted to make a command that simply sets the current block to air. For this example, we'll use the following command syntax:

    +
    /break
    +
    +

    As you can see, this command takes no arguments. This is fine, since our "argument" will be the sender's location. We can access the sender's location using the getLocation() method from the NativeProxyCommandSender object, available from the .executesNative() method:

    +
    +
    new CommandAPICommand("break")
    +    .executesNative((sender, args) -> {
    +        Location location = sender.getLocation();
    +        if (location != null) {
    +            location.getBlock().breakNaturally();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("break")
    +    .executesNative(NativeCommandExecutor { sender, _ ->
    +        val location = sender.location
    +        location.block.breakNaturally()
    +    })
    +    .register()
    +
    +
    commandAPICommand("break") {
    +    nativeExecutor { sender, _ ->
    +        val location = sender.location
    +        location.block.breakNaturally()
    +    }
    +}
    +
    +
    +

    This can now be used via the following command examples:

    +
    /execute positioned 100 62 50 run break
    +
    +
    /execute at @e[type=pig] run break
    +
    +
    /execute in minecraft:overworld positioned 20 60 -20 run break
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/normalexecutors.html b/docs/9.4.1/normalexecutors.html new file mode 100644 index 0000000000..287bad5440 --- /dev/null +++ b/docs/9.4.1/normalexecutors.html @@ -0,0 +1,393 @@ + + + + + + Normal command executors - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Normal command executors

    +

    Command executors are of the following format, where sender is a CommandSender, and args is a CommandArguments object, which represents arguments which are parsed by the CommandAPI.

    +
    new CommandAPICommand("...")
    +    .executes((sender, args) -> {
    +        //Code here  
    +    })
    +    .register();
    +
    +

    With normal command executors, these do not need to return anything. By default, this will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully, either by throwing an exception (RuntimeException) or by forcing the command to fail (See the section on handling command failures).

    +

    In short, this is what values are returned when a command is executed from a normal command executor:

    +
    + + +
    Command WorksCommand Doesn't Work
    Success Value10
    Result Value10
    +
    +

    Example - Creating a message broadcasting system

    +

    To illustrate this, let's take a look at a simple message broadcasting command. We'll make a command which sends a message to everyone on the server, using the following syntax:

    +
    /broadcastmsg <message>
    +/broadcastmessage <message>
    +/broadcast <message>
    +
    +

    We use an argument "message" to hold the message to broadcast, we provide some aliases and set a permission required to run the command. Then we declare our main command body by using the .executes() method, before finally registering the command:

    +
    +
    // Create our command
    +new CommandAPICommand("broadcastmsg")
    +    .withArguments(new GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")       // Command aliases
    +    .withPermission(CommandPermission.OP)               // Required permissions
    +    .executes((sender, args) -> {
    +        String message = (String) args.get("message");
    +        Bukkit.getServer().broadcastMessage(message);
    +    })
    +    .register();
    +
    +
    // Create our command
    +CommandAPICommand("broadcastmsg")
    +    .withArguments(GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")       // Command aliases
    +    .withPermission(CommandPermission.OP)               // Required permissions
    +    .executes(CommandExecutor { _, args ->
    +        val message = args["message"] as String
    +        Bukkit.getServer().broadcastMessage(message)
    +    })
    +    .register()
    +
    +
    +

    Note how when we finish up our implementation of .executes(), we don't return anything. This is unlike commands in the standard Bukkit API where the onCommand method returns a Boolean value:

    +
    boolean onCommand(CommandSender, Command, String, String[])
    +
    +

    The returning of this Boolean value is handled automatically by the CommandAPI on a much lower level.

    +
    +
    +

    Restricting who can run your command

    +

    The CommandAPICommand class has multiple different executes...() methods that can restrict the command sender to any of the following objects:

    +
    + + + + + + + +
    CommandSender ObjectMethod to useWho can run this?
    CommandSender.executes()Any CommandSender
    Player.executesPlayer()In-game players only
    Entity.executesEntity()Entities only
    BlockCommandSender.executesCommandBlock()Command blocks only
    ConsoleCommandSender.executesConsole()The console only
    ProxiedCommandSender.executesProxy()Proxied senders only
    (via /execute as ...)
    NativeProxyCommandSender.executesNative()See Native commandsenders
    +
    +

    Example - A /suicide command

    +

    Say we wanted to create a command /suicide, which kills the player that executes it. Since this command can't be used by non-players (you can't kill a command block!), we can restrict it so only players can execute this command. Since it's a player, we can use the .executesPlayer() method:

    +
    +
    new CommandAPICommand("suicide")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Multiple command executor implementations

    +

    The CommandAPI allows you to chain different implementations of the command depending on the type of CommandSender. This allows you to easily specify what types of CommandSenders are required to run a command.

    +

    Extending on the suicide example above, we could write another implementation for a different CommandSender. Here, we write an implementation to make entities (non-player) go out with a bang when they run the command (using /execute as <entity> run suicide command).

    +
    +

    Example - A /suicide command with different implementations

    +
    +
    new CommandAPICommand("suicide")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .executesEntity((entity, args) -> {
    +        entity.getWorld().createExplosion(entity.getLocation(), 4);
    +        entity.remove();
    +    })
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .executesEntity(EntityCommandExecutor { entity, _ ->
    +        entity.world.createExplosion(entity.location, 4f)
    +        entity.remove()
    +    })
    +    .register()
    +
    +
    +

    This saves having to use instanceof multiple times to check the type of the CommandSender.

    +
    +

    The different command sender priority is the following (from highest priority to lowest priority):

    +

    \begin{align} +&\quad\texttt{.executesNative()} && \texttt{(Always chosen if used)}\\ +&\quad\texttt{.executesPlayer()} \\ +&\quad\texttt{.executesEntity()} \\ +&\quad\texttt{.executesConsole()} \\ +&\quad\texttt{.executesCommandBlock()} \\ +&\quad\texttt{.executesProxy()} \\ +&\quad\texttt{.executes()} +\end{align}

    +
    +

    Multiple command executors with the same implementation

    +

    The CommandAPI also allows you to have multiple command executors with the same command implementation. This is useful for when you want to restrict the command sender required to run a command, but want to run the same code for each different command sender type.

    +

    This is achieved using the .executes(executor, ...) method, which accepts a variadic array of ExecutorType objects. ExecutorType has the following values:

    +
    + + + + + + + +
    ExecutorType ObjectWho can run this?
    ALLAny CommandSender
    PLAYERIn-game players only
    ENTITYEntities only
    BLOCKCommand blocks only
    CONSOLEThe console only
    PROXYProxied senders only
    (via /execute as ...)
    NATIVESee Native commandsenders
    +
    +

    Example - A /suicide command with the same implementation

    +

    Expanding on the suicide example above, we can restrict the command to only players and entities. We know that the command sender is a LivingEntity, so we can cast to it safely.

    +
    +
    new CommandAPICommand("suicide")
    +    .executes((sender, args) -> {
    +        LivingEntity entity;
    +        if (sender instanceof ProxiedCommandSender proxy) {
    +            entity = (LivingEntity) proxy.getCallee();
    +        } else {
    +            entity = (LivingEntity) sender;
    +        }
    +        entity.setHealth(0);
    +    }, ExecutorType.PLAYER, ExecutorType.PROXY)
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executes(CommandExecutor { sender, _ ->
    +        val entity = (if (sender is ProxiedCommandSender) sender.callee else sender) as LivingEntity
    +        entity.setHealth(0.0)
    +    }, ExecutorType.PLAYER, ExecutorType.PROXY)
    +    .register()
    +
    +
    +
    +
    +

    Using the ExecutionInfo

    +

    You also have the option to implement a command executor which uses an ExecutionInfo object:

    +
    new CommandAPICommand("...")
    +    .executes(info -> {
    +        // Use info here
    +    })
    +    .register();
    +
    +

    The ExecutionInfo provides two user-facing methods which both let you access the CommandSender and the arguments:

    +
    CommandSender sender();
    +
    +

    This method automatically detects which CommandSender type has been used, similar to the .executesXXX() method (see here)! Therefore, casting is not necessary!

    +

    The second method lets you access the command's arguments:

    +
    CommandArguments args();
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/optional_arguments.html b/docs/9.4.1/optional_arguments.html new file mode 100644 index 0000000000..5eac161766 --- /dev/null +++ b/docs/9.4.1/optional_arguments.html @@ -0,0 +1,450 @@ + + + + + + Optional arguments - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Optional Arguments

    +

    Sometimes, you want to implement a command that has arguments that do not need to be entered. Take a /sayhi command for example. You may want to say "Hi" to yourself, or to another player. For that, we want this command syntax:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    To implement these commands, the CommandAPI provides two methods to help you with that:

    +
    Argument withOptionalArguments(List<Argument<?>> args);
    +Argument withOptionalArguments(Argument<?>... args);
    +
    +
    +

    Example - /sayhi command with an optional argument

    +

    For example, say we're registering a command /sayhi:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    For that, we are going to register a command /sayhi. To add optional arguments, we are going to use the withOptionalArguments(Argument... args) method:

    +
    +
    new CommandAPICommand("sayhi")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        if (target != null) {
    +            target.sendMessage("Hi!");
    +        } else {
    +            player.sendMessage("Hi!");
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sayhi")
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target: Player? = args["target"] as Player?
    +        if (target != null) {
    +            target.sendMessage("Hi!")
    +        } else {
    +            player.sendMessage("Hi!")
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("sayhi") {
    +    playerArgument("target", optional = true)
    +    playerExecutor { player, args ->
    +        val target: Player? = args["target"] as Player?
    +        if (target != null) {
    +            target.sendMessage("Hi!")
    +        } else {
    +            player.sendMessage("Hi!")
    +        }
    +    }
    +}
    +
    +
    +

    This gives us the ability to run both /sayhi and /sayhi <target> with the same command name "sayhi", but have different results based on the arguments used.

    +

    You can notice two things:

    +
      +
    • We use the withOptionalArguments method to add an optional argument to a command
    • +
    • We use args.get("target") to get our player out of the arguments
    • +
    +

    With optional arguments, there is a possibility of them being not present in the arguments of a command. The reason we use args.get("target") is that this will just return null and you can handle what should happen.

    +
    +

    Setting existing arguments as optional arguments

    +

    In order to set arguments as optional the CommandAPI has the method setOptional(boolean):

    +
    Argument setOptional(boolean optional);
    +
    +

    When using the withOptionalArguments method it might be interesting to know that it calls the setOptional() method internally. This means that the following two examples are identical:

    +
    new CommandAPICommand("optional")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +
    +
    new CommandAPICommand("optional")
    +    .withArguments(new PlayerArgument("target").setOptional(true))
    +
    +

    However, calling withOptionalArguments is safer because it makes sure that the argument is optional because of that internal call.

    +

    Avoiding null values

    +

    Previously, we've looked at how to handle null values. To make all of this easier, the CommandAPI implements multiple additional methods for CommandArguments:

    +
    Object getOrDefault(int index, Object defaultValue);
    +Object getOrDefault(int index, Supplier<?> defaultValue);
    +Object getOrDefault(String nodeName, Object defaultValue);
    +Object getOrDefault(String nodeName, Supplier<?> defaultValue);
    +Optional<Object> getOptional(int index)
    +Optional<Object> getOptional(String nodeName)
    +
    +

    The examples will be using the getOptional methods but there is no downside of using the getOrDefault methods.

    +
    +

    Example - /sayhi command while using the getOptional method

    +

    Let's register the /sayhi command from above a second time - this time using a getOptional method. We are using the exact same command syntax:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    This is how the getOptional method is being implemented:

    +
    +
    new CommandAPICommand("sayhi")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.getOptional("target").orElse(player);
    +        target.sendMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sayhi")
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target: Player = args.getOptional("target").orElse(player) as Player
    +        target.sendMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("sayhi") {
    +    playerArgument("target", optional = true)
    +    playerExecutor { player, args ->
    +        val target: Player = args.getOptional("target").orElse(player) as Player
    +        target.sendMessage("Hi!")
    +    }
    +}
    +
    +
    +
    +

    Implementing required arguments after optional arguments

    +

    We've now talked about how to implement optional arguments and how to avoid null values returned by optional arguments when they aren't provided when executing the command.

    +

    Now we also want to talk about how to implement required arguments after optional arguments. For this, the CommandAPI implements a combineWith method for arguments:

    +
    AbstractArgument combineWith(Argument<?>... combinedArguments);
    +
    +

    You will need to use this method if you want to have a required argument after an optional argument. In general, this is which pattern the CommandAPI follows while dealing with optional arguments:

    +
      +
    1. You have a CommandAPICommand and you add arguments to it.
    2. +
    3. After your required arguments, you can provide optional arguments.
    4. +
    +

    At this point your command is basically done. Any attempt to add a required argument will result in an OptionalArgumentException. However, this is where the combineWith method comes in. +This method allows you to combine arguments. Let's say you have an optional StringArgument (here simplified to A) and you want a required PlayerArgument (here simplified to B). +Argument B should only be required if argument A is given. To implement that logic, we are going to use the combineWith method so that we have this syntax:

    +
    A.combineWith(B)
    +
    +

    This does two things:

    +
      +
    1. When checking optional argument constraints the argument B will be ignored so the OptionalArgumentException will not be thrown
    2. +
    3. It allows you to define additional optional arguments afterwards which can only be entered if argument B has been entered
    4. +
    +

    This is how you would add another optional PlayerArgument (here simplified to C):

    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(A.combineWith(B))
    +    .withOptionalArguments(C)
    +
    +

    Let's say you declare your arguments like this:

    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(A.combineWith(B))
    +    .withArguments(C)
    +
    +

    This would result in an OptionalArgumentException because you are declaring a required argument after an optional argument without creating that exception for argument C like you do for argument B.

    +
    +

    Example - Required arguments after optional arguments

    +

    We want to register a command /rate with the following syntax:

    +
    /rate                           - Sends an information message
    +/rate <topic> <rating>          - Rates a topic with a rating and sends a message to the command sender
    +/rate <topic> <rating> <target> - Rates a topic with a rating and sends a message to the target
    +
    +

    To implement that structure we make use of the combineWith method to make the argument after the optional argument <topic> required:

    +
    +
    new CommandAPICommand("rate")
    +    .withOptionalArguments(new StringArgument("topic").combineWith(new IntegerArgument("rating", 0, 10)))
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executes((sender, args) -> {
    +        String topic = (String) args.get("topic");
    +        if(topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            );
    +            return;
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        int rating = (int) args.get("rating");
    +
    +        // The target player is optional, so give it a default here
    +        CommandSender target = (CommandSender) args.getOptional("target").orElse(sender);
    +
    +        target.sendMessage("Your " + topic + " was rated: " + rating + "/10");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("rate")
    +    .withOptionalArguments(StringArgument("topic").combineWith(IntegerArgument("rating", 0, 10)))
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executes(CommandExecutor { sender, args ->
    +        val topic: String? = args["topic"] as String?
    +        if (topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            )
    +            return@CommandExecutor
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        val rating = args["rating"] as Int
    +
    +        // The target player is optional, so give it a default here
    +        val target: CommandSender = args.getOptional("target").orElse(sender) as CommandSender
    +
    +        target.sendMessage("Your $topic was rated: $rating/10")
    +    })
    +    .register()
    +
    +
    commandAPICommand("rate") {
    +    argument(StringArgument("topic").setOptional(true).combineWith(IntegerArgument("rating", 0, 10)))
    +    playerArgument("target", optional = true)
    +    anyExecutor { sender, args ->
    +        val topic: String? = args["topic"] as String?
    +        if (topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            )
    +            return@anyExecutor
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        val rating = args["rating"] as Int
    +
    +        // The target player is optional, so give it a default here
    +        val target: CommandSender = args.getOptional("target").orElse(sender) as CommandSender
    +
    +        target.sendMessage("Your $topic was rated: $rating/10")
    +    }
    +}
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/permissions.html b/docs/9.4.1/permissions.html new file mode 100644 index 0000000000..ca4914775d --- /dev/null +++ b/docs/9.4.1/permissions.html @@ -0,0 +1,468 @@ + + + + + + Permissions - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Permissions

    +

    Permissions let you control which players are allowed to execute which commands. This is handled using the CommandPermission class, which has the following uses:

    +
    + + + +
    PermissionWhat it does
    CommandPermission.OPRequires OP to execute the command
    CommandPermission.NONEAnyone can execute the command
    CommandPermission.fromString("my.permission")Requires a specific permission node to execute the command
    +
    +

    In addition to the CommandPermission class, there are two different ways to assign permissions (compared to the simple CommandSender.hasPermission() method that is provided by Bukkit), by using the withPermission method for arguments or for commands.

    +

    The withPermission method can take two values:

    +
      +
    • A CommandPermission, which represents a permission such as OP or NONE
    • +
    • A String, which will be converted automatically to a CommandPermission using CommandPermission.fromString()
    • +
    +
    +

    Adding permissions to commands

    +

    To add a permission to a command, you can use the withPermission(CommandPermission) or withPermission(String) method when declaring a command.

    +
    +

    Example - /god command with permissions

    +

    Say we created a command /god that sets a player as being invulnerable. Since this is a pretty non-survival command, we want to restrict who can run this command. As such, we want our player to have the permission command.god in order to run this command. To do this, we simply use the withPermission(CommandPermission) method from our command builder:

    +
    +
    // Register the /god command with the permission node "command.god"
    +new CommandAPICommand("god")
    +    .withPermission(CommandPermission.fromString("command.god"))
    +    .executesPlayer((player, args) -> {
    +        player.setInvulnerable(true);
    +        player.sendMessage("God mode enabled");
    +    })
    +    .register();
    +
    +
    // Register the /god command with the permission node "command.god"
    +CommandAPICommand("god")
    +    .withPermission(CommandPermission.fromString("command.god"))
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.isInvulnerable = true
    +    })
    +    .register()
    +
    +
    +

    As stated above, it is possible to assign a permission using a String instead of using CommandPermission.fromString():

    +
    +
    // Register the /god command with the permission node "command.god", without creating a CommandPermission
    +new CommandAPICommand("god")
    +    .withPermission("command.god")
    +    .executesPlayer((player, args) -> {
    +        player.setInvulnerable(true);
    +        player.sendMessage("God mode enabled");
    +    })
    +    .register();
    +
    +
    // Register the /god command with the permission node "command.god", without creating a CommandPermission
    +CommandAPICommand("god")
    +    .withPermission("command.god")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.isInvulnerable = true
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Adding permissions to arguments

    +

    For further fine-tuning of permission management, the CommandAPI allows you to add permissions to individual arguments. This prevents the user from executing a command with a specific argument if they do not have a specific permission.

    +

    This is done by using the withPermission(CommandPermission) method at the end of an argument.

    +

    If a player does not have the required permission:

    +
      +
    • The argument hover text which suggests what the command is will not be shown
    • +
    • The player will receive an error if they try to type something in for that argument
    • +
    • Suggestions, such as a list of materials or players, will not be shown
    • +
    +
    +

    Example - /kill command with argument permissions

    +

    For example, say we're registering a command /kill:

    +
    /kill          - Kills yourself
    +/kill <target> - Kills a target player
    +
    +

    We first declare the command as normal. Nothing fancy is going on here:

    +
    +
    // Register /kill command normally. Since no permissions are applied, anyone can run this command
    +new CommandAPICommand("kill")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    // Register /kill command normally. Since no permissions are applied, anyone can run this command
    +CommandAPICommand("kill")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.health = 0.0
    +    })
    +    .register()
    +
    +
    +

    Now we declare our command with arguments. We use a PlayerArgument and apply the permission to the argument. After that, we register our command as normal:

    +
    +
    // Adds the OP permission to the "target" argument. The sender requires OP to execute /kill <target>
    +new CommandAPICommand("kill")
    +    .withArguments(new PlayerArgument("target").withPermission(CommandPermission.OP))
    +    .executesPlayer((player, args) -> {
    +        ((Player) args.get("target")).setHealth(0);
    +    })
    +    .register();
    +
    +
    // Adds the OP permission to the "target" argument. The sender requires OP to execute /kill <target>
    +CommandAPICommand("kill")
    +    .withArguments(PlayerArgument("target").withPermission(CommandPermission.OP))
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        (args["target"] as Player).health = 0.0
    +    })
    +    .register()
    +
    +
    +
    +
    +
    +

    Developer's Note:

    +

    As you can see, there are multiple ways of applying permissions to commands with arguments. In the /god command shown above, the permission was applied to the whole command. In the /kill command shown above, the permission was applied to the argument.

    +

    There's not really much difference between the two methods, but I personally would use argument permissions as it has greater control over arguments.

    +
    +
    +

    Child-based permissions

    +

    Child-based permissions allow you to group permissions together. +We achieve this by laying out our permission groups in the plugin.yml file which Bukkit registers as valid permissions. +When the CommandAPI checks if our player has a permission, Bukkit considers if they have the child of a permission as well. +This not only keeps permissions easier to manage, it also makes your code cleaner and gives you a nice place to lay out all of your permissions, +detailing what they do and what other permissions inherit them.

    +

    Example - /economy command with argument permissions

    +

    For example, say we're registering a command /economy:

    +
    /economy                         - shows your own balance                 | economy.self
    +/economy <target>                - shows you another players balance      | economy.other
    +/economy give  <target> <amount> - gives the target a set amount of money | economy.admin.give
    +/economy reset <target> <amount> - resets the targets balance             | economy.admin.reset
    +
    +

    We first declare the command as normal. Nothing fancy is going on here:

    +
    +
    // /economy - requires the permission "economy.self" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.self") // The important part of this example
    +    .executesPlayer((player, args) -> {
    +        // send the executor their own balance here.
    +    })
    +    .register();
    +
    +// /economy <target> - requires the permission "economy.other" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.other") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +
    +        // Send a message to the executor with the target's balance
    +        player.sendMessage(target.getName() + "'s balance: " + Economy.getBalance(target));
    +    })
    +    .register();
    +
    +// /economy give <target> <amount> - requires the permission "economy.admin.give" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.admin.give") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new DoubleArgument("amount"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        double amount = (Double) args.get("amount");
    +
    +        // Update the target player's balance
    +        Economy.updateBalance(target, amount);
    +    })
    +    .register();
    +
    +// /economy reset <target> - requires the permission "economy.admin.reset" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.admin.reset") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +
    +        // Reset target balance here
    +        Economy.resetBalance(target);
    +    })
    +    .register();
    +
    +
    // /economy - requires the permission "economy.self" to exectue
    +CommandAPICommand("economy")
    +    .withPermission("economy.self")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        // send the executor their own balance here.
    +    })
    +    .register()
    +
    +// /economy <target> - requires the permission "economy.other" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.other") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        // send the executor the targets balance here.
    +    })
    +    .register()
    +
    +// /economy give <target> <amount> - requires the permission "economy.admin.give" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.admin.give") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(DoubleArgument("amount"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        val amount = args["amount"] as Double
    +        // update the targets balance here
    +    })
    +    .register()
    +
    +// /economy reset <target> - requires the permission "economy.admin.reset" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.admin.reset") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        // reset the targets balance here
    +    })
    +    .register()
    +
    +
    +

    In our plugin.yml we can also set up our permissions for example...

    +
    permissions:
    +  economy.*:
    +    description: Gives the user full access to the economy commands
    +    children:
    +      economy.other: true
    +      economy.admin.*: true
    +
    +  economy.self:
    +    description: Allows the user to view their own balance
    +  economy.other:
    +    description: Allows the user to another players balance
    +    children:
    +      economy.self: true
    +
    +  economy.admin.*:
    +    description: Gives the user access to all of the admin commands
    +    children:
    +      economy.admin.give: true
    +      economy.admin.reset: true
    +  economy.admin.give:
    +    description: Gives the user access to /economy give <target> <amount>
    +  economy.admin.reset:
    +    description: Gives the user access to /economy reset <target>
    +
    +

    This setup of children allows us to give a player less permissions, but have them access more features. +Since economy.* inherits economy.admin.* which inherits economy.admin.give, a player with the permission economy.* will be able to execute /economy give <target> <amount> without them directly having the economy.admin.give permission node. +This also works with economy.other, if a player has economy.other they will inherit economy.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/pluginyml.js b/docs/9.4.1/pluginyml.js new file mode 100644 index 0000000000..d745e2b7dd --- /dev/null +++ b/docs/9.4.1/pluginyml.js @@ -0,0 +1,168 @@ +// https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop +function handleDrop(event, handler) { + // Prevent default behavior (Prevent file from being opened) + event.preventDefault(); + + if (event.dataTransfer.items) { + // Use DataTransferItemList interface to access the file(s) + for (let i = 0; i < event.dataTransfer.items.length; i++) { + // If dropped items aren't files, reject them + if (event.dataTransfer.items[i].kind === 'file') { + let file = event.dataTransfer.items[i].getAsFile(); + handler(file); + } + } + } else { + // Use DataTransfer interface to access the file(s) + for (let i = 0; i < event.dataTransfer.files.length; i++) { + handler(file); + } + } +} + +function handlePluginJar(file) { + new JSZip().loadAsync(file) + .then((zip) => { + zip.file("plugin.yml").async("string").then((plugintext) => { + const output = document.getElementById("plugin_upload_output"); + try { + const configYAML = YAML.parse(plugintext); + + const outputContent = mkSuccess("Plugin information for " + configYAML["name"] + " parsed successfully."); + const list = document.createElement("ul"); + + const commands = document.createElement("p"); + commands.innerHTML = "Commands that can be registered:"; + + if (configYAML.commands !== undefined) { + for (let commandName of Object.keys(configYAML.commands)) { + const listElement = document.createElement("li"); + + if (configYAML.commands[commandName] === null) { + listElement.innerHTML = "" + commandName + " "; + } else { + if ("description" in configYAML.commands[commandName]) { + listElement.innerHTML = "" + commandName + " - " + configYAML.commands[commandName].description; + } else { + listElement.innerHTML = "" + commandName + " "; + } + } + + + + list.appendChild(listElement); + } + } + + outputContent.appendChild(commands); + outputContent.appendChild(list); + + output.appendChild(outputContent); + } catch (err) { + let output = document.getElementById("plugin_upload_output"); + output.appendChild(mkErr("The plugin.yml file is invalid. Contact the plugin creator for more info.")); + } + + }); + }, () => mkErr("This file is not a valid .jar file")); +} + +function mkSuccess(message) { + const outputElem = document.createElement("div"); + const outputHeading = document.createElement("h3"); + const outputText = document.createElement("p"); + + outputElem.classList.add("example"); + outputHeading.innerText = "Success!"; + outputText.innerHTML = message; + outputElem.appendChild(outputHeading); + outputElem.appendChild(outputText); + return outputElem; +} + +function mkErr(message) { + const outputElem = document.createElement("div"); + const outputHeading = document.createElement("h3"); + const outputText = document.createElement("p"); + + outputElem.classList.add("warning"); + outputHeading.innerText = "Error"; + outputText.innerText = message; + outputElem.appendChild(outputHeading); + outputElem.appendChild(outputText); + return outputElem; +} + +function handleConfigFile(file) { + const output = document.getElementById("config_upload_output"); + + while (output.firstChild) { + output.firstChild.remove(); + } + + const reader = new FileReader(); + reader.onload = function(readFileEvent) { + const configYAML = readFileEvent.target.result.replaceAll("\r", ""); + try { + YAML.parse(configYAML); + output.appendChild(mkSuccess("Config is all good!")); + } catch (err) { + let commentCount = 0; + for (const line of configYAML.split("\n")) { + if (line.startsWith("#")) { + commentCount++; + } + if (line === err.snippet) { + break; + } + } + const errorMsg = mkErr(err.message + " Error on line " + (err.parsedLine + commentCount + 1) + ": " + err.snippet + "\n"); + + + const pre = document.createElement("pre"); + const code = document.createElement("code"); + code.classList.add("language-yaml"); + code.classList.add("hljs"); + code.innerHTML = configYAML; + + pre.appendChild(code); + errorMsg.appendChild(pre); + + output.appendChild(errorMsg); + hljs.highlightAll(); + + for (const line of code.children) { + if (line.innerText === err.snippet) { + line.style.backgroundColor = "var(--warning-bg)"; + break; + } + } + } + }; + reader.onerror = () => { + output.appendChild(mkErr("Failed to read config file, try again.")); + }; + reader.readAsText(file); +} + +/* eslint-disable no-unused-vars */ + +var pluginDropHandler = function pluginDropHandler(event) { + handleDrop(event, handlePluginJar); +} + +var configDropHandler = function configDropHandler(event) { + handleDrop(event, handleConfigFile); +} + +var pluginDragHandler = function pluginDragHandler(event) { + event.preventDefault(); + document.getElementById("plugin_upload_text").innerText = "Drop the file here!"; +} + +var configDragHandler = function configDragHandler(event) { + event.preventDefault(); + document.getElementById("config_upload_text").innerText = "Drop the file here!"; +} + +/* eslint-enable no-unused-vars */ \ No newline at end of file diff --git a/docs/9.4.1/predicateargs.html b/docs/9.4.1/predicateargs.html new file mode 100644 index 0000000000..11a465d5da --- /dev/null +++ b/docs/9.4.1/predicateargs.html @@ -0,0 +1,219 @@ + + + + + + Predicate arguments - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Predicate arguments

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/predicatetips.html b/docs/9.4.1/predicatetips.html new file mode 100644 index 0000000000..89825e21d7 --- /dev/null +++ b/docs/9.4.1/predicatetips.html @@ -0,0 +1,283 @@ + + + + + + Predicate tips - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Predicate tips

    +

    In our example for creating a party system, we ended up having lots of code repetition. In our party creation command, we had the following code:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(new LiteralArgument("create")
    +    .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new StringArgument("partyName"));
    +
    +
    var arguments = mutableListOf<Argument<*>>()
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(LiteralArgument("create")
    +    .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }
    +)
    +
    +arguments.add(StringArgument("partyName"))
    +
    +
    +

    And for our party teleportation command, we had the following code:

    +
    +
    arguments = new ArrayList<>();
    +arguments.add(new LiteralArgument("tp")
    +    .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +
    arguments = mutableListOf<Argument<*>>()
    +arguments.add(LiteralArgument("tp")
    +    .withRequirement { partyMembers.containsKey((it as Player).uniqueId) })
    +
    +
    +

    We can simplify this code by declaring the predicate:

    +
    +
    Predicate<CommandSender> testIfPlayerHasParty = sender -> {
    +    return partyMembers.containsKey(((Player) sender).getUniqueId());
    +};
    +
    +
    val testIfPlayerHasParty = Predicate { sender: CommandSender ->
    +    partyMembers.containsKey((sender as Player).uniqueId)
    +}
    +
    +
    +

    Now, we can use the predicate testIfPlayerHasParty in our code for creating a party. Since we want to apply the "not" (!) operator to this predicate, we can use .negate() to invert the result of our predicate:

    +
    +
    List<Argument<?>> args = new ArrayList<>();
    +args.add(new LiteralArgument("create").withRequirement(testIfPlayerHasParty.negate()));
    +args.add(new StringArgument("partyName"));
    +
    +
    var args = listOf<Argument<*>>(
    +    LiteralArgument("create").withRequirement(testIfPlayerHasParty.negate()),
    +    StringArgument("partyName")
    +)
    +
    +
    +

    And we can use it again for our code for teleporting to party members:

    +
    +
    args = new ArrayList<>();
    +args.add(new LiteralArgument("tp").withRequirement(testIfPlayerHasParty));
    +
    +
    args = listOf<Argument<*>>(LiteralArgument("tp").withRequirement(testIfPlayerHasParty))
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/print.html b/docs/9.4.1/print.html new file mode 100644 index 0000000000..44fc38787d --- /dev/null +++ b/docs/9.4.1/print.html @@ -0,0 +1,12218 @@ + + + + + + CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Introduction

    +

    Welcome to the documentation for the CommandAPI. The CommandAPI lets you create vanilla Minecraft commands which utilize the new command features which were implemented in Minecraft 1.13, including but not limited to:

    +
      +
    • Having commands compatible with the vanilla /execute command
    • +
    • Having commands which can be run using Minecraft functions
    • +
    • Having better auto-completion and suggestions
    • +
    • Having command type checks before execution (e.g. ensuring a number is within a certain range)
    • +
    +
    +

    How the CommandAPI works

    +
    +

    Developer's Note:

    +

    This is a pretty important section, I would recommend reading before implementing the CommandAPI in your own projects. This section tells you about setup which is not stated anywhere else in the documentation. Think of it as the "knowledge you should know before using this API".

    +
    +

    The CommandAPI does not follow the "standard" method of registering commands. In other words, commands which are registered with the CommandAPI will be registered as pure vanilla Minecraft commands as opposed to Bukkit or Spigot commands. This means that the following implications exist:

    +
      +
    • Commands should not be declared in the plugin.yml file.
    • +
    • Commands are automatically registered under the minecraft namespace. For example, if you register a command /hello, you can also run it using /minecraft:hello. However, you can change this default minecraft namespace. More about this on the command registration page.
    • +
    • Commands are not "linked" to a certain plugin. In other words, you cannot look up which commands are registered by which plugin.
    • +
    +
    +

    How this documentation works

    +

    This documentation is split into the major sections that build up the CommandAPI. It's been designed in such a way that it should be easy to find exactly what you want to help you get started with the CommandAPI, and how to make effective use of it. Each step of the way, the documentation will include examples which showcase how to use the CommandAPI.

    +

    You can use the side bar on the left to access the various sections of the documentation and can change the theme to your liking using the palette icon in the top left corner.

    +

    Using the search icon in the top left corner, you can search for anything in this entire documentation. For example, typing "Example" will show a list of examples which are included throughout the documentation.

    +
    +

    Documentation changelog

    +

    Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page.

    +

    Documentation changes 9.4.0 \(\rightarrow\) 9.4.1

    + +

    Documentation changes 9.3.0 \(\rightarrow\) 9.4.0

    + +

    Documentation changes 9.2.0 \(\rightarrow\) 9.3.0

    +
      +
    • Updates Incompatible version information page and FunctionArgument pages that functions made with the FunctionArgument will always return 1 when running on 1.20.3 and 1.20.4.
    • +
    • Updates Kotlin DSL page to mention every possible executor method.
    • +
    +

    Documentation changes 9.1.0 \(\rightarrow\) 9.2.0

    +
      +
    • Updates Location arguments page to mention the new centerPosition argument to center the position of integer values for location arguments.
    • +
    • Added Delegated properties page to mention the added support of delegations.
    • +
    +

    Documentation changes 9.0.3 \(\rightarrow\) 9.1.0

    + +

    Documentation changes 9.0.2 \(\rightarrow\) 9.0.3

    + +

    Documentation changes 9.0.1 \(\rightarrow\) 9.0.2

    + +

    Documentation changes 9.0.0 \(\rightarrow\) 9.0.1

    + +

    Documentation changes 8.8.0 \(\rightarrow\) 9.0.0

    +
    +

    Developer's Note:

    +

    9.0.0 is a giant update that is incompatible with 8.8.x and prior versions. A lot of the documentation's code examples and explanations have been changed for the various changes made in this version. Please read the Upgrading guide for information on how to upgrade to 9.0.0.

    +
    +
      +
    • Adds the new Optional arguments section
    • +
    • Adds Kotlin DSL code examples to all code examples
    • +
    +

    Documentation changes 8.7.0 \(\rightarrow\) 8.8.0

    +
      +
    • Changed the version number from 8.7.0 to 8.8.0. That's it.
    • +
    +

    Documentation changes 8.6.0 \(\rightarrow\) 8.7.0

    +
    +

    Developer's Note:

    +

    SoundArguments written for 8.6.0 are incompatible with this update! Other significant changes to ScoreHolderArgument and EntitySelectorArgument were made in this update. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + +

    Documentation changes 8.5.1 \(\rightarrow\) 8.6.0

    + +

    Documentation changes 8.5.0 \(\rightarrow\) 8.5.1

    + +

    Documentation changes 8.4.0 \(\rightarrow\) 8.5.0

    + +

    Documentation changes 8.3.0 \(\rightarrow\) 8.4.0

    + +

    Documentation changes 8.2.0 \(\rightarrow\) 8.2.1

    +
      +
    • Adds withSubcommands method to Subcommands section.
    • +
    +

    Documentation changes 8.0.0 \(\rightarrow\) 8.2.0

    + +

    Documentation changes 7.0.0 \(\rightarrow\) 8.0.0

    + +

    Documentation changes 6.5.4 \(\rightarrow\) 7.0.0

    + +

    Documentation changes 6.4.0 \(\rightarrow\) 6.5.4

    +
      +
    • Update the Maven and Gradle pages to say to use CommandAPI version 6.5.4 because this kept confusing everyone.
    • +
    +

    Documentation changes 6.3.1 \(\rightarrow\) 6.4.0

    +
      +
    • Adds a section Help for the new help feature.
    • +
    • Update Annotations section to include new @Help annotation.
    • +
    +

    Documentation changes 6.3.0 \(\rightarrow\) 6.3.1

    + +

    Documentation changes 6.2.0 \(\rightarrow\) 6.3.0

    +
      +
    • Update Custom arguments page with new custom argument constructor information
    • +
    • Adds upgrade info to the Upgrading guide to help upgrade any existing custom arguments which you may have.
    • +
    +

    Documentation changes 6.0.0 \(\rightarrow\) 6.2.0

    +
      +
    • Update Configuration for server owners page with new config options missing-executor-implementation and use-latest-nms-version
    • +
    • Update instructions for shading the CommandAPI with maven in Shading the CommandAPI in your plugins to support Java 16.
    • +
    • Mention that commands registered with the CommandAPI appear in the minecraft: namespace (see above under "How the CommandAPI works")
    • +
    +

    Documentation changes 5.12 \(\rightarrow\) 6.0.0

    +
      +
    • Adds entry for Upgrading guide to help update from 5.12 to 6.0.0.
    • +
    • Adds new silent-logs config entry to Configuration for server owners
    • +
    • Update syntax for onLoad(CommandAPIConfig) for Shading the CommandAPI in your plugins
    • +
    • Update Argument suggestions including new replaceSuggestions method
    • +
    • Adds documentation for OfflinePlayerArgument
    • +
    • Adds a new section CommandAPI Contribution which gives a bit of insight into the project structure of the CommandAPI (Still in progress, not complete yet)
    • +
    • Fix old documentation typos
    • +
    • Fix spacing issues in some existing code blocks
    • +
    • Adds syntax highlighting for Minecraft commands in code blocks
    • +
    • Fix old code examples which didn't work anymore
    • +
    +

    Documentation changes 5.11 \(\rightarrow\) 5.12

    +
    +

    Developer's Note

    +

    The Maven/Gradle repository URL has changed! See 5. Setting up your development environment for more information. For older versions of the CommandAPI (versions 5.11 and below), please consult the older documentation which can be found on the homepage here.

    +
    + +

    Documentation changes 5.10 \(\rightarrow\) 5.11

    + +

    Documentation changes 5.6 \(\rightarrow\) 5.10

    + +

    Documentation changes 5.3 \(\rightarrow\) 5.6

    + +

    Documentation changes 5.2 \(\rightarrow\) 5.3

    + +

    Documentation changes 5.1 \(\rightarrow\) 5.2

    + +

    Documentation changes 5.0 \(\rightarrow\) 5.1

    + +

    Documentation changes 4.3 \(\rightarrow\) 5.0

    +
    +

    Developer's Note:

    +

    Lots and lots and lots of changes occurred in version 5.0! I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    +

    Every page has been rewritten in this update and checked for errors. In general, this is the list of new additions:

    + +

    Documentation changes 4.2 \(\rightarrow\) 4.3

    +
      +
    • Improve the documentation for 2. Configuration for server owners by using simple YAML lists (using the - symbol) and update the command conversion syntax for all commands using the ~ syntax
    • +
    • Adds the command sender priority to 6.1. Normal command executors
    • +
    • Adds new method and example for converting specific commands internally in 13. Command conversion
    • +
    • Adds two sneaky little buttons in the main title toolbar at the top of the page
    • +
    +

    Documentation changes 4.1 \(\rightarrow\) 4.2

    + +

    Documentation changes 4.0 \(\rightarrow\) 4.1

    + +

    Documentation changes 3.4 \(\rightarrow\) 4.0

    + +

    Documentation changes 3.3 \(\rightarrow\) 3.4

    + +

    Documentation changes 3.1 \(\rightarrow\) 3.3

    + +

    Documentation changes 3.0 \(\rightarrow\) 3.1

    +
      +
    • Adds new section 5.1 Argument suggestions to cover how to override suggestions - Having it all in section 5. Arguments was a bit too content-heavy
    • +
    • Adds documentation for the new .overrideSuggestions() method in section 5.1 Argument suggestions
    • +
    • Simplified the description of the documentation updates
    • +
    • Changed the artifact ID for the dependency of the CommandAPI. Instead of being commandapi, it is now commandapi-core. You can view the changes in section 2 Setting up your development environment
    • +
    • Changed the repository information for gradle in section 2 Setting up your development environment. You now have to include the NBTAPI repository because gradle can't automatically detect this for some reason. Kinda stupid tbh.
    • +
    • Adds a section on using multiple or optional arguments in section 5 Arguments
    • +
    +

    Documentation changes 2.1 \(\rightarrow\) 3.0

    +
    +

    Developer's Note:

    +

    Lots of changes occurred in version 3.0. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version.

    +
    + +

    Installation

    +

    Installing the CommandAPI is easy! Just download the latest CommandAPI-XXX.jar file using the button below and place it in your server's plugins/ folder!

    +
    +

    Download latest CommandAPI plugin

    +
    +

    Additional dependencies

    +
      +
    • If you use NBT data, you'll also need the NBT API. (You can find out from your developers if you need this or not)
    • +
    • If you are using raw JSON chat data, you'll need to be running Spigot or a Paper-based server such as Paper or Purpur. (Again, you can find out from your developers if you need this or not)
    • +
    +
    +

    Running the CommandAPI on old versions of Minecraft

    +

    The CommandAPI is written and compiled using Java 16, and is only compatible with Minecraft servers that are compatible with Java 16 or higher. Attempting to use the CommandAPI on an old version of Minecraft (1.13 to 1.16.5) will throw an error (containing "org.bukkit.plugin.InvalidPluginException"):

    +
    [11:14:40 ERROR]: Could not load 'plugins\CommandAPI-8.7.3.jar' in folder 'plugins'
    +org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_42]
    +Caused by: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +        at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_42]
    +        at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_42]
    +        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_42]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_42]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_42]
    +        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_42]
    +        at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_42]
    +        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657]
    +        ... 6 more
    +
    +

    This can be mitigated by running a Paper Minecraft server with the following command flag during startup:

    +
    -DPaper.IgnoreJavaVersion=true
    +
    +
    +

    Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2

    +

    For example, to use the CommandAPI with Java 17 and Minecraft 1.13.2:

    +
      +
    • +

      Download a Paper server from the Paper downloads page for Minecraft 1.13.2

      +
    • +
    • +

      Run the following command in a terminal to start your Minecraft server:

      +
      java -DPaper.IgnoreJavaVersion=true -jar paper-1.13.2-657.jar
      +
      +
    • +
    +
    +

    Performing this will successfully load the CommandAPI, although various errors will appear in the console during startup. These errors (that start with "Fatal error trying to convert CommandAPI") can be ignored:

    +
    [11:17:49 ERROR]: Fatal error trying to convert CommandAPI v8.7.3:dev/jorel/commandapi/CommandAPIMain.class
    +java.lang.IllegalArgumentException: Unsupported class file major version 60
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:195) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:176) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.objectweb.asm.ClassReader.<init>(ClassReader.java:162) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:170) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:238) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:113) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
    +        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    +        at java.lang.Class.forName0(Native Method) ~[?:?]
    +        at java.lang.Class.forName(Class.java:467) ~[?:?]
    +        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657]
    +        at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657]
    +        at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
    +        at java.lang.Thread.run(Thread.java:833) [?:?]
    +
    +

    Configuration for server owners

    +

    The CommandAPI has a few configuration options to change how it functions. These options can be set in the plugins/CommandAPI/config.yml file, which is generated automatically when the CommandAPI runs for the first time.

    +

    Default config.yml file

    +

    The default config.yml is shown below:

    +
    + config.yml +
    ################################################################################
    +# Logging                                                                      #
    +################################################################################
    +
    +# Verbose outputs (default: false)
    +# If "true", outputs command registration and unregistration logs in the console
    +verbose-outputs: false
    +
    +# Silent logs (default: false)
    +# If "true", turns off all logging from the CommandAPI, except for errors.
    +silent-logs: false
    +
    +################################################################################
    +# Messages                                                                     #
    +################################################################################
    +
    +# Messages
    +# Controls messages that the CommandAPI displays to players
    +messages:
    +
    +  # Missing executor implementation (default: "This command has no implementations for %s")
    +  # The message to display to senders when a command has no executor. Available
    +  # parameters are:
    +  #   %s - the executor class (lowercase)
    +  #   %S - the executor class (normal case)
    +  missing-executor-implementation: "This command has no implementations for %s"
    +
    +################################################################################
    +# Debugging                                                                    #
    +################################################################################
    +
    +# Create dispatcher JSON (default: false)
    +# If "true", the CommandAPI creates a command_registration.json file showing the
    +# mapping of registered commands. This is designed to be used by developers -
    +# setting this to "false" will improve command registration performance.
    +create-dispatcher-json: false
    +
    +# Use latest version (default: false)
    +# If "true", the CommandAPI will use the latest available NMS implementation
    +# when the CommandAPI is used. This avoids all checks to see if the latest NMS
    +# implementation is actually compatible with the current Minecraft version.
    +use-latest-nms-version: false
    +
    +# Hook into Paper's ServerResourcesReloadedEvent (default: true)
    +# If "true", and the CommandAPI detects it is running on a Paper server, it will
    +# hook into Paper's ServerResourcesReloadedEvent to detect when /minecraft:reload is run.
    +# This allows the CommandAPI to automatically call its custom datapack-reloading
    +# function which allows CommandAPI commands to be used in datapacks.
    +# If you set this to false, CommandAPI commands may not work inside datapacks after
    +# reloading datapacks.
    +hook-paper-reload: true
    +
    +# Skips the initial datapack reload when the server loads (default: false)
    +# If "true", the CommandAPI will not reload datapacks when the server has finished
    +# loading. Datapacks will still be reloaded if performed manually when "hook-paper-reload"
    +# is set to "true" and /minecraft:reload is run.
    +skip-initial-datapack-reload: false
    +
    +################################################################################
    +# Command conversion                                                           #
    +################################################################################
    +
    +# Plugins to convert (default: [])
    +# Controls the list of plugins to process for command conversion.
    +plugins-to-convert: []
    +
    +# Other commands to convert (default: [])
    +# A list of other commands to convert. This should be used for commands which
    +# are not declared in a plugin.yml file.
    +other-commands-to-convert: []
    +
    +# Skip sender proxy (default: [])
    +# Determines whether the proxy sender should be skipped when converting a
    +# command. If you are having issues with plugin command conversion, add the
    +# plugin to this list.
    +skip-sender-proxy: []
    +
    +
    +

    Configuration settings

    +
    +

    verbose-outputs

    +

    If true, outputs command registration and unregistration logs in the console. This is primarily used for developers to identify issues with command registration.

    +

    Default value

    +
    verbose-outputs: false
    +
    +

    Example value

    +
    verbose-outputs: true
    +
    +
    +

    silent-logs

    +

    If true, turns off all logging from the CommandAPI, except for errors.

    +

    Default value

    +
    silent-logs: false
    +
    +

    Example value

    +
    silent-logs: true
    +
    +
    +

    messages

    +

    Controls messages that the CommandAPI displays to players. Available messages:

    +
      +
    • missing-executor-implementation - the message to display to senders when a command has no executor. This message supports format parameters: +
        +
      • %s - the executor class (lowercase). For example "craftplayer"
      • +
      • %S - the executor class (normal case). For example "CraftPlayer"
      • +
      +
    • +
    +

    Default value

    +
    messages:
    +  missing-executor-implementation: "This command has no implementations for %s"
    +
    +
    +

    create-dispatcher-json

    +

    Controls whether the CommandAPI should generate a command_registration.json file showing the mapping of registered commands.

    +

    This is primarily designed to be used by developers. Setting this to false will slightly improve command registration performance.

    +

    The command_registration.json JSON representation of commands is in the same format as Minecraft's Data Generators Commands report. The format is Brigadier's command graph - more information about the JSON format can be found here.

    +

    Default value

    +
    create-dispatcher-json: false
    +
    +

    Example value

    +
    create-dispatcher-json: true
    +
    +
    +

    use-latest-nms-version

    +

    Controls whether the CommandAPI should use the latest NMS implementation for command registration and execution.

    +

    This setting can be used to run the CommandAPI on Minecraft versions higher than it can support. For example, if the CommandAPI supports Minecraft 1.18 and Minecraft 1.18.1 comes out, you can use this to enable support for 1.18.1 before an official CommandAPI release comes out that supports 1.18.1.

    +
    +

    This feature is very experimental and should only be used if you know what you are doing. In almost every case, it is better to wait for an official CommandAPI release that supports the latest version of Minecraft. Using use-latest-nms-version is not guaranteed to work and can cause unexpected side-effects!

    +
    +

    Default value

    +
    use-latest-nms-version: false
    +
    +

    Example value

    +
    use-latest-nms-version: true
    +
    +
    +

    hook-paper-reload

    +

    Controls whether the CommandAPI hooks into the Paper-exclusive ServerResourcesReloadedEvent when available.

    +

    When the CommandAPI detects it is running on a Paper-based server, its default behavior will be to hook into the ServerResourcesReloadedEvent, which triggers when /minecraft:reload is run. During this event, the CommandAPI runs a custom datapack reloading sequence that helps commands registered with the CommandAPI work within datapacks. See Reloading datapacks for more information on this process.

    +

    By default, this value is set to true and the CommandAPI will hook into the ServerResourcesReloadedEvent. If you want, you can set this to false, and the CommandAPI will not hook into this event.

    +

    Default value

    +
    hook-paper-reload: true
    +
    +

    Example value

    +
    hook-paper-reload: false
    +
    +
    +

    skip-initial-datapack-reload

    +

    Controls whether the CommandAPI should perform its initial datapack reload when the server has finished loading.

    +

    The CommandAPI automatically reloads all datapacks in a similar fashion to /minecraft:reload in order to propagate CommandAPI commands into datapack functions and tags. This operation may cause a slight delay to server startup and is not necessary if you are not using datapacks or functions that use CommandAPI commands. This operation can be skipped by setting this value to false.

    +

    Note that datapacks will still be reloaded if performed manually when hook-paper-reload is set to true and you run /minecraft:reload.

    +

    Default value

    +
    skip-initial-datapack-reload: false
    +
    +

    Example value

    +
    skip-initial-datapack-reload: true
    +
    +
    +

    plugins-to-convert

    +

    Controls the list of plugins to process for command conversion. See Command conversion for more information.

    +

    Default value

    +
    plugins-to-convert: []
    +
    +

    Example values

    +
    plugins-to-convert:
    +  - Essentials: ~
    +
    +
    plugins-to-convert:
    +  - Essentials:
    +    - speed
    +    - hat
    +  - MyPlugin:
    +    - mycommand
    +  - MyOtherPlugin: ~
    +
    +
    plugins-to-convert:
    +  - Essentials:
    +    - speed <speed>[0..10]
    +    - speed <target>[minecraft:game_profile]
    +    - speed (walk|fly) <speed>[0..10]
    +    - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile]
    +
    +
    +

    skip-sender-proxy

    +

    Determines whether the proxy sender should be skipped when converting a command. See Skipping proxy senders for more information.

    +

    Default value

    +
    skip-sender-proxy: []
    +
    +

    Example value

    +
    skip-sender-proxy:
    +  - SkinsRestorer
    +  - MyPlugin
    +
    +
    +

    other-commands-to-convert

    +

    A list of other commands to convert. This should be used for commands which are not declared in a plugin.yml file. See Arbitrary command conversion for more information.

    +

    Default value

    +
    other-commands-to-convert: []
    +
    +

    Example value

    +
    other-commands-to-convert:
    +  - /set
    +  - mycommand
    +
    +

    Command Conversion (for server owners)

    +

    The CommandAPI has the ability to convert plugin commands into "Vanilla compatible" commands automatically on startup. This allows you to use /execute and Minecraft functions/tags for plugins that do not use the CommandAPI. For example, if you want to use the /hat command from the plugin Essentials in an /execute command or from a command block, you can use the CommandAPI's command conversion setting to do so.

    +

    The CommandAPI has 3 different conversion methods, each one more specific and powerful than the others. These are the following:

    + +
    +

    Extract plugin info

    +

    Drag a plugin here to view a list of available commands which can be registered for the CommandAPI.

    + +
    +
    + + + + + + +

    Drag and drop a plugin .jar file here

    +
    +
    +
    +
    +

    YAML configuration rules

    +

    To configure command conversion, the CommandAPI reads this information from the config.yml file. This file has a bit of a weird structure, so to put it simply, these are the following rules:

    +
      +
    • config.yml cannot have tab characters - The config.yml file must only consist of spaces!
    • +
    • Indentation is important and should be two spaces
    • +
    +

    If you're uncertain if your configuration is valid (or you're getting weird errors in the console), you can check if your configuration is valid by dropping your config.yml file below:

    +
    +
    + + + + + + +

    Drag and drop your config.yml here

    +
    +
    +
    +
    +

    Converting all plugin commands

    +

    To convert all of the commands that a plugin has, add the name of the plugin, followed by a ~ character to the list of plugins to convert in the config.yml file.

    +
    +

    Example - Converting all commands from EssentialsX

    +

    For example, if you wanted to convert all commands that EssentialsX has, you can use the following config.yml:

    +
    verbose-outputs: true
    +create-dispatcher-json: false
    +plugins-to-convert: 
    +  - Essentials: ~
    +
    +
    +

    Single command conversion

    +

    Often, you don't want to convert every single command that a plugin declares, and instead you only want to convert a few commands that a plugin has.

    +

    The CommandAPI has two ways of doing this:

    +
      +
    • Plugin command conversion: This converts a command which is declared in a plugin's plugin.yml file
    • +
    • Arbitrary command conversion: This converts a command which is not declared in a plugin's plugin.yml file
    • +
    +
    +

    Plugin command conversion

    +

    To convert a single command, you need to first populate the config.yml with the name of the plugin and commands to be converted. To illustrate this, we'll use an example:

    +
    +

    Example - Converting plugin commands

    +

    Say we're using EssentialsX on our server and we want to be able to use /afk and /hat in command blocks. This would allow us to use (for example) the following commands in command blocks:

    +
    /execute as @p run afk
    +/execute as @p run hat
    +
    +

    To do this, we need to add Essentials to our config.yml file, and include the commands afk and hat as the commands to be converted from the Essentials plugin. This would then make our config.yml file look like this:

    +
    verbose-outputs: true
    +create-dispatcher-json: false
    +plugins-to-convert: 
    +  - Essentials: 
    +    - hat
    +    - afk
    +
    +
    +

    Developer's Note:

    +

    Note that the commands hat and afk are used, as opposed to an alias such as head. The CommandAPI is only able to convert plugin commands that are declared in a plugin's plugin.yml file. For example, if we take a look at the EssentialsX plugin.yml file, we can see the commands afk and hat have been declared and thus, are the commands which must be used in the CommandAPI's config.yml file:

    +
    name: Essentials
    +main: com.earth2me.essentials.Essentials
    +version: 2.18.0.0
    +website: http://tiny.cc/EssentialsCommands
    +description: Provides an essential, core set of commands for Bukkit.
    +softdepend: [Vault, LuckPerms]
    +authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685]
    +api-version: "1.13"
    +commands:
    +  afk:
    +    description: Marks you as away-from-keyboard.
    +    usage: /<command> [player/message...]
    +    aliases: [eafk,away,eaway]
    +
    +# (other config options omitted)
    +
    +  hat:
    +    description: Get some cool new headgear.
    +    usage: /<command> [remove]
    +    aliases: [ehat,head,ehead]
    +
    +# (other config options omitted)
    +
    +
    +
    +
    +

    Arbitrary command conversion

    +

    Some commands which are registered by plugins are not present in the plugin's plugin.yml file. Due to this, the CommandAPI cannot link a command to its respective plugin for command conversion. In order to deal with this, the CommandAPI can link arbitrary commands via the other-commands-to-convert option in the CommandAPI's config.yml file.

    +

    This can be used for any of the following (and more):

    +
      +
    • Commands created using Skript
    • +
    • Commands created using MyCommand
    • +
    • Commands which are not registered in a plugin.yml, such as WorldEdit commands
    • +
    +

    To add commands to be converted, simply add them under the other-command-to-convert section in the CommandAPI's config.yml.

    +
    +

    Example - Converting arbitrary commands

    +

    In this example, we want to convert the //set command from WorldEdit, as well as a custom command /mycommand. Note that since WorldEdit's //set command has two forward slashes, we ignore the first one (because that is the symbol used to start commands), but must make sure that we include the second one as that is part of WorldEdit's command syntax. This is the following config.yml that you would need:

    +
    verbose-outputs: false
    +create-dispatcher-json: false
    +plugins-to-convert: []
    +skip-sender-proxy: []
    +other-commands-to-convert:
    +  - /set
    +  - mycommand
    +
    +
    +

    Single command conversion (with arguments)

    +

    For even finer control when converting a single command, you can provide the list of arguments that are required to run the command! This lets you use the command UI in converted commands as you see fit. Before we explain how to do this in detail, let's first take a look at an example of this in action.

    +
    +

    Example - Converting EssentialsX's /speed command

    +

    EssentialsX includes a command /speed which lets you change the current speed that a player can move at. The command format is the following:

    +
    /speed <speed>
    +/speed <speed> <target>
    +/speed <walk/fly> <speed>
    +/speed <walk/fly> <speed> <target>
    +
    +

    Which means you can run any of the following commands:

    +
    /speed 5
    +/speed 2 Notch
    +/speed fly 6
    +/speed walk 3 Notch
    +
    +

    By looking at this, we can see that:

    +
      +
    • <speed> is a number. By using the command, we can determine that the range of values is between 0 and 10 (inclusive).
    • +
    • <target> is a player
    • +
    • <walk/fly> don't change - these are "fixed" values.
    • +
    +

    We can represent this using the following config.yml file:

    +
    verbose-outputs: false
    +create-dispatcher-json: false
    +plugins-to-convert:
    +  - Essentials:
    +    - speed <speed>[0..10]
    +    - speed <target>[minecraft:game_profile]
    +    - speed (walk|fly) <speed>[0..10]
    +    - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile]
    +
    +

    Using this, we can display options, such as "fly" and "walk", as well as optional targets ("Skepter"):

    +

    A command "/execute run speed" with argument suggestions for entity selectors, as well as "fly" and "walk"

    +

    Additionally, we can apply limits to the numbers that can be provided. For example, here we limit the number to a value between 0 to 10. If a value is outside of that range, and error is shown to the user:

    +

    A command "/execute run speed walk 15" with an error displaying "Long must not be more than 10, found 15 at position 24: ...peed walk <--[HERE]

    +
    +
    +

    Command argument syntax

    +

    The argument syntax is a little tricky to get the hang of at the beginning, but it should be fairly straight forward. There are two main types of arguments that you can have:

    +

    Literal arguments

    +

    Literal arguments are arguments with "fixed" values, such as walk or fly from our example above. To declare a literal value, place brackets around the value. For example:

    +
    (walk)
    +
    +

    To have multiple different literals, place a pipe symbol | between each entry within the brackets. For example:

    +
    (walk|fly)
    +
    +

    Named arguments

    +

    Named arguments must have a name, declared in angled brackets <name>, followed by the type of the argument in square brackets [type]. In the example above, we had a named argument <target>, with the argument type as a player: [minecraft:game_profile].

    +

    The name in the argument can be whatever you want, but it is recommended to keep it as a lowercase value consisting only of letters.

    +

    The following argument types are highly recommended and are very likely to be compatible with every plugin command that you may want to convert:

    +
    + + + + + + + + + + + + +
    TypeDescription
    api:entityAn single entity (e.g. @e[limit=1])
    api:entitiesMany entities (e.g. @e)
    api:playerA single player (e.g. Notch or @r)
    api:playersMany players (e.g. @a)
    api:greedy_stringAn unlimited amount of text. This can only be used as the last entry of a list of arguments
    brigadier:boolA Boolean value true or false
    brigadier:doubleA decimal number
    brigadier:floatA decimal number
    brigadier:integerA whole number
    brigadier:longA whole number
    brigadier:stringA single word
    minecraft:block_posA location of x, y and z coordinates (whole numbers)
    +
    +

    In the example above, we used the a "range type" in the form [0..10]. This is a special argument type that will conform to brigader:long or brigader:double and apply a limit to the values that can be entered.

    +
    +

    Example - Declaring"range type" arguments

    +

    To declare the range \(10 \le x \le 50\) (a value must be between 10 and 50 (inclusive)):

    +
    <name>[10..50]
    +
    +

    To declare the range \(10 \le x\) (a value must be bigger than or equal to 10):

    +
    <name>[10..]
    +
    +

    To declare the range \(x \le 50\) (a value must be less than or equal to 50):

    +
    <name>[..50]
    +
    +

    To declare the range \(0 \le x \le 1\), where \(x\) is a decimal value:

    +
    <name>[0.0..1.0]
    +
    +

    To declare a value \(x\) that can take any range of values and is a decimal number:

    +
    <name>[brigadier:double]
    +
    +
    +
    +

    List of all supported argument types

    +

    The list of types are based on the list of argument types from the Minecraft Wiki, with a few changes. The complete list that the CommandAPI supports is as follows:

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeDescription
    api:advancementAn advancement
    api:biomeA biome
    api:entityAn single entity (e.g. @e[limit=1])
    api:entitiesMany entities (e.g. @e)
    api:greedy_stringAn unlimited amount of text. This can only be used as the last entry of a list of arguments
    api:loot_tableA loot table
    api:playerA single player (e.g. Notch or @r)
    api:playersMany players (e.g. @a)
    api:recipeA recipe
    api:soundA sound effect
    api:textText encased in quotes: "text with spaces"
    brigadier:boolA Boolean value true or false
    brigadier:doubleA decimal number
    brigadier:floatA decimal number
    brigadier:integerA whole number
    brigadier:longA whole number
    brigadier:stringA single word
    minecraft:angleA yaw angle in degrees (from -180.0 to 179.9)
    minecraft:block_posA location of x, y and z coordinates (whole numbers)
    minecraft:block_predicateA block predicate
    minecraft:block_stateA block type (e.g. stone)
    minecraft:colorA chat color (e.g. red, green)
    minecraft:column_posA location of x and z coordinates (whole numbers)
    minecraft:componentRaw JSON text
    minecraft:dimensionA dimension/world, (e.g. minecraft:overworld)
    minecraft:entityAn entity (e.g. Notch)
    minecraft:entity_summonAn entity type (e.g. cow, wither)
    minecraft:float_rangeA range of decimal numbers
    minecraft:functionA datapack function
    minecraft:game_profileA player (e.g. Notch)
    minecraft:int_rangeA range of whole numbers
    minecraft:item_enchantmentAn enchantment (e.g. unbreaking)
    minecraft:item_predicateAn item predicate
    minecraft:item_stackAn item (e.g. stick)
    minecraft:messageA plain text message which can have target selectors (e.g. Hello @p). This can only be used as the last entry of a list of arguments
    minecraft:mob_effectA potion effect (e.g. speed, jump_boost)
    minecraft:nbt_compound_tagRaw compound NBT in SNBT format
    minecraft:objectiveAn objective name (e.g. temperature)
    minecraft:objective_criteriaAn objective criteria (e.g. deaths)
    minecraft:operationAn operation symbol (e.g. +=, *=)
    minecraft:particleA particle (e.g. crit, flame)
    minecraft:rotationA rotation of yaw and pitch values (e.g. ~ ~)
    minecraft:score_holderA score holder (e.g. Notch)
    minecraft:scoreboard_slotA scoreboard slot (e.g. sidebar)
    minecraft:swizzleA collection of axes (e.g. xyz, xz)
    minecraft:teamA team name (e.g. hunters)
    minecraft:timeA duration of time (e.g. 2d)
    minecraft:uuidA UUID (e.g. dd12be42-52a9-4a91-a8a1-11c01849e498)
    minecraft:vec2A location of x and z coordinates (decimal numbers)
    minecraft:vec3A location of x, y and z coordinates (decimal numbers)
    +
    +

    Entity selectors

    +

    Entity selectors (also known as target selectors) allows you to select certain entities or players which fit a certain criteria when writing a command. Typically, these are of the form @p, @r, @a, @e or @s. By default, when converting a command without arguments, the CommandAPI will not handle these entity selectors. In order to get entity selectors to cooperate with plugins, they must be declared in the relevant config.yml section.

    +
    +

    Example - Converting EssentialsX's /ext command

    +

    EssentialsX includes a command /ext which lets you extinguish a player that is currently on fire. The command format is the following:

    +
    /ext
    +/ext <player>
    +
    +

    In order to convert this command, we could use the following config.yml file:

    +
    verbose-outputs: false
    +create-dispatcher-json: false
    +plugins-to-convert:
    +  - Essentials:
    +    - ext
    +
    +

    Using the above config.yml file will support the following commands:

    +
    /ext
    +/ext Notch
    +
    +

    However, the above config.yml will not support the following commands:

    +
    /ext @a[distance=10]
    +/ext @p
    +
    +

    In order to handle this, we have to use the conversion with arguments (as described in the previous section). For this ext command, we want to only use this command on one or more players, therefore we want to use the api:players argument which is compatible with one or more players:

    +
    verbose-outputs: false
    +create-dispatcher-json: false
    +plugins-to-convert:
    +  - Essentials:
    +    - ext <player>[api:players]
    +    - ext
    +
    +
    +

    Note that we declare ext <player>[api:players] before we declare ext. This is because more precise commands MUST be declared before lesser precise commands.

    +

    Skipping proxy senders

    +

    When the CommandAPI converts a command, it does some tweaks to the thing running the command (such as the player or console) to improve compatibility with plugins (mostly permissions). This doesn't always work, and can sometimes produce an error which looks like this:

    +
    [20:44:01 ERROR]: java.lang.IllegalArgumentException: object is not an instance of declaring class
    +[20:44:01 ERROR]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    +[20:44:01 ERROR]:  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at java.lang.reflect.Method.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at dev.jorel.commandapi.Converter.lambda$mergeProxySender$3(Converter.java:151)
    +[20:44:01 ERROR]:  at com.sun.proxy.$Proxy33.getInventory(Unknown Source)
    +
    +

    To fix this, add the plugin which the command is registered from to the list of plugins under skip-sender-proxy.

    +
    +

    Example - Improving compatibility with the SkinsRestorer plugin

    +

    SkinsRestorer (not associated or sponsored by the CommandAPI in any way) is a plugin that lets you change the skin for a player. This suffers from the above issue and is not compatible with the CommandAPI's conversion compatibility tweaks. To do this, we'll add SkinsRestorer to the list of plugins which should be skipped:

    +
    verbose-outputs: true
    +create-dispatcher-json: false
    +plugins-to-convert: 
    +  - SkinsRestorer: ~
    +skip-sender-proxy:
    +  - SkinsRestorer
    +
    +
    +

    Setting up your development environment

    +

    To use the CommandAPI in your plugins, there are a few methods of adding it to your development environment. First things first, if you're using the CommandAPI plugin, you need to add the CommandAPI as a dependent in your plugin.yml or paper-plugin.yml:

    +
    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +depend: [CommandAPI]
    +
    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +dependencies:
    +  server:
    +    CommandAPI:
    +      load: BEFORE
    +      required: true
    +      join-classpath: true
    +
    +
    +
    + +
    +

    Developer's Note:

    +

    If you've never used maven before, I highly recommend it! It makes it easier to keep your code updated with the latest dependency updates. For information on how to set up a plugin using maven, you can read Bukkit's plugin tutorial.

    +
    +
      +
    • +

      Add the dependency to your pom.xml:

      +
      <dependencies>
      +    <dependency>
      +        <groupId>dev.jorel</groupId>
      +        <artifactId>commandapi-bukkit-core</artifactId>
      +        <version>9.4.1</version>
      +        <scope>provided</scope>
      +    </dependency>
      +</dependencies>
      +
      +
    • +
    + +
      +
    • +

      Add the repositories to your build.gradle file (the second repository is required because the CommandAPI depends on the NBT-API):

      +
      repositories {
      +    mavenCentral()
      +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
      +}
      +
      +
    • +
    • +

      Add the dependency to your list of dependencies in your build.gradle file:

      +
      dependencies {
      +    compileOnly "dev.jorel:commandapi-bukkit-core:9.4.1"
      +}
      +
      +
    • +
    +

    Manually using the .jar

    +
      +
    • +

      Download the latest CommandAPI.jar from the download page here

      +
    • +
    • +

      Add the CommandAPI.jar file to your project/environment's build path:

      +
        +
      • +

        Adding the external .jar file in Eclipse:

        +

        An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options "Build Path", followed by "Add External Archives..."

        +
      • +
      • +

        Adding the external .jar file in IntelliJ:

        +
          +
        • +

          In your project, first click File -> Project Structure -> Libraries

          +
        • +
        • +

          Next, click the little + at the top:

          +

          An image in IntelliJ showing the plus icon to add an external .jar.

          +
        • +
        • +

          After you clicked that, you need to select Java. A little pop-up will appear where you can choose the location of your external .jar file.

          +
        • +
        +
      • +
      +
    • +
    +

    Shading the CommandAPI in your plugins

    +

    "Shading" is the process of including the CommandAPI inside your plugin, rather than requiring the CommandAPI as an external plugin. In other words, if you shade the CommandAPI into your plugin, you don't need to include the CommandAPI.jar in your server's plugins folder.

    +
    +

    Shading vs CommandAPI plugin

    +

    The CommandAPI plugin has a few slight differences with the shaded CommandAPI jar file. The CommandAPI plugin has the following extra features that are not present in the shaded version:

    +
      +
    • Command conversion via a config.yml file
    • +
    +
    +

    Shading requirements

    +

    For the CommandAPI to function as normal, you must call the CommandAPI's initializers in the onLoad() and onEnable() methods of your plugin:

    +
    CommandAPI.onLoad(CommandAPIConfig config);
    +CommandAPI.onEnable();
    +
    +

    If you want to handle reloading, the CommandAPI has minimal support for it with the onDisable() method, which can go in your plugin. This is optional and is not required if you don't plan on reloading the server.

    +

    Loading

    +

    The onLoad(CommandAPIConfig) method initializes the CommandAPI's loading sequence. This must be called before you start to access the CommandAPI and must be placed in your plugin's onLoad() method. The argument CommandAPIConfig is used to configure how the CommandAPI works. The CommandAPIConfig class has the following parameters which let you set how the CommandAPI works similar to the config.yml, which is described here.

    +
    public class CommandAPIConfig {
    +    CommandAPIConfig verboseOutput(boolean value); // Enables verbose logging
    +    CommandAPIConfig silentLogs(boolean value);    // Disables ALL logging (except errors)
    +    CommandAPIConfig useLatestNMSVersion(boolean value); // Whether the latest NMS implementation should be used or not
    +    CommandAPIConfig missingExecutorImplementationMessage(String value); // Set message to display when executor implementation is missing
    +    CommandAPIConfig dispatcherFile(File file); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree
    +    CommandAPIConfig setNamespace(String namespace); // The namespace to use when the CommandAPI registers a command
    +    CommandAPIConfig usePluginNamespace(); // Whether the CommandAPI should use the name of the plugin passed into the CommandAPIConfig implementation as the default namespace for commands
    +
    +    <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); // Initializes hooks with an NBT API. See NBT arguments documentation page for more info
    +}
    +
    +

    The CommandAPIConfig class follows a typical builder pattern (without you having to run .build() at the end), which lets you easily construct configuration instances.

    +

    However, the CommandAPIConfig class is abstract and cannot be used to configure the CommandAPI directly. Instead, you must use a subclass of CommandAPIConfig that corresponds to the platform you are developing for. For example, when developing for Bukkit, you should use the CommandAPIBukkiConfig class.

    + +
    public class CommandAPIBukkitConfig extends CommandAPIConfig {
    +    CommandAPIBukkitConfig(JavaPlugin plugin);
    +
    +    CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked); // Whether the CommandAPI should hook into the Paper-exclusive ServerResourcesReloadedEvent
    +}
    +
    +

    In order to create a CommandAPIBukkitConfig object, you must give it a reference to your JavaPlugin instance. The CommandAPI always uses this to registers events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the hook-paper-reload configuration option, which may be configured using a CommandAPIBukkitConfig instance.

    +

    For example, to load the CommandAPI on Bukkit with all logging disabled, you can use the following:

    +
    +
    CommandAPI.onLoad(new CommandAPIBukkitConfig(plugin).silentLogs(true));
    +
    +
    CommandAPI.onLoad(CommandAPIBukkitConfig(plugin).silentLogs(true))
    +
    +
    +

    Enabling & Disabling

    +

    The onEnable() method initializes the CommandAPI's enabling sequence. Similar to the onLoad(CommandAPIConfig) method, this must be placed in your plugin's onEnable() method. This isn't as strict as the onLoad(CommandAPIConfig) method, and can be placed anywhere in your onEnable() method.

    +

    The onDisable() method disables the CommandAPI gracefully. This should be placed in your plugin's onDisable() method. This doesn't unregister commands, so commands may persist during reloads - this can be mitigated using the CommandAPI.unregister() method.

    +
    +

    Example - Setting up the CommandAPI in your plugin

    +
    +
    public class MyPlugin extends JavaPlugin {
    +
    +    @Override
    +    public void onLoad() {
    +        CommandAPI.onLoad(new CommandAPIBukkitConfig(this).verboseOutput(true)); // Load with verbose output
    +        
    +        new CommandAPICommand("ping")
    +            .executes((sender, args) -> {
    +                sender.sendMessage("pong!");
    +            })
    +            .register();
    +    }
    +    
    +    @Override
    +    public void onEnable() {
    +        CommandAPI.onEnable();
    +        
    +        // Register commands, listeners etc.
    +    }
    +    
    +    @Override
    +    public void onDisable() {
    +        CommandAPI.onDisable();
    +    }
    +
    +}
    +
    +
    class MyPlugin : JavaPlugin() {
    +
    +    override fun onLoad() {
    +        CommandAPI.onLoad(CommandAPIBukkitConfig(this).verboseOutput(true)) // Load with verbose output
    +
    +        CommandAPICommand("ping")
    +            .executes(CommandExecutor { sender, _ ->
    +                sender.sendMessage("pong!")
    +            })
    +            .register()
    +    }
    +
    +    override fun onEnable() {
    +        CommandAPI.onEnable()
    +
    +        // Register commands, listeners etc.
    +    }
    +
    +    override fun onDisable() {
    +        CommandAPI.onDisable()
    +    }
    +
    +}
    +
    +
    +
    +
    +

    A note about relocating

    +

    By default, the CommandAPI is written in the dev.jorel.commandapi package. It is highly recommended to "relocate" the shaded copy of the CommandAPI to your own package instead to prevent package clashes with other projects that shade the CommandAPI:

    +

    \begin{align} +&\qquad\texttt{dev.jorel.commandapi} \rightarrow \texttt{my.custom.package.commandapi} \\ +\end{align}

    +
    +

    Shading with Maven

    +

    To shade the CommandAPI into a maven project, you'll need to use the commandapi-bukkit-shade dependency, which is optimized for shading and doesn't include plugin-specific files (such as plugin.yml). Here you have a choice between the Spigot-mapped version and the Mojang-mapped version. You do not need to use commandapi-bukkit-core if you are shading:

    +

    Add the CommandAPI shade dependency:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade-mojang-mapped</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +
    +

    You can shade the CommandAPI easily by adding the maven-shade-plugin to your build sequence using version 3.3.0 (compatible with Java 16):

    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.apache.maven.plugins</groupId>
    +            <artifactId>maven-shade-plugin</artifactId>
    +            <version>3.3.0</version>
    +            <executions>
    +                <execution>
    +                    <id>shade</id>
    +                    <phase>package</phase>
    +                    <goals>
    +                        <goal>shade</goal>
    +                    </goals>
    +                </execution>
    +            </executions>
    +            <configuration>
    +                <minimizeJar>true</minimizeJar>
    +                <relocations>
    +                    <relocation>
    +                        <pattern>dev.jorel.commandapi</pattern>
    +                        <!-- TODO: Change this to my own package name -->
    +                        <shadedPattern>my.custom.package.commandapi</shadedPattern>
    +                    </relocation>
    +                </relocations>
    +            </configuration>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +

    As we're shading the CommandAPI into your plugin, you don't need to add depend: [CommandAPI] to your plugin.yml file.

    +
    +

    Shading with Gradle

    +

    To shade the CommandAPI into a Gradle project, we'll use the Gradle Shadow Plugin. Add this to your list of plugins:

    +
    +
    plugins {
    +    id 'java'
    +    id 'com.github.johnrengelman.shadow' version '7.1.2'
    +}
    +
    +
    plugins {
    +    java
    +    id("com.github.johnrengelman.shadow") version "7.1.2"
    +}
    +
    +
    +

    Add our repositories:

    +
    +
    repositories {
    +    mavenCentral()
    +
    +    // If you want to shade the NBT API as well
    +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
    +}
    +
    +
    repositories {
    +    mavenCentral()
    +
    +    // If you want to shade the NBT API as well
    +    maven(url = "https://repo.codemc.org/repository/maven-public/")
    +}
    +
    +
    +

    Next, we declare our dependencies:

    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade:9.4.1")
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1")
    +}
    +
    +
    +

    Then we add it to the shadowJar task configuration and relocate the CommandAPI to your desired location:

    +
    +
    shadowJar {
    +    dependencies {
    +        include dependency("dev.jorel:commandapi-bukkit-shade:9.4.1")
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    shadowJar {
    +    dependencies {
    +        include dependency("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1")
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    tasks.withType<ShadowJar> {
    +    dependencies {
    +        include(dependency("dev.jorel:commandapi-bukkit-shade:9.4.1"))
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    tasks.withType<ShadowJar> {
    +    dependencies {
    +        include(dependency("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1"))
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    +

    Finally, we can build the shaded jar using the following command:

    +
    gradlew build shadowJar
    +
    +

    As we're shading the CommandAPI into your plugin, we don't need to add depend: [CommandAPI] to your plugin.yml file.

    +

    Using the annotation system

    +

    The annotation system is a separate part of the CommandAPI, and as a result it needs to be included as an additional dependency to your project.

    +

    The annotation system effectively needs to be added twice: Once for compilation and again to invoke the annotation processor itself.

    +
    +

    Using Maven

    +
      +
    • +

      Add the annotation dependency to your pom.xml:

      +
      <dependencies>
      +    <dependency>
      +        <groupId>dev.jorel</groupId>
      +        <artifactId>commandapi-annotations</artifactId>
      +        <version>9.4.1</version>
      +        <scope>provided</scope>
      +    </dependency>
      +</dependencies>
      +
      +
    • +
    • +

      Add the annotation processor as an annotation process to the compile task in the pom.xml:

      +
      <build>
      +    <plugins>
      +        <plugin>
      +            <groupId>org.apache.maven.plugins</groupId>
      +            <artifactId>maven-compiler-plugin</artifactId>
      +            <version>3.8.1</version>
      +            <configuration>
      +                <annotationProcessorPaths>
      +                    <path>
      +                        <groupId>dev.jorel</groupId>
      +                        <artifactId>commandapi-annotations</artifactId>
      +                        <version>9.4.1</version>
      +                    </path>
      +                </annotationProcessorPaths>
      +            </configuration>
      +      </plugin>
      +    </plugins>
      +</build>
      +
      +
    • +
    +
    +

    Using Gradle

    +
      +
    • +

      If you haven't already done so, add the maven central repository to your build.gradle file:

      +
      +
      repositories {
      +    mavenCentral()
      +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
      +}
      +
      +
      repositories {
      +    mavenCentral()
      +    maven(url = "https://repo.codemc.org/repository/maven-public/")
      +}
      +
      +
      +
    • +
    • +

      Add the dependency and annotation processor to your list of dependencies in your build.gradle file:

      +
      +
      dependencies {
      +    compileOnly "dev.jorel:commandapi-annotations:9.4.1"
      +    annotationProcessor "dev.jorel:commandapi-annotations:9.4.1"
      +}
      +
      +
      dependencies {
      +    compileOnly("dev.jorel:commandapi-annotations:9.4.1")
      +    annotationProcessor("dev.jorel:commandapi-annotations:9.4.1")
      +}
      +
      +
      +
    • +
    +

    Command registration

    +

    To register commands with the CommandAPI, we use the CommandAPICommand class. It follows a simple builder pattern to improve readability.

    +

    I think the easiest way to explain it is with an example:

    +
    +
    // Create our command
    +new CommandAPICommand("broadcastmsg")
    +    .withArguments(new GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")       // Command aliases
    +    .withPermission(CommandPermission.OP)               // Required permissions
    +    .executes((sender, args) -> {
    +        String message = (String) args.get("message");
    +        Bukkit.getServer().broadcastMessage(message);
    +    })
    +    .register();
    +
    +
    // Create our command
    +CommandAPICommand("broadcastmsg")
    +    .withArguments(GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")   // Command aliases
    +    .withPermission(CommandPermission.OP)           // Required permissions
    +    .executes(CommandExecutor { sender, args ->
    +        val message = args["message"] as String
    +        Bukkit.getServer().broadcastMessage(message)
    +    })
    +    .register()
    +
    +
    +
      +
    • +

      First, we create a new CommandAPICommand, with the name of the command that the sender must enter to run it.

      +
    • +
    • +

      Then, we create an argument to add to the command using withArguments. This is described in more detail in the section on arguments.

      +
    • +
    • +

      In this example, we add an alias, "broadcast", to the command. This allows the sender to use either /broadcastmsg <message> or /broadcast <message>.

      +
    • +
    • +

      By using withPermission, we require the sender to be an OP in order to run the command.

      +
    • +
    • +

      We control what the command does using executes (this is described in more detail in the section on command executors).

      +
    • +
    • +

      Finally, we register the command to the CommandAPI using register.

      +
    • +
    +

    That's it! This simple snippet of code fully registers the command to the server. You don't need to supply a plugin instance, you don't have to create a custom class and you don't have to mess with the plugin.yml file.

    +

    Throughout this documentation, we will use the various different methods for command registration to give you an idea of when and where certain methods are more suitable than others.

    +
    +

    CommandAPICommand methods

    +

    The CommandAPICommand has various methods, which are outlined below:

    +

    Setting the command name

    +
    new CommandAPICommand(String commandName)
    +
    +

    This constructor creates a new instance of the CommandAPICommand object. This constructor requires the name of the command.

    +

    Setting command properties

    +
    CommandAPICommand withArguments(List<Argument> arguments)
    +CommandAPICommand withArguments(Argument... arguments)
    +
    +

    The withArguments method is used to add arguments to your command. The arguments parameter is appended to the the list of arguments for the command.

    +
    CommandAPICommand withPermission(CommandPermission)
    +CommandAPICommand withPermission(String)
    +
    +

    The withPermission method is used to assign a permission that is required to execute the command. (See the section on permissions for more info).

    +
    CommandAPICommand withRequirements(sender -> {})
    +
    +

    The withRequirements method is used to assign additional constraints required to execute the command, similar to permissions. (See the section on requirements for more info).

    +
    CommandAPICommand withAliases(String... args)
    +
    +

    The withAliases method is used to declare a list of aliases that can be used to run this command via. (See the section on aliases for more info).

    +
    CommandAPICommand withHelp(String shortDescription, fullDescription)
    +CommandAPICommand withHelp(HelpTopic helpTopic)
    +CommandAPICommand withShortDescription(String shortDescription)
    +CommandAPICommand withFullDescription(String fullDescription)
    +
    +

    The withHelp method, along with its specific withShortDescription and withFullDescription methods are used to declare the help topic for this command which is displayed in the /help command. (See the section on help for more info).

    +
    CommandAPICommand withSubcommand(CommandAPICommand subcommand)
    +
    +

    The withSubcommand method is used to declare a subcommand that leads on from the current command. (See the section on subcommands for more info).

    +

    Setting the command's executor

    +
    CommandAPICommand executes((sender, args) -> {})
    +CommandAPICommand executes(info -> {})
    +
    +

    Executes a command using the CommandSender object.

    +
    CommandAPICommand executesPlayer((player, args) -> {})
    +CommandAPICommand executesPlayer(info -> {})
    +
    +

    Executes a command only if the command sender is a Player.

    +
    CommandAPICommand executesEntity((entity, args) -> {})
    +CommandAPICommand executesEntity(info -> {})
    +
    +

    Executes a command only if the command sender is an Entity.

    +
    CommandAPICommand executesCommandBlock((cmdblock, args) -> {})
    +CommandAPICommand executesCommandBlock(info -> {})
    +
    +

    Executes a command only if the command sender is a BlockCommandSender.

    +
    CommandAPICommand executesConsole((console, args) -> {})
    +CommandAPICommand executesConsole(info -> {})
    +
    +

    Executes a command only if the command sender is a ConsoleCommandSender.

    +
    CommandAPICommand executesProxy((proxy, args) -> {})
    +CommandAPICommand executesProxy(info -> {})
    +
    +

    Executes a command only if the command sender is a ProxiedCommandSender.

    +
    CommandAPICommand executesNative((proxy, args) -> {})
    +CommandAPICommand executesNative(info -> {})
    +
    +

    Executes a command regardless of what the command sender is, using the NativeProxyCommandSender. Read more about native proxied command senders here.

    +
    +

    Developer's Note:

    +

    Sometimes, the Java compiler throws an error saying that a method is ambiguous for the type CommandAPICommand. This is due to a limitation in Java's type inference system and is not a fault of the CommandAPI. If we take the following code, used to spawn a pig:

    +
    new CommandAPICommand("spawnpigs")
    +     .executesPlayer((player, args) -> {
    +           for(int i = 0; i < 10; i++) {
    +               player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0));
    +           }
    +     })
    +     .register();
    +
    +

    The Java type inference system cannot determine what the type of the lambda (player, args) -> () is, therefore it produces the following compilation error:

    +
    The method executesPlayer(PlayerCommandExecutor) is ambiguous for the type CommandAPICommand
    +
    +

    This can easily be resolved by declaring the specific type of the command sender and the arguments. For example:

    +
    new CommandAPICommand("spawnpigs")
    +     .executesPlayer((Player player, CommandArguments args) -> {
    +           for(int i = 0; i < 10; i++) {
    +               player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0));
    +           }
    +     })
    +     .register();
    +
    +
    +

    Registering the command

    +
    void register()
    +
    +

    Registers the command with the default minecraft namespace. If you are shading you can set the default namespace using CommandAPIConfig#setNamespace(String) or CommandAPIBukkitConfig#usePluginNamespace().

    +
    void register(String namespace)
    +
    +

    Registers the command with a custom provided namespace.

    +
    void register(JavaPlugin plugin)
    +
    +

    Registers the command with the provided plugin's name.

    +
    +

    Command loading order

    +

    It is recommended to register commands in either the onLoad() or onEnable() method. With the CommandAPI, depending on whether you use onLoad() or onEnable() to load your commands depends on whether your plugin is used with Minecraft's functions:

    +
    + + +
    When to loadWhat to do
    onLoad() methodRegister commands to be used in Minecraft functions (see the Function section for more info)
    onEnable() methodRegister regular commands
    +
    +

    The CommandAPI does support registering commands outside of these methods while the server is running. Commands registered after the server is done loading should work the same as commands registered in onEnable.

    +

    Command unregistration

    +

    The CommandAPI allows you to remove commands completely from Minecraft's command list. This includes Vanilla commands, Bukkit commands, and plugin commands.

    +

    There are three methods you might use when unregistering commands:

    +
    CommandAPI.unregister(String commandName);
    +CommandAPI.unregister(String commandName, boolean unregisterNamespaces);
    +CommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit);
    +
    +

    To understand when and how to use these methods, you need to know a little about how Bukkit loads and sets up commands. This is basically the order of events when a Bukkit server starts:

    +
      +
    1. Vanilla commands are placed in the Vanilla CommandDispatcher
    2. +
    3. Bukkit commands are placed in the Bukkit CommandMap +
        +
      • Given the bukkit namespace (E.g. bukkit:version)
      • +
      +
    4. +
    5. Plugins are loaded +
        +
      • onLoad is called
      • +
      +
    6. +
    7. Plugins are enabled +
        +
      • Plugin commands are read from the plugin.yml file and placed in the Bukkit CommandMap
      • +
      • Given the plugin's name as their namespace (E.g. luckperms:lp)
      • +
      • onEnable is called
      • +
      • Repeat for each plugin
      • +
      +
    8. +
    9. Bukkit's help command is registered
    10. +
    11. Vanilla commands are added to the Bukkit CommandMap +
        +
      • Given the minecraft namespace (E.g. minecraft:gamemode)
      • +
      +
    12. +
    13. The server is done loading
    14. +
    +

    Unregistering a command only works if it happens after the command is created. Bukkit's command system is special and has two locations where commands can exist -- either the Vanilla CommandDispatcher or the Bukkit CommandMap -- so you also need to know where your command is registered. With that in mind, here is what each of the unregister methods do:

    +
    CommandAPI.unregister(String commandName);
    +
    +

    Unregisters a command from the Vanilla CommandDispatcher.

    +
    CommandAPI.unregister(String commandName, boolean unregisterNamespaces);
    +
    +

    Unregisters a command from the Vanilla CommandDispatcher. If unregisterNamespaces is true, then any namespaced version of the command is also unregistered.

    +
    CommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit);
    +
    +

    Unregisters a command from Bukkit. As before, if unregisterNamespaces is true, then any namespaced version of the command is also unregistered. If unregisterBukkit is true, then only Bukkit commands in the Bukkit CommandMap are unregistered. If unregisterBukkit is false, only commands from the Vanilla CommandDispatcher are unregistered.

    +

    To give a better idea of how and when to use these methods, the rest of this page documents how to unregister different types of commands.

    +

    Unregistering a Bukkit command - /version

    +

    /version is a command provided by Bukkit. Looking at the sequence of events above, that means it is created during step 2, before plugins are loaded in step 3. Consequently, the command will exist when our plugin's onLoad method is called, so we'll unregister it there. The same code will work in onEnable too, since step 4 is also after step 2.

    +

    Since this command exists in the Bukkit CommandMap, we'll need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll also remove the namespaced version -- /bukkit:version -- so unregisterNamespaces will be true. All together, the code looks like this:

    +
    +
    @Override
    +public void onLoad() {
    +    CommandAPIBukkit.unregister("version", true, true);
    +}
    +
    +
    override fun onLoad() {
    +    CommandAPIBukkit.unregister("version", false, true)
    +}
    +
    +
    +

    With this plugin, executing /version or /bukkit:version will give the unknown command message. Note that aliases like /ver and its namespaced version /bukkit:ver will still work. To remove aliases as well, you need to unregister each as its own command. For, /ver, that would mean calling CommandAPIBukkit.unregister("ver", true, true).

    +

    Unregistering a Vanilla command - /gamemode

    +

    /gamemode is a command provided by Vanilla Minecraft. Like the previous example, Vanilla commands are created in step 1, before plugins are loaded in step 3. For variety, we'll unregister the command in our plugin's onEnable -- step 4 -- but the same code would also work in onLoad.

    +

    Since this command exists in the Vanilla CommandDispatcher, we can use CommandAPI#unregister. That works the same as CommandAPIBukkit#unregister with unregisterBukkit set to false. We don't care about the namespace, so unregisterNamespaces will be false. That means we can use the simplest method, CommandAPI.unregister(String commandName), since it sets unregisterNamespaces to false by default. All together, the code looks like this:

    +
    +
    @Override
    +public void onEnable() {
    +    CommandAPI.unregister("gamemode");
    +}
    +
    +
    override fun onEnable() {
    +    CommandAPI.unregister("gamemode")
    +}
    +
    +
    +

    With this code, executing /gamemode will give the unknown command exception as expected. However, even though unregisterNamespaces was false, /minecraft:gamemode can also not be run. This happens because Vanilla commands are given their namespace in step 6, after our plugin has removed /gamemode.

    +

    When the server starts, /gamemode is created in step 2 inside the Vanilla CommandDispatcher. In step 4, our plugin is enabled and we remove the /gamemode command from that CommandDispatcher. After all the plugins enable, step 6 moves all commands in the Vanilla CommandDispatcher to the Bukkit CommandMap and gives them the minecraft namespace. Since /gamemode doesn't exist at this point, step 6 cannot create the /minecraft:gamemode command. So, even though unregisterNamespaces was false, /minecraft:gamemode doesn't exist anyway.

    +
    +

    Example - Replacing Minecraft's /gamemode command

    +

    To replace a command, first unregister the original command, then register a new implementation for that command.

    +
    +
    @Override
    +public void onEnable() {
    +    CommandAPI.unregister("gamemode");
    +
    +    // Register our new /gamemode, with survival, creative, adventure and spectator
    +    new CommandAPICommand("gamemode")
    +        .withArguments(new MultiLiteralArgument("gamemodes", "survival", "creative", "adventure", "spectator"))
    +        .executes((sender, args) -> {
    +            // Implementation of our /gamemode command
    +        })
    +        .register();
    +}
    +
    +
    override fun onEnable() {
    +    CommandAPI.unregister("gamemode");
    +
    +    // Register our new /gamemode, with survival, creative, adventure and spectator
    +    CommandAPICommand("gamemode")
    +        .withArguments(MultiLiteralArgument("gamemodes", "survival", "creative", "adventure", "spectator"))
    +        .executes(CommandExecutor { sender, args ->
    +            // Implementation of our /gamemode command
    +        })
    +        .register()
    +}
    +
    +
    +

    Now, when /gamemode is executed, it will use the new implementation defined using the CommandAPI.

    +
    +

    Unregistering a Plugin command - /luckperms:luckperms

    +

    The /luckperms command is provided by the Bukkit LuckPerms plugin. Plugin commands are created during step 4, immediately before calling the onEnable method of the respective plugin. In this case, unregistering the command in our own plugin's onLoad would not work, since the command wouldn't exist yet. We also have to make sure that our onEnable method is called after LuckPerm's. The best way to make sure that happens is to add LuckPerms as a depend or softdepend in our plugin's plugin.yml. You can read more about the different between depend and softdepend in Spigot's documentation, but that will look something like this:

    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +depend:
    +  - LuckPerms
    +
    +

    Since plugin commands are stored in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. For demonstration’s sake, we only want to unregister the namespaced version -- /luckperms:luckperms -- and leave /luckperms alone. To do this, give "luckperms:luckperms" as the commandName, and set unregisterNamespaces to false. All together, the code looks like this:

    +
    +
    @Override
    +public void onEnable() {
    +    CommandAPIBukkit.unregister("luckperms:luckperms", false, true);
    +}
    +
    +
    override fun onEnable() {
    +    CommandAPIBukkit.unregister("luckperms:luckperms", false, true)
    +}
    +
    +
    +

    Executing /luckperms will work as normal, but /luckperms:luckperms will give the unknown command message.

    +

    Unregistering a CommandAPI command

    +

    Unregistering a command created by the CommandAPI is similar to both unregistering a Vanilla command and a plugin command. Like a Vanilla command, CommandAPI commands are stored in the Vanilla CommandDispatcher, so they should be unregistered with unregisterBukkit set to false. Like plugin commands, they may be created in onEnable, so you need to make sure your plugin is enabled after the plugin that adds the command.

    +

    Unlike plugin commands, CommandAPI commands may be created in onLoad, as discussed in Command loading order. That just means you may also be able to unregister the command in you own plugin's onLoad. As always, simply make sure you unregister a command after it is created, and it will be removed properly.

    +

    For our example, let's say we want to unregister the /break command created by the Bukkit Maven Example Project for the CommandAPI. If you look at that plugin's code, you can see that it registers the /break command in it's onEnable method. Therefore, we can unregister the command in our own plugin's onEnable, making sure that our plugin will enable second by adding ExamplePlugin as a depend or softdepend.

    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +depend:
    +  - CommandAPI
    +  - ExamplePlugin
    +
    +
    +

    Developer's Note:

    +

    If you can't find the code where a CommandAPI command is registered or just don't have access to the code of a plugin, you can still figure out when a command is registered. If you set verbose-outputs to true in the CommandAPI's configuration, it will log command registration.

    +

    For the ExamplePlugin, setting verbose-outputs to true gives this:

    +
    [Server thread/INFO]: [ExamplePlugin] Enabling ExamplePlugin v0.0.1
    +[Server thread/INFO]: [CommandAPI] Registering command /break block<LocationArgument>
    +[Server thread/INFO]: [CommandAPI] Registering command /myeffect target<PlayerArgument> potion<PotionEffectArgument>
    +[Server thread/INFO]: [CommandAPI] Registering command /nbt nbt<NBTCompoundArgument>
    +
    +

    You can see that the ExamplePlugin registers its commands when onEnable is called.

    +
    +

    In summary, we will unregister the /break command in our plugin's onEnable. We added Example plugin to the depend list in our plugin.yml so that our onEnable method runs second. unregisterNamespaces and unregisterBukkit will be set to false, and those are the default values, so we can simply use CommandAPI.unregister(String commandName). All together, the code looks like this:

    +
    +
    @Override
    +public void onEnable() {
    +    CommandAPI.unregister("break");
    +}
    +
    +
    override fun onEnable() {
    +    CommandAPI.unregister("break")
    +}
    +
    +
    +

    Now, when you try to execute /break, you will just get the unknown command message as if it never existed.

    +

    Special case: Unregistering Bukkit's /help

    +

    If you look at the sequence of events at the top of this page, you might notice that Bukkit's /help command gets its own place in step 5. Unlike the other Bukkit commands, /help is special and gets registered after plugins are loaded and enabled (don't ask, I don't know why :P). That means unregistering /help in onLoad or onEnable does not work, since the command doesn't exist yet.

    +

    In order to run our unregister task after the server is enabled, we can use Bukkit's Scheduler API. There are many ways to set up and run a task, and this should work in whatever way you like. You can even give the task zero delay, since Bukkit only starts processing tasks after the server is enabled.

    +

    Since /help is in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll leave /bukkit:help alone, so unregisterNamespaces will be false. All together, we can unregister Bukkit's /help command with this code:

    +
    +
    @Override
    +public void onEnable() {
    +    new BukkitRunnable() {
    +        @Override
    +        public void run() {
    +            CommandAPIBukkit.unregister("help", false, true);
    +        }
    +    }.runTaskLater(this, 0);
    +}
    +
    +
    override fun onEnable() {
    +    object : BukkitRunnable() {
    +        override fun run() {
    +            CommandAPIBukkit.unregister("help", false, true)
    +        }
    +    }.runTaskLater(this, 0)
    +}
    +
    +
    +

    Funnily, if you try to execute /help, the server will still tell you: Unknown command. Type "/help" for help.. Luckily, unregisterNamespaces was false, so you can still use /bukkit:help to figure out your problem.

    +

    Special case: Unregistering only /minecraft:gamemode

    +

    In the earlier example for Unregistering /gamemode, even though unregisterNamespaces was false, the /minecraft:gamemode command was also not executable. As explained up there, this happens because the namespaced version of commands in the Vanilla CommandDispatcher are not created until after plugins are loaded and enabled. Since we unregistered /gamemode in onEnable, when the time came for the server to transfer Vanilla commands into the Bukkit CommandMap, it didn't know to create the minecraft:gamemode command. Consequently, this means we cannot normally remove only the /minecraft:gamemode command without also unregistering /gamemode.

    +

    Of course, it is still possible to only unregister /minecraft:gamemode and the namespaced versions of other Vanilla commands. As always, in order to unregister a command, you have to unregister after the command is created. So, we just need to unregister /minecraft:gamemode after the server is enabled. Like the previous special case, we can use Bukkit's Scheduler API to run our unregister task after the server is enabled.

    +

    While /minecraft:gamemode only exists in the Bukkit CommandMap, it is the namespaced version of the Vanilla /gamemode command, so it is considered a Vanilla command. That means unregisterBukkit should be false, which is what it defaults to when using CommandAPI#unregister. The CommandAPI understands that once the server is enabled Vanilla commands will have been copied to the CommandMap, so it will be able to find /minecraft:gamemode

    +

    Finally, unregisterNamespaces should be false, and since that's the default value we don't have to include it. All together, the code looks like this:

    +
    +
    @Override
    +public void onEnable() {
    +    new BukkitRunnable() {
    +        @Override
    +        public void run() {
    +            CommandAPI.unregister("minecraft:gamemode");
    +        }
    +    }.runTaskLater(this, 0);
    +}
    +
    +
    override fun onEnable() {
    +    object : BukkitRunnable() {
    +        override fun run() {
    +            CommandAPI.unregister("minecraft:gamemode")
    +        }
    +    }.runTaskLater(this, 0)
    +}
    +
    +
    +

    With this code, /gamemode will execute as normal, but /minecraft:gamemode will give the unknown command message.

    +
    +

    Developer's Note:

    +

    Doing the opposite action here -- only unregistering /gamemode but keeping /minecraft:gamemode -- is not recommended. That would be the following code, where commandName is "gamemode" (or any command in the Vanilla CommandDispatcher), and unregisterNamespaces is false:

    +
    +
    // NOT RECOMMENDED
    +@Override
    +public void onEnable() {
    +    new BukkitRunnable() {
    +        @Override
    +        public void run() {
    +            CommandAPI.unregister("gamemode");
    +        }
    +    }.runTaskLater(this, 0);
    +}
    +
    +
    // NOT RECOMMENDED
    +override fun onEnable() {
    +    object : BukkitRunnable() {
    +        override fun run() {
    +            CommandAPI.unregister("gamemode")
    +        }
    +    }.runTaskLater(this, 0)
    +}
    +
    +
    +

    The expected outcome of this code is that /minecraft:gamemode would work as expected, and /gamemode would give the command not found message. However, that is only true for the player's commands. If you try to use /minecraft:gamemode in the console, it will not work properly. Specifically, while you can tab-complete the command's label, minecraft:gamemode the command's arguments will not have any suggestions. If you try to execute /minecraft:gamemode in the console, it will always tell you your command is unknown or incomplete.

    +

    The main point is that if you ever try to unregister a Vanilla command after the server is enabled, the namespaced version of that command will break for the console. To avoid this issue, always set unregisterNamespaces to true if unregisterBukkit is false when unregistering commands after the server is enabled.

    +
    +
    @Override
    +public void onEnable() {
    +    new BukkitRunnable() {
    +        @Override
    +        public void run() {
    +            CommandAPI.unregister("gamemode", true);
    +        }
    +    }.runTaskLater(this, 0);
    +}
    +
    +
    override fun onEnable() {
    +    object : BukkitRunnable() {
    +        override fun run() {
    +            CommandAPI.unregister("gamemode", true)
    +        }
    +    }.runTaskLater(this, 0)
    +}
    +
    +
    +
    +

    Command executors

    +
    +

    Developer's Note:

    +

    This section can be a little bit difficult to follow. If you only want the bare basic features (executes a command), read the section on Normal command executors - this behaves very similar to the onCommand method in Bukkit.

    +
    +
    +

    The CommandAPI provides various command executors which are lambdas which execute the code you want when a command is called. With a lot of simplification, there are two main types of command executors:

    +
      +
    • Ones that just runs the command (let's call it a normal command executor)
    • +
    • Ones that returns an integer as a result (let's call it a resulting command executor)
    • +
    +
    +

    Developer's Note:

    +

    In general, you need not focus too much on what type of command executor to implement. If you know for certain that you're going to be using your command with command blocks, and specifically want to state whether a command returns a value, just ensure you return an integer at the end of your declared command executor. Java will infer the type (whether it's a normal command executor or a resulting command executor) automatically, so feel free to return an integer or not.

    +
    +

    In addition to these two types of command executors, there are ways to restrict the execution of commands to certain CommandSender subclasses. In other words, you can make commands executable by players in game only for instance. These restrictions are covered in more detail in Normal command executors.

    +

    Normal command executors

    +

    Command executors are of the following format, where sender is a CommandSender, and args is a CommandArguments object, which represents arguments which are parsed by the CommandAPI.

    +
    new CommandAPICommand("...")
    +    .executes((sender, args) -> {
    +        //Code here  
    +    })
    +    .register();
    +
    +

    With normal command executors, these do not need to return anything. By default, this will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully, either by throwing an exception (RuntimeException) or by forcing the command to fail (See the section on handling command failures).

    +

    In short, this is what values are returned when a command is executed from a normal command executor:

    +
    + + +
    Command WorksCommand Doesn't Work
    Success Value10
    Result Value10
    +
    +

    Example - Creating a message broadcasting system

    +

    To illustrate this, let's take a look at a simple message broadcasting command. We'll make a command which sends a message to everyone on the server, using the following syntax:

    +
    /broadcastmsg <message>
    +/broadcastmessage <message>
    +/broadcast <message>
    +
    +

    We use an argument "message" to hold the message to broadcast, we provide some aliases and set a permission required to run the command. Then we declare our main command body by using the .executes() method, before finally registering the command:

    +
    +
    // Create our command
    +new CommandAPICommand("broadcastmsg")
    +    .withArguments(new GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")       // Command aliases
    +    .withPermission(CommandPermission.OP)               // Required permissions
    +    .executes((sender, args) -> {
    +        String message = (String) args.get("message");
    +        Bukkit.getServer().broadcastMessage(message);
    +    })
    +    .register();
    +
    +
    // Create our command
    +CommandAPICommand("broadcastmsg")
    +    .withArguments(GreedyStringArgument("message")) // The arguments
    +    .withAliases("broadcast", "broadcastmessage")       // Command aliases
    +    .withPermission(CommandPermission.OP)               // Required permissions
    +    .executes(CommandExecutor { _, args ->
    +        val message = args["message"] as String
    +        Bukkit.getServer().broadcastMessage(message)
    +    })
    +    .register()
    +
    +
    +

    Note how when we finish up our implementation of .executes(), we don't return anything. This is unlike commands in the standard Bukkit API where the onCommand method returns a Boolean value:

    +
    boolean onCommand(CommandSender, Command, String, String[])
    +
    +

    The returning of this Boolean value is handled automatically by the CommandAPI on a much lower level.

    +
    +
    +

    Restricting who can run your command

    +

    The CommandAPICommand class has multiple different executes...() methods that can restrict the command sender to any of the following objects:

    +
    + + + + + + + +
    CommandSender ObjectMethod to useWho can run this?
    CommandSender.executes()Any CommandSender
    Player.executesPlayer()In-game players only
    Entity.executesEntity()Entities only
    BlockCommandSender.executesCommandBlock()Command blocks only
    ConsoleCommandSender.executesConsole()The console only
    ProxiedCommandSender.executesProxy()Proxied senders only
    (via /execute as ...)
    NativeProxyCommandSender.executesNative()See Native commandsenders
    +
    +

    Example - A /suicide command

    +

    Say we wanted to create a command /suicide, which kills the player that executes it. Since this command can't be used by non-players (you can't kill a command block!), we can restrict it so only players can execute this command. Since it's a player, we can use the .executesPlayer() method:

    +
    +
    new CommandAPICommand("suicide")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Multiple command executor implementations

    +

    The CommandAPI allows you to chain different implementations of the command depending on the type of CommandSender. This allows you to easily specify what types of CommandSenders are required to run a command.

    +

    Extending on the suicide example above, we could write another implementation for a different CommandSender. Here, we write an implementation to make entities (non-player) go out with a bang when they run the command (using /execute as <entity> run suicide command).

    +
    +

    Example - A /suicide command with different implementations

    +
    +
    new CommandAPICommand("suicide")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .executesEntity((entity, args) -> {
    +        entity.getWorld().createExplosion(entity.getLocation(), 4);
    +        entity.remove();
    +    })
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .executesEntity(EntityCommandExecutor { entity, _ ->
    +        entity.world.createExplosion(entity.location, 4f)
    +        entity.remove()
    +    })
    +    .register()
    +
    +
    +

    This saves having to use instanceof multiple times to check the type of the CommandSender.

    +
    +

    The different command sender priority is the following (from highest priority to lowest priority):

    +

    \begin{align} +&\quad\texttt{.executesNative()} && \texttt{(Always chosen if used)}\\ +&\quad\texttt{.executesPlayer()} \\ +&\quad\texttt{.executesEntity()} \\ +&\quad\texttt{.executesConsole()} \\ +&\quad\texttt{.executesCommandBlock()} \\ +&\quad\texttt{.executesProxy()} \\ +&\quad\texttt{.executes()} +\end{align}

    +
    +

    Multiple command executors with the same implementation

    +

    The CommandAPI also allows you to have multiple command executors with the same command implementation. This is useful for when you want to restrict the command sender required to run a command, but want to run the same code for each different command sender type.

    +

    This is achieved using the .executes(executor, ...) method, which accepts a variadic array of ExecutorType objects. ExecutorType has the following values:

    +
    + + + + + + + +
    ExecutorType ObjectWho can run this?
    ALLAny CommandSender
    PLAYERIn-game players only
    ENTITYEntities only
    BLOCKCommand blocks only
    CONSOLEThe console only
    PROXYProxied senders only
    (via /execute as ...)
    NATIVESee Native commandsenders
    +
    +

    Example - A /suicide command with the same implementation

    +

    Expanding on the suicide example above, we can restrict the command to only players and entities. We know that the command sender is a LivingEntity, so we can cast to it safely.

    +
    +
    new CommandAPICommand("suicide")
    +    .executes((sender, args) -> {
    +        LivingEntity entity;
    +        if (sender instanceof ProxiedCommandSender proxy) {
    +            entity = (LivingEntity) proxy.getCallee();
    +        } else {
    +            entity = (LivingEntity) sender;
    +        }
    +        entity.setHealth(0);
    +    }, ExecutorType.PLAYER, ExecutorType.PROXY)
    +    .register();
    +
    +
    CommandAPICommand("suicide")
    +    .executes(CommandExecutor { sender, _ ->
    +        val entity = (if (sender is ProxiedCommandSender) sender.callee else sender) as LivingEntity
    +        entity.setHealth(0.0)
    +    }, ExecutorType.PLAYER, ExecutorType.PROXY)
    +    .register()
    +
    +
    +
    +
    +

    Using the ExecutionInfo

    +

    You also have the option to implement a command executor which uses an ExecutionInfo object:

    +
    new CommandAPICommand("...")
    +    .executes(info -> {
    +        // Use info here
    +    })
    +    .register();
    +
    +

    The ExecutionInfo provides two user-facing methods which both let you access the CommandSender and the arguments:

    +
    CommandSender sender();
    +
    +

    This method automatically detects which CommandSender type has been used, similar to the .executesXXX() method (see here)! Therefore, casting is not necessary!

    +

    The second method lets you access the command's arguments:

    +
    CommandArguments args();
    +
    +

    Proxied commandsenders

    +

    The CommandAPI has extra support for vanilla Minecraft's /execute command, by allowing the CommandSender to be an instance of the ProxiedCommandSender class. This allows the CommandSender to contain two extra pieces of information: The "proxied sender" and the original sender.

    +
    +

    Example - Running a command as a chicken

    +

    Say we have a command which kills the sender of a command. This is easily implemented as follows:

    +
    +
    new CommandAPICommand("killme")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("killme")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .register()
    +
    +
    commandAPICommand("killme") {
    +    playerExecutor { player, _ ->
    +        player.health = 0.0
    +    }
    +}
    +
    +
    +

    But what if the sender of the command is not a player? By using Minecraft's /execute command, we could execute the command as any arbitrary entity, as shown with the command below:

    +
    /execute as @e[type=chicken] run killme
    +
    +

    To handle this case, we can use the .executesProxy() method to ensure that the command sender is a ProxiedCommandSender. Then, we can kill the callee (the entity which is being 'forced' to run the command /killme)

    +
    +
    new CommandAPICommand("killme")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .executesProxy((proxy, args) -> {
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.getCallee() instanceof LivingEntity target) {
    +            target.setHealth(0);
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("killme")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .executesProxy(ProxyCommandExecutor { proxy, _ ->
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.callee is LivingEntity) {
    +            (proxy.callee as LivingEntity).setHealth(0.0)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("killme") {
    +    playerExecutor { player, _ ->
    +        player.health = 0.0
    +    }
    +    proxyExecutor { proxy, _ ->
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.callee is LivingEntity) {
    +            (proxy.callee as LivingEntity).health = 0.0
    +        }
    +    }
    +}
    +
    +
    +

    This allows the command above to run successfully, killing all chickens it can find.

    +
    +

    Native commandsenders

    +

    In a similar way that the ProxiedCommandSender is used to store information about two command senders: a caller (the one that wrote the command) and a callee (the one that ends up executing the command), the CommandAPI also has a special NativeProxyCommandSender class which is a more powerful representation of the ProxiedCommandSender class. In addition to inheriting all of the methods from ProxiedCommandSender, this class also has the following two methods:

    +
    public World getWorld();
    +public Location getLocation();
    +
    +

    These methods contain additional information about the command executor's state, and are primarily designed to be used with Minecraft's /execute command.

    +
    +

    Minecraft's /execute arguments

    +

    The following table represents how the different /execute arguments affect the NativeProxyCommandSender class:

    +
    + + + + + + + + +
    /execute argumentHow it changes NativeProxyCommandSender
    /execute alignChanges getLocation() only
    /execute anchoredChanges nothing
    /execute asChanges getCallee() only
    /execute atChanges getLocation() and getWorld() only
    /execute facingChanges getLocation() only
    /execute inChanges getWorld() only
    /execute positionedChanges getLocation() only
    /execute rotatedChanges getLocation()only
    +
    +
    +

    Using the native commandsender

    +

    As described in the section about normal command executors, there are multiple methods to register a command executor. For the NativeProxyCommandSender, the .executesNative() method should be used.

    +
    +

    Note:

    +

    The .executesNative() method has the highest priority over all over .executesXXX() methods - if you use the .executesNative() method, no other execution method will be run.

    +
    +
    +
    +

    Example - A really simple "break block" command

    +

    Say we wanted to make a command that simply sets the current block to air. For this example, we'll use the following command syntax:

    +
    /break
    +
    +

    As you can see, this command takes no arguments. This is fine, since our "argument" will be the sender's location. We can access the sender's location using the getLocation() method from the NativeProxyCommandSender object, available from the .executesNative() method:

    +
    +
    new CommandAPICommand("break")
    +    .executesNative((sender, args) -> {
    +        Location location = sender.getLocation();
    +        if (location != null) {
    +            location.getBlock().breakNaturally();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("break")
    +    .executesNative(NativeCommandExecutor { sender, _ ->
    +        val location = sender.location
    +        location.block.breakNaturally()
    +    })
    +    .register()
    +
    +
    commandAPICommand("break") {
    +    nativeExecutor { sender, _ ->
    +        val location = sender.location
    +        location.block.breakNaturally()
    +    }
    +}
    +
    +
    +

    This can now be used via the following command examples:

    +
    /execute positioned 100 62 50 run break
    +
    +
    /execute at @e[type=pig] run break
    +
    +
    /execute in minecraft:overworld positioned 20 60 -20 run break
    +
    +
    +

    Resulting command executors

    +

    Resulting command executors are very similar to normal command executors, except they can return an integer result value.

    +
    (sender, args) -> {
    +    //Code here
    +    return /*some integer here*/ ;
    +};
    +
    +

    Similarly, these will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully. If a success value of 0 occurs, the result value will be 0. In short:

    +
    + + +
    Command WorksCommand Doesn't Work
    Success Value10
    Result Valueresult defined in your code0
    +
    +

    The concept of result values are better explained through examples:

    +
    +

    Example - Random number result command

    +

    Say we want a command that returns a random number as a result. This can then be used by vanilla Minecraft's /execute store result ... command, which can be used for other command block chains.

    +
    +
    new CommandAPICommand("randnum")
    +    .executes((sender, args) -> {
    +        return ThreadLocalRandom.current().nextInt();
    +    })
    +    .register();
    +
    +
    CommandAPICommand("randnum")
    +    .executes(ResultingCommandExecutor { _, _ ->
    +        Random.nextInt()
    +    })
    +    .register()
    +
    +
    commandAPICommand("randnum") {
    +    anyResultingExecutor { _, _ ->
    +        Random.nextInt()
    +    }
    +}
    +
    +
    +

    This returns a success value of 1 (Because no errors or CommandAPI.failWithString(String) was thrown) and a result value of a random number.

    +
    +
    +

    Example - Lootbox system with /execute command

    +

    We can store state using /execute store and we can perform conditional checks using /execute if. By combining these, we can create a system which can be used with commandblocks to say, give players random lootboxes and redeem them. The concept is to create a command that generates a random number from 1 to 100. If the number is 1 (thus, the chance of being chosen is \(\frac{1}{100}\)), then we award a player with some reward, say 64 diamonds.

    +

    To do this, we'll declare two commands:

    +
    /randomnumber        - returns a random number between 1 and 99 (inclusive)
    +/givereward <player> - gives a player 64 diamonds and broadcasts it in the chat
    +
    +

    Since we're declaring commands that are to be used in /execute, we must ensure that these commands are registered in your plugin's onLoad() method. First, we write our implementation for /randomnumber. It is fairly straight forward using Java's ThreadLocalRandom to generate a random number:

    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +new CommandAPICommand("randomnumber")
    +    .executes((sender, args) -> {
    +        return ThreadLocalRandom.current().nextInt(1, 100); // Returns random number from 1 <= x < 100
    +    })
    +    .register();
    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +CommandAPICommand("randomnumber")
    +    .executes(ResultingCommandExecutor { _, _ ->
    +        (1..100).random() // Returns random number from 1 <= x < 100
    +    })
    +    .register()
    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +commandAPICommand("randomnumber") {
    +    anyResultingExecutor { _, _ ->
    +        (1..100).random()
    +    }
    +}
    +
    +
    +

    Now we write our implementation for /givereward. In this example, we use the EntitySelectorArgument to select a single player. We cast it to Player and then add the items to their inventory.

    +
    +
    // Register reward giving system for a target player
    +new CommandAPICommand("givereward")
    +    .withArguments(new EntitySelectorArgument.OnePlayer("target"))
    +    .executes((sender, args) -> {
    +        Player player = (Player) args.get("target");
    +        player.getInventory().addItem(new ItemStack(Material.DIAMOND, 64));
    +        Bukkit.broadcastMessage(player.getName() + " won a rare 64 diamonds from a loot box!");
    +    })
    +    .register();
    +
    +
    // Register reward giving system for a target player
    +CommandAPICommand("givereward")
    +    .withArguments(EntitySelectorArgument.OnePlayer("target"))
    +    .executes(CommandExecutor { _, args ->
    +        val player = args["target"] as Player
    +        player.inventory.addItem(ItemStack(Material.DIAMOND, 64))
    +        Bukkit.broadcastMessage("${player.name} won a rare 64 diamonds from a loot box!")
    +    })
    +    .register()
    +
    +
    // Register reward giving system for a target player
    +commandAPICommand("givereward") {
    +    entitySelectorArgumentOnePlayer("target")
    +    anyExecutor { _, args ->
    +        val player = args["target"] as Player
    +        player.inventory.addItem(ItemStack(Material.DIAMOND, 64))
    +        Bukkit.broadcastMessage("${player.name} won a rare 64 diamonds from a loot box!")
    +    }
    +}
    +
    +
    +
    +

    Now that we've declared these commands, we can now use them in practice. We can use a command block to store a random number under the scoreboard score randVal for a player called SomePlayer, by executing the command /randomnumber. Since /randomnumber returns an integer, this value is stored in the scoreboard score:

    +
    /execute store result score SomePlayer randVal run randomnumber
    +
    +

    To check if the random number is equal to 1, we can use the /execute if command. If their score stored in randVal matches 1, then we run the /givereward command.

    +
    /execute if score SomePlayer randVal matches 1 run givereward SomePlayer
    +
    +
    +

    Handling command failures

    +

    Sometimes, you want your command to fail on purpose. This is the way to "gracefully" handle errors in your command execution. This is performed by throwing any of the following methods:

    +
    throw CommandAPI.failWithString(String message);
    +throw CommandAPI.failWithMessage(Message message);
    +throw CommandAPIBukkit.failWithBaseComponents(BaseComponent... message);
    +throw CommandAPIBukkit.failWithAdventureComponent(Component message);
    +
    +

    When the CommandAPI handles the fail method, it will cause the command to return a success value of 0, to indicate failure.

    +
    +

    Example - Command failing for element not in a list

    +

    Say we have some list containing fruit and the player can choose from it. In order to do that, we can use a StringArgument and suggest it to the player using .replaceSuggestions(info -> String[]). However, because this only lists suggestions to the player, it does not stop the player from entering an option that isn't on the list of suggestions.

    +

    Therefore, to gracefully handle this with a proper error message, we use one of the CommandAPI.failWithXXX() methods above with a meaningful error message which is displayed to the user.

    +
    +
    // Array of fruit
    +String[] fruit = new String[] {"banana", "apple", "orange"};
    +
    +// Register the command
    +new CommandAPICommand("getfruit")
    +    .withArguments(new StringArgument("item").replaceSuggestions(ArgumentSuggestions.strings(fruit)))
    +    .executes((sender, args) -> {
    +        String inputFruit = (String) args.get("item");
    +        
    +        if (Arrays.stream(fruit).anyMatch(inputFruit::equals)) {
    +            // Do something with inputFruit
    +        } else {
    +            // The sender's input is not in the list of fruit
    +            throw CommandAPI.failWithString("That fruit doesn't exist!");
    +        }
    +    })
    +    .register();
    +
    +
    // List of fruit
    +val fruit = listOf<String>("banana", "apple", "orange")
    +
    +// Register the command
    +CommandAPICommand("getfruit")
    +    .withArguments(StringArgument("item").replaceSuggestions(ArgumentSuggestions.strings(fruit)))
    +    .executes(CommandExecutor { _, args ->
    +        val inputFruit = args["item"] as String
    +
    +        if(fruit.any { it == inputFruit }) {
    +            // Do something with inputFruit
    +        } else {
    +            // The sender's input is not in the list of fruit
    +            throw CommandAPI.failWithString("That fruit doesn't exist!")
    +        }
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Developer's Note:

    +

    In general, it's a good idea to handle unexpected cases with one of the CommandAPI.failWithXXX() methods. Most arguments used by the CommandAPI will have their own built-in failsafe system (e.g. the EntitySelectorArgument will not execute the command executor if it fails to find an entity), so this feature is for those extra cases.

    +
    +

    Arguments

    +

    Arguments in the CommandAPI are registered by using an Argument[] or List<Argument> object. There are two things you need to keep in mind when creating arguments:

    +
      +
    • The order which they will be used
    • +
    • The type of each argument
    • +
    +

    By definition of a List, the order of the elements inserted into it are preserved, meaning the order you add arguments to the List will be the resulting order of which arguments are presented to the user when they run that command.

    +

    Adding arguments for registration is simple:

    +
    // Create a List
    +List<Argument> arguments = new ArrayList<>();
    +
    +// Add an argument with the node "target", which is a PlayerArgument
    +arguments.add(new PlayerArgument("target"));
    +
    +

    The String value is the node that is registered into Minecraft's internal command graph. This is name is also used as a prompt that is shown to a player when they are entering the command.

    +
    +

    The CommandAPI is very flexible when it comes to registering arguments, and lets you use a number of different methods to suit your preference:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new StringArgument("arg0"))
    +    .withArguments(new StringArgument("arg1"))
    +    .withArguments(new StringArgument("arg2"))
    +    // And so on
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(StringArgument("arg0"))
    +    .withArguments(StringArgument("arg1"))
    +    .withArguments(StringArgument("arg2"))
    +    // And so on
    +
    +
    commandAPICommand("mycommand") {
    +    stringArgument("arg0")
    +    stringArgument("arg1")
    +    stringArgument("arg2")
    +    // And so on
    +}
    +
    +
    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new StringArgument("arg0"), new StringArgument("arg1"), new StringArgument("arg2"))
    +    // And so on
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(StringArgument("arg0"), StringArgument("arg1"), StringArgument("arg2"))
    +    // And so on
    +
    +
    commandAPICommand("mycommand") {
    +    arguments(StringArgument("arg0"), StringArgument("arg1"), StringArgument("arg2"))
    +    // And so on
    +}
    +
    +
    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("arg0"));
    +arguments.add(new StringArgument("arg1"));
    +arguments.add(new StringArgument("arg2"));
    +
    +new CommandAPICommand("mycommand")
    +    .withArguments(arguments)
    +    // And so on
    +
    +
    val arguments = listOf(
    +    StringArgument("arg0"),
    +    StringArgument("arg1"),
    +    StringArgument("arg2")
    +)
    +
    +CommandAPICommand("mycommand")
    +    .withArguments(arguments)
    +    // And so on
    +
    +
    val arguments = listOf(
    +    StringArgument("arg0"),
    +    StringArgument("arg1"),
    +    StringArgument("arg2")
    +)
    +
    +commandAPICommand("mycommand") {
    +    arguments(*arguments.toTypedArray())
    +    // And so on
    +}
    +
    +
    +
    +

    Argument Casting

    +

    To access arguments, they have to be casted to the type that the argument represents. The order of the arguments in the CommandArguments args is the same as the order in which the arguments were declared.

    +
    +
    List<Argument<?>> commandArguments = new ArrayList<>();
    +commandArguments.add(new StringArgument("arg0"));
    +commandArguments.add(new PotionEffectArgument("arg1"));
    +commandArguments.add(new LocationArgument("arg2"));
    +
    +new CommandAPICommand("cmd")
    +    .withArguments(commandArguments)
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args.get("arg0");
    +        PotionEffectType potionArg = (PotionEffectType) args.get("arg1");
    +        Location locationArg = (Location) args.get("arg2");
    +    })
    +    .register();
    +
    +
    val commandArguments = listOf(
    +    StringArgument("arg0"),
    +    PotionEffectArgument("arg1"),
    +    LocationArgument("arg2")
    +)
    +
    +CommandAPICommand("cmd")
    +    .withArguments(commandArguments)
    +    .executes(CommandExecutor { _, args ->
    +        val stringArg = args["arg0"] as String
    +        val potionArg = args["arg1"] as PotionEffectType
    +        val locationArg = args["arg2"] as Location
    +    })
    +    .register()
    +
    +
    val args = listOf(
    +    StringArgument("arg0"),
    +    PotionEffectArgument("arg1"),
    +    LocationArgument("arg2")
    +)
    +
    +commandAPICommand("cmd") {
    +    arguments(*args.toTypedArray())
    +    anyExecutor { _, args ->
    +        val stringArg = args["arg0"] as String
    +        val potionArg = args["arg1"] as PotionEffectType
    +        val locationArg = args["arg2"] as Location
    +    }
    +}
    +
    +
    +

    The type to cast each argument (declared in the dev.jorel.commandapi.arguments package) is listed below:

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Argument classData type
    AngleArgumentfloat
    AdvancementArgumentorg.bukkit.advancement.Advancement
    AdventureChatArgumentnet.kyori.adventure.text.Component
    AdventureChatColorArgumentnet.kyori.adventure.text.format.NamedTextColor
    AdventureChatComponentArgumentnet.kyori.adventure.text.Component
    AxisArgumentjava.util.EnumSet<org.bukkit.Axis>
    BiomeArgumentorg.bukkit.block.Biome
    BiomeArgument.NamespacedKeyorg.bukkit.NamespacedKey
    BlockPredicateArgumentjava.util.function.Predicate
    <org.bukkit.block.Block>
    BlockStateArgumentorg.bukkit.block.data.BlockData
    BooleanArgumentboolean
    ChatArgumentnet.md_5.bungee.api.chat.BaseComponent[]
    ChatColorArgumentorg.bukkit.ChatColor
    ChatComponentArgumentnet.md_5.bungee.api.chat.BaseComponent[]
    CommandArgumentdev.jorel.commandapi.wrappers.CommandResult
    CustomArgument<T, B>T
    DoubleArgumentdouble
    EnchantmentArgumentorg.bukkit.enchantments.Enchantment
    EntitySelectorArgument.ManyEntitiesCollection<org.bukkit.entity.Entity>
    EntitySelectorArgument.ManyPlayersCollection<org.bukkit.entity.Player>
    EntitySelectorArgument.OneEntityorg.bukkit.entity.Entity
    EntitySelectorArgument.OnePlayerorg.bukkit.entity.Player
    EntityTypeArgumentorg.bukkit.entity.EntityType
    FloatArgumentfloat
    FloatRangeArgumentdev.jorel.commandapi.wrappers.FloatRange
    FunctionArgumentdev.jorel.commandapi.wrappers.FunctionWrapper[]
    GreedyStringArgumentString
    IntegerArgumentint
    IntegerRangeArgumentdev.jorel.commandapi.wrappers.IntegerRange
    ItemStackArgumentorg.bukkit.inventory.ItemStack
    ItemStackPredicateArgumentjava.util.function.Predicate
    <org.bukkit.inventory.ItemStack>
    ListArgumentjava.util.Collection<T>
    LiteralArgumentN/A
    Location2DArgumentdev.jorel.commandapi.wrappers.Location2D
    LocationArgumentorg.bukkit.Location
    LongArgumentlong
    LootTableArgumentorg.bukkit.loot.LootTable
    MapArgumentjava.util.LinkedHashMap
    MathOperationArgumentdev.jorel.commandapi.wrappers.MathOperation
    MultiLiteralArgumentString
    NamespacedKeyArgumentorg.bukkit.NamespacedKey
    NBTCompoundArgument<T>The cast type changes depending on whether you're shading the CommandAPI or using the CommandAPI as a plugin:
    • Shading:
      T (implemented yourself)

    • Plugin:
      dev.jorel.commandapi.nbtapi.NBTContainer
    ObjectiveArgumentorg.bukkit.scoreboard.Objective
    ObjectiveCriteriaArgumentString
    OfflinePlayerArgumentorg.bukkit.OfflinePlayer
    ParticleArgumentdev.jorel.commandapi.wrappers.ParticleData
    PlayerArgumentorg.bukkit.entity.Player
    PotionEffectArgumentorg.bukkit.potion.PotionEffectType
    PotionEffectArgument.NamespacedKeyorg.bukkit.NamespacedKey
    RecipeArgumentThe cast type changes depending on your Minecraft version:
    • Version 1.14.4 and below:
      org.bukkit.inventory.Recipe

    • 1.15 and above:
      org.bukkit.inventory.ComplexRecipe
    RotationArgumentdev.jorel.commandapi.wrappers.Rotation
    ScoreboardSlotArgumentdev.jorel.commandapi.wrappers.ScoreboardSlot
    ScoreHolderArgument.SingleString
    ScoreHolderArgument.MultipleCollection<String>
    SoundArgumentorg.bukkit.Sound
    SoundArgument.NamespacedKeyorg.bukkit.NamespacedKey
    StringArgumentString
    TeamArgumentorg.bukkit.scoreboard.Team
    TextArgumentString
    TimeArgumentint
    UUIDArgumentjava.util.UUID
    WorldArgumentorg.bukkit.World
    +

    CommandArguments

    +

    The CommandArguments class was introduced in CommandAPI 9.0.0 and provides a much more powerful way of accessing arguments than just an array of arguments which existed until 9.0.0.

    +

    While the argument array just gives the possibility to access the arguments via the array notation (args[0]), the CommandArguments class offers much more, including:

    + +
    +

    Access the inner structure directly

    +

    To access the inner structure of the CommandArguments class directly, it provides various methods which you can learn about below:

    +

    Get the argument array

    +
    Object[] args();
    +
    +

    This returns the array of arguments as defined when creating your command.

    +

    Get the arguments mapped to their node name

    +
    Map<String, Object> argsMap();
    +
    +

    This returns an unmodifiable map which contains the arguments mapped to their node names.

    +

    Get the raw argument array

    +
    String[] rawArgs();
    +
    +

    This returns the array of raw arguments. An explanation of what raw arguments are can be found in the section about accessing raw arguments.

    +

    Get the raw arguments mapped to their node name

    +
    Map<String, String> rawArgsMap();
    +
    +

    This returns an unmodifiable map which contains the raw arguments mapped to their node names. An explanation of what raw arguments are can be found in the section about accessing raw arguments.

    +

    Other useful methods

    +
    String fullInput();    // Returns the full command input (including the / character)
    +int count();           // Returns the amount of arguments
    +
    +
    +

    Access arguments

    +

    The CommandArguments class provides its arguments in a way similar to how a List or Map let you access their contents. When using these methods, you need to cast the arguments to their respective type. The CommandArguments class also provides a way to access unsafe arguments.

    +

    You can choose to access arguments by their node name or by their index.

    +

    Access arguments by node name

    +

    Accessing arguments by their node name is the recommended way of accessing arguments.

    +

    There are four methods you can use to access arguments by their node name:

    +
    Object get(String nodeName);
    +Object getOrDefault(String nodeName, Object defaultValue);
    +Object getOrDefault(String nodeName, Supplier<?> defaultValue);
    +Optional<Object> getOptional(String nodeName);
    +
    +

    Access arguments by index

    +

    Accessing arguments by their index is the original way of accessing arguments. However, we recommend to access arguments by node name.

    +

    Similar to the four methods of accessing arguments by their node name, there also are four methods you can use to access arguments by their index:

    +
    Object get(int index);
    +Object getOrDefault(int index, Object defaultValue);
    +Object getOrDefault(int index, Supplier<?> defaultValue);
    +Optional<Object> getOptional(int index);
    +
    +
    +

    Example - Access arguments by node name and index

    +

    To demonstrate the different ways of accessing arguments, we want to register a command /mycommand like this:

    +
    /mycommand <name> <amount>
    +/mycommand <name> <amount> <player>
    +/mycommand <name> <amount> <player> <target>
    +/mycommand <name> <amount> <player> <target> <message>
    +
    +

    This is how these commands are implemented:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new StringArgument("name"))
    +    .withArguments(new IntegerArgument("amount"))
    +    .withOptionalArguments(new PlayerArgument("player"))
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .withOptionalArguments(new GreedyStringArgument("message"))
    +    .executesPlayer((player, args) -> {
    +        String name = (String) args.get(0); // Access arguments by index
    +        int amount = (int) args.get("amount"); // Access arguments by node name
    +        Player p = (Player) args.getOrDefault("player", player); // Access arguments using the getOrDefault(String, Object) method
    +        Player target = (Player) args.getOrDefault("target", () -> player); // Access arguments using the getOrDefault(String, Supplier<?>) method
    +        String message = (String) args.getOptional("message").orElse("Hello!"); // Access arguments using the getOptional(String) method
    +
    +        // Do whatever with these values
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(StringArgument("name"))
    +    .withArguments(IntegerArgument("amount"))
    +    .withOptionalArguments(PlayerArgument("player"))
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .withOptionalArguments(GreedyStringArgument("message"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val name = args[0] as String // Access arguments by index
    +        val amount = args["amount"] as Int // Access arguments by node name
    +        val p = args.getOrDefault("player", player) as Player // Access arguments using the getOrDefault(String, Object) method
    +        val target = args.getOrDefault("target") { player } as Player // Access arguments using the getOrDefault(String, Supplier<?>) method
    +        val message = args.getOptional("message").orElse("Hello!") as String // Access arguments using the getOptional(String) method
    +
    +        // Do whatever with these values
    +    })
    +    .register();
    +
    +
    +
    +
    +

    Access raw arguments

    +

    A "raw argument" is the String form of an argument as written in a command. For example:

    +

    A user defines a command /mycommand that accepts a double as the first argument and an entity selector as the second argument. It could be executed with the values 15.3 as the double value and @e as the entity selector:

    +
    /mycommand 15.3 @e
    +
    +

    When accessing the raw arguments of this command there are 15.3 and @e available as Strings.

    +

    However, when accessing the arguments of this command there is 15.3 available as double and @e available as Collection<Entity>.

    +

    Raw arguments are accessed basically the same way you would access arguments. You can access them by their node name and their index in the argument array.

    +

    Access raw arguments by node name

    +

    Accessing raw arguments by their node name is the recommended way of doing it.

    +

    To access raw arguments by their node name, you can use these methods:

    +
    String getRaw(String nodeName);
    +String getOrDefaultRaw(String nodeName, String defaultValue);
    +String getOrDefaultRaw(String nodeName, Supplier<String> defaultValue);
    +Optional<String> getRawOptional(String nodeName);
    +
    +

    Access raw arguments by index

    +

    Of course, if you don't want to access raw arguments by their node name, we also provide the option to access them by index with these methods:

    +
    String getRaw(int index);
    +String getOrDefaultRaw(int index, String defaultValue);
    +String getOrDefaultRaw(int index, Supplier<String> defaultValue);
    +Optional<String> getRawOptional(int index);
    +
    +
    +

    Example - Access raw arguments by node name and index

    +

    To demonstrate how to access raw arguments, we are going to implement the /mycommand again, this time with the following syntax:

    +
    /mycommand <entities>
    +
    +

    We want to find out which entity selector is being used when the command is executed.

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new EntitySelectorArgument.ManyEntities("entities"))
    +    .executesPlayer((player, args) -> {
    +        String entitySelector = args.getRaw("entities"); // Access the raw argument with getRaw(String)
    +
    +        // Do whatever with the entity selector
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(EntitySelectorArgument.ManyEntities("entities"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val entitySelector = args.getRaw("entities")!! // Access the raw argument with getRaw(String)
    +
    +        // Do whatever with the entity selector
    +    })
    +    .register();
    +
    +
    +
    +
    +

    Access unsafe arguments

    +

    When accessing arguments you need to cast the Object returned by these methods to the type the argument returns. More about casting arguments here.

    +

    Unsafe arguments provide the ability to access an argument without needing to cast it to the argument's type. When not using unsafe arguments, your code looks like this:

    +
    String name = (String) args.get("name");
    +
    +

    When using unsafe arguments you can make your code look like this:

    +
    String name = args.getUnchecked("name");
    +
    +

    Unsafe arguments can also be accessed by their node names and their indices.

    +

    Access arguments by node name

    +

    Unsafe arguments can also be accessed by node name which, again, is the recommended way of doing it.

    +

    Use these methods when accessing unsafe arguments by their node name:

    +
    T getUnchecked(String nodeName);
    +T getOrDefaultUnchecked(String nodeName, T defaultValue);
    +T getOrDefaultUnchecked(String nodeName, Supplier<T> defaultValue);
    +Optional<T> getOptionalUnchecked(String nodeName);
    +
    +

    Access arguments by index

    +

    If you want to access unsafe arguments by index, you can do that by using these methods:

    +
    T getUnchecked(int index);
    +T getOrDefaultUnchecked(int index, T defaultValue);
    +T getOrDefaultUnchecked(int index, Supplier<T> defaultValue);
    +Optional<T> getOptionalUnchecked(int index);
    +
    +
    +

    Example - Access unsafe arguments by node name and index

    +

    Finally, we want to implement the /mycommand again. This time we use this syntax:

    +
    /mycommand <player>
    +
    +

    Here, we don't actually want to cast the argument, so we use unsafe arguments to remove that cast:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new PlayerArgument("player"))
    +    .executesPlayer((player, args) -> {
    +        Player p = args.getUnchecked("player");
    +
    +        // Do whatever with the player
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(PlayerArgument("player"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val p: Player = args.getUnchecked("player")!!
    +
    +        // Do whatever with the player
    +    })
    +    .register();
    +
    +
    +
    +
    +

    Access safe arguments

    +
    +

    Developer's Note:

    +

    The following methods cannot be used to access a value returned by a CustomArgument as its return type depends on the base argument for it.

    +
    +

    Lastly, the CommandArguments class offers you a way to access your arguments in a more safe way by using internal casts. Again, methods are offered to access arguments by their +index or their node name:

    +
    T getByClass(String nodeName, Class<T> argumentType);
    +T getByClassOrDefault(String nodeName, Class<T> argumentType, T defaultValue);
    +T getOptionalByClass(String nodeName, Class<T> argumentType);
    +T getByClass(int index, Class<T> argumentType);
    +T getByClassOrDefault(int index, Class<T> argumentType, T defaultValue);
    +T getOptionalByClass(int index, Class<T> argumentType);
    +
    +

    Compared to the other methods the CommandArguments class offers, these methods take an additional parameter of type Class<T> where T is the return type +of the argument with the given node name or index.

    +

    For example, say you declared a new StringArgument("value") and you now want to access the return value of this argument using safe casting. This would be done as follows:

    +
    +
    String value = args.getByClass("value", String.class);
    +
    +
    val value = args.getByClass("value", String::class.java)
    +
    +
    +

    Access safe arguments using an argument instance

    +

    Finally, there is one more, even safer way of accessing safe arguments: by using an argument instance:

    +
    T getByArgument(Argument<T> argumentType);
    +T getByArgumentOrDefault(Argument<T> argumentType, T defaultValue);
    +T getOptionalByArgument(Argument<T> argumentType);
    +
    +

    However, while safer, this also introduces the need to first initialize your arguments before you can start implementing your command. +To visualize this, we want to implement the command from Access arguments by node name and index again, but this time using safe arguments with an argument instance:

    +
    +

    Example - Access safe arguments using an argument instance

    +
    +
    StringArgument nameArgument = new StringArgument("name");
    +IntegerArgument amountArgument = new IntegerArgument("amount");
    +PlayerArgument playerArgument = new PlayerArgument("player");
    +PlayerArgument targetArgument = new PlayerArgument("target");
    +GreedyStringArgument messageArgument = new GreedyStringArgument("message");
    +
    +new CommandAPICommand("mycommand")
    +    .withArguments(nameArgument)
    +    .withArguments(amountArgument)
    +    .withOptionalArguments(playerArgument)
    +    .withOptionalArguments(targetArgument)
    +    .withOptionalArguments(messageArgument)
    +    .executesPlayer((player, args) -> {
    +        String name = args.getByArgument(nameArgument);
    +        int amount = args.getByArgument(amountArgument);
    +        Player p = args.getByArgumentOrDefault(playerArgument, player);
    +        Player target = args.getByArgumentOrDefault(targetArgument, player);
    +        String message = args.getOptionalByArgument(messageArgument).orElse("Hello!");
    +
    +        // Do whatever with these values
    +    })
    +    .register();
    +
    +
    val nameArgument = StringArgument("name")
    +val amountArgument = IntegerArgument("amount")
    +val playerArgument = PlayerArgument("player")
    +val targetArgument = PlayerArgument("target")
    +val messageArgument = GreedyStringArgument("message")
    +
    +CommandAPICommand("mycommand")
    +    .withArguments(nameArgument)
    +    .withArguments(amountArgument)
    +    .withOptionalArguments(playerArgument)
    +    .withOptionalArguments(targetArgument)
    +    .withOptionalArguments(messageArgument)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val name: String = args.getByArgument(nameArgument)!!
    +        val amount: Int = args.getByArgument(amountArgument)!!
    +        val p: Player = args.getByArgumentOrDefault(playerArgument, player)
    +        val target: Player = args.getByArgumentOrDefault(targetArgument, player)
    +        val message: String = args.getOptionalByArgument(messageArgument).orElse("Hello!")
    +
    +        // Do whatever with these values
    +    })
    +    .register();
    +
    +
    +
    +

    Optional Arguments

    +

    Sometimes, you want to implement a command that has arguments that do not need to be entered. Take a /sayhi command for example. You may want to say "Hi" to yourself, or to another player. For that, we want this command syntax:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    To implement these commands, the CommandAPI provides two methods to help you with that:

    +
    Argument withOptionalArguments(List<Argument<?>> args);
    +Argument withOptionalArguments(Argument<?>... args);
    +
    +
    +

    Example - /sayhi command with an optional argument

    +

    For example, say we're registering a command /sayhi:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    For that, we are going to register a command /sayhi. To add optional arguments, we are going to use the withOptionalArguments(Argument... args) method:

    +
    +
    new CommandAPICommand("sayhi")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        if (target != null) {
    +            target.sendMessage("Hi!");
    +        } else {
    +            player.sendMessage("Hi!");
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sayhi")
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target: Player? = args["target"] as Player?
    +        if (target != null) {
    +            target.sendMessage("Hi!")
    +        } else {
    +            player.sendMessage("Hi!")
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("sayhi") {
    +    playerArgument("target", optional = true)
    +    playerExecutor { player, args ->
    +        val target: Player? = args["target"] as Player?
    +        if (target != null) {
    +            target.sendMessage("Hi!")
    +        } else {
    +            player.sendMessage("Hi!")
    +        }
    +    }
    +}
    +
    +
    +

    This gives us the ability to run both /sayhi and /sayhi <target> with the same command name "sayhi", but have different results based on the arguments used.

    +

    You can notice two things:

    +
      +
    • We use the withOptionalArguments method to add an optional argument to a command
    • +
    • We use args.get("target") to get our player out of the arguments
    • +
    +

    With optional arguments, there is a possibility of them being not present in the arguments of a command. The reason we use args.get("target") is that this will just return null and you can handle what should happen.

    +
    +

    Setting existing arguments as optional arguments

    +

    In order to set arguments as optional the CommandAPI has the method setOptional(boolean):

    +
    Argument setOptional(boolean optional);
    +
    +

    When using the withOptionalArguments method it might be interesting to know that it calls the setOptional() method internally. This means that the following two examples are identical:

    +
    new CommandAPICommand("optional")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +
    +
    new CommandAPICommand("optional")
    +    .withArguments(new PlayerArgument("target").setOptional(true))
    +
    +

    However, calling withOptionalArguments is safer because it makes sure that the argument is optional because of that internal call.

    +

    Avoiding null values

    +

    Previously, we've looked at how to handle null values. To make all of this easier, the CommandAPI implements multiple additional methods for CommandArguments:

    +
    Object getOrDefault(int index, Object defaultValue);
    +Object getOrDefault(int index, Supplier<?> defaultValue);
    +Object getOrDefault(String nodeName, Object defaultValue);
    +Object getOrDefault(String nodeName, Supplier<?> defaultValue);
    +Optional<Object> getOptional(int index)
    +Optional<Object> getOptional(String nodeName)
    +
    +

    The examples will be using the getOptional methods but there is no downside of using the getOrDefault methods.

    +
    +

    Example - /sayhi command while using the getOptional method

    +

    Let's register the /sayhi command from above a second time - this time using a getOptional method. We are using the exact same command syntax:

    +
    /sayhi          - Says "Hi!" to yourself
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    This is how the getOptional method is being implemented:

    +
    +
    new CommandAPICommand("sayhi")
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.getOptional("target").orElse(player);
    +        target.sendMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sayhi")
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target: Player = args.getOptional("target").orElse(player) as Player
    +        target.sendMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("sayhi") {
    +    playerArgument("target", optional = true)
    +    playerExecutor { player, args ->
    +        val target: Player = args.getOptional("target").orElse(player) as Player
    +        target.sendMessage("Hi!")
    +    }
    +}
    +
    +
    +
    +

    Implementing required arguments after optional arguments

    +

    We've now talked about how to implement optional arguments and how to avoid null values returned by optional arguments when they aren't provided when executing the command.

    +

    Now we also want to talk about how to implement required arguments after optional arguments. For this, the CommandAPI implements a combineWith method for arguments:

    +
    AbstractArgument combineWith(Argument<?>... combinedArguments);
    +
    +

    You will need to use this method if you want to have a required argument after an optional argument. In general, this is which pattern the CommandAPI follows while dealing with optional arguments:

    +
      +
    1. You have a CommandAPICommand and you add arguments to it.
    2. +
    3. After your required arguments, you can provide optional arguments.
    4. +
    +

    At this point your command is basically done. Any attempt to add a required argument will result in an OptionalArgumentException. However, this is where the combineWith method comes in. +This method allows you to combine arguments. Let's say you have an optional StringArgument (here simplified to A) and you want a required PlayerArgument (here simplified to B). +Argument B should only be required if argument A is given. To implement that logic, we are going to use the combineWith method so that we have this syntax:

    +
    A.combineWith(B)
    +
    +

    This does two things:

    +
      +
    1. When checking optional argument constraints the argument B will be ignored so the OptionalArgumentException will not be thrown
    2. +
    3. It allows you to define additional optional arguments afterwards which can only be entered if argument B has been entered
    4. +
    +

    This is how you would add another optional PlayerArgument (here simplified to C):

    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(A.combineWith(B))
    +    .withOptionalArguments(C)
    +
    +

    Let's say you declare your arguments like this:

    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(A.combineWith(B))
    +    .withArguments(C)
    +
    +

    This would result in an OptionalArgumentException because you are declaring a required argument after an optional argument without creating that exception for argument C like you do for argument B.

    +
    +

    Example - Required arguments after optional arguments

    +

    We want to register a command /rate with the following syntax:

    +
    /rate                           - Sends an information message
    +/rate <topic> <rating>          - Rates a topic with a rating and sends a message to the command sender
    +/rate <topic> <rating> <target> - Rates a topic with a rating and sends a message to the target
    +
    +

    To implement that structure we make use of the combineWith method to make the argument after the optional argument <topic> required:

    +
    +
    new CommandAPICommand("rate")
    +    .withOptionalArguments(new StringArgument("topic").combineWith(new IntegerArgument("rating", 0, 10)))
    +    .withOptionalArguments(new PlayerArgument("target"))
    +    .executes((sender, args) -> {
    +        String topic = (String) args.get("topic");
    +        if(topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            );
    +            return;
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        int rating = (int) args.get("rating");
    +
    +        // The target player is optional, so give it a default here
    +        CommandSender target = (CommandSender) args.getOptional("target").orElse(sender);
    +
    +        target.sendMessage("Your " + topic + " was rated: " + rating + "/10");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("rate")
    +    .withOptionalArguments(StringArgument("topic").combineWith(IntegerArgument("rating", 0, 10)))
    +    .withOptionalArguments(PlayerArgument("target"))
    +    .executes(CommandExecutor { sender, args ->
    +        val topic: String? = args["topic"] as String?
    +        if (topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            )
    +            return@CommandExecutor
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        val rating = args["rating"] as Int
    +
    +        // The target player is optional, so give it a default here
    +        val target: CommandSender = args.getOptional("target").orElse(sender) as CommandSender
    +
    +        target.sendMessage("Your $topic was rated: $rating/10")
    +    })
    +    .register()
    +
    +
    commandAPICommand("rate") {
    +    argument(StringArgument("topic").setOptional(true).combineWith(IntegerArgument("rating", 0, 10)))
    +    playerArgument("target", optional = true)
    +    anyExecutor { sender, args ->
    +        val topic: String? = args["topic"] as String?
    +        if (topic == null) {
    +            sender.sendMessage(
    +                "Usage: /rate <topic> <rating> <player>(optional)",
    +                "Select a topic to rate, then give a rating between 0 and 10",
    +                "You can optionally add a player at the end to give the rating to"
    +            )
    +            return@anyExecutor
    +        }
    +
    +        // We know this is not null because rating is required if topic is given
    +        val rating = args["rating"] as Int
    +
    +        // The target player is optional, so give it a default here
    +        val target: CommandSender = args.getOptional("target").orElse(sender) as CommandSender
    +
    +        target.sendMessage("Your $topic was rated: $rating/10")
    +    }
    +}
    +
    +
    +
    +

    Listed arguments

    +

    Arguments have a setting which determine whether or not they are present in the CommandArguments args that is populated when executing a command.

    +

    By default, the LiteralArgument has this setting set to false, hence the literal values are not present in the CommandArguments args.

    +

    This flag is set using the following function:

    +
    Argument setListed(boolean listed);
    +
    +
    +

    Example - Setting listed arguments

    +

    Say we have the following command:

    +
    /mycommand <player> <value> <message>
    +
    +

    Let's also say that in our implementation of this command, we don't actually perform any processing for <value>. Hence, listing it in the CommandArguments args is unnecessary.

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new IntegerArgument("value").setListed(false))
    +    .withArguments(new GreedyStringArgument("message"))
    +    .executes((sender, args) -> {
    +        // args == [player, message]
    +        Player player = (Player) args.get("player");
    +        String message = (String) args.get("message"); // Note that the IntegerArgument is not available in the CommandArguments
    +        player.sendMessage(message);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(IntegerArgument("value").setListed(false))
    +    .withArguments(GreedyStringArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        // args == [player, message]
    +        val player = args["player"] as Player
    +        val message = args["message"] as String // Note that the IntegerArgument is not available in the CommandArguments
    +        player.sendMessage(message)
    +    })
    +    .register()
    +
    +
    +

    In this scenario, the argument <value> is not present in the CommandArguments args for the executor.

    +
    +

    Argument suggestions

    +

    Sometimes, you want to modify the list of suggestions that are provided by an argument. To handle this, CommandAPI arguments have two methods:

    +
    Argument replaceSuggestions(ArgumentSuggestions suggestions);
    +Argument includeSuggestions(ArgumentSuggestions suggestions);
    +
    +

    The replaceSuggestions method replaces all suggestions with the provided list of suggestions, whereas the includeSuggestions method will include the provided suggestions with the suggestions already present by the argument.

    +

    Because argument suggestions are arguably the most powerful feature that the CommandAPI offers, I've split this section into a number of subsections. To give an overview on what CommandAPI argument suggestions can do:

    +
      +
    • Provide a list of suggestions
    • +
    • Provide a list of suggestions depending on the command sender
    • +
    • Provide a list of suggestions based on what the player has already typed in the command
    • +
    • Provide a list of suggestions asynchronously
    • +
    • Provide a list of suggestions with tooltips to guide users on what certain suggestions do
    • +
    • Append suggestions to an existing list of suggestions
    • +
    +
    +

    The ArgumentSuggestions interface

    +

    The two methods above require an ArgumentSuggestions object, which is a functional interface that takes in a SuggestionInfo record and the current Brigadier SuggestionsBuilder and returns a CompletableFuture<Suggestions> object. This may sound a bit complicated, but this allows you to implement very powerful suggestions using a combination of the CommandAPI and raw Brigadier API methods. More information about using Brigadier-level suggestions can be found in the brigadier suggestions section.

    +

    To simplify this, the CommandAPI provides a number of methods to generate suggestions:

    +
    ArgumentSuggestions strings(String... suggestions);
    +ArgumentSuggestions strings(Function<SuggestionInfo, String[]> suggestions);
    +ArgumentSuggestions stringsAsync(Function<SuggestionInfo, CompletableFuture<String[]>> suggestions);
    +
    +ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);
    +ArgumentSuggestions stringsWithTooltips(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +ArgumentSuggestions stringsWithTooltipsAsync(Function<SuggestionInfo, CompletableFuture<IStringTooltip[]>> suggestions);
    +
    +

    The SuggestionsInfo record

    +

    Argument suggestion methods can accept a function which takes in a SuggestionsInfo object and returns a suitable format for suggestions. The SuggestionInfo class is a record which contains the following methods:

    +
    public record SuggestionInfo {
    +    CommandSender sender();
    +    CommandArguments previousArgs();
    +    String currentInput();
    +    String currentArg();
    +}
    +
    +

    These methods can be used to aid with providing context-aware suggestions for users. The fields are as follows:

    +
    CommandSender sender();
    +
    +

    sender() represents the command sender which is typing this command and requesting these suggestions. This is normally a Player, but can also be a console command sender if using a Paper server.

    +
    +
    CommandArguments previousArgs();
    +
    +

    previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. See this example on the string argument suggestions page for an idea of how to utilize this field.

    +
    +
    String currentInput();
    +
    +

    currentInput() represents the current input that the command sender has entered. This is effectively everything that they have typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of currentInput() would be "/mycommand hellowor".

    +
    +
    String currentArg();
    +
    +

    currentArg() represents the current text which the command sender has entered for the argument which you're trying to provide suggestions for. If a user is typing /mycommand hellowor¦, the result of currentArg() would be "hellowor".

    +

    String argument suggestions

    +

    Suggestions with a String Array

    +

    The first method, replaceSuggestions(ArgumentSuggestions suggestions), allows you to replace the suggestions normally associated with that argument. This can be replaced with an array of strings by using the strings(String... suggestions) method.

    +
    +

    Example - Teleport to worlds by replacing suggestions

    +

    Say we're creating a plugin with the ability to teleport to different warps on the server. If we were to retrieve a list of warps, we would be able to replace the suggestions of a typical StringArgument to teleport to that warp. Let's create a command with the following syntax:

    +
    /warp <warp>
    +
    +

    We then implement our warp teleporting command using replaceSuggestions() on the StringArgument to provide a list of warps to teleport to:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings( 
    +    "northland", "eastland", "southland", "westland"
    +)));
    +
    +new CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        String warp = (String) args.get("world");
    +        player.teleport(warps.get(warp)); // Look up the warp in a map, for example
    +    })
    +    .register();
    +
    +
    val arguments = listOf<Argument<*>>(
    +    StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings(
    +        "northland", "eastland", "southland", "westland"
    +    ))
    +)
    +
    +CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val warp = args["world"] as String
    +        player.teleport(warps[warp]!!) // Look up the warp in a map, for example
    +    })
    +    .register()
    +
    +
    +
    +

    The second method, includeSuggestions(ArgumentSuggestions suggestions), allows you to include additional suggestions in combination with the list of existing suggestions for a command.

    +
    +

    Suggestions depending on a command sender

    +

    The strings(Function<SuggestionInfo, String[]> suggestions) method in ArgumentSuggestions allows you to modify suggestions normally associated with that argument with an array of strings that are evaluated dynamically using information about the command sender, using the sender() method.

    +
    +

    Example - Friend list by replacing suggestions

    +

    Say you have a plugin which has a "friend list" for players. If you want to teleport to a friend in that list, you could use a PlayerArgument, which has the list of suggestions replaced with the list of friends that that player has. Since the list of friends depends on the sender, we can use the function to determine what our suggestions should be. Let's use the following command to teleport to a friend from our friend list:

    +
    /friendtp <friend>
    +
    +

    Let's say we have a simple class to get the friends of a command sender:

    +
    +
    public class Friends {
    +    
    +    static Map<UUID, String[]> friendsMap = new HashMap<>();
    +    
    +    public static String[] getFriends(CommandSender sender) {
    +        if (sender instanceof Player player) {
    +            // Look up friends in a database or file
    +            return friendsMap.get(player.getUniqueId());
    +        } else {
    +            return new String[0];
    +        }
    +    }
    +}
    +
    +
    class Friends {
    +
    +    companion object {
    +
    +        val friends = mutableMapOf<UUID, Array<String>>()
    +
    +        fun getFriends(sender: CommandSender): Array<String> {
    +            if (sender is Player) {
    +                // Look up friends in a database or file
    +                return friends[sender.uniqueId]!!
    +            } else {
    +                return arrayOf<String>()
    +            }
    +        }
    +
    +    }
    +
    +}
    +
    +
    +

    We can then use this to generate our suggested list of friends:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new PlayerArgument("friend").replaceSuggestions(ArgumentSuggestions.strings(info ->
    +    Friends.getFriends(info.sender())
    +)));
    +
    +new CommandAPICommand("friendtp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("friend");
    +        player.teleport(target);
    +    })
    +    .register();
    +
    +
    val arguments = listOf<Argument<*>>(
    +    PlayerArgument("friend").replaceSuggestions(ArgumentSuggestions.strings { info ->
    +        Friends.getFriends(info.sender())
    +    } )
    +)
    +
    +CommandAPICommand("friendtp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["friend"] as Player
    +        player.teleport(target)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Suggestions depending on previous arguments

    +

    The strings(Function<SuggestionInfo, String[]>) method also has the capability to suggest arguments based on the values of previously inputted arguments, using the previousArgs() method in SuggestionInfo. This previousArgs() method returns a list of previous arguments which are parsed exactly like any regular CommandAPI command argument.

    +
    +

    Note:

    +

    The ability to use previously declared arguments does not work via redirects. This means that any command that comes before it that leads into a command that uses suggestions depending on previous arguments will not work. For example, if we had a command /mycommand <arg1> <arg2> <arg3> and ran it as normal, it would work as normal:

    +
    /mycommand arg1 arg2 arg3
    +
    +

    However, if we redirect execution via the /execute command to have the following:

    +
    /execute run mycommand <suggestions>
    +
    +

    This won't work, because we make use of a redirect:

    +

    \(\texttt{/execute run} \xrightarrow{redirect} \texttt{mycommand arg1 arg2 arg3}\)

    +

    It is not possible to access the CommandArguments of previously declared arguments. If a command occurs via a redirect, the CommandArguments of previously declared arguments will be null.

    +
    +
    +

    Example - Sending a message to a nearby player

    +

    Say we wanted to create a command that lets you send a message to a specific player in a given radius. (This is a bit of a contrived example, but let's roll with it). To do this, we'll use the following command syntax:

    +
    /localmsg <radius> <target> <message>
    +
    +

    When run, this command will send a message to a target player within the provided radius. To help identify which players are within a radius, we can replace the suggestions on the <target> argument to include a list of players within the provided radius. We do this with the following code:

    +
    +
    // Declare our arguments as normal
    +List<Argument<?>> commandArgs = new ArrayList<>();
    +commandArgs.add(new IntegerArgument("radius"));
    +
    +// Replace the suggestions for the PlayerArgument.
    +// info.sender() refers to the command sender that is running this command
    +// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)
    +commandArgs.add(new PlayerArgument("target").replaceSuggestions(ArgumentSuggestions.strings(info -> {
    +
    +    // Cast the first argument (radius, which is an IntegerArgument) to get its value
    +    int radius = (int) info.previousArgs().get("radius");
    +    
    +    // Get nearby entities within the provided radius
    +    Player player = (Player) info.sender();
    +    Collection<Entity> entities = player.getWorld().getNearbyEntities(player.getLocation(), radius, radius, radius);
    +    
    +    // Get player names within that radius
    +    return entities.stream()
    +        .filter(e -> e.getType() == EntityType.PLAYER)
    +        .map(Entity::getName)
    +        .toArray(String[]::new);
    +})));
    +commandArgs.add(new GreedyStringArgument("message"));
    +
    +// Declare our command as normal
    +new CommandAPICommand("localmsg")
    +    .withArguments(commandArgs)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        String message = (String) args.get("message");
    +        target.sendMessage(message);
    +    })
    +    .register();
    +
    +
    // Declare our arguments as normal
    +val commandArgs = mutableListOf<Argument<*>>()
    +commandArgs.add(IntegerArgument("radius"))
    +
    +// Replace the suggestions for the PlayerArgument.
    +// info.sender() refers to the command sender that is running this command
    +// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)
    +commandArgs.add(PlayerArgument("target").replaceSuggestions(ArgumentSuggestions.strings { info: SuggestionInfo<CommandSender> ->
    +
    +    // Cast the first argument (radius, which is an IntegerArgument) to get its value
    +    val radius = (info.previousArgs()["radius"] as Int).toDouble()
    +
    +    // Get nearby entities within the provided radius
    +    val player = info.sender() as Player
    +    val entities = player.world.getNearbyEntities(player.location, radius, radius, radius)
    +
    +    // Get player names within that radius
    +    entities
    +        .filter { it.type == EntityType.PLAYER }
    +        .map { it.name }
    +        .toTypedArray()
    +}))
    +commandArgs.add(GreedyStringArgument("message"))
    +
    +// Declare our command as normal
    +CommandAPICommand("localmsg")
    +    .withArguments(*commandArgs.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val message = args["message"] as String
    +        target.sendMessage(message)
    +    })
    +    .register()
    +
    +
    +

    As shown in this code, we use the previousArgs() method access the previously declared arguments. In this example, info.previousArgs() will be { int }, where this int refers to the radius. Note how this object array only has the previously declared arguments (and not for example { int, Player, String }).

    +
    +

    Safely typed argument suggestions

    +

    So far, we've covered how to replace suggestions using the replaceSuggestions() method. The issue with using strings for suggestion listings is that they are prone to errors - it is possible to suggest something which is not actually a valid argument, which makes that suggestion unusable. As a result, some arguments include the replaceSafeSuggestions(), which provides type-safety checks for argument suggestions, as well as automatic "Bukkit-to-suggestion" conversion.

    +

    The whole point of the safe argument suggestions method is that parameters entered in this method are guaranteed to work.

    +

    The use of the safe replace suggestions function is the same as replaceSuggestions() from the previous section, except instead of returning a String[], you now return a T[], where T is the class corresponding to the argument. This is described in more detail in the table below.

    +
    Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);
    +Argument includeSafeSuggestions(SafeSuggestions<T> suggestions);
    +
    +
    +

    The SafeSuggestions interface

    +

    Similar to the ArgumentSuggestions interface, safe suggestions use the SafeSuggestions interface which is a functional interface that takes in a mapping function from an Object to a String and returns some ArgumentSuggestions which represent the argument's suggestions. Again, this is typically implemented for anyone that wants to use a more powerful suggestion system.

    +

    As with ArgumentSuggestions, the CommandAPI provides some methods to generate safe suggestions:

    +
    SafeSuggestions<T> suggest(T... suggestions);
    +SafeSuggestions<T> suggest(Function<SuggestionInfo, T[]> suggestions);
    +SafeSuggestions<T> suggestAsync(Function<SuggestionInfo, CompletableFuture<T[]>> suggestions);
    +
    +SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);
    +SafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions);
    +SafeSuggestions<T> tooltipsAsync(Function<SuggestionInfo, CompletableFuture<Tooltip<T>[]>> suggestions);
    +
    +
    +

    Supported arguments

    +

    Not all arguments support safe suggestions. This is mostly due to implementation constraints or inadequate support by the Bukkit API.

    +

    The list of supported arguments are displayed in the following table. The parameter T (shown in the method signatures above) are also provided for each argument. This parameter is the same as the cast argument described in Argument Casting, except for a few exceptions which are outlined in bold.

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ArgumentClass (T)
    AdvancementArgumentorg.bukkit.advancement.Advancement
    AxisArgumentjava.util.EnumSet<org.bukkit.Axis>
    BiomeArgumentorg.bukkit.block.Biome
    BooleanArgumentBoolean
    ChatColorArgumentorg.bukkit.ChatColor
    DoubleArgumentDouble
    EnchantmentArgumentorg.bukkit.enchantments.Enchantment
    EntityTypeArgumentorg.bukkit.entity.EntityType
    FloatArgumentFloat
    FloatRangeArgumentdev.jorel.commandapi.wrappers.FloatRange
    FunctionArgumentorg.bukkit.NamespacedKey
    GreedyStringArgumentString
    IntegerArgumentInteger
    IntegerRangeArgumentdev.jorel.commandapi.wrappers.IntegerRange
    ItemStackArgumentorg.bukkit.inventory.ItemStack
    Location2DArgumentdev.jorel.commandapi.wrappers.Location2D
    LocationArgumentorg.bukkit.Location
    LongArgumentLong
    LootTableArgumentorg.bukkit.loot.LootTable
    MathOperationArgumentdev.jorel.commandapi.wrappers.MathOperation
    NBTCompoundArgumentde.tr7zw.nbtapi.NBTContainer
    ObjectiveArgumentorg.bukkit.scoreboard.Objective
    OfflinePlayerArgumentorg.bukkit.OfflinePlayer
    ParticleArgumentorg.bukkit.Particle
    PlayerArgumentorg.bukkit.entity.Player
    PotionEffectArgumentorg.bukkit.potion.PotionEffectType
    RecipeArgumentorg.bukkit.inventory.Recipe
    RotationArgumentdev.jorel.commandapi.wrappers.Rotation
    ScoreboardSlotArgumentdev.jorel.commandapi.wrappers.ScoreboardSlot
    SoundArgumentorg.bukkit.Sound
    TeamArgumentorg.bukkit.scoreboard.Team
    TimeArgumentdev.jorel.commandapi.wrappers.Time
    WorldArgumentorg.bukkit.World
    +
    +
    +

    Safe time arguments

    +

    While most of the arguments are fairly straight forward, I'd like to bring your attention to the TimeArgument's safe suggestions function. This uses dev.jorel.commandapi.wrappers.Time as the class for T to ensure type-safety. The Time class has three static methods:

    +
    Time ticks(int ticks);
    +Time days(int days);
    +Time seconds(int seconds);
    +
    +

    These create representations of ticks (e.g. 40t), days (e.g. 2d) and seconds (e.g. 60s) respectively.

    +
    +

    Safe function arguments

    +

    Although all safe arguments are indeed "type-safe", the function argument uses a NamespacedKey which cannot be checked fully at compile time. As a result, this is argument should be used with caution - providing a NamespacedKey suggestion that does not exist when the server is running will cause that command to fail if that suggestion is used.

    +
    +

    Safe scoreboard slot arguments

    +

    Scoreboard slots now include two new static methods so they can be used with safe arguments:

    +
    ScoreboardSlot of(DisplaySlot slot);
    +ScoreboardSlot ofTeamColor(ChatColor color);
    +
    +

    This allows you to create ScoreboardSlot instances which can be used with the safe replace suggestions method.

    +
    +

    Examples

    +

    While this should be fairly straight forward, here's a few examples of how this can be used in practice:

    +
    +

    Example - Safe recipe arguments

    +

    Say we have a plugin that registers custom items which can be crafted. In this example, we use an "emerald sword" with a custom crafting recipe. Now say that we want to have a command that gives the player the item from our declared recipes, which will have the following syntax:

    +
    /giverecipe <recipe>
    +
    +

    To do this, we first register our custom items:

    +
    +
    // Create our itemstack
    +ItemStack emeraldSword = new ItemStack(Material.DIAMOND_SWORD);
    +ItemMeta meta = emeraldSword.getItemMeta();
    +meta.setDisplayName("Emerald Sword");
    +meta.setUnbreakable(true);
    +emeraldSword.setItemMeta(meta);
    +
    +// Create and register our recipe
    +ShapedRecipe emeraldSwordRecipe = new ShapedRecipe(new NamespacedKey(this, "emerald_sword"), emeraldSword);
    +emeraldSwordRecipe.shape(
    +    "AEA", 
    +    "AEA", 
    +    "ABA"
    +);
    +emeraldSwordRecipe.setIngredient('A', Material.AIR);
    +emeraldSwordRecipe.setIngredient('E', Material.EMERALD);
    +emeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD);
    +getServer().addRecipe(emeraldSwordRecipe);
    +
    +// Omitted, more itemstacks and recipes
    +
    +
    // Create our itemstack
    +val emeraldSword = ItemStack(Material.DIAMOND_SWORD)
    +val meta = emeraldSword.itemMeta
    +meta?.setDisplayName("Emerald Sword")
    +meta?.isUnbreakable = true
    +emeraldSword.itemMeta = meta
    +
    +// Create and register our recipe
    +val emeraldSwordRecipe = ShapedRecipe(NamespacedKey(this, "emerald_sword"), emeraldSword)
    +emeraldSwordRecipe.shape(
    +    "AEA",
    +    "AEA",
    +    "ABA"
    +)
    +emeraldSwordRecipe.setIngredient('A', Material.AIR)
    +emeraldSwordRecipe.setIngredient('E', Material.EMERALD)
    +emeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD)
    +server.addRecipe(emeraldSwordRecipe)
    +
    +// Omitted, more itemstacks and recipes
    +
    +
    +

    Once we've done that, we can now include them in our command registration. To do this, we use replaceSafeSuggestions(recipes) and then register our command as normal:

    +
    +
    // Safely override with the recipe we've defined
    +List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +)));
    +
    +// Register our command
    +new CommandAPICommand("giverecipe")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Recipe recipe = (Recipe) args.get("recipe");
    +        player.getInventory().addItem(recipe.getResult());
    +    })
    +    .register();
    +
    +
    // Safely override with the recipe we've defined
    +val arguments = listOf<Argument<*>>(
    +    RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest {
    +        arrayOf(emeraldSwordRecipe, /* Other recipes here */)
    +    })
    +)
    +
    +// Register our command
    +CommandAPICommand("giverecipe")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val recipe = args["recipe"] as Recipe
    +        player.inventory.addItem(recipe.result)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Example - Safe /spawnmob suggestions

    +

    Say we have a command to spawn mobs:

    +
    /spawnmob <mob>
    +
    +

    Now say that we don't want non-op players to spawn bosses. To do this, we'll create a List<EntityType> which is the list of all mobs that non-ops are allowed to spawn:

    +
    +
    EntityType[] forbiddenMobs = new EntityType[] {EntityType.ENDER_DRAGON, EntityType.WITHER};
    +List<EntityType> allowedMobs = new ArrayList<>(Arrays.asList(EntityType.values()));
    +allowedMobs.removeAll(Arrays.asList(forbiddenMobs)); // Now contains everything except enderdragon and wither
    +
    +
    val forbiddenMobs = listOf<EntityType>(EntityType.ENDER_DRAGON, EntityType.WITHER)
    +val allowedMobs = EntityType.values().toMutableList()
    +allowedMobs.removeAll(forbiddenMobs) // Now contains everything except enderdragon and wither
    +
    +
    +

    We then use our safe arguments to return an EntityType[] as the list of values that are suggested to the player. In this example, we use the sender() method to determine if the sender has permissions to view the suggestions:

    +
    +
    List<Argument<?>> safeArguments = new ArrayList<>();
    +safeArguments.add(new EntityTypeArgument("mob").replaceSafeSuggestions(SafeSuggestions.suggest(
    +    info -> {
    +        if (info.sender().isOp()) {
    +            // All entity types
    +            return EntityType.values();
    +        } else {
    +            // Only allowedMobs
    +            return allowedMobs.toArray(new EntityType[0]);
    +        }
    +    })
    +));
    +
    +
    val safeArguments = listOf<Argument<*>>(
    +    EntityTypeArgument("mob").replaceSafeSuggestions(SafeSuggestions.suggest {
    +        info ->
    +            if (info.sender().isOp) {
    +                // All entity types
    +                EntityType.values()
    +            } else {
    +                // Only allowedMobs
    +                allowedMobs.toTypedArray()
    +            }
    +        }
    +    )
    +)
    +
    +
    +

    Now we register our command as normal:

    +
    +
    new CommandAPICommand("spawnmob")
    +    .withArguments(safeArguments)
    +    .executesPlayer((player, args) -> {
    +        EntityType entityType = (EntityType) args.get("mob");
    +        player.getWorld().spawnEntity(player.getLocation(), entityType);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("spawnmob")
    +    .withArguments(safeArguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val entityType = args["mob"] as EntityType
    +        player.world.spawnEntity(player.location, entityType)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Example - Removing a potion effect from a player

    +

    Say we wanted to remove a potion effect from a player. To do this, we'll use the following command syntax:

    +
    /removeeffect <player> <potioneffect>
    +
    +

    Now, we don't want to remove a potion effect that already exists on a player, so instead we'll use the safe arguments to find a list of potion effects on the target player and then only suggest those potion effects. To do this, we'll use the previousArguments() method, as it allows us to access the previously defined <player> argument.

    +
    +
    List<Argument<?>> safeArgs = new ArrayList<>();
    +safeArgs.add(new EntitySelectorArgument.OnePlayer("target"));
    +safeArgs.add(new PotionEffectArgument("potioneffect").replaceSafeSuggestions(SafeSuggestions.suggest(
    +    info -> {
    +        Player target = (Player) info.previousArgs().get(0);
    +        
    +        // Convert PotionEffect[] into PotionEffectType[]
    +        return target.getActivePotionEffects().stream()
    +            .map(PotionEffect::getType)
    +            .toArray(PotionEffectType[]::new);
    +    })
    +));
    +
    +
    val safeArgs = mutableListOf<Argument<*>>()
    +safeArgs.add(EntitySelectorArgument.OnePlayer("target"))
    +safeArgs.add(PotionEffectArgument("potioneffect").replaceSafeSuggestions(SafeSuggestions.suggest {
    +    info ->
    +        val target = info.previousArgs()["target"] as Player
    +
    +        // Convert PotionEffect[] into PotionEffectType[]
    +        target.activePotionEffects.map{ it.type }.toTypedArray()
    +    })
    +)
    +
    +
    +

    And then we can register our command as normal:

    +
    +
    new CommandAPICommand("removeeffect")
    +    .withArguments(safeArgs)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        PotionEffectType potionEffect = (PotionEffectType) args.get("potioneffect");
    +        target.removePotionEffect(potionEffect);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("removeeffect")
    +    .withArguments(safeArgs)
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potionEffect = args["potioneffect"] as PotionEffectType
    +        target.removePotionEffect(potionEffect)
    +    })
    +    .register()
    +
    +
    +
    +

    Argument suggestions with tooltips

    +

    A /warp command with suggestions of various locations. Hovering over the suggestions with the mouse cursor displays tooltips describing what the locations are

    +

    The CommandAPI can also display tooltips for specific argument suggestions. These are shown to the user when they hover over a given suggestion and can be used to provide more context to a user about the suggestions that are shown to them. In this section, we'll outline the two ways of creating suggestions with tooltips:

    +
      +
    • Normal (String) suggestions with tooltips
    • +
    • Safely typed suggestions with tooltips
    • +
    +

    Tooltips can have formatting to change how the text is displayed by using the ChatColor class.

    +
    +

    Tooltips with normal (String-based) suggestions

    +

    To use these features, the CommandAPI includes the stringsWithTooltips methods for arguments, that accept IStringTooltip objects instead of String objects:

    +
    ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);
    +ArgumentSuggestions stringsWithTooltips(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +
    +

    The StringTooltip class is the CommandAPI's default implementation of IStringTooltip, which has some static methods to construct tooltips easily:

    +
    StringTooltip none(String suggestion);
    +StringTooltip ofString(String suggestion, String tooltip);
    +StringTooltip ofMessage(String suggestion, Message tooltip);
    +StringTooltip ofBaseComponents(String suggestion, BaseComponent... tooltip);
    +StringTooltip ofAdventureComponent(String suggestion, Component tooltip);
    +
    +

    The first method, StringTooltip.none(String) creates a normal suggestion entry with no tooltip. The other methods create a suggestion with the provided tooltip text in either String, Brigadier Message, Spigot BaseComponent[] or Adventure Component format.

    +
    +

    Example - An emotes command with string suggestion tooltips

    +

    Say we want to create a simple command to provide in-game emotes between players. For example, if you did /emote wave Bob, you'll "wave" to the player Bob. For this example, we'll use the following command syntax:

    +
    /emote <emote> <target>
    +
    +

    First, we'll declare our arguments. Here, we'll use the stringsWithTooltips method, along with the StringTooltip.ofString(String, String) method to create emote suggestions and include suitable descriptions:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info ->
    +        new IStringTooltip[] {
    +            StringTooltip.ofString("wave", "Waves at a player"),
    +            StringTooltip.ofString("hug", "Gives a player a hug"),
    +            StringTooltip.ofString("glare", "Gives a player the death glare")
    +        }
    +    ))
    +);
    +arguments.add(new PlayerArgument("target"));
    +
    +
    val arguments = mutableListOf<Argument<*>>()
    +arguments.add(StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips { info ->
    +        arrayOf<IStringTooltip>(
    +            StringTooltip.ofString("wave", "Waves at a player"),
    +            StringTooltip.ofString("hug", "Gives a player a hug"),
    +            StringTooltip.ofString("glare", "Gives a player the death glare")
    +        )
    +    })
    +)
    +arguments.add(PlayerArgument("target"))
    +
    +
    +

    Finally, we declare our command as normal:

    +
    +
    new CommandAPICommand("emote")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        String emote = (String) args.get("emote");
    +        Player target = (Player) args.get("target");
    +        
    +        switch (emote) {
    +        case "wave":
    +            target.sendMessage(player.getName() + " waves at you!");
    +            break;
    +        case "hug":
    +            target.sendMessage(player.getName() + " hugs you!");
    +            break;
    +        case "glare":
    +            target.sendMessage(player.getName() + " gives you the death glare...");
    +            break;
    +        default:
    +            player.sendMessage("Invalid emote '" + emote + "'!");
    +            break;
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("emote")
    +    .withArguments(*arguments.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val emote = args["emote"] as String
    +        val target = args["target"] as Player
    +
    +        when (emote) {
    +            "wave" -> target.sendMessage("${player.name} waves at you!")
    +            "hug" -> target.sendMessage("${player.name} hugs you!")
    +            "glare" -> target.sendMessage("${player.name} gives you the death glare...")
    +        }
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Using IStringTooltip directly

    +

    The IStringTooltip interface can be implemented by any other class to provide tooltips for custom objects. The IStringTooltip interface has the following methods:

    +
    public interface IStringTooltip {
    +    public String getSuggestion();
    +    public Message getTooltip();
    +}
    +
    +
    +

    Note that the Message class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found here.

    +
    +

    This is incredibly useful if you are using suggestions with custom objects, such as a plugin that has custom items.

    +
    +

    Example - Using IStringTooltip for custom items

    +

    Let's say we've created a simple plugin which has custom items. For a custom item, we'll have a simple class CustomItem that sets its name, lore and attached itemstack:

    +
    +
    public @SuppressWarnings("deprecation")
    +class CustomItem implements IStringTooltip {
    +
    +    private ItemStack itemstack;
    +    private String name;
    +    
    +    public CustomItem(ItemStack itemstack, String name, String lore) {
    +        ItemMeta meta = itemstack.getItemMeta();
    +        meta.setDisplayName(name);
    +        meta.setLore(Arrays.asList(lore));
    +        itemstack.setItemMeta(meta);
    +        this.itemstack = itemstack;
    +        this.name = name;
    +    }
    +    
    +    public String getName() {
    +        return this.name;
    +    }
    +    
    +    public ItemStack getItem() {
    +        return this.itemstack;
    +    }
    +    
    +    @Override
    +    public String getSuggestion() {
    +        return this.itemstack.getItemMeta().getDisplayName();
    +    }
    +
    +    @Override
    +    public Message getTooltip() {
    +        return BukkitTooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));
    +    }
    +    
    +}
    +
    +
    class CustomItem(val item: ItemStack, val name: String, lore: String): IStringTooltip {
    +
    +    init {
    +        val meta = item.itemMeta
    +        meta.setDisplayName(name)
    +        meta.lore = listOf(lore)
    +        item.itemMeta = meta
    +    }
    +
    +    override fun getSuggestion(): String = this.item.itemMeta.displayName
    +
    +    override fun getTooltip(): Message = BukkitTooltip.messageFromString(this.item.itemMeta.lore?.get(0) ?: "")
    +
    +}
    +
    +
    +

    We make use of the Tooltip.messageFromString() method to generate a Brigadier Message object from our string tooltip.

    +

    Let's also say that our plugin has registered lots of CustomItems and has this stored in a CustomItem[] in our plugin. We could then use this as our input for suggestions:

    +
    +
    CustomItem[] customItems = new CustomItem[] {
    +    new CustomItem(new ItemStack(Material.DIAMOND_SWORD), "God sword", "A sword from the heavens"),
    +    new CustomItem(new ItemStack(Material.PUMPKIN_PIE), "Sweet pie", "Just like grandma used to make")
    +};
    +    
    +new CommandAPICommand("giveitem")
    +    .withArguments(new StringArgument("item").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(customItems))) // We use customItems[] as the input for our suggestions with tooltips
    +    .executesPlayer((player, args) -> {
    +        String itemName = (String) args.get("item");
    +        
    +        // Give them the item
    +        for (CustomItem item : customItems) {
    +            if (item.getName().equals(itemName)) {
    +                player.getInventory().addItem(item.getItem());
    +                break;
    +            }
    +        }
    +    })
    +    .register();
    +
    +
    val customItems = arrayOf<CustomItem>(
    +    CustomItem(ItemStack(Material.DIAMOND_SWORD), "God sword", "A sword from the heavens"),
    +    CustomItem(ItemStack(Material.PUMPKIN_PIE), "Sweet pie", "Just like grandma used to make")
    +)
    +
    +CommandAPICommand("giveitem")
    +    .withArguments(StringArgument("item").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(*customItems))) // We use customItems[] as the input for our suggestions with tooltips
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val itemName = args["item"] as String
    +
    +        // Give them the item
    +        for (item in customItems) {
    +            if (item.name == itemName) {
    +                player.inventory.addItem(item.item)
    +                break
    +            }
    +        }
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Tooltips with safe suggestions

    +

    Using tooltips with safe suggestions is almost identical to the method described above for normal suggestions, except for two things. Firstly, you must use tooltips method instead of the stringsWithTooltips method and secondly, instead of using StringTooltip, you must use Tooltip<S>. Let's look at these differences in more detail.

    +

    The tooltips methods are fairly similar to the stringsWithTooltips methods, except instead of using StringTooltip, it simply uses Tooltip<S>:

    +
    SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);
    +SafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions);
    +
    +

    The Tooltip<S> class represents a tooltip for a given object S. For example, a tooltip for a LocationArgument would be a Tooltip<Location> and a tooltip for an EnchantmentArgument would be a Tooltip<Enchantment>.

    +

    Just like the StringTooltip class, the Tooltip<S> class provides the following static methods, which operate exactly the same as the ones in the StringTooltip class:

    +
    Tooltip<S> none(S object);
    +Tooltip<S> ofString(S object, String tooltip);
    +Tooltip<S> ofMessage(S object, Message tooltip);
    +Tooltip<S> ofBaseComponents(S object, BaseComponent... tooltip);
    +Tooltip<S> ofAdventureComponent(S object, Component tooltip);
    +
    +Tooltip<S>[] arrayOf(Tooltip<S>... tooltips);
    +
    +

    The use of arrayOf is heavily recommended as it provides the necessary type safety for Java code to ensure that the correct types are being passed to the tooltips method.

    +
    +

    Example - Teleportation command with suggestion descriptions

    +

    Say we wanted to create a custom teleport command which suggestions a few key locations. In this example, we'll use the following command syntax:

    +
    /warp <location>
    +
    +

    First, we'll declare our arguments. Here, we use a LocationArgument and use the tooltips method, with a parameter for the command sender, so we can get information about the world. We populate the suggestions with tooltips using Tooltip.ofString(Location, String) and collate them together with Tooltip.arrayOf(Tooltip<Location>...):

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new LocationArgument("location")
    +    .replaceSafeSuggestions(SafeSuggestions.tooltips(info -> {
    +        // We know the sender is a player if we use .executesPlayer()
    +        Player player = (Player) info.sender();
    +        return BukkitTooltip.arrayOf(
    +            BukkitTooltip.ofString(player.getWorld().getSpawnLocation(), "World spawn"),
    +            BukkitTooltip.ofString(player.getBedSpawnLocation(), "Your bed"),
    +            BukkitTooltip.ofString(player.getTargetBlockExact(256).getLocation(), "Target block")
    +        );
    +    })));
    +
    +
    val arguments = listOf<Argument<*>>(
    +    LocationArgument("location")
    +        .replaceSafeSuggestions(SafeSuggestions.tooltips { info ->
    +            // We know the sender is a player if we use .executesPlayer()
    +            val player = info.sender() as Player
    +            BukkitTooltip.arrayOf(
    +                BukkitTooltip.ofString(player.world.spawnLocation, "World spawn"),
    +                BukkitTooltip.ofString(player.bedSpawnLocation, "Your bed"),
    +                BukkitTooltip.ofString(player.getTargetBlockExact(256)?.location, "Target block")
    +            )
    +        } )
    +)
    +
    +
    +

    In the arguments declaration, we've casted the command sender to a player. To ensure that the command sender is definitely a player, we'll use the executesPlayer command execution method in our command declaration:

    +
    +
    new CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        player.teleport((Location) args.get("location"));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.teleport(args["location"] as Location)
    +    })
    +    .register()
    +
    +
    +
    +

    Asynchronous suggestions

    +

    In addition to normal suggestions, safely-typed suggestions and suggestions with tooltips, the CommandAPI can support computing the list of suggestions to send to a player asynchronously. This allows you to perform suggestions independent of the main server thread, which is useful for slow operations, such as:

    +
      +
    • Retrieving suggestions from a remote database
    • +
    • Retrieving information from the web
    • +
    • Retrieving suggestions from a file
    • +
    +

    asynchronous suggestions

    +

    The asynchronous methods for suggestions are similar in format to normal suggestions, except for two things: the name of the method ends with Async, and the return type for the inner function is a CompletableFuture:

    +
    ArgumentSuggestions stringsAsync(Function<SuggestionInfo, CompletableFuture<String[]>> suggestions);
    +ArgumentSuggestions stringsWithTooltipsAsync(Function<SuggestionInfo, CompletableFuture<IStringTooltip[]>> suggestions);
    +    
    +SafeSuggestions<T> suggestAsync(Function<SuggestionInfo, CompletableFuture<T[]>> suggestions);
    +SafeSuggestions<T> tooltipsAsync(Function<SuggestionInfo, CompletableFuture<Tooltip<T>[]>> suggestions);
    +
    +

    Creating completable futures

    +

    The easiest way to create a CompleteableFuture for asynchronous suggestions is to use Java's CompletableFuture.supplyAsync() method. If you have a simple array of string suggestions (String[]), these can be turned into a completable future (CompletableFuture<String[]>) using this method:

    +
    new String[] { "dirt", "grass", "cobblestone", };
    +
    +

    $$\downarrow$$

    +
    CompletableFuture.supplyAsync(() -> {
    +    return new String[] { "dirt", "grass", "cobblestone", };
    +});
    +
    +
    +

    Developer's Note:

    +

    As with all asynchronous operations running in a Minecraft server, you should not try to access the Bukkit API within an asynchronous block. If you want to run code which accesses Bukkit's API while inside an asynchronous block, you can schedule a synchronous task using the Bukkit scheduler, for example:

    +
    CompletableFuture.supplyAsync(() -> {
    +
    +   Bukkit.getScheduler().scheduleAsyncDelayedTask(plugin, () -> 
    +       // Your code here
    +   );
    +
    +   return new String[] { "dirt", "grass", "cobblestone", };
    +});
    +
    +
    +

    Asynchronous suggestions examples

    +
    +

    Reading keys from a config file

    +

    Say you wanted to write a command to modify your plugin's config file. Since the config file is an external file, you ideally want to access the file in a separate thread to the main server thread to retain performance for players on the server. We have the following command syntax:

    +
    /setconfig <key> <value>
    +
    +

    We make use of the ArgumentSuggestions.stringsAsync method to provide asynchronous suggestions. In our completable future implementation, we access the keys from the plugin configuration.

    +
    +
    new CommandAPICommand("setconfig")
    +    .withArguments(new StringArgument("key").replaceSuggestions(ArgumentSuggestions.stringsAsync(info -> {
    +        return CompletableFuture.supplyAsync(() -> {
    +            return plugin.getConfig().getKeys(false).toArray(new String[0]);
    +        });
    +    })))
    +    .withArguments(new TextArgument("value"))
    +    .executes((sender, args) -> {
    +        String key = (String) args.get("key");
    +        String value = (String) args.get("value");
    +        plugin.getConfig().set(key, value);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("setconfig")
    +    .withArguments(StringArgument("key").replaceSuggestions(ArgumentSuggestions.stringsAsync { _ ->
    +        CompletableFuture.supplyAsync { plugin.config.getKeys(false).toTypedArray() }
    +    } ))
    +    .withArguments(TextArgument("value"))
    +    .executes(CommandExecutor { _, args ->
    +        val key = args["key"] as String
    +        val value = args["value"] as String
    +        plugin.config.set(key, value)
    +    })
    +    .register()
    +
    +
    +
    +

    Argument types

    +

    For more information on argument casting types, see Argument Casting. This section is primarily about use cases for each argument and any implementation notes.

    +

    Primitive arguments

    +

    Primitive arguments are arguments that represent Java primitive types, such as int, float, double, boolean and long. These arguments are defined in their respective classes:

    +
    + + + + + +
    Primitive typeCommandAPI class
    intIntegerArgument
    floatFloatArgument
    doubleDoubleArgument
    longLongArgument
    booleanBooleanArgument
    +
    +

    These arguments simply cast to their primitive type and don't need any extra work.

    +
    +

    Boolean arguments

    +

    A boolean argument showing the suggestions 'false' and 'true'

    +

    The BooleanArgument class represents the Boolean values true and false.

    +
    +

    Example - Config editing plugin

    +

    Say we want to create a plugin that lets you edit its own config.yml file using a command. To do this, let's create a command with the following syntax:

    +
    /editconfig <config-key> <value>
    +
    +

    We first retrieve the keys from the configuration file using the typical Bukkit API. We construct our List to hold our arguments, with the first parameter being a String key (in the form of a TextArgument, overridden with an array of suggestions). Finally, we register our command and update the config, ensuring that we cast the BooleanArgument to boolean:

    +
    +
    // Load keys from config file
    +String[] configKeys = getConfig().getKeys(true).toArray(new String[0]);
    +
    +// Register our command
    +new CommandAPICommand("editconfig")
    +    .withArguments(new TextArgument("config-key").replaceSuggestions(ArgumentSuggestions.strings(info -> configKeys)))
    +    .withArguments(new BooleanArgument("value"))
    +    .executes((sender, args) -> {
    +        // Update the config with the boolean argument
    +        getConfig().set((String) args.get("config-key"), (boolean) args.get("value"));
    +    })
    +    .register();
    +
    +
    // Load keys from config file
    +val configKeys: Array<String> = config.getKeys(true).toTypedArray()
    +
    +// Register our command
    +CommandAPICommand("editconfig")
    +    .withArguments(TextArgument("config-key").replaceSuggestions(ArgumentSuggestions.strings { _ -> configKeys }))
    +    .withArguments(BooleanArgument("value"))
    +    .executes(CommandExecutor { _, args ->
    +        // Update the config with the boolean argument
    +        config.set(args["config-key"] as String, args["value"] as Boolean)
    +    })
    +    .register()
    +
    +
    // Load keys from config file
    +val configKeys: Array<String> = getConfig().getKeys(true).toTypedArray()
    +
    +// Register our command
    +commandAPICommand("editconfig") {
    +    argument(TextArgument("config-key").replaceSuggestions(ArgumentSuggestions.strings { configKeys }))
    +    booleanArgument("value")
    +    anyExecutor { _, args ->
    +        // Update the config with the boolean argument
    +        getConfig().set(args["config-key"] as String, args["value"] as Boolean)
    +    }
    +}
    +
    +
    +
    +
    +

    Numerical arguments

    +

    Numbers are represented using the designated number classes:

    +
    + + + + +
    ClassDescription
    IntegerArgumentWhole numbers between Integer.MIN_VALUE and Integer.MAX_VALUE
    LongArgumentWhole numbers between Long.MIN_VALUE and Long.MAX_VALUE
    DoubleArgumentDouble precision floating point numbers
    FloatArgumentSingle precision floating point numbers
    +
    +

    Each numerical argument can have ranges applied to them, which restricts the user to only entering numbers from within a certain range. This is done using the constructor, and the range specified:

    +
    + + + +
    ConstructorDescription
    new IntegerArgument()Any range
    new IntegerArgument(min)Values greater than or equal to min
    new IntegerArgument(min, max)Values greater than or equal to min and less than or equal to max
    +
    +

    Each range is inclusive, so it includes the number given to it. If the minimum value provided is larger than the maximum value, an InvalidRangeException is thrown.

    +

    Ranged arguments

    +

    A float range argument command with the argument "0.5.3.5" entered

    +

    Ranged arguments allow players to provide a range between two numbers, all within a single argument. The CommandAPI provides two ranged arguments, IntegerRangeArgument for ranges with only integer values, and FloatRangeArgument for ranged with potential floating point values.

    +

    These consist of values such as:

    +
    + + + + +
    InputWhat it means
    5The number 5
    5..10Numbers between 5 and 10, including 5 and 10
    5..Numbers greater than or equal to 5 (bounded by Java's max number size)
    ..5Numbers less than or equal to 5 (bounded by Java's min number size)
    +
    +

    This allows you to let users define a range of values, which can be used to limit a value, such as the number of players in a region or for a random number generator.

    +
    +

    The IntegerRange & FloatRange class

    +

    The CommandAPI returns an IntegerRange from the IntegerRangeArgument, and a FloatRange from the FloatRangeArgument, which represents the upper and lower bounds of the numbers provided by the command sender, as well as a method to check if a number is within that range.

    +

    The IntegerRange class has the following methods:

    +
    class IntegerRange {
    +    public int getLowerBound();
    +    public int getUpperBound();
    +    public boolean isInRange(int);
    +}
    +
    +

    The FloatRange class has the following methods:

    +
    class FloatRange {
    +    public float getLowerBound();
    +    public float getUpperBound();
    +    public boolean isInRange(float);
    +}
    +
    +
    +

    Example - Searching chests for certain items

    +

    Say you're working on a plugin for server administrators to help them find restricted items. A method of doing so would be to search chests in a given radius for certain items. As such, we can use the following syntax:

    +
    /searchchests <range> <item>
    +
    +

    Now, we simply create our arguments using IntegerRangeArgument for our range and ItemStackArgument as the item to search for. We can then find all chests in a given area and determine if it is within the range provided by the command sender by using range.isInRange(distance):

    +
    +
    new CommandAPICommand("searchrange")
    +    .withArguments(new IntegerRangeArgument("range")) // Range argument
    +    .withArguments(new ItemStackArgument("item"))     // The item to search for
    +    .executesPlayer((player, args) -> {
    +        // Retrieve the range from the arguments
    +        IntegerRange range = (IntegerRange) args.get("range");
    +        ItemStack itemStack = (ItemStack) args.get("item");
    +
    +        // Store the locations of chests with certain items
    +        List<Location> locations = new ArrayList<>();
    +
    +        // Iterate through all chunks, and then all tile entities within each chunk
    +        for (Chunk chunk : player.getWorld().getLoadedChunks()) {
    +            for (BlockState blockState : chunk.getTileEntities()) {
    +
    +                // The distance between the block and the player
    +                int distance = (int) blockState.getLocation().distance(player.getLocation());
    +
    +                // Check if the distance is within the specified range 
    +                if (range.isInRange(distance)) {
    +
    +                    // Check if the tile entity is a chest
    +                    if (blockState instanceof Chest chest) {
    +                        
    +                        // Check if the chest contains the item specified by the player
    +                        if (chest.getInventory().contains(itemStack.getType())) {
    +                            locations.add(chest.getLocation());
    +                        }
    +                    }
    +                }
    +
    +            }
    +        }
    +
    +        // Output the locations of the chests, or whether no chests were found
    +        if (locations.isEmpty()) {
    +            player.sendMessage("No chests were found");
    +        } else {
    +            player.sendMessage("Found " + locations.size() + " chests:");
    +            locations.forEach(location -> {
    +                player.sendMessage("  Found at: " 
    +                        + location.getX() + ", " 
    +                        + location.getY() + ", " 
    +                        + location.getZ());
    +            });
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("searchrange")
    +    .withArguments(IntegerRangeArgument("range")) // Range argument
    +    .withArguments(ItemStackArgument("item"))     // The item to search for
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        // Retrieve the range from the arguments
    +        val range = args["range"] as IntegerRange
    +        val itemStack = args["item"] as ItemStack
    +
    +        // Store the locations of chests with certain items
    +        val locations = mutableListOf<Location>()
    +
    +        // Iterate through all chunks, and then all tile entities within each chunk
    +        for (chunk in player.world.loadedChunks) {
    +            for (blockState in chunk.tileEntities) {
    +
    +                // The distance between the block and the player
    +                val distance = blockState.location.distance(player.location).toInt()
    +
    +                // Check if the distance is within the specified range
    +                if (range.isInRange(distance)) {
    +
    +                    // Check if the tile entity is a chest
    +                    if (blockState is Chest) {
    +
    +                        // Check if the chest contains the item specified by the player
    +                        if (blockState.inventory.contains(itemStack.type)) {
    +                            locations.add(blockState.location)
    +                        }
    +                    }
    +                }
    +
    +            }
    +        }
    +
    +        // Output the locations of the chests, or whether no chests were found
    +        if (locations.isEmpty()) {
    +            player.sendMessage("No chests were found")
    +        } else {
    +            player.sendMessage("Found ${locations.size} chests:")
    +            locations.forEach {
    +                player.sendMessage("  Found at: ${it.x}, ${it.y}, ${it.z}")
    +            }
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("searchrange") {
    +    integerRangeArgument("range") // Range argument
    +    itemStackArgument("item") // The item to search for
    +    playerExecutor { player, args ->
    +        // Retrieve the range from the arguments
    +        val range = args["range"] as IntegerRange
    +        val itemStack = args["item"] as ItemStack
    +
    +        // Store the locations of chests with certain items
    +        val locations = mutableListOf<Location>()
    +
    +        // Iterate through all chunks, and then all tile entities within each chunk
    +        for (chunk in player.world.loadedChunks) {
    +            for (blockState in chunk.tileEntities) {
    +
    +                // The distance between the block and the player
    +                val distance = blockState.location.distance(player.location).toInt()
    +
    +                // Check if the distance is within the specified range
    +                if (range.isInRange(distance)) {
    +
    +                    // Check if the tile entity is a chest
    +                    if (blockState is Chest) {
    +
    +                        // Check if the chest contains the item specified by the player
    +                        if (blockState.inventory.contains(itemStack.type)) {
    +                            locations.add(blockState.location)
    +                        }
    +                    }
    +                }
    +
    +            }
    +        }
    +
    +        // Output the locations of the chests, or whether no chests were found
    +        if (locations.isEmpty()) {
    +            player.sendMessage("No chests were found")
    +        } else {
    +            player.sendMessage("Found ${locations.size} chests:")
    +            locations.forEach {
    +                player.sendMessage("  Found at: ${it.x}, ${it.y}, ${it.z}")
    +            }
    +        }
    +    }
    +}
    +
    +
    +
    +

    String arguments

    +

    There are three types of arguments that return Java's String object. Each have their own unique set of features which make them suitable for specific needs.

    +
    +

    String argument

    +

    The StringArgument class is used to represent a single word. These words can only contain alphanumeric characters (A-Z, a-z and 0-9), and the underscore character.

    +

    Accepted StringArgument values:

    +
    Hello
    +123
    +hello123
    +Hello_world
    +
    +

    Rejected StringArgument values:

    +
    hello@email.com
    +yesn't
    +
    +
    +

    Examples of StringArgument uses

    +
      +
    • Entering strings to identify offline players
    • +
    +
    +
    +

    Text argument

    +

    The TextArgument acts similar to any String in Java. These can be single words, like the StringArgument, or have additional characters (e.g. spaces, symbols) if surrounded by quotes. To type quotation marks, you can use \" (as similar to Java) to escape these special characters.

    +

    Accepted TextArgument values:

    +
    hello
    +"hello world!"
    +"hello@gmail.com"
    +"this has \" <<-- speech marks! "
    +
    +

    Rejected TextArgument values:

    +
    hello world
    +私
    +"speech marks: ""
    +
    +
    +

    Examples of TextArgument uses

    +
      +
    • Editing the contents of a sign
    • +
    • A command that requires multiple text arguments (say, username and password?)
    • +
    +
    +
    +

    Greedy string argument

    +
    +

    Greedy Arguments:

    +

    The GreedyStringArgument, similar to the ChatArgument uses the entire argument array from its current position. This means that it never ends, therefore if it is used, it must be the last element of your List of arguments.

    +

    For example, if you have a command /message <message> <target>, it would not be able to determine where the message ends and the <target> argument begins.

    +

    If a GreedyStringArgument or ChatArgument is not declared at the end of the List of arguments, or multiple of these arguments are used in the same List, the CommandAPI throws a GreedyArgumentException.

    +
    +

    The GreedyStringArgument takes the TextArgument a step further. Any characters and symbols are allowed and quotation marks are not required.

    +
    +

    Example - Messaging command

    +

    Say we have a simple message command of the following form:

    +
    /message <target> <message>
    +
    +

    This would be ideal for a greedy string, since it can consume all text after the player's name:

    +
    +
    new CommandAPICommand("message")
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new GreedyStringArgument("message"))
    +    .executes((sender, args) -> {
    +        ((Player) args.get("target")).sendMessage((String) args.get("message"));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("message")
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(GreedyStringArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        (args["target"] as Player).sendMessage(args["message"] as String)
    +    })
    +    .register()
    +
    +
    commandAPICommand("message") {
    +    playerArgument("target")
    +    greedyStringArgument("message")
    +    anyExecutor { _, args ->
    +        (args["target"] as Player).sendMessage(args["message"] as String)
    +    }
    +}
    +
    +
    +

    Any text entered after the <target> argument would be sent to the player. For example, the command could be used as follows:

    +
    /message Skepter This is some incredibly long string with "symbols" and $p3c!aL characters~
    +
    +

    Note how this only works if the greedy string argument is at the end. If, say, the command was /message <message> <target>, it would not be able to determine where the <message> argument ends and the <target> argument begins.

    +
    +
    +

    Examples of GreedyStringArgument uses

    +
      +
    • A messaging/whisper command (as shown in the example above)
    • +
    • A mailing command
    • +
    • Any command involving lots of text, such as a command to write the contents of a book
    • +
    • Any command which involves an unreasonable/unknown amount of arguments
    • +
    • Any command where you want to parse arguments similar to how regular Bukkit would
    • +
    +
    +

    Position-based arguments

    +

    Location arguments

    +

    A Location argument showing the options '', ' ' and ' ~ ~'

    +

    In the CommandAPI, there are two arguments used to represent location. The LocationArgument argument, which represents a 3D location \( (x, y, z) \) and the Location2DArgument, which represents 2D location \( (x, z) \).

    +
    +

    Location (3D space)

    +

    The LocationArgument class is used to specify a location in the command sender's current world, returning a Bukkit Location object. It allows the user to enter three numbers as coordinates, or use relative coordinates (i.e. the ~ and ^ operators).

    +

    The LocationArgument constructor requires a LocationType, which specifies the type of location that is accepted by the command. The LocationType enum consists of two values:

    +

    LocationType.BLOCK_POSITION

    +

    BLOCK_POSITION refers to integer block coordinates. When in-game as a player, the suggested location is the coordinates of block you are looking at when you type the command.

    +

    BLOCK_POSITION

    +

    LocationType.PRECISE_POSITION

    +

    PRECISE_PRECISION uses exact coordinates, using the double primitive type. When in-game as a player, the suggested location is the exact coordinates of where your cursor is pointing at when you type the command.

    +

    PRECISE_POSITION

    +

    If no LocationType is provided, the LocationArgument will use PRECISE_POSITION by default.

    +

    The LocationArgument constructor can also accept a boolean centerPosition. If set to true, when using LocationType.PRECISE_POSITION, if an integer is provided in the value, it will add 0.5 to the x and z coordinates to center the position within a block. If set to false, the integer value will be provided as is.

    +

    If no centerPosition parameter is provided, the LocationArgument will use centerPosition = true by default.

    +
    +

    Example - LocationArgument precise position centering

    +

    Say you use the following constructor, which sets centerPosition to true:

    +
    +
    new LocationArgument("location", LocationType.PRECISE_POSITION, true);
    +
    +
    LocationArgument("location", LocationType.PRECISE_POSITION, true)
    +
    +
    +

    Integer positions are centered

    +

    Let's also say you use the following location using this location argument in a command:

    +
    10 20 30
    +
    +

    The resulting location will be the following, which centers the position of the x and z coordinates. This does not change the y coordinate:

    +
    10.5 20 30.5
    +
    +

    Non-integer positions remain as normal

    +

    If you use the following location using this location argument in a command:

    +
    10.2 20.2 30.2
    +
    +

    The resulting location will be the following, which does not change the x and z coordinates, because the positions are not integers:

    +
    10.2 20.2 30.2
    +
    +
    +

    Say you use the following constructor, which sets centerPosition to false:

    +
    +
    new LocationArgument("location", LocationType.PRECISE_POSITION, false);
    +
    +
    LocationArgument("location", LocationType.PRECISE_POSITION, false)
    +
    +
    +

    Integer positions are not centered

    +

    Let's also say you use the following location using this location argument in a command:

    +
    10 20 30
    +
    +

    The resulting location will be the following, which does not modify the position of the x and z coordinates:

    +
    10 20 30
    +
    +
    +
    +
    +

    Example - Break block using coordinates

    +

    We can declare a simple command to break a block:

    +
    /break <location>
    +
    +

    Simply put, given the coordinates provided to the command, "break" the block by setting it's type to Material.AIR. For this example, we're referring to block specific coordinates, so we want to use LocationType.BLOCK_POSITION:

    +
    +
    new CommandAPICommand("break")
    +    // We want to target blocks in particular, so use BLOCK_POSITION
    +    .withArguments(new LocationArgument("block", LocationType.BLOCK_POSITION))
    +    .executesPlayer((player, args) -> {
    +        Location location = (Location) args.get("block");
    +        location.getBlock().setType(Material.AIR);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("break")
    +    // We want to target blocks in particular, so use BLOCK_POSITION
    +    .withArguments(LocationArgument("block", LocationType.BLOCK_POSITION))
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        (args["block"] as Location).block.type = Material.AIR
    +    })
    +    .register()
    +
    +
    commandAPICommand("break") {
    +    // We want to target blocks in particular, so use BLOCK_POSITION
    +    locationArgument("block", LocationType.BLOCK_POSITION)
    +    playerExecutor { _, args ->
    +        (args["block"] as Location).block.type = Material.AIR
    +    }
    +}
    +
    +
    +
    +
    +

    Location (2D space)

    +

    A location 2D argument showing the options '' and ' ~'

    +

    The Location2DArgument is pretty much identical in use to the LocationArgument for 3D coordinates, except instead of returning a Location object, it instead returns a Location2D object that extends Location (thus, being compatible anywhere you would normally be able to use Location).

    +

    Rotation arguments

    +

    An image of a rotation argument showing /rotationargument 90 180

    +

    The RotationArgument allows users to specify a pair of pitch and yaw coordinates. By default (using the ~ symbol), this refers to the player's current pitch and yaw of where they are looking at.

    +

    The RotationArgument class returns a Rotation object, which consists of the following methods:

    +
    + + + + +
    Method nameWhat it does
    float getPitch()Returns a player's pitch (up and down rotation)
    float getYaw()Returns a player's yaw (left and right rotation)
    float getNormalizedPitch()Returns a player's pitch between -90 and 90 degrees
    float getNormalizedYaw()Returns a player's yaw between -180 and 180 degrees
    +
    +

    Example: Rotate an armor stand head

    +

    Say we want to make an armor stand look in a certain direction. To do this, we'll use the following command:

    +
    /rotate <rotation> <target>
    +
    +

    To do this, we'll use the rotation from the RotationArgument and select an entity using the EntitySelectorArgument.OneEntity class. We then check if our entity is an armor stand and if so, we set its head pose to the given rotation.

    +
    +
    new CommandAPICommand("rotate")
    +    .withArguments(new RotationArgument("rotation"))
    +    .withArguments(new EntitySelectorArgument.OneEntity("target"))
    +    .executes((sender, args) -> {
    +        Rotation rotation = (Rotation) args.get("rotation");
    +        Entity target = (Entity) args.get("target");
    +
    +        if (target instanceof ArmorStand armorStand) {
    +            armorStand.setHeadPose(new EulerAngle(Math.toRadians(rotation.getPitch()), Math.toRadians(rotation.getYaw() - 90), 0));
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("rotate")
    +    .withArguments(RotationArgument("rotation"))
    +    .withArguments(EntitySelectorArgument.OneEntity("target"))
    +    .executes(CommandExecutor { _, args ->
    +        val rotation = args["rotation"] as Rotation
    +        val target = args["target"] as Entity
    +
    +        if (target is ArmorStand) {
    +            target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("rotate") {
    +    rotationArgument("rotation")
    +    entitySelectorArgumentOneEntity("target")
    +    anyExecutor { _, args ->
    +        val rotation = args["rotation"] as Rotation
    +        val target = args["target"] as Entity
    +
    +        if (target is ArmorStand) {
    +            target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0)
    +        }
    +    }
    +}
    +
    +
    +

    Note how the head pose requires an EulerAngle as opposed to a pitch and yaw. To account for this, we convert our rotation (which is in degrees) into an EulerAngle in radians.

    +
    +

    AxisArgument

    +

    An image of an axis argument with the suggestions x, xy, xyz, xz, y, yz and z

    +

    The AxisArgument class refers to the x, y and z axes. When used with the CommandAPI, it returns an EnumSet<Axis> (You can view the documentation for EnumSet here).

    +
    +

    Examples of AxisArgument uses

    +
      +
    • Reflecting a structure in the x, y or z axis
    • +
    +
    +

    Chat arguments

    +

    The CommandAPI provides a number of ways to interact with chat formatting in Minecraft. These are the following:

    +
      +
    • ChatColor: The color of text rendered in Minecraft
    • +
    • Chat: Text which is said in chat. This also includes entity selectors such as @a and @r
    • +
    • ChatComponent: Minecraft's Raw JSON text format
    • +
    +

    The CommandAPI implements ChatColor, Chat and ChatComponent in two separate ways: Spigot-compatible and Adventure-compatible. The differences between these and how to use them are described in their own relevant pages.

    +

    The CommandAPI also supports Minecraft 1.19's chat preview feature. To use Minecraft 1.19's chat preview feature, information on that can be found in Chat preview.

    +

    Spigot chat arguments

    +

    Chat color argument

    +

    Chatcolor argument in-game, displaying a list of Minecraft chat colors

    +

    The ChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the ChatColor object.

    +
    +

    Example - Username color changing plugin

    +

    Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form:

    +
    /namecolor <chatcolor>
    +
    +

    We then use the ChatColorArgument to change the player's name color:

    +
    +
    new CommandAPICommand("namecolor")
    +    .withArguments(new ChatColorArgument("chatcolor"))
    +    .executesPlayer((player, args) -> {
    +        ChatColor color = (ChatColor) args.get("chatcolor");
    +        player.setDisplayName(color + player.getName());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("namecolor")
    +    .withArguments(ChatColorArgument("chatColor"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val color = args["chatColor"] as ChatColor
    +        player.setDisplayName("$color${player.name}")
    +    })
    +    .register()
    +
    +
    commandAPICommand("namecolor") {
    +    chatColorArgument("chatcolor")
    +    playerExecutor { player, args ->
    +        val color = args["chatcolor"] as ChatColor
    +        player.setDisplayName("$color${player.name}")
    +    }
    +}
    +
    +
    +
    +
    +
    +

    Developer's Note:

    +

    The two following classes, ChatComponentArgument and ChatArgument depend on a Spigot based server. This means that these arguments will not work on a non-Spigot based server, such as CraftBukkit. If you use this class on a non-Spigot based server, it will throw a SpigotNotFoundException

    +
    +

    Chat component argument

    +

    The ChatComponentArgument class accepts raw chat-based JSON as valid input. Despite being regular JSON, it must conform to the standard declared here, which consists of JSON that has a limited subset of specific keys (In other words, you can have a JSON object that has the key text, but not one that has the key blah).

    +

    This is converted into Spigot's BaseComponent[], which can be used for the following:

    +
      +
    • +

      Broadcasting messages to all players on the server using:

      +
      Bukkit.getServer().spigot().broadcast(BaseComponent[]);
      +
      +
    • +
    • +

      Adding and setting pages to books using BookMeta:

      +
      BookMeta meta = // ...
      +meta.spigot().setPages(BaseComponent[]);
      +
      +
    • +
    • +

      Sending messages to Player objects:

      +
      Player player = // ...
      +player.spigot().sendMessage(BaseComponent[]);
      +
      +
    • +
    • +

      Sending messages to CommandSender objects:

      +
      CommandSender sender = // ...
      +sender.spigot().sendMessage(BaseComponent[]);
      +
      +
    • +
    +
    +

    Example - Book made from raw JSON

    +

    Say we want to generate a book using raw JSON. For this example, we'll use the following JSON (generated from minecraftjson.com) to generate our book:

    +
    ["", {
    +    "text": "Once upon a time, there was a guy call "
    +}, {
    +    "text": "Skepter",
    +    "color": "light_purple",
    +    "hoverEvent": {
    +        "action": "show_entity",
    +        "value": "Skepter"
    +    }
    +}, {
    +    "text": " and he created the "
    +}, {
    +    "text": "CommandAPI",
    +    "underlined": true,
    +    "clickEvent": {
    +        "action": "open_url",
    +        "value": "https://github.com/JorelAli/CommandAPI"
    +    }
    +}]
    +
    +

    Since we're writing a book, we must ensure that all quotes have been escaped. This can also be performed on the minecraftjson.com website by selecting "book":

    +
    ["[\"\",{\"text\":\"Once upon a time, there was a guy call \"},{\"text\":\"Skepter\",\"color\":\"light_purple\",\"hoverEvent\":{\"action\":\"show_entity\",\"value\":\"Skepter\"}},{\"text\":\" and he created the \"},{\"text\":\"CommandAPI\",\"underlined\":true,\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://github.com/JorelAli/CommandAPI\"}}]"]
    +
    +

    Now let's define our command. Since book text is typically very large - too large to be entered into a chat, we'll make a command block compatible command by providing a player parameter:

    +
    /makebook <player> <contents>
    +
    +

    Now we can create our book command. We use the player as the main target by using their name for the author field, as well as their inventory to place the book. We finally construct our book using the .setPages(BaseComponent[]) method:

    +
    +
    new CommandAPICommand("makebook")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new ChatComponentArgument("contents"))
    +    .executes((sender, args) -> {
    +        Player player = (Player) args.get("player");
    +        BaseComponent[] arr = (BaseComponent[]) args.get("contents");
    +        
    +        // Create book
    +        ItemStack is = new ItemStack(Material.WRITTEN_BOOK);
    +        BookMeta meta = (BookMeta) is.getItemMeta(); 
    +        meta.setTitle("Custom Book");
    +        meta.setAuthor(player.getName());
    +        meta.spigot().setPages(arr);
    +        is.setItemMeta(meta);
    +        
    +        // Give player the book
    +        player.getInventory().addItem(is);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("makebook")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(ChatComponentArgument("contents"))
    +    .executes(CommandExecutor { _, args ->
    +        val player = args["player"] as Player
    +        val arr = args["contents"] as Array<BaseComponent>
    +
    +        // Create book
    +        val item = ItemStack(Material.WRITTEN_BOOK)
    +        val meta = item.itemMeta as BookMeta
    +        meta.title = "Custom Book"
    +        meta.author = player.name
    +        meta.spigot().setPages(arr)
    +        item.itemMeta = meta
    +
    +        // Give player the book
    +        player.inventory.addItem(item)
    +    })
    +    .register()
    +
    +
    commandAPICommand("makebook") {
    +    playerArgument("player")
    +    chatComponentArgument("contents")
    +    anyExecutor { _, args ->
    +        val player = args["player"] as Player
    +        val array = args["contents"] as Array<BaseComponent>
    +
    +        // Create book
    +        val item = ItemStack(Material.WRITTEN_BOOK)
    +        val meta = item.itemMeta as BookMeta
    +        meta.title = "Custom Book"
    +        meta.author = player.name
    +        meta.spigot().setPages(array)
    +        item.itemMeta = meta
    +
    +        // Give player the book
    +        player.inventory.addItem(item)
    +    }
    +}
    +
    +
    +
    +
    +

    Chat argument

    +
    +

    Note:

    +

    The ChatArgument class is an argument similar to the GreedyStringArgument, in the sense that it has no terminator and must be defined at the end of your List of arguments. For more information on this, please read the section on Greedy arguments.

    +
    +

    The ChatArgument is identical to the GreedyStringArgument, with the added functionality of enabling entity selectors, such as @e, @p and so on. The ChatArgument also returns a BaseComponent[], similar to the ChatComponentArgument.

    +
    +

    Example - Sending personalized messages to players

    +

    Say we wanted to broadcast a "personalized" message to players on the server. By "personalized", we mean a command which changes its output depending on who we are sending the output to. Simply put, we want a command of the following syntax:

    +
    /pbroadcast <message>
    +
    +

    Say we're on a server with 2 players: Bob and Michael. If I were to use the following command:

    +
    /pbroadcast Hello @p
    +
    +

    Bob would receive the message "Hello Bob", whereas Michael would receive the message "Hello Michael". We can use the ChatArgument to create this "personalized" broadcast:

    +
    +
    new CommandAPICommand("pbroadcast")
    +    .withArguments(new ChatArgument("message"))
    +    .executes((sender, args) -> {
    +        BaseComponent[] message = (BaseComponent[]) args.get("message");
    +    
    +        // Broadcast the message to everyone on the server
    +        Bukkit.getServer().spigot().broadcast(message);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("pbroadcast")
    +    .withArguments(ChatArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        val message = args["message"] as Array<BaseComponent>
    +
    +        // Broadcast the message to everyone on the server
    +        Bukkit.getServer().spigot().broadcast(*message)
    +    })
    +    .register()
    +
    +
    commandAPICommand("pbroadcast") {
    +    chatArgument("message")
    +    anyExecutor { _, args ->
    +        val message = args["message"] as Array<BaseComponent>
    +
    +        // Broadcast the message to everyone on the server
    +        Bukkit.getServer().spigot().broadcast(*message)
    +    }
    +}
    +
    +
    +
    +

    Adventure chat arguments

    +
    +

    Developer's Note:

    +

    The two following classes, AdventureChatComponentArgument and AdventureChatArgument depend on a Paper based server which has the Adventure library. If you use this class on a server without the Adventure library, it will throw a PaperAdventureNotFoundException

    +
    +

    From Paper 1.16.5 build #473 onwards, Paper now includes Kyori's Adventure API. This library is a replacement of the BungeeCord chat API and has all of the same functionality as the BungeeCord chat API (and more!). The documentation for this API can be found here.

    +

    Since this functions very similar to the Spigot chat arguments, this page won't reiterate everything about how it works, we'll just outline some examples of how to use these arguments instead.

    +
    +

    Adventure chat color argument

    +

    Chatcolor argument in-game, displaying a list of Minecraft chat colors

    +

    The AdventureChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the NamedTextColor object. If reset is passed to this argument, this will return NamedTextColor.WHITE.

    +
    +

    Example - Username color changing plugin

    +

    Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form:

    +
    /namecolor <chatcolor>
    +
    +

    We then use the ChatColorArgument to change the player's name color:

    +
    +
    new CommandAPICommand("namecolor")
    +    .withArguments(new AdventureChatColorArgument("chatcolor"))
    +    .executesPlayer((player, args) -> {
    +        NamedTextColor color = (NamedTextColor) args.get("chatcolor");
    +        player.displayName(Component.text().color(color).append(Component.text(player.getName())).build());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("namecolor")
    +    .withArguments(AdventureChatColorArgument("chatcolor"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val color = args["chatcolor"] as NamedTextColor
    +        player.displayName(Component.text().color(color).append(Component.text(player.name)).build())
    +    })
    +    .register()
    +
    +
    commandAPICommand("namecolor") {
    +    chatColorArgument("chatcolor")
    +    playerExecutor { player, args ->
    +        val color = args["chatcolor"] as NamedTextColor
    +        player.displayName(Component.text().color(color).append(Component.text(player.name)).build())
    +    }
    +}
    +
    +
    +
    +
    +

    Adventure chat component argument

    +

    The AdventureChatComponentArgument class accepts raw chat-based JSON as valid input, as declared here. This is converted into Adventure's Component class.

    +
    +

    Example - Opening a book with raw JSON content

    +

    In this example, we'll create a simple command which lets you show a book to a user. The syntax for our command is as follows:

    +
    /showbook <target> <title> <author> <contents>
    +
    +

    We can construct a book using the Adventure API's Book.book(Component, Component, Component...) method. In order to convert our strings into Component objects, we use the Component.text(String) method. Since Paper supports the Adventure API natively, we can then send this book to a player using the openBook(Book) method:

    +
    +
    new CommandAPICommand("showbook")
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new TextArgument("title"))
    +    .withArguments(new StringArgument("author"))
    +    .withArguments(new AdventureChatComponentArgument("contents"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("target");
    +        String title = (String) args.get("title");
    +        String author = (String) args.get("author");
    +        Component content = (Component) args.get("contents");
    +        
    +        // Create a book and show it to the user (Requires Paper)
    +        Book mybook = Book.book(Component.text(title), Component.text(author), content);
    +        target.openBook(mybook);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("showbook")
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(TextArgument("title"))
    +    .withArguments(StringArgument("author"))
    +    .withArguments(AdventureChatComponentArgument("contents"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val title = args["title"] as String
    +        val author = args["author"] as String
    +        val content = args["contents"] as Component
    +
    +        // Create a book and show it to the user (Requires Paper)
    +        val mybook = Book.book(Component.text(title), Component.text(author), content)
    +        target.openBook(mybook)
    +    })
    +    .register()
    +
    +
    commandAPICommand("showbook") {
    +    playerArgument("target")
    +    textArgument("title")
    +    stringArgument("author")
    +    adventureChatComponentArgument("contents")
    +    anyExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val title = args["title"] as String
    +        val author = args["author"] as String
    +        val content = args["contents"] as Component
    +
    +        // Create a book and show it to the user (Requires Paper)
    +        val mybook = Book.book(Component.text(title), Component.text(author), content)
    +        target.openBook(mybook)
    +    }
    +}
    +
    +
    +
    +
    +

    Adventure chat argument

    +

    The AdventureChatArgument class is the equivalent Adventure API class for the ChatArgument - it represents infinitely long strings similar to the GreedyStringArgument and allows entity selectors such as @e, @p and so on. The AdventureChatArgument returns a Component, similar to the AdventureChatComponentArgument.

    +
    +

    Example - Sending personalized messages to players

    +

    We'll take the same example from the ChatArgument class, but using the AdventureChatArgument instead - We want to create a personalized message broadcasted to all users using a chat component that allows entity selectors. For this command, we want the following syntax:

    +
    /pbroadcast <message>
    +
    +

    In order to broadcast an Adventure Component to all players on the server, we have to use Paper's broadcast(Component, String) method. This method requires a permission node which all players must have in order to receive the broadcasted message. By default, Bukkit-based servers (Spigot and Paper) use the bukkit.broadcast.user permission, which is described here:

    +
    +
    new CommandAPICommand("pbroadcast")
    +    .withArguments(new AdventureChatArgument("message"))
    +    .executes((sender, args) -> {
    +        Component message = (Component) args.get("message");
    +        
    +        // Broadcast the message to everyone with broadcast permissions.
    +        Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS);
    +        Bukkit.getServer().broadcast(message);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("pbroadcast")
    +    .withArguments(AdventureChatArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        val message = args["message"] as Component
    +
    +        // Broadcast the message to everyone with broadcast permissions.
    +        Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS)
    +        Bukkit.getServer().broadcast(message)
    +    })
    +    .register()
    +
    +
    commandAPICommand("pbroadcast") {
    +    adventureChatArgument("message")
    +    anyExecutor { _, args ->
    +        val message = args["message"] as Component
    +
    +        // Broadcast the message to everyone with broadcast permissions.
    +        Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS)
    +        Bukkit.getServer().broadcast(message)
    +    }
    +}
    +
    +
    +
    +

    Chat preview

    +

    Chat preview

    +

    Chat preview is a feature introduced in Minecraft 1.19 that allows the server to display a preview of a chat message to the client before the client sends their message to the server. This chat preview feature is also compatible with /say and /msg, as well as the ChatArgument and AdventureChatArgument classes.

    +
    +

    Minecraft version support

    +

    The chat preview feature is only present in Minecraft versions 1.19, 1.19.1 and 1.19.2. Chat preview was removed in 1.19.3, so this feature is unfortunately no longer usable in Minecraft 1.19.3 and beyond.

    +
    +
    +

    Enabling chat preview

    +

    To use chat preview, your server must have previews-chat set to true in the server.properties file:

    +
    ...
    +previews-chat=true
    +...
    +
    +

    For players that want to use chat preview, they must have Chat Preview enabled in Options > Chat Settings...

    +
    +

    Specifying a chat preview function

    +

    The ChatArgument and AdventureChatArgument classes include a method, withPreview:

    +
    public T withPreview(PreviewableFunction preview);
    +
    +

    The method withPreview(PreviewableFunction preview) lets you generate a preview to send to the client. This method takes in the PreviewableFunction functional interface, which is a function that takes in a PreviewInfo and returns either a BaseComponent[] (for ChatArgument) or a Component (for AdventureChatArgument):

    +
    public T generatePreview(PreviewInfo info) throws WrapperCommandSyntaxException;
    +
    +

    The PreviewInfo class is a record containing the following:

    +
    public record PreviewInfo<T> {
    +    Player player();
    +    String input();
    +    String fullInput();
    +    T parsedInput();
    +}
    +
    +

    The following methods are as follows:

    +
    Player player();
    +
    +

    player() is the player that is currently typing a chat preview.

    +
    +
    String input();
    +
    +

    input() is the current input for the current ChatArgument or AdventureChatArgument. If a user is typing /mycommand hellowor¦ and the command syntax is /mycommand <ChatArgument>, the result of input() would be "hellowor".

    +
    +
    String fullInput();
    +
    +

    fullInput() is the full input that the player has typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of fullInput() would be "/mycommand hellowor".

    +
    +
    T parsedInput();
    +
    +

    parsedInput() is similar to input(), except it has been parsed by the CommandAPI's argument parser. This is a representation of what the argument in the executor would look like. For a ChatArgument the return type is BaseComponent[], and for AdventureChatArgument the return type is Component.

    +
    +

    Using the chat preview function as the argument's value

    +

    The ChatArgument and AdventureChatArgument classes also include a method, usePreview:

    +
    public T usePreview(boolean usePreview);
    +
    +

    The usePreview(boolean usePreview) method lets you specify whether you would like the previewing function to be used as the argument's value during execution. If set to true, when the command's .executes() method is called, the argument value (e.g. arg[0]) will be the same as the content generated by the function provided to withPreview().

    +
    +

    Chat preview examples

    +
    +

    Example - Using chat preview

    +

    Say we wanted to make our own /broadcast command that allowed the user to use & chat colors. We can use chat preview to show users what the result of their /broadcast command would look like before running the command. We'll use the following command syntax:

    +
    /broadcast <message>
    +
    +

    Because the ChatArgument and AdventureChatArgument can support entity selectors (such as @p), it's best to use the info.parsedInput() method to handle parsed entity selectors. In our code, we use the .withPreview() method and take the parsed input and convert it to plain text. We then convert the plain text with & characters into component text to be displayed to the user.

    +

    For execution, we do the same procedure, because the text that the user enters still has & characters that need to be converted into a component.

    +
    +
    new CommandAPICommand("broadcast")
    +    .withArguments(new ChatArgument("message").withPreview(info -> {
    +        // Convert parsed BaseComponent[] to plain text
    +        String plainText = BaseComponent.toPlainText(info.parsedInput());
    +
    +        // Translate the & in plain text and generate a new BaseComponent[]
    +        return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText));
    +    }))
    +    .executesPlayer((player, args) -> {
    +        // The user still entered legacy text. We need to properly convert this
    +        // to a BaseComponent[] by converting to plain text then to BaseComponent[]
    +        String plainText = BaseComponent.toPlainText((BaseComponent[]) args.get("message"));
    +        Bukkit.spigot().broadcast(TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)));
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("broadcast")
    +    .withArguments(new AdventureChatArgument("message").withPreview(info -> {
    +        // Convert parsed Component to plain text
    +        String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput());
    +
    +        // Translate the & in plain text and generate a new Component
    +        return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText);
    +    }))
    +    .executesPlayer((player, args) -> {
    +        // The user still entered legacy text. We need to properly convert this
    +        // to a Component by converting to plain text then to Component
    +        String plainText = PlainTextComponentSerializer.plainText().serialize((Component) args.get("broadcast"));
    +        Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("broadcast")
    +    .withArguments(ChatArgument("message").withPreview { info ->
    +        // Convert parsed BaseComponent[] to plain text
    +        val plainText: String = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>)
    +
    +        // Translate the & in plain text and generate a new BaseComponent[]
    +        TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText))
    +    } )
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        // The user still entered legacy text. We need to properly convert this
    +        // to a BaseComponent[] by converting to plain text then to BaseComponent[]
    +        val plainText: String = BaseComponent.toPlainText(*args["message"] as Array<BaseComponent>)
    +        val baseComponents: Array<BaseComponent> = TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText))
    +        Bukkit.spigot().broadcast(*baseComponents)
    +    })
    +    .register()
    +
    +
    CommandAPICommand("broadcast")
    +    .withArguments(AdventureChatArgument("message").withPreview { info ->
    +        // Convert parsed Component to plain text
    +        val plainText: String = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component)
    +
    +        // Translate the & in plain text and generate a new Component
    +        LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)
    +    } )
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        // The user still entered legacy text. We need to properly convert this
    +        // to a Component by converting to plain text then to Component
    +        val plainText: String = PlainTextComponentSerializer.plainText().serialize(args["message"] as Component)
    +        Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText))
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Example - Using chat preview with usePreview()

    +

    Extending on the example above where we created a /broadcast command with chat preview support, we can simplify the code by using .usePreview(true) to use the preview function as the value of our argument in our executor function. We'll use the same command syntax as the previous example:

    +
    /broadcast <message>
    +
    +

    By using .usePreview(true), we don't have to re-translate & formatting codes into their corresponding components because that has already been done by the preview function specified in .withPreview() method.

    +
    +
    new CommandAPICommand("broadcast")
    +    .withArguments(new ChatArgument("message").usePreview(true).withPreview(info -> {
    +        // Convert parsed BaseComponent[] to plain text
    +        String plainText = BaseComponent.toPlainText(info.parsedInput());
    +
    +        // Translate the & in plain text and generate a new BaseComponent[]
    +        return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText));
    +    }))
    +    .executesPlayer((player, args) -> {
    +        Bukkit.spigot().broadcast((BaseComponent[]) args.get("message"));
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("broadcast")
    +    .withArguments(new AdventureChatArgument("message").usePreview(true).withPreview(info -> {
    +        // Convert parsed Component to plain text
    +        String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput());
    +
    +        // Translate the & in plain text and generate a new Component
    +        return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText);
    +    }))
    +    .executesPlayer((player, args) -> {
    +        Bukkit.broadcast((Component) args.get("message"));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("broadcast")
    +    .withArguments(ChatArgument("message").usePreview(true).withPreview { info ->
    +        // Convert parsed BaseComponent[] to plain text
    +        val plainText = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>)
    +
    +        // Translate the & in plain text and generate a new BaseComponent[]
    +        TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText))
    +    } )
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        Bukkit.spigot().broadcast(*args["message"] as Array<BaseComponent>)
    +    })
    +    .register()
    +
    +
    CommandAPICommand("broadcast")
    +    .withArguments(AdventureChatArgument("message").usePreview(true).withPreview { info ->
    +        // Convert parsed Component to plain text
    +        val plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component)
    +
    +        // Translate the & in plain text and generate a new Component
    +        LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)
    +    } )
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        Bukkit.broadcast(args["message"] as Component)
    +    })
    +    .register()
    +
    +
    +
    +

    Entity & player arguments

    +

    Entity selector argument

    +

    An image of an entity selector argument with a list of suggestions including entity selectors and a player name

    +

    Minecraft's target selectors (e.g. @a or @e) are implemented using the subclasses of the EntitySelectorArgument class. This allows you to select specific entities based on certain attributes.

    +

    There are four EntitySelectorArgument subclasses that determine what type of data to return:

    +
      +
    • EntitySelectorArgument.OneEntity - A single entity, which returns a Entity object.
    • +
    • EntitySelectorArgument.ManyEntities - A collection of many entities, which returns a Collection<Entity> object.
    • +
    • EntitySelectorArgument.OnePlayer - A single player, which returns a Player object.
    • +
    • EntitySelectorArgument.ManyPlayers - A collection of players, which returns a Collection<Player> object.
    • +
    +

    The return type is the type to be cast when retrieved from the CommandArguments args in the command declaration.

    +
    +

    Example - Remove entities command

    +

    Say we want a command to remove certain types of entities. Typically, this would be implemented using a simple command like:

    +
    /remove <player>
    +/remove <mob type>
    +/remove <radius>
    +
    +

    Instead, we can combine all of these into one by using the EntitySelectorArgument. We want to be able to target multiple entities at a time, so we want to use the EntitySelectorArgument.ManyEntities constructor. We can simply retrieve the Collection<Entity> from this argument and iteratively remove each entity:

    +
    +
    new CommandAPICommand("remove")
    +    // Using a collective entity selector to select multiple entities
    +    .withArguments(new EntitySelectorArgument.ManyEntities("entities"))
    +    .executes((sender, args) -> {
    +        // Parse the argument as a collection of entities (as stated above in the documentation)
    +        @SuppressWarnings("unchecked")
    +        Collection<Entity> entities = (Collection<Entity>) args.get("entities");
    +        
    +        sender.sendMessage("Removed " + entities.size() + " entities");
    +        for (Entity e : entities) {
    +            e.remove();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("remove")
    +    // Using a collective entity selector to select multiple entities
    +    .withArguments(EntitySelectorArgument.ManyEntities("entities"))
    +    .executes(CommandExecutor { sender, args ->
    +        // Parse the argument as a collection of entities (as stated above in the documentation)
    +        val entities = args["entities"] as Collection<Entity>
    +
    +        sender.sendMessage("Removed ${entities.size} entities")
    +        for (e in entities) {
    +            e.remove()
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("remove") {
    +    // Using a collective entity selector to select multiple entities
    +    entitySelectorArgumentManyEntities("entities")
    +    anyExecutor { sender, args ->
    +        // Parse the argument as a collection of entities (as stated above in the documentation)
    +        val entities = args["entities"] as Collection<Entity>
    +
    +        sender.sendMessage("Removed ${entities.size} entities")
    +        for (e in entities) {
    +            e.remove()
    +        }
    +    }
    +}
    +
    +
    +

    We could then use this to target specific entities, for example:

    +
      +
    • +

      To remove all cows:

      +
      /remove @e[type=cow]
      +
      +
    • +
    • +

      To remove the 10 furthest pigs from the command sender:

      +
      /remove @e[type=pig,limit=10,sort=furthest]
      +
      +
    • +
    +
    +
    +

    Player argument

    +

    The PlayerArgument class is very similar (almost identical) to EntitySelectorArgument.OnePlayer. It returns a Player object and requires the player to be online.

    +
    +

    Developer's Note:

    +

    The PlayerArgument internally uses the GameProfile class from Mojang's authlib, which means that this argument has a slight performance overhead compared to using EntitySelectorArgument.OnePlayer

    +
    +
    +

    OfflinePlayer argument

    +

    The OfflinePlayerArgument class is identical to the PlayerArgument class, but instead of returning a Player object, it returns an OfflinePlayer object. Internally, this argument makes calls to Mojang servers (via Mojang's authlib), meaning it can be slightly slower than alternative methods (such as using a StringArgument and suggesting a list of existing offline players).

    +

    The OfflinePlayerArgument should be able to retrieve players that have never joined the server before.

    +
    +

    Entity type argument

    +

    An image of an entity argument displaying a list of entity type suggestions

    +

    The EntityTypeArgument class is used to retrieve a type of entity as defined in the EntityType enum. In other words, this is an entity type, for example a pig or a zombie.

    +
    +

    Example - Spawning entities

    +

    Say we want a command to spawn a specific type of entity, similar to the /summon command in Vanilla Minecraft, with the addition of specifying how many entities to spawn. We want to create a command of the following form:

    +
    /spawnmob <entity> <amount>
    +
    +

    Since we're trying to specify an entity type, we will use the EntityTypeArgument as our argument type for <entity>. We combine this with the IntegerArgument class with a specified range of \( 1 \le \textit{amount} \le 100 \):

    +
    +
    new CommandAPICommand("spawnmob")
    +    .withArguments(new EntityTypeArgument("entity"))
    +    .withArguments(new IntegerArgument("amount", 1, 100)) // Prevent spawning too many entities
    +    .executesPlayer((Player player, CommandArguments args) -> {
    +        for (int i = 0; i < (int) args.get("amount"); i++) {
    +            player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get("entity"));
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("spawnmob")
    +    .withArguments(EntityTypeArgument("entity"))
    +    .withArguments(IntegerArgument("amount", 1, 100)) // Prevent spawning too many entities
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        for (i in 0 until args["amount"] as Int) {
    +            player.world.spawnEntity(player.location, args["entity"] as EntityType)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("spawnmob") {
    +    entityTypeArgument("entity")
    +    integerArgument("amount", 1, 100) // Prevent spawning too many entities
    +    playerExecutor { player, args ->
    +        for (i in 0 until args["amount"] as Int) {
    +            player.world.spawnEntity(player.location, args["entity"] as EntityType)
    +        }
    +    }
    +}
    +
    +
    +

    Note how in this example above, we have to explicitly state Player player, CommandArguments args. This is due to a limitation of Java's type inference system which is discussed here.

    +
    +

    Scoreboard arguments

    +

    The scoreboard arguments that the CommandAPI provides allows you to interact with various scoreboard elements, such as objectives, teams and score holders.

    +

    Scoreboard arguments

    +

    The CommandAPI uses two classes to provide information about a scoreboard:

    +
      +
    • The ScoreHolderArgument class represents score holder - a player's name or an entity's UUID that has scores in an objective. This is described in more detail on the Minecraft Wiki.
    • +
    • The ScoreboardSlotArgument class represents a display slot (sidebar, list or belowName) as well as the team color if the display is the sidebar. This is described in more detail on the Minecraft Wiki.
    • +
    +
    +

    Score holder argument

    +

    The score holder argument can accept either a single entity or a collection of multiple entities. In order to specify which one to use, you must use the ScoreHolderArgument.Single or ScoreHolderArgument.Multiple constructor respectively:

    +
    new ScoreHolderArgument.Single(nodeName);
    +new ScoreHolderArgument.Multiple(nodeName);
    +
    +

    Depending on which constructor is used, the cast type changes. If you use ScoreHolderArgument.Single, the argument must be casted to a String. Otherwise, if you use ScoreHolderArgument.Multiple, the argument must be casted to a Collection<String>.

    +
    +

    Example - Rewarding players with scoreboard objectives

    +

    Say we want to reward all players that fit a certain criteria. We want a command with the following syntax:

    +
    /reward <players>
    +
    +

    Since we could have multiple players that fit a certain criterion, we want to use ScoreHolderArgument.Multiple constructor.

    +

    To give this example a bit more context, let's say we want to reward all players that have died less than 10 times in the server. To do this, we will use the following command:

    +
    /reward @e[type=player,scores={deaths=..9}]
    +
    +

    Note how we use ..9 to represent 9 or less deaths (since ranges are inclusive). Also note how we restrict our input to players via the command using type=player. We can now implement our command:

    +
    +
    new CommandAPICommand("reward")
    +    // We want multiple players, so we use ScoreHolderType.MULTIPLE in the constructor
    +    .withArguments(new ScoreHolderArgument.Multiple("players"))
    +    .executes((sender, args) -> {
    +        // Get player names by casting to Collection<String>
    +        @SuppressWarnings("unchecked")
    +        Collection<String> players = (Collection<String>) args.get("players");
    +        
    +        for (String playerName : players) {
    +            Bukkit.getPlayer(playerName).getInventory().addItem(new ItemStack(Material.DIAMOND, 3));
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("reward")
    +    // We want multiple players, so we use the ScoreHolderArgument.Multiple constructor
    +    .withArguments(ScoreHolderArgument.Multiple("players"))
    +    .executes(CommandExecutor { _, args ->
    +        // Get player names by casting to Collection<String>
    +        val players = args["players"] as Collection<String>
    +
    +        for (playerName in players) {
    +            Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3))
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("reward") {
    +    // We want multiple players, so we use the scoreHolderArgumentMultiple method
    +    scoreHolderArgumentMultiple("player")
    +    anyExecutor { _, args ->
    +        // Get player names by casting to Collection<String>
    +        val players = args["player"] as Collection<String>
    +
    +        for (playerName in players) {
    +            Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3))
    +        }
    +    }
    +}
    +
    +
    +
    +
    +

    Developer's Note:

    +

    In the example above, we have our user use the @e[type=player] entity selector to restrict the Collection<String> so it only returns player names, which allows us to use Bukkit.getPlayer(playerName). In practice, we cannot guarantee that such a selector will be used, so we could update the code to accept both entities and players. For example, we can differentiate between players and entities by using the UUID.fromString(String) method:

    +
    Collection<String> entitiesAndPlayers = (Collection<String>) args.get(0);
    +for(String str : entitiesAndPlayers) {
    +    try {
    +        UUID uuid = UUID.fromString(str);
    +        // Is a UUID, so it must by an entity
    +        Bukkit.getEntity(uuid);
    +    } catch(IllegalArgumentException exception) {
    +        // Not a UUID, so it must be a player name
    +        Bukkit.getPlayer(str); 
    +    }
    +}
    +
    +
    +
    +

    Scoreboard slot argument

    +

    A scoreboardslotargument showing a list of suggestions of valid Minecraft scoreboard slot positions

    +

    The ScoreboardSlotArgument represents where scoreboard information is displayed. Since the Bukkit scoreboard DisplaySlot is not able to represent the case where team colors are provided, the CommandAPI uses the ScoreboardSlot wrapper class as the representation of the ScoreboardSlotArgument.

    +

    ScoreboardSlot wrapper

    +

    The ScoreboardSlot wrapper class has 3 main methods:

    +
    enum ScoreboardSlot {
    +
    +    PLAYER_LIST,
    +    SIDEBAR, // Unused, use the other SIDEBAR_TEAM_### values below
    +    BELOW_NAME,
    +    SIDEBAR_TEAM_BLACK,
    +    SIDEBAR_TEAM_DARK_BLUE,
    +    SIDEBAR_TEAM_DARK_GREEN,
    +    SIDEBAR_TEAM_DARK_AQUA,
    +    SIDEBAR_TEAM_DARK_RED,
    +    SIDEBAR_TEAM_DARK_PURPLE,
    +    SIDEBAR_TEAM_GOLD,
    +    SIDEBAR_TEAM_GRAY,
    +    SIDEBAR_TEAM_DARK_GRAY,
    +    SIDEBAR_TEAM_BLUE,
    +    SIDEBAR_TEAM_GREEN,
    +    SIDEBAR_TEAM_AQUA,
    +    SIDEBAR_TEAM_RED,
    +    SIDEBAR_TEAM_LIGHT_PURPLE,
    +    SIDEBAR_TEAM_YELLOW,
    +    SIDEBAR_TEAM_WHITE;
    +
    +    public DisplaySlot getDisplaySlot();
    +    public ChatColor getTeamColor();
    +    public boolean hasTeamColor();
    +
    +    public NamespacedKey getKey();
    +}
    +
    +

    The getDisplaySlot() method returns the display slot that was chosen. Sidebar scoreboard colors can be accessed via ScoreboardSlot.SIDEBAR_TEAM_###. You can also retrieve the color using the getTeamColor() method.

    +
    +

    Example - Clearing objectives in a scoreboard slot

    +

    Say we want to clear all objectives in a specific scoreboard slot. In this example, we will use the main server scoreboard, which is accessed using Bukkit.getScoreboardManager.getMainScoreboard(). We want a command with the following syntax:

    +
    /clearobjectives <slot>
    +
    +

    We implement this simply by using the ScoreboardSlotArgument as our argument, and then we can clear the slot using the scoreboard clearSlot(DisplaySlot) method.

    +
    +
    new CommandAPICommand("clearobjectives")
    +    .withArguments(new ScoreboardSlotArgument("slot"))
    +    .executes((sender, args) -> {
    +        Scoreboard scoreboard = Bukkit.getScoreboardManager().getMainScoreboard();
    +        DisplaySlot slot = ((ScoreboardSlot) args.get("slot")).getDisplaySlot();
    +        scoreboard.clearSlot(slot);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("clearobjectives")
    +    .withArguments(ScoreboardSlotArgument("slot"))
    +    .executes(CommandExecutor { _, args ->
    +        val scoreboard = Bukkit.getScoreboardManager().mainScoreboard
    +        val slot = (args["slot"] as ScoreboardSlot).displaySlot
    +        scoreboard.clearSlot(slot)
    +    })
    +    .register()
    +
    +
    commandAPICommand("clearobjectives") {
    +    scoreboardSlotArgument("slot")
    +    anyExecutor { _, args ->
    +        val scoreboard = Bukkit.getScoreboardManager().mainScoreboard
    +        val slot = (args["slot"] as ScoreboardSlot).displaySlot
    +        scoreboard.clearSlot(slot)
    +    }
    +}
    +
    +
    +
    +

    Objective arguments

    +

    In the CommandAPI, objectives are split into two classes:

    +
      +
    • The ObjectiveArgument class, which represents objectives as a whole
    • +
    • The ObjectiveCriteriaArgument class, which represents objective criteria
    • +
    +
    +

    Objective argument

    +

    The objective argument refers to a single scoreboard objective.

    +
    +

    Example - Move objective to sidebar

    +

    As an example, let's create a command to move an objective to a player's sidebar. To do this, we will use the following command syntax:

    +
    /sidebar <objective>
    +
    +
    +
    new CommandAPICommand("sidebar")
    +    .withArguments(new ObjectiveArgument("objective"))
    +    .executes((sender, args) -> {
    +        Objective objective = (Objective) args.get("objective");
    +        
    +        // Set display slot
    +        objective.setDisplaySlot(DisplaySlot.SIDEBAR);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sidebar")
    +    .withArguments(ObjectiveArgument("objective"))
    +    .executes(CommandExecutor { _, args ->
    +        val objective = args["objective"] as Objective
    +
    +        // Set display slot
    +        objective.displaySlot = DisplaySlot.SIDEBAR
    +    })
    +    .register()
    +
    +
    commandAPICommand("sidebar") {
    +    objectiveArgument("objective")
    +    anyExecutor { _, args ->
    +        val objective = args["objective"] as Objective
    +
    +        // Set display slot
    +        objective.displaySlot = DisplaySlot.SIDEBAR
    +    }
    +}
    +
    +
    +
    +
    +

    Objective criteria argument

    +

    The ObjectiveCriteriaArgument is fairly straight forward - it represents the criteria for an objective. Similar to Bukkit, the objective criteria is simply represented as a String, so it must be casted to a String when being used.

    +
    +

    Example - Unregister all objectives by criteria

    +

    Say we wanted to create a command to unregister all objectives based on a given criteria. Let's create a command with the following form:

    +
    /unregisterall <objective critera>
    +
    +

    To do this, we're going to take advantage of Bukkit's Scoreboard.getObjectivesByCriteria(String) method

    +
    +
    new CommandAPICommand("unregisterall")
    +    .withArguments(new ObjectiveCriteriaArgument("objective criteria"))
    +    .executes((sender, args) -> {
    +        String objectiveCriteria = (String) args.get("objective criteria");
    +        Set<Objective> objectives = Bukkit.getScoreboardManager().getMainScoreboard().getObjectivesByCriteria(objectiveCriteria);
    +        
    +        // Unregister the objectives
    +        for (Objective objective : objectives) {
    +            objective.unregister();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("unregisterall")
    +    .withArguments(ObjectiveCriteriaArgument("objective criteria"))
    +    .executes(CommandExecutor { _, args ->
    +        val objectiveCriteria = args["objective criteria"] as String
    +        val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria)
    +
    +        // Unregister the objectives
    +        for (objective in objectives) {
    +            objective.unregister()
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("unregisterall") {
    +    objectiveCriteriaArgument("objective criteria")
    +    anyExecutor { _, args ->
    +        val objectiveCriteria = args["objective criteria"] as String
    +        val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria)
    +
    +        // Unregister the objectives
    +        for (objective in objectives) {
    +            objective.unregister()
    +        }
    +    }
    +}
    +
    +
    +
    +

    Team arguments

    +

    The TeamArgument class interacts with the Minecraft scoreboard and represents a team.

    +
    +

    Example - Toggling friendly fire in a team

    +

    Let's say we want to create a command to toggle the state of friendly fire in a team. We want a command of the following form

    +
    /togglepvp <team>
    +
    +

    To do this, given a team we want to use the setAllowFriendlyFire(boolean) function.

    +
    +
    new CommandAPICommand("togglepvp")
    +    .withArguments(new TeamArgument("team"))
    +    .executes((sender, args) -> {
    +        Team team = (Team) args.get("team");
    +        
    +        // Toggle pvp
    +        team.setAllowFriendlyFire(team.allowFriendlyFire());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("togglepvp")
    +    .withArguments(TeamArgument("team"))
    +    .executes(CommandExecutor { _, args ->
    +        val team = args["team"] as Team
    +
    +        // Toggle pvp
    +        team.setAllowFriendlyFire(team.allowFriendlyFire())
    +    })
    +    .register()
    +
    +
    commandAPICommand("togglepvp") {
    +    teamArgument("team")
    +    anyExecutor { _, args ->
    +        val team = args["team"] as Team
    +
    +        // Toggle pvp
    +        team.setAllowFriendlyFire(team.allowFriendlyFire())
    +    }
    +}
    +
    +
    +
    +

    Miscellaneous arguments

    +

    Angle arguments

    +

    The angle argument is used to represent the yaw (horizontal) angle in degrees. The value returned from this argument range from -180.0 (inclusive) to 180 (exclusive), with -180.0 being due north:

    +

    \begin{align} +-1&80.0 \\ +&\hspace{0.1em}N \\ +&\uparrow \\ +90.0\ W \leftarrow &\hspace{0.75em}\rightarrow E\ -90.0 \\ +&\downarrow \\ +&\hspace{0.2em}S \\ +&0.0 \\ +\end{align}

    +

    The ~ notation can be used to specify a rotation relative to the executor's yaw angle.

    +

    Advancement arguments

    +

    An advancement argument suggesting a list of Minecraft advancements

    +

    The AdvancementArgument class represents in-game advancements. As expected, the AdvancementArgument can be casted to Bukkit's Advancement class.

    +
    +

    Example - Awarding a player an advancement

    +

    Say we want to award a player an advancement. First, we need the syntax that our command will use:

    +
    /award <player> <advancement>
    +
    +

    Since we require a player, we will use the PlayerArgument for this example. Given a player, we can simply get the AdvancementProgress for that player, and then award the criteria required to fully complete the provided advancement.

    +
    +
    new CommandAPICommand("award")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new AdvancementArgument("advancement"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("player");
    +        Advancement advancement = (Advancement) args.get("advancement");
    +        
    +        // Award all criteria for the advancement
    +        AdvancementProgress progress = target.getAdvancementProgress(advancement);
    +        for (String criteria : advancement.getCriteria()) {
    +            progress.awardCriteria(criteria);
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("award")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(AdvancementArgument("advancement"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val advancement = args["advancement"] as Advancement
    +
    +        // Award all criteria for the advancement
    +        val progress = target.getAdvancementProgress(advancement)
    +        for (criteria in advancement.criteria) {
    +            progress.awardCriteria(criteria)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("award") {
    +    playerArgument("player")
    +    advancementArgument("advancement")
    +    anyExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val advancement = args["advancement"] as Advancement
    +
    +        // Award all criteria for the advancement
    +        val progress = target.getAdvancementProgress(advancement)
    +        for (criteria in advancement.criteria) {
    +            progress.awardCriteria(criteria)
    +        }
    +    }
    +}
    +
    +
    +
    +

    Biome arguments

    +

    A biome argument suggesting a list of Minecraft biomes

    +

    In Minecraft 1.16, they added the ability to refer to in-game biomes. The CommandAPI implements this using the BiomeArgument. As expected, this returns Bukkit's Biome enum when used.

    +
    +

    When using the Biome object, the CommandAPI will return null if the specified Biome could not be found, for example if a player submitted a biome from a client-side resourcepack. The CommandAPI does not return Biome.CUSTOM from the BiomeArgument.

    +
    +
    +

    Example - Setting the biome of a chunk

    +

    Say you want to set the biome of the current chunk that a player is in. We can do this using the World.setBiome(x, y, z, biome) method for a given world. We will use this command syntax to set the biome of our current chunk:

    +
    /setbiome <biome>
    +
    +

    And we can set the biome of the current chunk as expected:

    +
    +
    new CommandAPICommand("setbiome")
    +    .withArguments(new BiomeArgument("biome"))
    +    .executesPlayer((player, args) -> {
    +        Biome biome = (Biome) args.get("biome");
    +
    +        Chunk chunk = player.getLocation().getChunk();
    +        player.getWorld().setBiome(chunk.getX(), player.getLocation().getBlockY(), chunk.getZ(), biome);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("setbiome")
    +    .withArguments(BiomeArgument("biome"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val biome = args["biome"] as Biome
    +
    +        val chunk = player.location.chunk
    +        player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome)
    +    })
    +    .register()
    +
    +
    commandAPICommand("setbiome") {
    +    biomeArgument("biome")
    +    playerExecutor { player, args ->
    +        val biome = args["biome"] as Biome
    +
    +        val chunk = player.location.chunk
    +        player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome)
    +    }
    +}
    +
    +
    +
    +

    The BiomeArgument also supports returning a NamespacedKey for custom biomes. This can be done by using the BiomeArgument.NamespacedKey constructor instead of the normal BiomeArgument constructor:

    +
    // Makes a BiomeArgument that returns a Biome
    +new BiomeArgument("biome");
    +
    +// Makes a BiomeArgument that returns a NamespacedKey
    +new BiomeArgument.NamespacedKey("biome");
    +
    +
    +

    Developer's Note:

    +

    Spigot's support for custom biomes is really limited! If you have an example that lets you use custom biomes with namespaced keys, please open a GitHub issue, or reach out to us on Discord!

    +
    +

    BlockState arguments

    +

    A block state argument with suggestions for Minecraft items

    +

    The BlockStateArgument is used to represent data about blocks in the world. These refer to any blocks that have data or states, such as dispensers, signs, doors and pistons. The BlockStateArgument creates a Bukkit BlockData object when used.

    +
    +

    Developer's Note:

    +

    Make sure to not confuse the cast type with BlockState. The naming of this argument refers to the internal Minecraft vanilla argument naming convention - this argument casts to BlockData and NOT BlockState.

    +
    +
    +

    Example - Setting a block

    +

    Say we want a simple command to set the block that you're looking at. We'll use the following command syntax:

    +
    /set <block>
    +
    +

    And then we can simply set our block using setBlockData():

    +
    +
    new CommandAPICommand("set")
    +    .withArguments(new BlockStateArgument("block"))
    +    .executesPlayer((player, args) -> {
    +        BlockData blockdata = (BlockData) args.get("block");
    +        Block targetBlock = player.getTargetBlockExact(256);
    +        
    +        // Set the block, along with its data
    +        targetBlock.setType(blockdata.getMaterial());
    +        targetBlock.getState().setBlockData(blockdata);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("set")
    +    .withArguments(BlockStateArgument("block"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val blockdata = args["block"] as BlockData
    +        val targetBlock = player.getTargetBlockExact(256)
    +
    +        // Set the block, along with its data
    +        targetBlock?.type = blockdata.material
    +        targetBlock?.state?.blockData = blockdata
    +    })
    +    .register()
    +
    +
    commandAPICommand("set") {
    +    blockStateArgument("block")
    +    playerExecutor { player, args ->
    +        val blockdata = args["block"] as BlockData
    +        val targetBlock = player.getTargetBlockExact(256)
    +
    +        // Set the block, along with its data
    +        targetBlock?.type = blockdata.material
    +        targetBlock?.state?.blockData = blockdata
    +    }
    +}
    +
    +
    +
    +

    Enchantment argument

    +

    An enchantment argument suggesting a list of Minecraft enchantments

    +

    The EnchantmentArgument class lets users input a specific enchantment. As you would expect, the cast type is Bukkit's Enchantment class.

    +
    +

    Example - Giving a player an enchantment on their current item

    +

    Say we want to give a player an enchantment on the item that the player is currently holding. We will use the following command syntax:

    +
    /enchantitem <enchantment> <level>
    +
    +

    Since most enchantment levels range between 1 and 5, we will also make use of the IntegerArgument to restrict the level of the enchantment by usng its range constructor.

    +
    +
    new CommandAPICommand("enchantitem")
    +    .withArguments(new EnchantmentArgument("enchantment"))
    +    .withArguments(new IntegerArgument("level", 1, 5))
    +    .executesPlayer((player, args) -> {
    +        Enchantment enchantment = (Enchantment) args.get("enchantment");
    +        int level = (int) args.get("level");
    +        
    +        // Add the enchantment
    +        player.getInventory().getItemInMainHand().addEnchantment(enchantment, level);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("enchantitem")
    +    .withArguments(EnchantmentArgument("enchantment"))
    +    .withArguments(IntegerArgument("level", 1, 5))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val enchantment = args["enchantment"] as Enchantment
    +        val level = args["level"] as Int
    +
    +        // Add the enchantment
    +        player.inventory.itemInMainHand.addEnchantment(enchantment, level)
    +    })
    +    .register()
    +
    +
    commandAPICommand("enchantitem") {
    +    enchantmentArgument("enchantment")
    +    integerArgument("level", 1, 5)
    +    playerExecutor { player, args ->
    +        val enchantment = args["enchantment"] as Enchantment
    +        val level = args["level"] as Int
    +
    +        // Add the enchantment
    +        player.inventory.itemInMainHand.addEnchantment(enchantment, level)
    +    }
    +}
    +
    +
    +
    +

    Itemstack arguments

    +

    An item stack argument with suggestions for Minecraft items

    +

    The ItemStackArgument class represents in-game items. As expected, this should be casted to Bukkit's ItemStack object. The ItemStack which is returned by the ItemStackArgument always has a size of 1.

    +
    +

    Example - Giving a player an itemstack

    +

    Say we want to create a command that gives you items. For this command, we will use the following syntax:

    +
    /item <itemstack>
    +
    +

    With this syntax, we can easily create our command:

    +
    +
    new CommandAPICommand("item")
    +    .withArguments(new ItemStackArgument("itemStack"))
    +    .executesPlayer((player, args) -> {
    +        player.getInventory().addItem((ItemStack) args.get("itemStack"));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("item")
    +    .withArguments(ItemStackArgument("itemStack"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.inventory.addItem(args["itemStack"] as ItemStack)
    +    })
    +    .register()
    +
    +
    commandAPICommand("item") {
    +    itemStackArgument("itemstack")
    +    playerExecutor { player, args ->
    +        player.inventory.addItem(args["itemstack"] as ItemStack)
    +    }
    +}
    +
    +
    +
    +

    LootTable argument

    +

    A loot table argument showing a list of Minecraft loot tables as suggestions

    +

    The LootTableArgument class can be used to get a Bukkit LootTable object.

    +
    +

    Example - Filling a chest with loot table contents

    +

    Say we wanted to write a command that populates a chest with some loot table contents. For this example, we'll use the following command:

    +
    /giveloottable <loottable> <location>
    +
    +

    We ensure that the location provided is a container (such as a chest or shulkerbox) and then update the contents of that container:

    +
    +
    new CommandAPICommand("giveloottable")
    +    .withArguments(new LootTableArgument("lootTable"))
    +    .withArguments(new LocationArgument("location", LocationType.BLOCK_POSITION))
    +    .executes((sender, args) -> {
    +        LootTable lootTable = (LootTable) args.get("lootTable");
    +        Location location = (Location) args.get("location");
    +
    +        BlockState state = location.getBlock().getState();
    +
    +        // Check if the input block is a container (e.g. chest)
    +        if (state instanceof Container container && state instanceof Lootable lootable) {
    +            // Apply the loot table to the chest
    +            lootable.setLootTable(lootTable);
    +            container.update();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("giveloottable")
    +    .withArguments(LootTableArgument("lootTable"))
    +    .withArguments(LocationArgument("location", LocationType.BLOCK_POSITION))
    +    .executes(CommandExecutor { _, args ->
    +        val lootTable = args["lootTable"] as LootTable
    +        val location = args["location"] as Location
    +
    +        val state = location.block.state
    +
    +        // Check if the input block is a container (e.g. chest)
    +        if (state is Container && state is Lootable) {
    +            // Apply the loot table to the chest
    +            state.lootTable = lootTable
    +            state.update()
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("giveloottable") {
    +    lootTableArgument("loottable")
    +    locationArgument("location", LocationType.BLOCK_POSITION)
    +    anyExecutor { _, args ->
    +        val lootTable = args["loottable"] as LootTable
    +        val location = args["location"] as Location
    +
    +        val state = location.block.state
    +
    +        // Check if the input block is a container (e.g. chest)
    +        if (state is Container && state is Lootable) {
    +            // Apply the loot table to the chest
    +            state.lootTable = lootTable
    +            state.update()
    +        }
    +    }
    +}
    +
    +
    +
    +

    MathOperation arguments

    +

    An image of the math operation argument, with suggestions "%=", "*=", "+=", "-=", "/=", "<", "=", ">" and "><"

    +

    The CommandAPI's MathOperationArgument is used to represent the Minecraft scoreboard arithmetic operation to alter scoreboard scores. Since there is no default representation in the Bukkit API, the CommandAPI provides the MathOperation class to represent each operation:

    +
    + + + + + + + + + +
    Symbol (in Minecraft)MathOperation enum value
    \(+=\)MathOperation.ADD
    \(-=\)MathOperation.SUBTRACT
    \(*=\)MathOperation.MULTIPLY
    \(/=\)MathOperation.DIVIDE
    \(\%=\)MathOperation.MOD
    \(=\)MathOperation.ASSIGN
    \(<\)MathOperation.MIN
    \(>\)MathOperation.MAX
    \(><\)MathOperation.SWAP
    +
    +
    +

    The MathOperation also has two methods:

    +
    public int apply(int val1, int val2);
    +public float apply(float val1, float val2);
    +
    +

    These methods are used to provide a basic implementation of these math operations on a given input. Given the values val1 and val2, these are the operation that the apply(val1, val2) method performs:

    +
    + + + + + + + + + +
    MathOperation enum valueResult
    MathOperation.ADDval1 + val2
    MathOperation.SUBTRACTval1 - val2
    MathOperation.MULTIPLYval1 * val2
    MathOperation.DIVIDEval1 / val2
    MathOperation.MODval1 % val2
    MathOperation.ASSIGNval2
    MathOperation.MINMath.min(val1, val2)
    MathOperation.MAXMath.max(val1, val2)
    MathOperation.SWAPval2
    +
    +
    +
    +

    Example - Changing a player's level

    +

    Say we wanted to create a player's level. Typically, this is implemented in the following manner:

    +
    /xp set <player> <level>
    +/xp add <player> <levels>
    +
    +

    Using the MathOperationArgument, we can extend the functionality of adding and setting a player's level by allowing the user to choose what operation they desire. To do this, we'll use the following syntax:

    +
    /changelevel <player> <operation> <value>
    +
    +

    As with any command, we declare our arguments, cast them properly and then we write our main code. In this example, we use the apply(int, int) method from our MathOperation to calculate the player's new level.

    +
    +
    new CommandAPICommand("changelevel")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new MathOperationArgument("operation"))
    +    .withArguments(new IntegerArgument("value"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("player");
    +        MathOperation op = (MathOperation) args.get("operation");
    +        int value = (int) args.get("value");
    +
    +        target.setLevel(op.apply(target.getLevel(), value));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("changelevel")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(MathOperationArgument("operation"))
    +    .withArguments(IntegerArgument("value"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val op = args["operation"] as MathOperation
    +        val value = args["value"] as Int
    +
    +        target.level = op.apply(target.level, value)
    +    })
    +    .register()
    +
    +
    commandAPICommand("changelevel") {
    +    playerArgument("player")
    +    mathOperationArgument("operation")
    +    integerArgument("value")
    +    anyExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val op = args["operation"] as MathOperation
    +        val value = args["value"] as Int
    +
    +        target.level = op.apply(target.level, value)
    +    }
    +}
    +
    +
    +
    +

    There are various applications for the changelevel command based on what the user inputs. For example:

    +
      +
    • +

      To set the player Notch to level 10:

      +
      /changelevel Notch = 10
      +
      +
    • +
    • +

      To double the player Notch's level:

      +
      /changelevel Notch *= 2
      +
      +
    • +
    • +

      To set the player Notch's level to 20, or keep it as their current level if it is higher than 20:

      +
      /changelevel Notch > 20
      +
      +
    • +
    +
    +

    NamespacedKey arguments

    +

    NamespacedKey arguments represent Minecraft's resource locations, or namespaced keys. This argument is casted to Bukkit's NamespacedKey object.

    +

    Namespaced keys are typically of the form namespace:key. If no namespace is provided, the default namespace (minecraft) will be used.

    +

    Particle arguments

    +

    A particle argument suggesting a list of Minecraft particle effects

    +

    The ParticleArgument class represents Minecraft particles. This is casted to the CommandAPI's ParticleData class.

    +

    The ParticleData class

    +

    The ParticleData class is a record that contains two values:

    +
      +
    • Particle particle, which is the Bukkit enum Particle representation of what particle was provided
    • +
    • T data, which represents any additional particle data which was provided.
    • +
    +
    public record ParticleData<T>(Particle particle, T data);
    +
    +

    The T data can be used in Bukkit's World.spawnParticle(Particle particle, Location location, int count, T data) method.

    +

    Particle data

    +

    Particle data depends on your version of Minecraft. In 1.20.5, Minecraft and Spigot updated their particle API and they are no longer compatible with each other. Information about how the CommandAPI uses particle data can be found using the links below:

    + +

    Particle data (1.16.5 - 1.20.4)

    +

    The particle argument requires additional data for a particle depending on what the particle is. Information about this can be found on the Argument types page on the MinecraftWiki. The following particles have additional data required to display them:

    +
    + + + + + + + + + +
    Bukkit ParticleMinecraft particleArguments
    BLOCK_CRACKblockblock block_id

    block block_id[block_state=value]
    BLOCK_MARKERblock_markerblock_marker block_id

    block_marker block_id[block_state=value]
    REDSTONEdustdust red green blue size
    DUST_COLOR_TRANSITIONdust_color_transitiondust_color_transition red1 green1 blue1 size red2 green2 blue2
    FALLING_DUSTfalling_dustfalling_dust block_id

    falling_dust block_id[block_state=value]
    ITEM_CRACKitemitem item_id

    item item_id{NBT}
    SCULK_CHARGEsculk_chargesculk_charge angle
    SHRIEKshriekshriek delay
    VIBRATIONvibrationvibration x y z ticks
    +
    +

    ParticleArgument examples

    +

    Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.

    +
    +

    Example - Show particles at a player's location (without data)

    +

    Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax:

    +
    /showparticle <particle>
    +
    +

    With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method:

    +
    +
    new CommandAPICommand("showparticle")
    +    .withArguments(new ParticleArgument("particle"))
    +    .executesPlayer((player, args) -> {
    +        ParticleData<?> particleData = (ParticleData<?>) args.get("particle");
    +        player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("showparticle")
    +    .withArguments(ParticleArgument("particle"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1)
    +    })
    +    .register()
    +
    +
    commandAPICommand("showparticle") {
    +    particleArgument("particle")
    +    playerExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1)
    +    }
    +}
    +
    +
    +

    Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.

    +
    +
    +

    Example - Show particles at a player's location (with data)

    +

    We can fix the issues with the example above by providing the data of the argument using the ParticleData record:

    +
    /showparticle <particle>
    +
    +

    In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data:

    +
    +
    new CommandAPICommand("showparticle")
    +    .withArguments(new ParticleArgument("particle"))
    +    .executesPlayer((player, args) -> {
    +        ParticleData<?> particleData = (ParticleData<?>) args.get("particle");
    +        player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("showparticle")
    +    .withArguments(ParticleArgument("particle"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data())
    +    })
    +    .register()
    +
    +
    commandAPICommand("showparticle") {
    +    particleArgument("particle")
    +    playerExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data())
    +    }
    +}
    +
    +
    +

    This can be used with commands such as:

    +
    /showparticle minecraft:dust_color_transition 0 0 0 20 1 0 0
    +/showparticle minecraft:block_marker diamond_block
    +
    +
    +

    Particle data implementation notes

    +

    The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below:

    +
    ParticleData<Vibration> particleData; // The particle data you get from your argument
    +Location destination = ((BlockDestination) particleData.data().getDestination()).getLocation();
    +
    +

    Particle data (1.20.5+)

    +

    The particle argument requires additional data for a particle depending on what the particle is. The following particles have additional data required to display them:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Bukkit ParticleArgument syntax
    BLOCK +
    block{block_state:{Name:"block_name"}}
    +
      +
    • block_name - name of a block, such as diamond_block
    • +
    +
    BLOCK_MARKER +
    block_marker{block_state:{Name:"block_name"}}
    +
      +
    • block_name - name of a block, such as diamond_block
    • +
    +
    DUST +
    dust{color:[red,green,blue],scale:scale}
    +
      +
    • red - number for red, between 0.0 and 1.0
    • +
    • green - number for green, between 0.0 and 1.0
    • +
    • blue - number for blue, between 0.0 and 1.0
    • +
    • scale - number for the size of the particle
    • +
    +
    DUST_COLOR_TRANSITION +
    dust_color_transition{from_color:[red,green,blue],
    scale:scale,to_color:[red,green,blue]}
    +
      +
    • red - number for red, between 0.0 and 1.0
    • +
    • green - number for green, between 0.0 and 1.0
    • +
    • blue - number for blue, between 0.0 and 1.0
    • +
    • scale - number for the size of the particle
    • +
    +
    DUST_PILLAR +
    dust_pillar{block_state:{Name:"block_name"}}
    +
      +
    • block_name - name of a block, such as diamond_block
    • +
    +
    ENTITY_EFFECT +
    entity_effect{color:[red,green,blue,alpha]}
    +
      +
    • red - number for red, between 0.0 and 1.0
    • +
    • green - number for green, between 0.0 and 1.0
    • +
    • blue - number for blue, between 0.0 and 1.0
    • +
    • alpha - number for transparency, between 0.0 and 1.0
    • +
    +
    FALLING_DUST +
    falling_dust{block_state:{Name:"block_name"}}
    +
      +
    • block_name - name of a block, such as diamond_block
    • +
    +
    ITEM +
    item{item:"item"}
    +
      +
    • item - name of an item, such as apple
    • +
    +
    SCULK_CHARGE +
    sculk_charge{roll:angle}
    +
      +
    • angle - decimal angle the particle displays at in radians
    • +
    +
    SHRIEK +
    shriek{delay:delay}
    +
      +
    • delay - delay in ticks for when the shriek particle should appear
    • +
    +
    VIBRATION +
    vibration{destination:{type:"block",pos:[x,y,z]},
    arrival_in_ticks:ticks}
    +
      +
    • x - decimal x-coordinate to move towards
    • +
    • y - decimal y-coordinate to move towards
    • +
    • z - decimal z-coordinate to move towards
    • +
    • ticks - time in ticks to take to move towards its destination
    • +
    +
    +

    ParticleArgument examples

    +

    Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.

    +
    +

    Example - Show particles at a player's location (without data)

    +

    Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax:

    +
    /showparticle <particle>
    +
    +

    With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method:

    +
    +
    new CommandAPICommand("showparticle")
    +    .withArguments(new ParticleArgument("particle"))
    +    .executesPlayer((player, args) -> {
    +        ParticleData<?> particleData = (ParticleData<?>) args.get("particle");
    +        player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("showparticle")
    +    .withArguments(ParticleArgument("particle"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1)
    +    })
    +    .register()
    +
    +
    commandAPICommand("showparticle") {
    +    particleArgument("particle")
    +    playerExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1)
    +    }
    +}
    +
    +
    +

    Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.

    +
    +
    +

    Example - Show particles at a player's location (with data)

    +

    We can fix the issues with the example above by providing the data of the argument using the ParticleData record:

    +
    /showparticle <particle>
    +
    +

    In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data:

    +
    +
    new CommandAPICommand("showparticle")
    +    .withArguments(new ParticleArgument("particle"))
    +    .executesPlayer((player, args) -> {
    +        ParticleData<?> particleData = (ParticleData<?>) args.get("particle");
    +        player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("showparticle")
    +    .withArguments(ParticleArgument("particle"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data())
    +    })
    +    .register()
    +
    +
    commandAPICommand("showparticle") {
    +    particleArgument("particle")
    +    playerExecutor { player, args ->
    +        val particleData = args["particle"] as ParticleData<Any>
    +        player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data())
    +    }
    +}
    +
    +
    +

    This can be used with commands such as:

    +
    /showparticle minecraft:dust_color_transition{from_color:[0.0,0.0,0.0],scale:20.0,to_color:[1.0,0.0,0.0]}
    +/showparticle minecraft:block_marker{block_state:{Name:"diamond_block"}}
    +
    +
    +

    Particle data implementation notes

    +

    The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below:

    +
    ParticleData<Vibration> particleData; // The particle data you get from your argument
    +Location destination = ((BlockDestination) particleData.data().getDestination()).getLocation();
    +
    +

    Potion effect arguments

    +

    An image of a potion argument with a list of potion effect suggestions

    +

    The PotionEffectArgument class represents Minecraft potion effects. When used, this argument is casted to Bukkit's PotionEffectType class, or alternatively a NamespacedKey object if the PotionEffectArgument.NamespacedKey argument is used to create a PotionEffectArgument.

    +
    +

    Example - Giving a player a potion effect

    +

    Say we wanted to have a command that gives a player a potion effect. For this command, we'll use the following syntax:

    +
    /potion <target> <potion> <duration> <strength>
    +
    +

    In this example, we utilize some of the other arguments that we've described earlier, such as the PlayerArgument and TimeArgument. Since duration for the PotionEffect constructor is in ticks, this is perfectly fit for the TimeArgument, which is represented in ticks.

    +
    +
    new CommandAPICommand("potion")
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new PotionEffectArgument("potion"))
    +    .withArguments(new TimeArgument("duration"))
    +    .withArguments(new IntegerArgument("strength"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("target");
    +        PotionEffectType potion = (PotionEffectType) args.get("potion");
    +        int duration = (int) args.get("duration");
    +        int strength = (int) args.get("strength");
    +        
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(new PotionEffect(potion, duration, strength));
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("potion")
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new PotionEffectArgument.NamespacedKey("potion"))
    +    .withArguments(new TimeArgument("duration"))
    +    .withArguments(new IntegerArgument("strength"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("target");
    +        NamespacedKey potionKey = (NamespacedKey) args.get("potion");
    +        int duration = (int) args.get("duration");
    +        int strength = (int) args.get("strength");
    +
    +        PotionEffectType potion = PotionEffectType.getByKey(potionKey);
    +
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(new PotionEffect(potion, duration, strength));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("potion")
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(PotionEffectArgument("potion"))
    +    .withArguments(TimeArgument("duration"))
    +    .withArguments(IntegerArgument("strength"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potion = args["potion"] as PotionEffectType
    +        val duration = args["duration"] as Int
    +        val strength = args["strength"] as Int
    +
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(PotionEffect(potion, duration, strength))
    +    })
    +    .register()
    +
    +
    CommandAPICommand("potion")
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(PotionEffectArgument.NamespacedKey("potion"))
    +    .withArguments(TimeArgument("duration"))
    +    .withArguments(IntegerArgument("strength"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potionKey = args["potion"] as NamespacedKey
    +        val duration = args["duration"] as Int
    +        val strength = args["strength"] as Int
    +
    +        val potion = PotionEffectType.getByKey(potionKey)!!
    +
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(PotionEffect(potion, duration, strength))
    +    })
    +    .register()
    +
    +
    commandAPICommand("potion") {
    +    playerArgument("target")
    +    potionEffectArgument("potion")
    +    timeArgument("duration")
    +    integerArgument("strength")
    +    anyExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potion = args["potion"] as PotionEffectType
    +        val duration = args["duration"] as Int
    +        val strength = args["strength"] as Int
    +
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(PotionEffect(potion, duration, strength))
    +    }
    +}
    +
    +
    commandAPICommand("potion") {
    +    playerArgument("target")
    +    potionEffectArgument("potion", true)
    +    timeArgument("duration")
    +    integerArgument("strength")
    +    anyExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potionKey = args["potion"] as NamespacedKey
    +        val duration = args["duration"] as Int
    +        val strength = args["strength"] as Int
    +
    +        val potion = PotionEffectType.getByKey(potionKey)!!
    +
    +        // Add the potion effect to the target player
    +        target.addPotionEffect(PotionEffect(potion, duration, strength))
    +    }
    +}
    +
    +
    +
    +

    Recipe arguments

    +

    A recipe argument command with the suggestions for Minecraft items

    +

    The RecipeArgument class lets you retrieve Bukkit's ComplexRecipe object.

    +
    +

    Example - Giving a player the result of a recipe

    +

    Say we want to give yourself the result of a specific recipe. Since Bukkit's Recipe class contains the getResult() method, we will use that in our example. We want to create the following command:

    +
    /giverecipe <recipe>
    +
    +

    As such, we easily implement it by specifying the RecipeArgument, casting it and adding it to the player's inventory:

    +
    +
    new CommandAPICommand("giverecipe")
    +    .withArguments(new RecipeArgument("recipe"))
    +    .executesPlayer((player, args) -> {
    +        ComplexRecipe recipe = (ComplexRecipe) args.get("recipe");
    +        player.getInventory().addItem(recipe.getResult());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("giverecipe")
    +    .withArguments(RecipeArgument("recipe"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val recipe = args["recipe"] as ComplexRecipe
    +        player.inventory.addItem(recipe.result)
    +    })
    +    .register()
    +
    +
    commandAPICommand("giverecipe") {
    +    recipeArgument("recipe")
    +    playerExecutor { player, args ->
    +        val recipe = args["recipe"] as ComplexRecipe
    +        player.inventory.addItem(recipe.result)
    +    }
    +}
    +
    +
    +
    +
    +

    Example - Unlocking a recipe for a player

    +

    In this example, we'll use the ComplexRecipe's getKey() method to write an example to to unlock a recipe for a player. For this command, we'll use the following syntax:

    +
    /unlockrecipe <player> <recipe>
    +
    +

    This is then implemented trivially as follows:

    +
    +
    new CommandAPICommand("unlockrecipe")
    +    .withArguments(new PlayerArgument("player"))
    +    .withArguments(new RecipeArgument("recipe"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("player");
    +        ComplexRecipe recipe = (ComplexRecipe) args.get("recipe");
    +
    +        target.discoverRecipe(recipe.getKey());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("unlockrecipe")
    +    .withArguments(PlayerArgument("player"))
    +    .withArguments(RecipeArgument("recipe"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val recipe = args["recipe"] as ComplexRecipe
    +
    +        target.discoverRecipe(recipe.key)
    +    })
    +    .register()
    +
    +
    commandAPICommand("unlockrecipe") {
    +    playerArgument("player")
    +    recipeArgument("recipe")
    +    anyExecutor { _, args ->
    +        val target = args["player"] as Player
    +        val recipe = args["recipe"] as ComplexRecipe
    +
    +        target.discoverRecipe(recipe.key)
    +    }
    +}
    +
    +
    +
    +

    Sound arguments

    +

    A sound argument command with a list of Minecraft sounds as suggestions

    +

    The SoundArgument class allows a command sender to retrieve the Bukkit Sound or NamespacedKey object to represent in-game sound effects (such as mob sounds or ambient sound effects), as well as in-game music.

    +

    The SoundArgument can return a Sound or NamespacedKey object. To return a Sound object, simply use the SoundArgument as normal. To return a NamespacedKey object, use the SoundArgument.NamespacedKey constructor instead:

    +
    // Makes a SoundArgument that returns a Sound
    +new SoundArgument("sound");
    +
    +// Makes a SoundArgument that returns a NamespacedKey
    +new SoundArgument.NamespacedKey("sound");
    +
    +
    +

    When using the Sound object, the CommandAPI will return null if the specified Sound could not be found. For this reason, it's recommended to use the NamespacedKey object for optimal compatibility with client-side resourcepacks.

    +
    +
    +

    Example - Playing sound to yourself

    +

    Say we want a simple command that plays a specific sound at your location. To do this, we will make the following command:

    +
    /sound <sound>
    +
    +

    This command simply plays the provided sound to the current player:

    +
    +
    new CommandAPICommand("sound")
    +    .withArguments(new SoundArgument("sound"))
    +    .executesPlayer((player, args) -> {
    +        player.getWorld().playSound(player.getLocation(), (Sound) args.get("sound"), 100.0f, 1.0f);
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("sound")
    +    .withArguments(new SoundArgument.NamespacedKey("sound"))
    +    .executesPlayer((player, args) -> {
    +        player.getWorld().playSound(player.getLocation(), ((NamespacedKey) args.get("sound")).asString(), 100.0f, 1.0f);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sound")
    +    .withArguments(SoundArgument("sound"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.world.playSound(player.location, args["sound"] as Sound, 100.0f, 1.0f)
    +    })
    +    .register()
    +
    +
    CommandAPICommand("sound")
    +    .withArguments(SoundArgument.NamespacedKey("sound"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.world.playSound(player.location, (args["sound"] as NamespacedKey).asString(), 100.0f, 1.0f)
    +    })
    +    .register()
    +
    +
    commandAPICommand("sound") {
    +    soundArgument("sound")
    +    playerExecutor { player, args ->
    +        player.world.playSound(player.location, args["sound"] as Sound, 100.0f, 1.0f)
    +    }
    +}
    +
    +
    commandAPICommand("sound") {
    +    soundArgument("sound", true)
    +    playerExecutor { player, args ->
    +        player.world.playSound(player.location, (args["sound"] as NamespacedKey).asString(), 100.0f, 1.0f)
    +    }
    +}
    +
    +
    +
    +

    Time arguments

    +

    A time argument with Minecraft suggestions 'd', 's' and 't'

    +

    The TimeArgument class represents in-game time, in the number of in-game ticks. This allows command senders to specify a certain number of ticks in a simpler way, by including the characters d to specify the numbers of days, s to specify the number of seconds or t to specify a number of ticks.

    +

    The CommandAPI converts the inputs provided by the command sender into a number of ticks as an integer.

    +
    +

    Developer's Note:

    +

    The TimeArgument provides inputs such as 2d (2 in-game days), 10s (10 seconds) and 20t (20 ticks), but does not let you combine them, such as 2d10s.

    +
    +
    +

    Example - Displaying a server-wide announcement

    +

    Say we have a command bigmsg that displays a title message to all players for a certain duration:

    +
    /bigmsg <duration> <message>
    +
    +
    +
    new CommandAPICommand("bigmsg")
    +    .withArguments(new TimeArgument("duration"))
    +    .withArguments(new GreedyStringArgument("message"))
    +    .executes((sender, args) -> {
    +        // Duration in ticks
    +        int duration = (int) args.get("duration");
    +        String message = (String) args.get("message");
    +
    +        for (Player player : Bukkit.getOnlinePlayers()) {
    +            // Display the message to all players, with the default fade in/out times (10 and 20).
    +            player.sendTitle(message, "", 10, duration, 20);
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("bigmsg")
    +    .withArguments(TimeArgument("duration"))
    +    .withArguments(GreedyStringArgument("message"))
    +    .executes(CommandExecutor { _, args ->
    +        // Duration in ticks
    +        val duration = args["duration"] as Int
    +        val message = args["message"] as String
    +
    +        for (player in Bukkit.getOnlinePlayers()) {
    +            // Display the message to all players, with the default fade in/out times (10 and 20).
    +            player.sendTitle(message, "", 10, duration, 20)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("bigmsg") {
    +    timeArgument("duration")
    +    greedyStringArgument("message")
    +    anyExecutor { _, args ->
    +        // Duration in ticks
    +        val duration = args["duration"] as Int
    +        val message = args["message"] as String
    +
    +        for (player in Bukkit.getOnlinePlayers()) {
    +            // Display the message to all players, with the default fade in/out times (10 and 20).
    +            player.sendTitle(message, "", 10, duration, 20)
    +        }
    +    }
    +}
    +
    +
    +
    +

    UUID arguments

    +

    The UUID argument is used to uniquely identify players, entities and attribute modifiers. As a result, its cast type is Java's UUID.

    +

    World arguments

    +

    A picture of world arguments in action

    +

    The WorldArgument class allows a command sender to refer to a loaded Bukkit World.

    +
    +

    Example - Unloading world

    +

    Say we want to unload a world on our Minecraft server. We want to create a command with the following syntax:

    +
    /unloadworld <world>
    +
    +

    Using the world from the WorldArgument, we can then unload the world safely using Bukkit.getServer().unloadWorld() and passing true (to save chunks):

    +
    +
    new CommandAPICommand("unloadworld")
    +    .withArguments(new WorldArgument("world"))
    +    .executes((sender, args) -> {
    +        World world = (World) args.get("world");
    +
    +        // Unload the world (and save the world's chunks)
    +        Bukkit.getServer().unloadWorld(world, true);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("unloadworld")
    +    .withArguments(WorldArgument("world"))
    +    .executes(CommandExecutor { sender, args ->
    +        val world = args["world"] as World
    +
    +        // Unload the world (and save the world's chunks)
    +        Bukkit.getServer().unloadWorld(world, true)
    +    })
    +    .register()
    +
    +
    commandAPICommand("unloadworld") {
    +    worldArgument("world")
    +    anyExecutor { sender, args ->
    +        val world = args["world"] as World
    +
    +        // Unload the world (and save the world's chunks)
    +        Bukkit.getServer().unloadWorld(world, true)
    +    }
    +}
    +
    +
    +
    +

    Predicate arguments

    +

    Block predicate arguments

    +

    The BlockPredicateArgument is used to represent a "test" for Minecraft blocks. This can consist of tags, such as the ones listed here on the MinecraftWiki, or individual blocks. If a block matches the tag or block, then the predicate is satisfied.

    +

    For example, if we were to use the predicate #leaves, then the following blocks will be satisfied by that predicate: jungle_leaves, oak_leaves, spruce_leaves, dark_oak_leaves, acacia_leaves, birch_leaves.

    +

    When used, this argument must be casted to a Predicate<Block>. As with other similar arguments with parameterized types, you can ignore Java's unchecked cast type safety warning.

    +
    +

    Example - Replacing specific blocks in a radius

    +

    Say you want to replace blocks in a given radius. To do this, we'll use the following command structure:

    +
    /replace <radius> <fromBlock> <toBlock>
    +
    +

    Of course, we could simply use a BlockStateArgument or even an ItemStackArgument as our <fromBlock> in order to get the material to replace, but the block predicate argument provides a test for a given block, which if satisfied, allows certain code to be executed.

    +

    First, we declare our arguments. We want to use the BlockPredicateArgument since it also allows us to use Minecraft tags to identify blocks, as well as individual blocks. We then use BlockStateArgument to set the block to a given type. The BlockStateArgument also allows the user to provide any block data (e.g. contents of a chest or a stair's orientation).

    +
    +
    Argument<?>[] arguments = new Argument<?>[] {
    +    new IntegerArgument("radius"),
    +    new BlockPredicateArgument("fromBlock"),
    +    new BlockStateArgument("toBlock"),
    +};
    +
    +
    val arguments = arrayOf<Argument<*>>(
    +    IntegerArgument("radius"),
    +    BlockPredicateArgument("fromBlock"),
    +    BlockStateArgument("toBlock"),
    +)
    +
    +
    +

    We then register our /replace command. First, we parse the arguments making sure to cast to Predicate<Block> and BlockData (and not BlockState). After that, we use a few simple for loops to find the blocks within a radius sphere from the player.

    +

    In our most nested loop, we can then check if the block meets the requirements of our predicate. This is simply performed using predicate.test(block), and if satisfied, we can set the block's type.

    +

    Lastly, we register our command as normal using the register() method.

    +
    +
    new CommandAPICommand("replace")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Parse the arguments
    +        int radius = (int) args.get("radius");
    +        @SuppressWarnings("unchecked")
    +        Predicate<Block> predicate = (Predicate<Block>) args.get("fromBlock");
    +        BlockData blockData = (BlockData) args.get("toBlock");
    +        
    +        // Find a (solid) sphere of blocks around the player with a given radius
    +        Location center = player.getLocation();
    +        for (int x = -radius; x <= radius; x++) {
    +            for (int y = -radius; y <= radius; y++) {
    +                for (int z = -radius; z <= radius; z++) {
    +                    if (Math.sqrt(((x * x) + (y * y) + (z * z))) <= radius) {
    +                        Block block = center.getWorld().getBlockAt(x + center.getBlockX(), y + center.getBlockY(), z + center.getBlockZ());
    +                        
    +                        // If that block matches a block from the predicate, set it
    +                        if (predicate.test(block)) {
    +                            block.setType(blockData.getMaterial());
    +                            block.setBlockData(blockData);
    +                        }
    +                    }
    +                }
    +            }
    +        }
    +        return;
    +    })
    +    .register();
    +
    +
    CommandAPICommand("replace")
    +    .withArguments(*arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Parse the arguments
    +        val radius = args["radius"] as Int
    +        val predicate = args["fromBlock"] as Predicate<Block>
    +        val blockData = args["toBlock"] as BlockData
    +
    +        // Find a (solid) sphere of blocks around the player with a given radius
    +        val center = player.location // for (i in 1 until 11) { }
    +        for (x in -radius until radius + 1) {
    +            for (y in -radius until radius + 1) {
    +                for (z in -radius until radius + 1) {
    +                    if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) {
    +                        val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ)
    +
    +                        // If that block matches a block from the predicate, set it
    +                        if (predicate.test(block)) {
    +                            block.type = blockData.material
    +                            block.blockData = blockData
    +                        }
    +                    }
    +                }
    +            }
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("replace") {
    +    arguments(*arguments)
    +    playerExecutor { player, args ->
    +        // Parse the arguments
    +        val radius = args["radius"] as Int
    +        val predicate = args["fromBlock"] as Predicate<Block>
    +        val blockData = args["toBlock"] as BlockData
    +
    +        // Find a (solid) sphere of blocks around the player with a given radius
    +        val center = player.location // for (i in 1 until 11) { }
    +        for (x in -radius until radius + 1) {
    +            for (y in -radius until radius + 1) {
    +                for (z in -radius until radius + 1) {
    +                    if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) {
    +                        val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ)
    +
    +                        // If that block matches a block from the predicate, set it
    +                        if (predicate.test(block)) {
    +                            block.type = blockData.material
    +                            block.blockData = blockData
    +                        }
    +                    }
    +                }
    +            }
    +        }
    +    }
    +}
    +
    +
    +
    +

    ItemStack predicate arguments

    +

    Similar to the BlockPredicateArgument, the ItemStackPredicateArgument is a way of performing predicate checks on ItemStack objects. These can represent tags, such as the ones declared here on the MinecraftWiki, or individual items. The cast type for this argument is Predicate<ItemStack>.

    +
    +

    Example - Removing items in inventories based on predicates

    +

    Say we wanted to remove items in your inventory (I know, the /clear command does this, but this is the only example I could come up with). To do this, we'll use the following command syntax:

    +
    /rem <item>
    +
    +

    We implement this with a simple for loop over the player's inventory and remove items that satisfy the predicate.

    +
    +
    // Register our command
    +new CommandAPICommand("rem")
    +    .withArguments(new ItemStackPredicateArgument("items"))
    +    .executesPlayer((player, args) -> {
    +        
    +        // Get our predicate
    +        @SuppressWarnings("unchecked")
    +        Predicate<ItemStack> predicate = (Predicate<ItemStack>) args.get("items");
    +        
    +        for (ItemStack item : player.getInventory()) {
    +            if (predicate.test(item)) {
    +                player.getInventory().remove(item);
    +            }
    +        }
    +    })
    +    .register();
    +
    +
    // Register our command
    +CommandAPICommand("rem")
    +    .withArguments(ItemStackPredicateArgument("items"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Get our predicate
    +        val predicate = args["items"] as Predicate<ItemStack>
    +
    +        for (item in player.inventory) {
    +            if (predicate.test(item)) {
    +                player.inventory.remove(item)
    +            }
    +        }
    +    })
    +    .register()
    +
    +
    // Register our command
    +commandAPICommand("rem") {
    +    itemStackPredicateArgument("items")
    +    playerExecutor { player, args ->
    +        // Get our predicate
    +        val predicate = args["items"] as Predicate<ItemStack>
    +
    +        for (item in player.inventory) {
    +            if (predicate.test(item)) {
    +                player.inventory.remove(item)
    +            }
    +        }
    +    }
    +}
    +
    +
    +
    +

    NBT arguments

    +

    The CommandAPI includes support for NBT compound arguments using an NBT API. The usage for the NBTCompoundArgument depends on whether you are using the CommandAPI plugin (using a CommandAPI.jar file in your plugins/ folder), or are shading the CommandAPI (including the compiled CommandAPI code in your own plugin).

    +
    +

    Plugin usage setup

    +

    By default, the CommandAPI plugin includes a copy of the NBT API by tr7zw in dev.jorel.commandapi.nbtapi. No additional set up is required and it can be used directly out the box.

    +

    Shading usage setup

    +

    In order to use the NBTCompoundArgument, you will have to use an NBT API that can create an NBT Compound object from an Object (ideally a net.minecraft.nbt.NBTTagCompound object). Examples of NBT APIs that can do this are (these are not sponsored in any way):

    + +

    Hooking into an NBT API

    +

    Before the NBTCompoundArgument can be used, the CommandAPI needs to know what implementation of an NBT Compound object you're going to use. This is specified in the onLoad() sequence, where your CommandAPI's config is set up, by using the following method:

    +
    <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor);
    +
    +

    The initializeNBTAPI(Class<T>, Function<Object, T>) takes in two arguments:

    +
      +
    • +

      Class<T> - The class that will be your NBT Compound implementation. This is also the type that the CommandAPI will return when the NBTCompoundArgument is used.

      +
    • +
    • +

      Function<Object, T> - A function that takes in an object and returns the specified NBT Compound implementation. This could be a constructor or a static method, for example.

      +
    • +
    +
    +

    Example - Hooking into the NBT API

    +

    Say we want to use the NBT API as our implementation of NBT compounds. First, we have to shade the NBT API into our project (view the official documentation for how to do this for Maven or Gradle).

    +

    Now, we can configure the CommandAPI using the CommandAPI.onLoad() method to use the NBTContainer class, and the NBTContainer constructor that takes in an Object:

    +
    +
    @Override
    +public void onLoad() {
    +    CommandAPI.onLoad(new CommandAPIBukkitConfig(this)
    +        .initializeNBTAPI(NBTContainer.class, NBTContainer::new)
    +    );
    +}
    +
    +
    override fun onLoad() {
    +    CommandAPI.onLoad(CommandAPIBukkitConfig(this)
    +        .initializeNBTAPI(NBTContainer::class.java, ::NBTContainer)
    +    )
    +}
    +
    +
    +
    +

    Confused with the ::new syntax? Read more about method references to a constructor here.

    +
    +

    We're now able to use the NBTContainer as our implemented type for the NBTCompoundArgument!

    +
    +
    +
    +

    Example - ???

    +

    Since the underlying implementation of the NBTCompoundArgument can change (e.g. NBTContainer if you're using the NBT API), the type of your NBT compound implementation has to be declared in angle brackets.

    +
    +
    new CommandAPICommand("award")
    +    .withArguments(new NBTCompoundArgument<NBTContainer>("nbt"))
    +    .executes((sender, args) -> {
    +        NBTContainer nbt = (NBTContainer) args.get("nbt");
    +        
    +        // Do something with "nbt" here...
    +    })
    +    .register();
    +
    +
    CommandAPICommand("award")
    +    .withArguments(NBTCompoundArgument<NBTContainer>("nbt"))
    +    .executes(CommandExecutor { _, args ->
    +        val nbt = args["nbt"] as NBTContainer
    +
    +        // Do something with "nbt" here...
    +    })
    +    .register()
    +
    +
    commandAPICommand("award") {
    +    nbtCompoundArgument<NBTContainer>("nbt")
    +    anyExecutor { _, args ->
    +        val nbt = args["nbt"] as NBTContainer
    +
    +        // Do something with "nbt" here...
    +    }
    +}
    +
    +
    +
    +
    +

    Developer's Note:

    +

    If you believe you can supply a suitable example for this page, feel free to send an example on the CommandAPI issues page!

    +
    +

    Literal arguments

    +

    Literal arguments

    +

    Literal arguments are used to represent "forced options" for a command. For instance, take Minecraft's /gamemode command. The syntax consists of the following:

    +
    /gamemode <mode>
    +/gamemode <mode> <player>
    +
    +

    It consists of a gamemode, followed by an optional player argument. The list of gamemodes are as follows:

    +
    /gamemode survival 
    +/gamemode creative
    +/gamemode adventure
    +/gamemode spectator
    +
    +

    Unlike regular commands (as those implemented by Bukkit for example), these four options are "hardcoded" - they're not "suggestions". The user can only enter one of these four examples, no other values are allowed.

    +
    +

    Developer's Note:

    +

    There is a simpler alternative to the LiteralArgument class! Instead of having to deal with arguments not being present in the array of arguments, consider using the much more intuitive MultiLiteralArgument, which is described in more detail here!

    +
    +
    +

    Literal arguments vs regular arguments

    +

    Unlike regular arguments that are shown in this chapter, the literal argument is technically not an argument. Due to this fact, literal arguments are unlisted by default. In other words, the literal argument is not present in the CommandArguments args for the command declaration.

    +
    +

    Example - Literal arguments and regular arguments

    +

    To illustrate the behavior of literal arguments, we create a command of the following form:

    +
    /mycommand <literal> <text>
    +
    +

    As an example, let's declare the literal "hello" as a valid literal for this command. When we retrieve the result from args.get(0), it returns the value of the TextArgument, as opposed to the literal "hello":

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(new LiteralArgument("hello"))
    +    .withArguments(new TextArgument("text"))
    +    .executes((sender, args) -> {
    +        // This gives the variable "text" the contents of the TextArgument, and not the literal "hello"
    +        String text = (String) args.get(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(LiteralArgument("hello"))
    +    .withArguments(TextArgument("text"))
    +    .executes(CommandExecutor { _, args ->
    +        // This gives the variable "text" the contents of the TextArgument, and not the literal "hello"
    +        val text = args[0] as String
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycommand") {
    +    literalArgument("hello")
    +    textArgument("text")
    +    anyExecutor { _, args ->
    +        // This gives the variable "text" the contents of the TextArgument, and not the literal "hello"
    +        val text = args[0] as String
    +    }
    +}
    +
    +
    +

    The LiteralArgument class also provides the LiteralArgument.of() and LiteralArgument.literal() helper methods which can be used as an alternative way to declare literal arguments:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withArguments(LiteralArgument.of("hello"))
    +    .withArguments(new TextArgument("text"))
    +    .executes((sender, args) -> {
    +        // This gives the variable "text" the contents of the TextArgument, and not the literal "hello"
    +        String text = (String) args.get(0);
    +    })
    +    .register();
    +
    +new CommandAPICommand("mycommand")
    +    .withArguments(LiteralArgument.literal("hello"))
    +    .withArguments(new TextArgument("text"))
    +    .executes((sender, args) -> {
    +        // This gives the variable "text" the contents of the TextArgument, and not the literal "hello"
    +        String text = (String) args.get(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(LiteralArgument.of("hello"))
    +    .withArguments(TextArgument("text"))
    +    .executes(CommandExecutor { _, args ->
    +        val text = args[0] as String
    +    })
    +    .register()
    +
    +CommandAPICommand("mycommand")
    +    .withArguments(LiteralArgument.literal("hello"))
    +    .withArguments(TextArgument("text"))
    +    .executes(CommandExecutor { _, args ->
    +        val text = args[0] as String
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycommand") {
    +    argument(LiteralArgument.of("hello"))
    +    textArgument("text")
    +    anyExecutor { _, args ->
    +        val text = args[0] as String
    +    }
    +}
    +
    +commandAPICommand("mycommand") {
    +    argument(LiteralArgument.literal("hello"))
    +    textArgument("text")
    +    anyExecutor { _, args ->
    +        val text = args[0] as String
    +    }
    +}
    +
    +
    +

    If I were to run the following command:

    +
    /mycommand hello goodbye
    +
    +

    The value of text in the code above would be "goodbye".

    +
    +
    +

    Example - Gamemode command using literal arguments

    +

    This is a demonstration of how you could create a command similar to Minecraft's /gamemode command by using literal arguments. To do this, we are effectively registering 4 separate commands, each called /gamemode, but with different literal arguments.

    +
    +
    // Create a map of gamemode names to their respective objects
    +HashMap<String, GameMode> gamemodes = new HashMap<>();
    +gamemodes.put("adventure", GameMode.ADVENTURE);
    +gamemodes.put("creative", GameMode.CREATIVE);
    +gamemodes.put("spectator", GameMode.SPECTATOR);
    +gamemodes.put("survival", GameMode.SURVIVAL);
    +
    +// Iterate over the map
    +for(Entry<String, GameMode> entry : gamemodes.entrySet()) {
    +
    +    // Register the command as usual
    +    new CommandAPICommand("changegamemode")
    +        .withArguments(new LiteralArgument(entry.getKey()))
    +        .executesPlayer((player, args) -> {
    +            // Retrieve the object from the map via the key and NOT the args[]
    +            player.setGameMode(entry.getValue());
    +        })
    +        .register();
    +}
    +
    +
    // Create a map of gamemode names to their respective objects
    +val gamemodes = mapOf(
    +    "adventure" to GameMode.ADVENTURE,
    +    "creative" to GameMode.CREATIVE,
    +    "spectator" to GameMode.SPECTATOR,
    +    "survival" to GameMode.SURVIVAL
    +)
    +
    +// Iterate over the map
    +for ((key, _) in gamemodes) {
    +
    +    // Register the command as usual
    +    CommandAPICommand("changegamemode")
    +        .withArguments(LiteralArgument(key))
    +        .executesPlayer(PlayerCommandExecutor { player, _ ->
    +            // Retrieve the object from the map via the key and NOT the args[]
    +            player.gameMode = gamemodes[key]!!
    +        })
    +        .register()
    +}
    +
    +
    // Create a map of gamemode names to their respective objects
    +val gamemodes = mapOf(
    +    "adventure" to GameMode.ADVENTURE,
    +    "creative" to GameMode.CREATIVE,
    +    "spectator" to GameMode.SPECTATOR,
    +    "survival" to GameMode.SURVIVAL
    +)
    +
    +// Iterate over the map
    +for ((key, _) in gamemodes) {
    +
    +    // Register the command as usual
    +    commandAPICommand("changegamemode") {
    +        literalArgument(key)
    +        playerExecutor { player, args ->
    +            // Retrieve the object from the map via the key and NOT the args[]
    +            player.gameMode = gamemodes[key]!!
    +        }
    +    }
    +
    +}
    +
    +
    +

    Note how, since we don't have access to the literal from args, we must access the provided gamemode from elsewhere.

    +
    +
    +

    Literal argument warnings

    +

    Literal arguments require a string in the constructor. If the literal is an empty String or is null, the CommandAPI will throw a BadLiteralException.

    +

    Because literal arguments are "hardcoded", each literal is effectively mapped to a single command. This is shown when using the configuration option create-dispatcher-json: true which shows the JSON result of registered commands. For instance, take the /defaultgamemode command:

    +
    "defaultgamemode": {
    +    "type": "literal",
    +    "children": {
    +        "adventure": {
    +            "type": "literal",
    +            "executable": true
    +        },
    +        "creative": {
    +            "type": "literal",
    +            "executable": true
    +        },
    +        "spectator": {
    +            "type": "literal",
    +            "executable": true
    +        },
    +        "survival": {
    +            "type": "literal",
    +            "executable": true
    +        }
    +    }
    +},
    +
    +

    Each option produces a new "command" in the tree of commands. This means that having exceptionally large lists of literals, or nested literals (e.g. /command <literal1> <literal2>) can cause very large trees which cannot be sent to the clients (it can cause clients to crash).

    +
    +

    Developer's Note:

    +

    Take care when using literal arguments. If your list of arguments is exceptionally large, or contains many nested arguments, the server may be unable to send the command information to the client. If many command argument choices are required, consider using a StringArgument and using .replaceSuggestions() to create your own list of required arguments.

    +
    +

    Multi literal arguments

    +

    So far, we've described normal arguments and literal arguments. We've described the nuances with literal arguments and how they're not really "arguments", so they don't appear in the CommandArguments args for commands.

    +

    Now forget all of that. Multi literal arguments are the same as literal arguments but they do appear in the CommandArguments args for commands (i.e. they are listed). Multi literal arguments are just a way better alternative to literal arguments. The multi literal argument constructor allows you to provide a String nodeName and a String... literals of possible values which you can use for your command declaration.

    +

    The multi literal argument has all of the same benefits of a regular literal argument - they are hardcoded options that the user must enter - they don't allow other values.

    +
    +

    Developer's Note:

    +

    For 9.1.0, all previously existing MultiLiteralArgument constructors have been deprecated! They will be removed in a future version.

    +

    The new constructor looks like this:

    +
    public MultiLiteralArgument(String nodeName, String... literals)
    +
    +
    +
    +

    Example - Using multi literals to make the gamemode command

    +

    In this example, we'll show how to use multi literals to declare Minecraft's /gamemode command. As you can see from the example code below, the argument declaration and command declaration is the same as if you were declaring any normal argument or command.

    +
    +
    new CommandAPICommand("gamemode")
    +    .withArguments(new MultiLiteralArgument("gamemodes", "adventure", "creative", "spectator", "survival"))
    +    .executesPlayer((player, args) -> {
    +        // The literal string that the player enters IS available in the args[]
    +        switch ((String) args.get("gamemodes")) {
    +            case "adventure":
    +                player.setGameMode(GameMode.ADVENTURE);
    +                break;
    +            case "creative":
    +                player.setGameMode(GameMode.CREATIVE);
    +                break;
    +            case "spectator":
    +                player.setGameMode(GameMode.SPECTATOR);
    +                break;
    +            case "survival":
    +                player.setGameMode(GameMode.SURVIVAL);
    +                break;
    +            default:
    +                player.sendMessage("Invalid gamemode: " + args.get("gamemodes"));
    +                break;
    +        }
    +    }) 
    +    .register();
    +
    +
    CommandAPICommand("gamemode")
    +    .withArguments(MultiLiteralArgument("gamemodes", "adventure", "creative", "spectator", "survival"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        // The literal string that the player enters IS available in the args[]
    +        when (args["gamemodes"] as String) {
    +            "adventure" -> player.gameMode = GameMode.ADVENTURE
    +            "creative" -> player.gameMode = GameMode.CREATIVE
    +            "spectator" -> player.gameMode = GameMode.SPECTATOR
    +            "survival" -> player.gameMode = GameMode.SURVIVAL
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("gamemode") {
    +    multiLiteralArgument(nodeName = "gamemodes", "adventure", "creative", "spectator", "survival") // Adding this for now, needed because ambiguous methods exist
    +    playerExecutor { player, args ->
    +        // The literal string that the player enters IS available in the args[]
    +        when (args["gamemodes"] as String) {
    +            "adventure" -> player.gameMode = GameMode.ADVENTURE
    +            "creative" -> player.gameMode = GameMode.CREATIVE
    +            "spectator" -> player.gameMode = GameMode.SPECTATOR
    +            "survival" -> player.gameMode = GameMode.SURVIVAL
    +        }
    +    }
    +}
    +
    +
    +

    An important thing to note is that we don't have to implement a default case for the above switch statements, because the CommandAPI will only permit valid options of a MultiLiteralArgument to reach the executor. If the user enters an invalid option, the command doesn't run.

    +
    +

    List arguments

    +

    A list argument with the command "/multigive @p stone grass_block dirt" and Minecraft suggestions with a list of Minecraft items

    +

    List arguments allows users to provide a list of values. This argument can take on two forms:

    +
      +
    • Using an underlying GreedyStringArgument, so the greedy string argument rule applies - this argument can only be used at the end of an argument list.
    • +
    • Using an underlying TextArgument, so this argument can be used anywhere in an argument list, but its contents must be surrounded with quotes (").
    • +
    +
    +

    The ListArgumentBuilder

    +

    Unlike other arguments, because this argument can be interpreted in various different ways, this argument can only be created using a ListArgumentBuilder, instead of directly accessing the ListArgument constructor. The ListArgumentBuilder loosely follows the following format:

    +

    \begin{align} +&\quad\texttt{Create a ListArgumentBuilder} \\ +\rightarrow&\quad\texttt{(Provide the list delimiter)} \\ +\rightarrow&\quad\texttt{Provide the list to pull suggestions from} \\ +\rightarrow&\quad\texttt{Provide the mapper of the list items to a string} \\ +\rightarrow&\quad\texttt{Build the ListArgument} +\end{align}

    +

    Construction

    +

    First, you have to create a ListArgumentBuilder parameterized over the type that the list will generate. For example, if you want to create a list of Strings, you would use new ListArgumentBuilder<String>.

    +
      +
    • The nodeName parameter represents the name of the node to use for the argument.
    • +
    • The optional delimiter argument specifies the delimiter (separator) to use between entries. If a delimiter is not provided, a space " " will be used as the delimiter.
    • +
    +
    public ListArgumentBuilder<T>(String nodeName);
    +public ListArgumentBuilder<T>(String nodeName, String delimiter);
    +
    +

    $$\downarrow$$

    +
    +

    Allowing duplicates (Optional)

    +

    If you want your users to enter duplicate entries in your list, you can use the allowDuplicates method to set whether duplicates are allowed. By default, duplicates are disabled.

    +

    When duplicates are enabled, items that have been entered before can be displayed again in the list of suggestions:

    +
    ListArgumentBuilder.allowDuplicates(true);
    +
    +

    List arguments with duplicates enabled

    +

    When duplicates are disabled, items that have already been entered will not appear in the list of suggestions:

    +
    ListArgumentBuilder.allowDuplicates(false);
    +
    +

    List arguments with duplicates disabled

    +
    +

    $$\downarrow$$

    +

    Providing the list

    +

    The ListArgument requires a list that the list argument can pull suggestions and validation from. The ListArgument does not support values which are not present in the provided list. There are three methods that can be used to provide a list for the ListArgument:

    +
      +
    • +

      Providing an immutable list (a list that doesn't change) using the Collection<T> parameter:

      +
      public ListArgumentBuilder withList(Collection<T> list);
      +
      +
    • +
    • +

      Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed using the Supplier<Collection<T>> parameter:

      +
      public ListArgumentBuilder withList(Supplier<Collection<T>> list);
      +
      +
    • +
    • +

      Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed, that also depends on the SuggestionInfo present when running the command, using the Function<SuggestionInfo<CommandSender>, Collection<T>> parameter:

      +
      public ListArgumentBuilder withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list);
      +
      +
    • +
    +

    $$\downarrow$$

    +

    Providing a list mapping function

    +

    In order to display suggestions, the ListArgument needs to know how to convert a list entry to a string. For example, a Location may be converted into "x,y,z". The ListArgumentBuilder provides three methods for providing a mapping function:

    +
      +
    • +

      The withStringMapper() method converts the object to a string using the object's .toString() method. If the object is null, this method will populate it with the string "null":

      +
      public ListArgumentBuilder withStringMapper();
      +
      +
    • +
    • +

      The withMapper() method requires a function that maps the object to a string:

      +
      public ListArgumentBuilder withMapper(Function<T, String> mapper);
      +
      +
    • +
    • +

      The withStringTooltipMapper() method requires a function that maps the object to an IStringTooltip. This allows you to also provide hover tooltips for the current item:

      +
      public ListArgumentBuilder withStringTooltipMapper(Function<T, IStringTooltip> mapper);
      +
      +
    • +
    +

    $$\downarrow$$

    +

    Building the ListArgumentBuilder

    +

    To finish building the ListArgument, call the buildGreedy() or buildText() method. The buildGreedy() method will treat the list argument as a greedy string, which means you can only use this list argument at the end of the list of arguments you are declaring for the command. If you use the buildText() instead, you can use the list argument anywhere (and multiple times), but the list must be surrounded with quotation characters (").

    +
    public ListArgument<T> buildGreedy();
    +public ListArgument<T> buildText();
    +
    +
    +

    Examples

    +
    +

    Example - Multi-give command

    +

    Say you wanted to give yourself multiple items in a single command. For this command, we'll use the following syntax, which lets you provide the number of items to give, and a list of materials:

    +
    /multigive <amount> <materials>
    +
    +

    To do this, we create a command with an IntegerArgument to specify the amount (between 1 and 64), and a ListArgument that accepts a list of Material objects. We use the ListArgumentBuilder to provide a list of materials as well as a mapping function that converts the material's name to a lowercase string. By default, we use a space delimiter (separator) for arguments in the list.

    +
    +
    new CommandAPICommand("multigive")
    +    .withArguments(new IntegerArgument("amount", 1, 64))
    +    .withArguments(new ListArgumentBuilder<Material>("materials")
    +        .withList(List.of(Material.values()))
    +        .withMapper(material -> material.name().toLowerCase())
    +        .buildGreedy()
    +    )
    +    .executesPlayer((player, args) -> {
    +        int amount = (int) args.get("amount");
    +        List<Material> theList = (List<Material>) args.get("materials");
    +        
    +        for (Material item : theList) {
    +            player.getInventory().addItem(new ItemStack(item, amount));
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("multigive")
    +    .withArguments(IntegerArgument("amount", 1, 64))
    +    .withArguments(ListArgumentBuilder<Material>("materials")
    +        .withList(Material.values().toList())
    +        .withMapper { material -> material.name.lowercase() }
    +        .buildGreedy()
    +    )
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val amount = args["amount"] as Int
    +        val theList = args["materials"] as List<Material>
    +
    +        for (item in theList) {
    +            player.inventory.addItem(ItemStack(item, amount))
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("multigive") {
    +    integerArgument("amount", 1, 64)
    +    argument(ListArgumentBuilder<Material>("materials")
    +        .withList(Material.values().toList())
    +        .withMapper { material -> material.name.lowercase() }
    +        .buildGreedy()
    +    )
    +    playerExecutor { player, args ->
    +        val amount = args["amount"] as Int
    +        val theList = args["materials"] as List<Material>
    +
    +        for (item in theList) {
    +            player.inventory.addItem(ItemStack(item, amount))
    +        }
    +    }
    +}
    +
    +
    +

    A /multigive argument gif where a user types "/multigive 64 stone dirt cobblestone grass_block" and suggestions appear automatically. Running the command gives the player 64 stone, dirt, cobblestone and grass_block items in their hotbar

    +
    +

    Map arguments

    +

    A MapArgument can be used to provide a map of values. This argument uses an underlying GreedyStringArgument which means that this argument can only be used at the end of the argument list. +It returns a LinkedHashMap object.

    +
    +

    The MapArgumentBuilder

    +

    Similar to the ListArgument, this argument also uses a builder class to construct it.

    +

    \begin{align} +&\quad\texttt{Create a MapArgumentBuilder and possibly provide the delimiter or separator} \\ +\rightarrow&\quad\texttt{Provide the mapper from a string to an object of the provided key type} \\ +\rightarrow&\quad\texttt{Provide the mapper from a string to an object of the provided value type} \\ +\rightarrow&\quad\texttt{Provide the list with keys to pull suggestions from} \\ +\rightarrow&\quad\texttt{Provide the list with values to pull suggestions from} \\ +\rightarrow&\quad\texttt{Build the MapArgument} +\end{align}

    +

    Building a MapArgument

    +

    To start building the argument, you first have to construct a MapArgumentBuilder parameterized over the types the key and the value are supposed to have. +If you wanted to construct a MapArgument that returns a LinkedHashMap<String, Integer> you would construct the MapArgumentBuilder like this:

    +
    new MapArgumentBuilder<String, Integer>
    +
    +

    The MapArgumentBuilder has three possible constructors:

    +
    public MapArgumentBuilder<K, V>(String nodeName);
    +public MapArgumentBuilder<K, V>(String nodeName, char delimiter);
    +public MapArgumentBuilder<K, V>(String nodeName, char delimiter, String separator)
    +
    +
      +
    • nodeName: This parameter determines the node name of the MapArgument
    • +
    • delimiter: This parameter determines the delimiter. This separates a key from a value (key:value). When not provided, it defaults to a colon (:)
    • +
    • separator: This parameter determines the separator. This separates one key-value pair from another (key:value key:value). When not provided, it defaults to a space ( )
    • +
    +

    $$\downarrow$$

    +

    Providing mapper functions

    +

    The mapper functions are used to parse the argument when entered. Because a GreedyStringArgument +returns a String, we need a way to convert a String into an object specified by the type parameters.

    +

    When providing mappers, you first need to provide the key mapper:

    +
    public MapArgumentBuilder withKeyMapper(StringParser<K>);
    +
    +

    You then have to provide the value mapper:

    +
    public MapArgumentBuilder withValueMapper(StringParser<V>);
    +
    +

    StringParser is a functional interface with the following definition:

    +
    @FunctionalInterface
    +public interface StringParser<T> {
    +    /**
    +     * A method that turns a String into an object of type T.
    +     *
    +     * @param s The String to parse
    +     * @return The resulting parsed object
    +     * @throws WrapperCommandSyntaxException If there is a problem with the syntax of the String that prevents it from being turned into an object of type T.
    +     */
    +    T parse(String s) throws WrapperCommandSyntaxException;
    +}
    +
    +

    This signature allows you to throw exceptions using the CommandAPI.fail... methods if the given String cannot be parsed (see Handling command failures).

    +

    $$\downarrow$$

    +

    Providing suggestions

    +

    When providing suggestions you have the choice whether players are allowed to enter any key/value pair or only key/value pairs specified by the MapArgument. +To accomplish this the MapArgumentBuilder provides different methods.

    +

    Similar to the mappers, you first have to provide the key suggestions:

    +
    +
    public MapArgumentBuilder withKeyList(List<String> keyList);
    +
    +
    public MapArgumentBuilder withoutKeyList();
    +
    +
    +

    Next, you have to provide the value suggestions. In addition to the two possibilities presented for the key suggestions, here you also have the possibility to define +whether a value can be written multiple times.

    +
    +
    public MapArgumentBuilder withValueList(List<String> valueList);
    +
    +public MapArgumentBuilder withValueList(List<String> valueList, boolean allowValueDuplicates);
    +
    +
    public MapArgumentBuilder withoutValueList();
    +
    +public MapArgumentBuilder withoutValueList(boolean allowDuplicates)
    +
    +
    +

    If you choose to allow a value to be written multiple times you have to set allowValueDuplicates to true. By default, it is set to false and +does not allow values to be written multiple times.

    +

    $$\downarrow$$

    +

    Building the MapArgument

    +

    To finish building the MapArgument, you have to call the build() method. This will return a new MapArgument object.

    +
    public MapArgument<K, V> build();
    +
    +
    +

    Examples

    +
    +

    Example - /sendmessage command

    +

    Let's say we want to create a command that we can execute to send multiple players messages without typing the command more than once. For that, we create a command with the following syntax:

    +
    /sendmessage <message>
    +
    +

    To implement that, we create a command that uses a MapArgument and use Player objects as keys and String objects as values:

    +
    +
    new CommandAPICommand("sendmessage")
    +    // Parameter 'delimiter' is missing, delimiter will be a colon
    +    // Parameter 'separator' is missing, separator will be a space
    +    .withArguments(new MapArgumentBuilder<Player, String>("message")
    +
    +        // Providing a key mapper to convert a String into a Player
    +        .withKeyMapper(Bukkit::getPlayer)
    +
    +        // Providing a value mapper to leave the message how it was sent
    +        .withValueMapper(s -> s)
    +
    +        // Providing a list of player names to be used as keys
    +        .withKeyList(Bukkit.getOnlinePlayers().stream().map(Player::getName).toList())
    +
    +        // Don't provide a list of values so messages can be chosen without restrictions
    +        // Allow duplicates in case the same message should be sent to different players
    +        .withoutValueList(true)
    +
    +        // Build the MapArgument
    +        .build()
    +    )
    +    .executesPlayer((player, args) -> {
    +        // The MapArgument returns a LinkedHashMap
    +        LinkedHashMap<Player, String> map = (LinkedHashMap<Player, String>) args.get("message");
    +
    +        // Sending the messages to the players
    +        for (Entry<Player, String> messageRecipients : map.entrySet()) {
    +            messageRecipients.getKey().sendMessage(messageRecipients.getValue());
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sendmessage")
    +    // Parameter 'delimiter' is missing, delimiter will be a colon
    +    // Parameter 'separator' is missing, separator will be a space
    +    .withArguments(MapArgumentBuilder<Player, String>("message")
    +
    +        // Providing a key mapper to convert a String into a Player
    +        .withKeyMapper { s: String -> Bukkit.getPlayer(s) }
    +
    +        // Providing a value mapper to leave the message how it was sent
    +        .withValueMapper { s: String -> s }
    +
    +        // Providing a list of player names to be used as keys
    +        .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList())
    +
    +        // Don't provide a list of values so messages can be chosen without restrictions
    +        // Allow duplicates in case the same message should be sent to different players
    +        .withoutValueList(true)
    +
    +        // Build the MapArgument
    +        .build()
    +    )
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        // The MapArgument returns a LinkedHashMap
    +        val map: LinkedHashMap<Player, String> = args["message"] as LinkedHashMap<Player, String>
    +
    +        // Sending the messages to the players
    +        for (messageRecipient in map.keys) {
    +            messageRecipient.sendMessage(map[messageRecipient]!!)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("sendmessage") {
    +    // Parameter 'delimiter' is missing, delimiter will be a colon
    +    // Parameter 'separator' is missing, separator will be a space
    +    argument(MapArgumentBuilder<Player, String>("message")
    +
    +        // Providing a key mapper to convert a String into a Player
    +        .withKeyMapper { s: String -> Bukkit.getPlayer(s) }
    +
    +        // Providing a value mapper to leave the message how it was sent
    +        .withValueMapper { s: String -> s }
    +
    +        // Providing a list of player names to be used as keys
    +        .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList())
    +
    +        // Don't provide a list of values so messages can be chosen without restrictions
    +        // Allow duplicates in case the same message should be sent to different players
    +        .withoutValueList(true)
    +
    +        // Build the MapArgument
    +        .build()
    +    )
    +    playerExecutor { _, args ->
    +        // The MapArgument returns a LinkedHashMap
    +        val map: LinkedHashMap<Player, String> = args["message"] as LinkedHashMap<Player, String>
    +
    +        // Sending the messages to the players
    +        for (messageRecipient in map.keys) {
    +            messageRecipient.sendMessage(map[messageRecipient]!!)
    +        }
    +    }
    +}
    +
    +
    +
    +

    Developer's Note:

    +

    The MapArgument is very strict and doesn't have room for any errors. A key must always be followed by the delimiter, then a value. One value and the next key must always be separated by the separator. Both keys and values also have the option to be surrounded by quotes.

    +

    For example, let's say you are on a server with two players, Player1 and Player2. We want to send both of them the message Hello, <playerName>! +To do that, we use the previously declared sendmessage command like this:

    +
    /sendmessage Player1:"Hello, Player1!" Player2:"Hello, Player2!"
    +
    +

    A colon is used as the delimiter and a space as the separator because those are the defaults, and neither was specified in the MapArgumentBuilder constructor. Since the separator was a space, the messages were surrounded by quotes to avoid the spaces inside them from being misinterpreted as the start of the next key-value pair.

    +
    +
    +

    Command arguments

    +

    Command arguments

    +

    Command arguments allows users to provide an executable server command. The CommandArgument class lets you specify:

    +
      +
    • Arbitrary commands - any command that the user has permissions to run can be provided.
    • +
    • Restricted commands - only specific commands can be provided.
    • +
    +

    Using the CommandArgument will return a CommandResult, which contains a Bukkit Command instance representing the command to be executed, and a String[] of command arguments.

    +
    +

    Command results

    +

    The CommandResult record contains the following methods:

    +
    public record CommandResult {
    +    Command command();
    +    String[] args();
    +
    +    boolean execute(CommandSender target);
    +}
    +
    +

    These methods can be used to retrieve information about the command that was provided by the user:

    +
    Command command();
    +
    +

    command() returns the Bukkit Command instance that the user provided. For example, if a player provided /mycommand hello world, then command() will represent the /mycommand command.

    +
    +
    String[] args();
    +
    +

    args() returns an array of string argument inputs that were provided to the command. For example, if a player provided /mycommand hello world, then args() will be the following:

    +
    [ "hello", "world" ]
    +
    +
    +
    boolean execute(CommandSender target);
    +
    +

    execute(CommandSender) runs the Bukkit Command using the arguments contained in the CommandResult as the given CommandSender. It returns true if the command dispatch succeeded, and false if it failed. Using this method is equivalent to running the following:

    +
    result.command().execute(target, result.command().getLabel(), result.args());
    +
    +
    +

    Arbitrary commands

    +

    Arbitrary commands let the user enter any command that they have permission to execute. To use arbitrary commands, you just need to use the CommandArgument normally.

    +
    +

    Example - A /sudo command

    +

    We want to create a /sudo command which lets you execute a command as another online player.

    +

    Sudo command example

    +

    To do this, we want to use the following command syntax:

    +
    /sudo <target> <command>
    +
    +

    In this example, we want to be able to run any arbitrary command, so we will simply use the CommandArgument on its own (without using suggestions). Using the CommandArgument generates a CommandResult and we can use the .command() and .args() methods above to access the command and arguments. We can make use of the Command.execute() method to execute our command and use the target player as the command sender.

    +
    +
    new CommandAPICommand("sudo")
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new CommandArgument("command"))
    +    .executes((sender, args) -> {
    +        Player target = (Player) args.get("target");
    +        CommandResult command = (CommandResult) args.get("command");
    +
    +        command.execute(target);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("sudo")
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(CommandArgument("command"))
    +    .executes(CommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val command = args["command"] as CommandResult
    +
    +        command.execute(target)
    +    })
    +    .register()
    +
    +
    commandAPICommand("sudo") {
    +    playerArgument("target")
    +    commandArgument("command")
    +    anyExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val command = args["command"] as CommandResult
    +
    +        command.execute(target)
    +    }
    +}
    +
    +
    +
    +
    +

    Restricted commands

    +

    Restricted commands allows you to restrict what commands a user is allowed to submit in the CommandArgument. Commands can be restricted by replacing the CommandArgument's suggestions using the replaceSuggestions() method. For better fine-tuning of what commands a user can submit, commands can also be restricted by using suggestion branches.

    + +
    +

    Example - Restricting commands using suggestion branches

    +

    To demonstrate restricting commands, let's create a command argument that allows players to enter one of the following commands:

    +
    /tp <player> <target>
    +/give <player> <item> <amount>
    +
    +

    Let's also add a restriction that the player can only use diamonds or dirt for the /give command, and they can only specify an amount if they selected dirt. Overall, our command argument should allow players to follow this path:

    +
    +

    \begin{gather} +\texttt{(start)}\\ +\swarrow\hspace{2cm}\searrow\\ +\swarrow\hspace{3.4cm}\searrow\\ +\texttt{tp}\hspace{4cm}\texttt{give}\\ +\swarrow\hspace{6cm}\searrow\\ +\texttt{player}\hspace{6cm}\texttt{player}\\ +\swarrow\hspace{7cm}\swarrow\hspace{2cm}\searrow\\ +\texttt{target}\hspace{5cm}\texttt{diamond}\hspace{3cm}\texttt{dirt}\\ +\hspace{6.7cm}\texttt{minecraft:diamond}\hspace{3cm}\texttt{minecraft:dirt}\\ +\hspace{7.5cm}\hspace{4cm}\downarrow\\ +\hspace{7.5cm}\hspace{4cm}\texttt{(amount)}\\ +\end{gather}

    +
    +

    In our diagram above, we have two main branches: /tp and /give. The /tp branch has player followed by target, and the /give branch has player and then that branches off into two new sections.

    +

    We can implement our /tp branch using the SuggestionsBranch.suggest() method, then provide argument suggestions for our options. In this case, we have tp and then a list of online players. We include the list of online players twice, because we need suggestions for <player> as well as <target>:

    +
    +
    SuggestionsBranch.suggest(
    +    ArgumentSuggestions.strings("tp"),
    +    ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)),
    +    ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))
    +)
    +
    +
    SuggestionsBranch.suggest<CommandSender>(
    +    ArgumentSuggestions.strings("tp"),
    +    ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() },
    +    ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }
    +)
    +
    +
    +

    For the /give branch, we can use a similar thing, but we need to tell the CommandArgument that the /give command branches into "diamond" and "dirt" suggestions. We can do this by using the .branch() method to add a new nested list of suggestions:

    +
    +
    SuggestionsBranch.suggest(
    +    ArgumentSuggestions.strings("give"),
    +    ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))
    +).branch(
    +    SuggestionsBranch.suggest(
    +        ArgumentSuggestions.strings("diamond", "minecraft:diamond"),
    +        ArgumentSuggestions.empty()
    +    ),
    +    SuggestionsBranch.suggest(
    +        ArgumentSuggestions.strings("dirt", "minecraft:dirt"),
    +        null,
    +        ArgumentSuggestions.empty()
    +    )
    +)
    +
    +
    SuggestionsBranch.suggest<CommandSender>(
    +    ArgumentSuggestions.strings("give"),
    +    ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }
    +).branch(
    +    SuggestionsBranch.suggest(
    +        ArgumentSuggestions.strings("diamond", "minecraft:diamond"),
    +        ArgumentSuggestions.empty()
    +    ),
    +    SuggestionsBranch.suggest(
    +        ArgumentSuggestions.strings("dirt", "minecraft:dirt"),
    +        null,
    +        ArgumentSuggestions.empty()
    +    )
    +)
    +
    +
    +

    Adding everything together, we get this fully completed CommandArgument:

    +
    +
    new CommandArgument("command")
    +    .branchSuggestions(
    +        SuggestionsBranch.<CommandSender>suggest(
    +            ArgumentSuggestions.strings("give"),
    +            ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))
    +        ).branch(
    +            SuggestionsBranch.suggest(
    +                ArgumentSuggestions.strings("diamond", "minecraft:diamond"),
    +                ArgumentSuggestions.empty()
    +            ),
    +            SuggestionsBranch.suggest(
    +                ArgumentSuggestions.strings("dirt", "minecraft:dirt"),
    +                null,
    +                ArgumentSuggestions.empty()
    +            )
    +        ),
    +        SuggestionsBranch.suggest(
    +            ArgumentSuggestions.strings("tp"),
    +            ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)),
    +            ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))
    +        )
    +    );
    +
    +
    CommandArgument("command")
    +    .branchSuggestions(
    +        SuggestionsBranch.suggest<CommandSender>(
    +            ArgumentSuggestions.strings("give"),
    +            ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }
    +        ).branch(
    +            SuggestionsBranch.suggest(
    +                ArgumentSuggestions.strings("diamond", "minecraft:diamond"),
    +                ArgumentSuggestions.empty()
    +            ),
    +            SuggestionsBranch.suggest(
    +                ArgumentSuggestions.strings("dirt", "minecraft:dirt"),
    +                null,
    +                ArgumentSuggestions.empty()
    +            )
    +        ),
    +        SuggestionsBranch.suggest(
    +            ArgumentSuggestions.strings("tp"),
    +            ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() },
    +            ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }
    +        )
    +    )
    +
    +
    +
    +

    Null and empty suggestions

    +

    In the above example about restricted commands, we used null and ArgumentSuggestions.empty() in our SuggestionsBranch.suggest() method. These special suggestions have specific effects when used in suggestions for the CommandArgument.

    +

    Null suggestions

    +

    Null suggestions ensure that the suggestions at the current position will not be overridden. In the case of the CommandArgument, this means that the default command suggestions will be provided. For example, if we have the following null entry in our suggestions, users are allowed to enter a value if they choose to do so, meaning that the examples below are all valid:

    +
    SuggestionsBranch.suggest(
    +    ArgumentSuggestions.strings("give"),
    +    null,
    +    ArgumentSuggestions.empty()
    +)
    +
    +
    /give dirt
    +/give diamond
    +/give apple
    +
    +

    Ending the command argument with nothing is also equivalent to using null, for example the following suggestion branch allows any of the following commands:

    +
    SuggestionsBranch.suggest(
    +    ArgumentSuggestions.strings("give"),
    +    ArgumentSuggestions.strings("dirt", "minecraft:dirt")
    +)
    +
    +
    /give dirt
    +/give dirt 10
    +/give dirt 10 name:Hello
    +
    +

    Empty suggestions

    +

    Empty suggestions that are provided using ArgumentSuggestions.empty() tell the CommandArgument to stop accepting further suggestions. This "ends" the command. Using the following example, this allows the user to enter /give diamond and only /give diamond - users cannot enter any other commands.

    +
    SuggestionsBranch.suggest(
    +    ArgumentSuggestions.strings("give"),
    +    ArgumentSuggestions.strings("diamond", "minecraft:diamond"),
    +    ArgumentSuggestions.empty()
    +)
    +
    +

    These commands are valid:

    +
    /give diamond
    +/give minecraft:diamond
    +
    +

    These commands are not valid:

    +
    /give
    +/give diamond 10
    +
    +

    Custom arguments

    +

    Custom arguments are a quality-of-life feature that the CommandAPI offers which allows you to perform pre-processing on an argument in the argument instance rather than in your executes() method for a command. They are designed to be used for multiple commands - you can define the argument once and can use it wherever you want when declaring commands.

    +
    +

    The CustomArgument<T, B> has the following constructor:

    +
    public CustomArgument(Argument<B> base, CustomArgumentInfoParser<T, B> parser);
    +
    +

    This constructor takes in two parameters:

    +
      +
    • +

      A "base argument", which is the argument that it'll use as the underlying parser. For example, if this is a StringArgument, it'll use the StringArgument's parsing rules ( alphanumeric characters (A-Z, a-z and 0-9), and the underscore character) and if this is a LocationArgument, it'll take three numerical values.

      +
    • +
    • +

      A "parser", which lets you process the argument based on its input. This is described in more detail below.

      +
    • +
    +

    Type params

    +

    The custom argument requires two type parameters, <T> and <B>:

    +
      +
    • +

      <T> refers to the type that this argument will return when parsing the arguments for a command. For instance, if you have a CustomArgument<Player, ...>, then when parsing the arguments for the command, you would cast it to a Player object.

      +
    • +
    • +

      <B> refers to the type that the base argument will return. This can be found in the Argument Casting section. For example, if the base argument is a StringArgument, you'd have CustomArgument<..., String>.

      +
    • +
    +
    +

    The CustomArgumentInfoParser class

    +

    To create a parser for a CustomArgument, you need to provide a CustomArgumentInfoParser function to the constructor. The CustomArgumentInfoParser class is a functional interface which accepts CustomArgumentInfo and returns T, an object of your choosing:

    +
    @FunctionalInterface
    +public interface CustomArgumentInfoParser<T, B> {
    +
    +    public T apply(CustomArgumentInfo<B> info) throws CustomArgumentException;
    +
    +}
    +
    +

    The CustomArgumentInfo record is very similar to the SuggestionInfo record for declaring argument suggestions. This record contains the following methods:

    +
    public record CustomArgumentInfo<B> {
    +    CommandSender sender();
    +    CommandArguments previousArgs(); 
    +    String input();
    +    B currentInput();
    +}
    +
    +

    These fields are as follows:

    +
      +
    • +
      CommandSender sender();
      +
      +

      sender() represents the command sender that is typing the command. This is normally a Player, but can also be a console command sender if using a Paper server.

      +
    • +
    • +
      CommandArguments previousArgs();
      +
      +

      previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command.

      +
    • +
    • +
      String input();
      +
      +

      input() represents the current input for the custom argument that the user has typed. For example, if a user is typing /mycommand hello and the first argument is a CustomArgument, the input() would return "hello".

      +
    • +
    • +
      B currentInput();
      +
      +

      currentInput() represents the current input, as parsed by the base argument. For example, if your base argument was an IntegerArgument, the return type of currentInput() would be an int.

      +
    • +
    +
    +
    +

    Example - World argument

    +

    Say we want to create an argument to represents the list of available worlds on the server. We want to have an argument which always returns a Bukkit World object as the result. Here, we create a method worldArgument() that returns our custom argument that returns a World. First, we retrieve our String[] of world names to be used for our suggestions. We then write our custom argument that creates a World object from the input (in this case, we simply convert the input to a World using Bukkit.getWorld(String)). We perform error handling before returning our result:

    +
    +
    // Function that returns our custom argument
    +public Argument<World> customWorldArgument(String nodeName) {
    +
    +    // Construct our CustomArgument that takes in a String input and returns a World object
    +    return new CustomArgument<World, String>(new StringArgument(nodeName), info -> {
    +        // Parse the world from our input
    +        World world = Bukkit.getWorld(info.input());
    +
    +        if (world == null) {
    +            throw CustomArgumentException.fromMessageBuilder(new MessageBuilder("Unknown world: ").appendArgInput());
    +        } else {
    +            return world;
    +        }
    +    }).replaceSuggestions(ArgumentSuggestions.strings(info ->
    +        // List of world names on the server
    +        Bukkit.getWorlds().stream().map(World::getName).toArray(String[]::new))
    +    );
    +}
    +
    +
    // Function that returns our custom argument
    +fun worldArgument(nodeName: String): Argument<World> {
    +
    +    // Construct our CustomArgument that takes in a String input and returns a World object
    +    return CustomArgument<World, String>(StringArgument(nodeName)) { info ->
    +        // Parse the world from our input
    +        val world = Bukkit.getWorld(info.input())
    +
    +        if (world == null) {
    +            throw CustomArgumentException.fromMessageBuilder(MessageBuilder("Unknown world: ").appendArgInput())
    +        } else {
    +            world
    +        }
    +    }.replaceSuggestions(ArgumentSuggestions.strings { _ ->
    +        // List of world names on the server
    +        Bukkit.getWorlds().map{ it.name }.toTypedArray()
    +    })
    +}
    +
    +
    +

    In our error handling step, we check if the world is equal to null (since the Bukkit.getWorld(String) is @Nullable). To handle this case, we throw a CustomArgumentException with an error from a MessageBuilder. The CustomArgumentException has various static factory methods tailored to your desired printing method, so a message builder isn't required each time:

    +
    CustomArgumentException fromBaseComponents(BaseComponent[] errorMessage);
    +CustomArgumentException fromString(String errorMessage);
    +CustomArgumentException fromAdventureComponent(Component errorMessage);
    +CustomArgumentException fromMessageBuilder(MessageBuilder errorMessage);
    +
    +
    +

    We can use our custom argument like any other argument. Say we wanted to write a command to teleport to a specific world. We will create a command of the following syntax:

    +
    /tpworld <world>
    +
    +

    Since we have defined the method worldArgument() which automatically generates our argument, we can use it as follows:

    +
    +
    new CommandAPICommand("tpworld")
    +    .withArguments(customWorldArgument("world"))
    +    .executesPlayer((player, args) -> {
    +        player.teleport(((World) args.get("world")).getSpawnLocation());
    +    })
    +    .register();
    +
    +
    CommandAPICommand("tpworld")
    +    .withArguments(worldArgument("world"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.teleport((args["world"] as World).spawnLocation)
    +    })
    +    .register()
    +
    +
    commandAPICommand("tpworld") {
    +    worldArgument("world") // This method is actually also built into the Kotlin DSL
    +    playerExecutor { player, args ->
    +        player.teleport((args["world"] as World).spawnLocation)
    +    }
    +}
    +
    +
    +
    +

    By using a CustomArgument (as opposed to a simple StringArgument and replacing its suggestions), we are able to provide a much more powerful form of error handling (automatically handled inside the argument), and we can reuse this argument for other commands.

    +
    +
    +

    Message Builders

    +

    The MessageBuilder class is a class to easily create messages to describe errors when a sender sends a command which does not meet the expected syntax for an argument. It acts in a similar way to a StringBuilder, where you can append content to the end of a String.

    +

    The following methods are as follows:

    +
    + + + + +
    MethodDescription
    appendArgInput()Appends the argument that failed that the sender submitted to the end of the builder. E.g. /foo bar will append bar
    appendFullInput()Appends the full command that a sender submitted to the end of the builder. E.g. /foo bar will append foo bar
    appendHere()Appends the text <--[HERE] to the end of the builder
    append(Object)Appends an object to the end of the builder
    +
    +

    Example - Message builder for invalid objective argument

    +

    To create a MessageBuilder, simply call its constructor and use whatever methods as you see fit. Unlike a StringBuilder, you don't have to "build" it when you're done - the CommandAPI does that automatically:

    +
    new MessageBuilder("Unknown world: /").appendFullInput().appendHere();
    +
    +
    +

    Functions

    +

    The CommandAPI has support to use Minecraft's functions within your plugins. This is handled by using a class provided by the CommandAPI called FunctionWrapper, which allows you to execute functions. The CommandAPI also provides support to let you run your own commands within Minecraft function files.

    +
    +

    Functions in 1.16+

    +
    +

    Developer's Note:

    +

    Minecraft 1.16+ change the way that datapacks are loaded on the server, so that they load before plugins are enabled. This means that non-vanilla commands that are declared in functions and tags will be detected as invalid, causing the server to throw a lot of errors at the very start.

    +

    The CommandAPI reloads datapacks once the server has finished loading using all declared commands, therefore the error messages at the start of the server can be ignored.

    +
    +
    +

    Using custom commands in functions

    +

    In order to use a command from your plugin in a .mcfunction file, you must register your command in your plugin's onLoad() method, instead of the onEnable() method. Failure to do so will not allow the command to be registered for Minecraft functions, causing the function file to fail to load during the server startup phase.

    +
    +

    Developer's Note:

    +

    In short, if you want to register a command which can be used in Minecraft functions, register it in your plugin's onLoad() method.

    +
    +
    +

    Example - Registering command for use in a function

    +

    Say we have a command /killall that simply kills all entities in all worlds on the server. If we were to register this in our onLoad() method, this would allow us to use the /killall command in Minecraft functions and tags.

    +
    +
    public class Main extends JavaPlugin {
    +
    +    @Override
    +    public void onLoad() {
    +        // Commands which will be used in Minecraft functions are registered here
    +
    +        new CommandAPICommand("killall")
    +            .executes((sender, args) -> {
    +                // Kills all enemies in all worlds
    +                Bukkit.getWorlds().forEach(w -> w.getLivingEntities().forEach(e -> e.setHealth(0)));
    +            })
    +            .register();
    +    }
    +    
    +    @Override
    +    public void onEnable() {
    +        // Register all other commands here
    +    } 
    +}
    +
    +
    class Main : JavaPlugin() {
    +
    +    override fun onLoad() {
    +        // Commands which will be used in Minecraft functions are registered here
    +
    +        CommandAPICommand("killall")
    +            .executes(CommandExecutor { _, _ ->
    +                // Kills all enemies in all worlds
    +                Bukkit.getWorlds().forEach { world -> world.livingEntities.forEach { entity -> entity.health = 0.0 } }
    +            })
    +            .register()
    +    }
    +
    +    override fun onEnable() {
    +        // Register all other commands here
    +    }
    +
    +}
    +
    +
    +
    +

    Setting up functions & tags

    +
    +

    Developer's Note:

    +

    Most developers can completely skip this section. This is for those that are unfamiliar with functions and tags and is less about how the CommandAPI works.

    +
    +

    This section explains how functions are declared and set up for use in a Minecraft server. This is ideal for server owners who've never set up functions, or developers (like the Command API's creator) that has no idea how to set this sort of thing up.

    +
    +

    Creating functions

    +

    Functions are text files (with the .mcfunction extension) which contains lists of functions which are executed one after another. Each line of the file is a valid Minecraft command. Say we have text.mcfunction:

    +
    killall
    +say Killed all living entities on the server
    +
    +

    This will run the custom command killall (as declared in Example - Registering command for use in a function), and then broadcast a message to all players stating that all entities were killed.

    +
    +

    Creating tags

    +

    Tags are json files which contain a list of functions. Tags let you run multiple functions at a time. Say we have a tag called mytag.json:

    +
    {
    +    "values": [
    +        "mycustomnamespace:test",
    +        "mycustomnamespace:test2"
    +    ]
    +}
    +
    +

    This will run the function test and the function test2, which are in the namespace mycustomnamespace.

    +
    +

    Namespaces & where to place everything

    +

    The following hierarchy explains where functions and tags go. In this diagram, the two functions test and test2 are in a directory called functions. There is also a tag called mytag which is placed in the tags directory under functions. These are all under the namespace called mycustomnamespace

    +
    server/
    +├── world/
    +│   ├── advancements/
    +│   ├── data/
    +│   ├── datapacks/
    +│   │   └── bukkit/
    +│   │       ├── pack.mcmeta
    +│   │       └── data/
    +│   │           └── mycustomnamespace/
    +│   │               ├── functions/
    +│   │               │   ├── test.mcfunction
    +│   │               │   └── test2.mcfunction
    +│   │               └── tags/
    +│   │                   └── functions/
    +│   │                       └── mytag.json
    +│   └── ...
    +├── world_nether/
    +├── world_the_end/
    +├── ...
    +└── spigot.jar
    +
    +

    To execute the test function, you would run the following command:

    +
    /function mycustomnamespace:test
    +
    +

    To execute the mytag tag, you would run the following command:

    +
    /function #mycustomnamespace:mytag
    +
    +

    The SimpleFunctionWrapper class

    +

    To represent Minecraft functions and tags, the CommandAPI uses the SimpleFunctionWrapper class. Simply put, this class represents one Minecraft function, which are defined in .mcfunction files.

    +
    +

    Developer's Note

    +

    The SimpleFunctionWrapper class represents a Minecraft function. In order to represent a Minecraft "tag", which is a collection of Minecraft functions, the CommandAPI simply uses a SimpleFunctionWrapper[].

    +
    +

    SimpleFunctionWrapper methods

    +

    The SimpleFunctionWrapper class has the following methods:

    +
    class SimpleFunctionWrapper implements Keyed {
    +    
    +    // Methods that creates SimpleFunctionWrapper instances
    +    static SimpleFunctionWrapper getFunction(NamespacedKey key);
    +    static SimpleFunctionWrapper[] getTag(NamespacedKey key);
    +
    +    // Methods that query the Minecraft server
    +    static Set<NamespacedKey> getFunctions();
    +    static Set<NamespacedKey> getTags();
    +    
    +    // Methods for using the SimpleFunctionWrapper
    +    int run(CommandSender sender);
    +    
    +    // Utility functions
    +    String[] getCommands();
    +    NamespacedKey getKey();
    +}
    +
    +

    getTag(NamespacedKey) and getFunction(NamespacedKey)

    +

    The getFunction(NamespacedKey) function is used to get a function that has been declared in a datapack and is loaded on the server.

    +

    The getTag(NamespacedKey) function is used to get a Tag that has been declared in a datapack and is loaded on the server. This returns a SimpleFunctionWrapper[], since a tag is simply an ordered collection of functions. When using this method, the # symbol which is typically used at the start of the tag's name is not needed.

    +

    getFunctions() and getTags()

    +

    The methods getFunctions() and getTags() simply return a set of NamespacedKey objects which are the names of functions or tags that have been declared by all datapacks on the server.

    +

    run(CommandSender)

    +
    +

    run(CommandSender) support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run(CommandSender) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    This method simply runs the current SimpleFunctionWrapper as the provided command sender. The method will return a numerical result value, stating whether it succeeds or returns a result. This is documented in more detail here and here. For example:

    +

    getCommands()

    +
    +

    getCommands() support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling getCommands() will always return an empty String[]. At the time of writing, it is not possible to extract the function command list in 1.20.3+.

    +
    +

    The getCommands() method returns a String[] that contains the list of commands that the Minecraft function "holds". In other words, running this Minecraft function is as simple as iterating through its commands and running them in order. The commands that this String[] holds are the raw strings that this function represents - in other words, it can include things such as @p and ~ ~ ~ instead of "filled in" values.

    +

    The FunctionWrapper

    +

    The CommandAPI includes the FunctionWrapper class which is a wrapper for Minecraft's functions. It allows you to execute the commands that are represented by the respective .mcfunction file.

    +

    The FunctionWrapper class is an extension of the SimpleFunctionWrapper class. It is a SimpleFunctionWrapper which has been constructed from an existing command sender when a command is used. This means that the command sender has already been "baked into" the FunctionWrapper object, allowing you to run it without having to provide a command sender.

    +

    FunctionWrapper methods

    +

    The FunctionWrapper class has the following methods:

    +
    class FunctionWrapper extends SimpleFunctionWrapper {
    +
    +    // Methods specific to this class
    +    int run();
    +    int runAs(Entity e);
    +
    +    // Methods inherited from SimpleFunctionWrapper
    +    static SimpleFunctionWrapper getFunction(NamespacedKey key);
    +    static SimpleFunctionWrapper[] getTag(NamespacedKey key);
    +    static Set<NamespacedKey> getFunctions();
    +    static Set<NamespacedKey> getTags();
    +    int run(CommandSender sender);
    +    String[] getCommands();
    +    NamespacedKey getKey();
    +}
    +
    +

    These methods allow you to interact with the Minecraft function that this class wraps.

    +

    run()

    +
    +

    run() support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run() will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    The run() method runs the function. The command executor that runs this function is the command executor that was used to retrieve it. For example, if a player in-game populated this argument, then the player will be filled in for @p and the player's location would be used for things such as ~ ~ ~:

    +
    +
    new CommandAPICommand("runfunc")
    +    .withArguments(new FunctionArgument("function"))
    +    .executes((sender, args) -> {
    +        FunctionWrapper[] functions = (FunctionWrapper[]) args.get("function");
    +        for (FunctionWrapper function : functions) {
    +            function.run(); // The command executor in this case is 'sender'
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("runfunc")
    +    .withArguments(FunctionArgument("function"))
    +    .executes(CommandExecutor { _, args ->
    +        val functions = args["function"] as Array<FunctionWrapper>
    +        for (function in functions) {
    +            function.run() // The command executor in this case is 'sender'
    +        }
    +    })
    +    .register()
    +
    +
    +

    runAs(Entity)

    +
    +

    runAs(Entity) support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling runAs(Entity) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    The runAs(Entity) is the same as the run() method, but it allows you to change the command executor to another entity.

    +

    Function arguments

    +

    An image of a function argument showing a list of Minecraft functions and tags that are available to run

    +

    The FunctionArgument class is used to represent a function or a tag in Minecraft. When retrieving an instance of the argument, it will return a FunctionWrapper[], where each FunctionWrapper consists of a Minecraft function.

    +

    Therefore, if a user supplies a single function, the FunctionWrapper[] will be of size 1, and if the user supplies a tag which can consist of multiple functions, the FunctionWrapper[] will consist of the array of functions as declared by that tag.

    +
    +

    Example - Minecraft's /function command

    +

    Since it's a little difficult to demonstrate a custom use for the FunctionArgument, we will show how you can implement Vanilla Minecraft's /function command. In this example, we want a command that uses the following syntax:

    +
    /runfunction <function>
    +
    +

    When provided with a function, it will execute that function. If instead a tag is provided, it will execute that tag (i.e. execute all functions declared in that tag).

    +
    +
    new CommandAPICommand("runfunction")
    +    .withArguments(new FunctionArgument("function"))
    +    .executes((sender, args) -> {
    +        FunctionWrapper[] functions = (FunctionWrapper[]) args.get("function");
    +
    +        // Run all functions in our FunctionWrapper[]
    +        for (FunctionWrapper function : functions) {
    +            function.run();
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("runfunction")
    +    .withArguments(FunctionArgument("function"))
    +    .executes(CommandExecutor { _, args ->
    +        val functions = args["function"] as Array<FunctionWrapper>
    +
    +        // Run all functions in our FunctionWrapper[]
    +        for (function in functions) {
    +            function.run()
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("runfunction") {
    +    functionArgument("function")
    +    anyExecutor { _, args ->
    +        val functions = args["function"] as Array<FunctionWrapper>
    +
    +        // Run all functions in our FunctionWrapper[]
    +        for (function in functions) {
    +            function.run()
    +        }
    +    }
    +}
    +
    +
    +
    +

    Permissions

    +

    Permissions let you control which players are allowed to execute which commands. This is handled using the CommandPermission class, which has the following uses:

    +
    + + + +
    PermissionWhat it does
    CommandPermission.OPRequires OP to execute the command
    CommandPermission.NONEAnyone can execute the command
    CommandPermission.fromString("my.permission")Requires a specific permission node to execute the command
    +
    +

    In addition to the CommandPermission class, there are two different ways to assign permissions (compared to the simple CommandSender.hasPermission() method that is provided by Bukkit), by using the withPermission method for arguments or for commands.

    +

    The withPermission method can take two values:

    +
      +
    • A CommandPermission, which represents a permission such as OP or NONE
    • +
    • A String, which will be converted automatically to a CommandPermission using CommandPermission.fromString()
    • +
    +
    +

    Adding permissions to commands

    +

    To add a permission to a command, you can use the withPermission(CommandPermission) or withPermission(String) method when declaring a command.

    +
    +

    Example - /god command with permissions

    +

    Say we created a command /god that sets a player as being invulnerable. Since this is a pretty non-survival command, we want to restrict who can run this command. As such, we want our player to have the permission command.god in order to run this command. To do this, we simply use the withPermission(CommandPermission) method from our command builder:

    +
    +
    // Register the /god command with the permission node "command.god"
    +new CommandAPICommand("god")
    +    .withPermission(CommandPermission.fromString("command.god"))
    +    .executesPlayer((player, args) -> {
    +        player.setInvulnerable(true);
    +        player.sendMessage("God mode enabled");
    +    })
    +    .register();
    +
    +
    // Register the /god command with the permission node "command.god"
    +CommandAPICommand("god")
    +    .withPermission(CommandPermission.fromString("command.god"))
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.isInvulnerable = true
    +    })
    +    .register()
    +
    +
    +

    As stated above, it is possible to assign a permission using a String instead of using CommandPermission.fromString():

    +
    +
    // Register the /god command with the permission node "command.god", without creating a CommandPermission
    +new CommandAPICommand("god")
    +    .withPermission("command.god")
    +    .executesPlayer((player, args) -> {
    +        player.setInvulnerable(true);
    +        player.sendMessage("God mode enabled");
    +    })
    +    .register();
    +
    +
    // Register the /god command with the permission node "command.god", without creating a CommandPermission
    +CommandAPICommand("god")
    +    .withPermission("command.god")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.isInvulnerable = true
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Adding permissions to arguments

    +

    For further fine-tuning of permission management, the CommandAPI allows you to add permissions to individual arguments. This prevents the user from executing a command with a specific argument if they do not have a specific permission.

    +

    This is done by using the withPermission(CommandPermission) method at the end of an argument.

    +

    If a player does not have the required permission:

    +
      +
    • The argument hover text which suggests what the command is will not be shown
    • +
    • The player will receive an error if they try to type something in for that argument
    • +
    • Suggestions, such as a list of materials or players, will not be shown
    • +
    +
    +

    Example - /kill command with argument permissions

    +

    For example, say we're registering a command /kill:

    +
    /kill          - Kills yourself
    +/kill <target> - Kills a target player
    +
    +

    We first declare the command as normal. Nothing fancy is going on here:

    +
    +
    // Register /kill command normally. Since no permissions are applied, anyone can run this command
    +new CommandAPICommand("kill")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    // Register /kill command normally. Since no permissions are applied, anyone can run this command
    +CommandAPICommand("kill")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.health = 0.0
    +    })
    +    .register()
    +
    +
    +

    Now we declare our command with arguments. We use a PlayerArgument and apply the permission to the argument. After that, we register our command as normal:

    +
    +
    // Adds the OP permission to the "target" argument. The sender requires OP to execute /kill <target>
    +new CommandAPICommand("kill")
    +    .withArguments(new PlayerArgument("target").withPermission(CommandPermission.OP))
    +    .executesPlayer((player, args) -> {
    +        ((Player) args.get("target")).setHealth(0);
    +    })
    +    .register();
    +
    +
    // Adds the OP permission to the "target" argument. The sender requires OP to execute /kill <target>
    +CommandAPICommand("kill")
    +    .withArguments(PlayerArgument("target").withPermission(CommandPermission.OP))
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        (args["target"] as Player).health = 0.0
    +    })
    +    .register()
    +
    +
    +
    +
    +
    +

    Developer's Note:

    +

    As you can see, there are multiple ways of applying permissions to commands with arguments. In the /god command shown above, the permission was applied to the whole command. In the /kill command shown above, the permission was applied to the argument.

    +

    There's not really much difference between the two methods, but I personally would use argument permissions as it has greater control over arguments.

    +
    +
    +

    Child-based permissions

    +

    Child-based permissions allow you to group permissions together. +We achieve this by laying out our permission groups in the plugin.yml file which Bukkit registers as valid permissions. +When the CommandAPI checks if our player has a permission, Bukkit considers if they have the child of a permission as well. +This not only keeps permissions easier to manage, it also makes your code cleaner and gives you a nice place to lay out all of your permissions, +detailing what they do and what other permissions inherit them.

    +

    Example - /economy command with argument permissions

    +

    For example, say we're registering a command /economy:

    +
    /economy                         - shows your own balance                 | economy.self
    +/economy <target>                - shows you another players balance      | economy.other
    +/economy give  <target> <amount> - gives the target a set amount of money | economy.admin.give
    +/economy reset <target> <amount> - resets the targets balance             | economy.admin.reset
    +
    +

    We first declare the command as normal. Nothing fancy is going on here:

    +
    +
    // /economy - requires the permission "economy.self" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.self") // The important part of this example
    +    .executesPlayer((player, args) -> {
    +        // send the executor their own balance here.
    +    })
    +    .register();
    +
    +// /economy <target> - requires the permission "economy.other" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.other") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +
    +        // Send a message to the executor with the target's balance
    +        player.sendMessage(target.getName() + "'s balance: " + Economy.getBalance(target));
    +    })
    +    .register();
    +
    +// /economy give <target> <amount> - requires the permission "economy.admin.give" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.admin.give") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .withArguments(new DoubleArgument("amount"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        double amount = (Double) args.get("amount");
    +
    +        // Update the target player's balance
    +        Economy.updateBalance(target, amount);
    +    })
    +    .register();
    +
    +// /economy reset <target> - requires the permission "economy.admin.reset" to execute
    +new CommandAPICommand("economy")
    +    .withPermission("economy.admin.reset") // The important part of this example
    +    .withArguments(new PlayerArgument("target"))
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +
    +        // Reset target balance here
    +        Economy.resetBalance(target);
    +    })
    +    .register();
    +
    +
    // /economy - requires the permission "economy.self" to exectue
    +CommandAPICommand("economy")
    +    .withPermission("economy.self")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        // send the executor their own balance here.
    +    })
    +    .register()
    +
    +// /economy <target> - requires the permission "economy.other" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.other") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        // send the executor the targets balance here.
    +    })
    +    .register()
    +
    +// /economy give <target> <amount> - requires the permission "economy.admin.give" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.admin.give") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .withArguments(DoubleArgument("amount"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        val amount = args["amount"] as Double
    +        // update the targets balance here
    +    })
    +    .register()
    +
    +// /economy reset <target> - requires the permission "economy.admin.reset" to execute
    +CommandAPICommand("economy")
    +    .withPermission("economy.admin.reset") // The important part of this example
    +    .withArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["target"] as Player
    +        // reset the targets balance here
    +    })
    +    .register()
    +
    +
    +

    In our plugin.yml we can also set up our permissions for example...

    +
    permissions:
    +  economy.*:
    +    description: Gives the user full access to the economy commands
    +    children:
    +      economy.other: true
    +      economy.admin.*: true
    +
    +  economy.self:
    +    description: Allows the user to view their own balance
    +  economy.other:
    +    description: Allows the user to another players balance
    +    children:
    +      economy.self: true
    +
    +  economy.admin.*:
    +    description: Gives the user access to all of the admin commands
    +    children:
    +      economy.admin.give: true
    +      economy.admin.reset: true
    +  economy.admin.give:
    +    description: Gives the user access to /economy give <target> <amount>
    +  economy.admin.reset:
    +    description: Gives the user access to /economy reset <target>
    +
    +

    This setup of children allows us to give a player less permissions, but have them access more features. +Since economy.* inherits economy.admin.* which inherits economy.admin.give, a player with the permission economy.* will be able to execute /economy give <target> <amount> without them directly having the economy.admin.give permission node. +This also works with economy.other, if a player has economy.other they will inherit economy.

    +

    Requirements

    +

    Requirements is a feature that allows you to put a constraint on commands and arguments. Similar to permissions, a requirement is something that must be fulfilled in order to use a given command or argument.

    +

    This section is broken up into four parts:

    +
      +
    • Adding requirements to commands
    • +
    • Adding requirements to arguments
    • +
    • Updating requirements
    • +
    • Multiple requirements
    • +
    +

    Please don't skip the section on updating requirements - the last section is necessary to get requirements to work as you'd want!

    +
    +

    Adding requirements to commands

    +

    To add a requirement to a command, similar to adding permissions to commands, use the withRequirement method:

    +
    CommandAPICommand withRequirement(Predicate<CommandSender> sender);
    +
    +

    The withRequirement method requires a predicate that determines if the sender is able to run the command - if the predicate is satisfied, then the command sender will be able to execute that command.

    +
    +

    Example - Perks based on a player's level

    +

    Say we have a perks-based command system that depends on a player's level. For example, if a player has over 30 levels of experience, they would then be able to run a command that lets them repair the item in their hand in exchange for 30 levels. As such, we'll use the following command syntax:

    +
    /repair
    +
    +

    We want to put a requirement on this command that the player needs to have at least 30 levels of experience in order to run the command - if the player has less than 30 levels, the player should not be able to run the command. The easiest way to make the player not able to run the command is to literally tell the user that the command doesn't exist. That's what requirements do in the CommandAPI:

    +
    +
    new CommandAPICommand("repair")
    +    .withRequirement(sender -> ((Player) sender).getLevel() >= 30)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Repair the item back to full durability
    +        ItemStack is = player.getInventory().getItemInMainHand();
    +        ItemMeta itemMeta = is.getItemMeta();
    +        if (itemMeta instanceof Damageable damageable) {
    +            damageable.setDamage(0);
    +            is.setItemMeta(itemMeta);
    +        }
    +        
    +        // Subtract 30 levels
    +        player.setLevel(player.getLevel() - 30);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("repair")
    +    .withRequirement { (it as Player).level >= 30 }
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +
    +        // Repair the item back to full durability
    +        val item = player.inventory.itemInMainHand
    +        val itemMeta = item.itemMeta
    +        if (itemMeta is Damageable) {
    +            itemMeta.setDamage(0)
    +            item.setItemMeta(itemMeta)
    +        }
    +
    +        // Subtract 30 levels
    +        player.setLevel(player.level - 30)
    +    })
    +    .register()
    +
    +
    +

    It's important to note that in this example, we case the sender to a player for the requirement method. We know that the sender is definitely a player because we use executesPlayer(), which ensures that this is the case. Now that we've got this, we need to make sure we update the player's requirements when their exp changes. This is covered in more detail in the section about updating requirements below.

    +
    +
    +

    Adding requirements to arguments

    +

    In a similar way that you can restrict certain arguments by adding permissions to them, you can restrict them by using arbitrary predicates by using the withRequirement method on the arguments themselves.

    +
    +

    Example - A party creation and teleportation system

    +

    Let's say that we're working on a plugin that has a system to form groups of players called "parties". If you are not already in a party, you can create one of your own and if you are in a party, you can teleport to any other member in your party.

    +

    For this example, we'll use the following command syntax:

    +
    /party create <partyName>
    +/party tp <player>
    +
    +

    To represent our party in code, we'll use a simple Map called partyMembers which maps the player's UUID to the name of their registered party:

    +
    +
    Map<UUID, String> partyMembers = new HashMap<>();
    +
    +
    val partyMembers = mutableMapOf<UUID, String>()
    +
    +
    +

    To begin with, let's create the /party create <partyName> command. First, we must declare our arguments:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(new LiteralArgument("create")
    +    .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new StringArgument("partyName"));
    +
    +
    var arguments = mutableListOf<Argument<*>>()
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(LiteralArgument("create")
    +    .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }
    +)
    +
    +arguments.add(StringArgument("partyName"))
    +
    +
    +

    In this argument declaration, we put a requirement on the literal create, where the player does not have a party. In other words, if the player does not have a party, they are allowed to run /party create <partyName>. If a player already has a party, then they won't be allowed to run this command.

    +

    Now that we've declared our arguments, we can now declare our main command /party create <partyName>. We populate it with the arguments, and we create an entry in our partyMembers with the player's UUID and the name of the party that they created. Since this updates the requirements of the player, we'll have to make sure we update it (which is covered in more detail in the section about updating requirements below) - until then, I'll omit this from the code:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Get the name of the party to create
    +        String partyName = (String) args.get("partyName");
    +        
    +        partyMembers.put(player.getUniqueId(), partyName);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(*arguments.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Get the name of the party to create
    +        val partyName = args["partyName"] as String
    +
    +        partyMembers[player.uniqueId] = partyName
    +    })
    +    .register()
    +
    +
    +
    +

    So now we've added the ability to create a party if we're not already in it. Now we need to implement our party tp <player> command. Again, we must start by declaring our arguments:

    +
    +
    arguments = new ArrayList<>();
    +arguments.add(new LiteralArgument("tp")
    +    .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new PlayerArgument("player")
    +    .replaceSafeSuggestions(SafeSuggestions.suggest(info -> {
    +        
    +        // Store the list of party members to teleport to
    +        List<Player> playersToTeleportTo = new ArrayList<>();
    +        
    +        String partyName = partyMembers.get(((Player) info.sender()).getUniqueId());
    +        
    +        // Find the party members
    +        for (Entry<UUID, String> entry : partyMembers.entrySet()) {
    +            
    +            // Ignore yourself
    +            if (entry.getKey().equals(((Player) info.sender()).getUniqueId())) {
    +                continue;
    +            } else {
    +                // If the party member is in the same party as you
    +                if (entry.getValue().equals(partyName)) {
    +                    Player target = Bukkit.getPlayer(entry.getKey());
    +                    if (target.isOnline()) {
    +                        // Add them if they are online
    +                        playersToTeleportTo.add(target);
    +                    }
    +                }
    +            }
    +        }
    +        
    +        return playersToTeleportTo.toArray(new Player[0]);
    +    })));
    +
    +
    arguments = mutableListOf<Argument<*>>()
    +arguments.add(LiteralArgument("tp")
    +    .withRequirement { partyMembers.containsKey((it as Player).uniqueId) })
    +
    +arguments.add(PlayerArgument("player")
    +    .replaceSafeSuggestions(SafeSuggestions.suggest { info ->
    +
    +        // Store the list of party members to teleport to
    +        val playersToTeleportTo = mutableListOf<Player>()
    +
    +        val partyName = partyMembers[(info.sender() as Player).uniqueId]
    +
    +        // Find the party members
    +        for ((uuid, party) in partyMembers) {
    +
    +            // Ignore yourself
    +            if (uuid == (info.sender() as Player).uniqueId) {
    +                continue
    +            } else {
    +                // If the party member is in the same party as you
    +                if (party == partyName) {
    +                    val target = Bukkit.getPlayer(uuid)!!
    +                    if (target.isOnline) {
    +                        // Add them if they are online
    +                        playersToTeleportTo.add(target)
    +                    }
    +                }
    +            }
    +        }
    +
    +        playersToTeleportTo.toTypedArray()
    +    }))
    +
    +
    +

    Notice something here? There's some code repetition for the withRequirement method - this is the same predicate that we used earlier, except we remove the negation. If you are interested, you can view the section Predicate tips for a method to improve code reuse.

    +

    Once the arguments have been declared, we can now implement our party teleportation command:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("player");
    +        player.teleport(target);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["player"] as Player
    +        player.teleport(target)
    +    })
    +    .register()
    +
    +
    +
    +

    What's important to note in this example is that if you spend the time to set up the arguments properly, it severely decreases the amount of code required to write your command. This makes the commands you declare easier to understand and follow and you don't end up having to put all of these checks in the body of your command executor.

    +
    +
    +

    Updating requirements

    +

    Finally, the part you've all been waiting for - how to update requirements. With the way requirements work, they need to be updated manually. To illustrate why this is the case, I'll explain using the example of the /repair command:

    +

    When a player joins the game, the server tells the client the list of all commands that the client can run (don't worry, this is completely normal, as declared here). Let's say that the player has joined and has less than 30 levels.

    +

    When a player has less than 30 levels, they are unable to execute the /repair command, because the list of commands that the server sent to the client did not contain the /repair command. Eventually, the player will fight some mobs or mine some ores and eventually will reach 30 levels. Despite this, the player's client doesn't actually know that they're now able to use the /repair command until the server tells them. As such, the server needs to somehow update the requirements that a player has so a player knows they can run the command.

    +

    The CommandAPI handles this in a very simple method call:

    +
    CommandAPI.updateRequirements(player);
    +
    +
    +

    Developer's Note:

    +

    The CommandAPI.updateRequirements(player); method can be used anywhere, except for the withRequirement method. Using it inside this method will crash the server. This is by design - just make sure you don't use it within the withRequirement method and everything will be fine!

    +
    +

    To illustrate how to use this, we'll go over the two examples above:

    +
    +

    Example - Updating requirements for xp changes

    +

    In the example of requirements with the /repair command, we needed to ensure that the player's requirements update when their experience changes. To do this, we'll simply use a normal event to check this:

    +
    @EventHandler
    +public void onExpChange(PlayerExpChangeEvent event) {
    +    CommandAPI.updateRequirements(event.getPlayer());
    +}
    +
    +

    And of course, you have to ensure that this event is registered in your onEnable() method:

    +
    @Override
    +public void onEnable() {
    +    getServer().getPluginManager().registerEvents(this, this);
    +}
    +
    +
    +

    Developer's Note:

    +

    I'm assuming you already know how to register events and don't need me to go into great detail how to do so, take the code above with a pinch of salt - I know how much everyone likes to divide their event handlers and listeners to organise their code.

    +
    +
    +
    +

    Example - Updating requirements for the party creation example

    +

    In the example for a party creation, we declared two commands:

    +
    /party create <partyName>
    +/party tp <player>
    +
    +

    When a player creates a new party, we need to ensure that their requirements are updated when they create the party. As such, we simply add this to our party creation command executor:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Get the name of the party to create
    +        String partyName = (String) args.get("partyName");
    +        
    +        partyMembers.put(player.getUniqueId(), partyName);
    +        
    +        CommandAPI.updateRequirements(player);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Get the name of the party to create
    +        val partyName = args["partyName"] as String
    +
    +        partyMembers[player.uniqueId] = partyName
    +
    +        CommandAPI.updateRequirements(player)
    +    })
    +    .register()
    +
    +
    +

    That's it!

    +
    +
    +

    Multiple requirements

    +

    The CommandAPI lets you handle multiple requirements really easily! The withRequirement method can be called multiple times, so you don't have to worry about shoving everything in one expression.

    +
    +

    Example - Using multiple requirements

    +

    For example, you can apply multiple requirements for a command by calling the withRequirement method multiple times:

    +
    +
    new CommandAPICommand("someCommand")
    +    .withRequirement(sender -> ((Player) sender).getLevel() >= 30)
    +    .withRequirement(sender -> ((Player) sender).getInventory().contains(Material.DIAMOND_PICKAXE))
    +    .withRequirement(sender -> ((Player) sender).isInvulnerable())
    +    .executesPlayer((player, args) -> {
    +        // Code goes here
    +    })
    +    .register();
    +
    +
    CommandAPICommand("someCommand")
    +    .withRequirement { (it as Player).level >= 30 }
    +    .withRequirement { (it as Player).inventory.contains(Material.DIAMOND_PICKAXE) }
    +    .withRequirement { (it as Player).isInvulnerable() }
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        // Code goes here
    +    })
    +    .register()
    +
    +
    +
    +

    Aliases

    +

    Aliases for commands can be added by using the withAliases() method when registering a command. Aliases allow you to run the same command with a different 'name' from the original registered command name.

    +
    +

    Example - Using aliases for /getpos

    +

    In this example, we register the command /getpos that returns the command sender's location. We apply the aliases /getposition, /getloc, /getlocation and /whereami as well, using the withAliases() method.

    +
    +
    new CommandAPICommand("getpos")
    +    // Declare your aliases
    +    .withAliases("getposition", "getloc", "getlocation", "whereami")
    +      
    +    // Declare your implementation
    +    .executesEntity((entity, args) -> {
    +        entity.sendMessage(String.format("You are at %d, %d, %d", 
    +            entity.getLocation().getBlockX(), 
    +            entity.getLocation().getBlockY(), 
    +            entity.getLocation().getBlockZ())
    +        );
    +    })
    +    .executesCommandBlock((block, args) -> {
    +        block.sendMessage(String.format("You are at %d, %d, %d", 
    +            block.getBlock().getLocation().getBlockX(), 
    +            block.getBlock().getLocation().getBlockY(), 
    +            block.getBlock().getLocation().getBlockZ())
    +        );
    +    })
    +      
    +    // Register the command
    +    .register();
    +
    +
    CommandAPICommand("getpos")
    +    // Declare your aliases
    +    .withAliases("getposition", "getloc", "getlocation", "whereami")
    +
    +    // Declare your implementation
    +    .executesEntity(EntityCommandExecutor { entity, _ ->
    +        val loc = entity.location
    +        entity.sendMessage("You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}")
    +    })
    +    .executesCommandBlock(CommandBlockCommandExecutor { block, _ ->
    +        val loc = block.block.location
    +        block.sendMessage("You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}")
    +    })
    +
    +    // Register the command
    +    .register()
    +
    +
    commandAPICommand("getpos") {
    +    // Declare your aliases
    +    withAliases("getposition", "getloc", "getlocation", "whereami")
    +
    +    // Declare your implementation
    +    entityExecutor { entity, _ ->
    +        val loc = entity.location
    +        entity.sendMessage("You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}")
    +    }
    +    commandBlockExecutor { block, _ ->
    +        val loc = block.block.location
    +        block.sendMessage("You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}")
    +    }
    +}
    +
    +
    +
    +

    Help

    +

    Help topics can be added to your command using the withHelp(), withShortDescription(), withFullDescription() or withUsage() methods when registering a command. Help allows users to understand what your command does and provides them with a list of usage forms to aid in writing a command.

    +

    Parts of a help

    +

    A help topic consists of two mains parts:

    +
      +
    • A short description which is displayed in a help list and displayed at the top of a help topic for that command
    • +
    • A full description which is displayed in the "Description" section of a help topic
    • +
    +

    This can be seen with the following example, for a command /mycmd. This example has the short description "Says hi", and a full description "Broadcasts hi to everyone on the server". The short help is shown in the help list, which (in this example) is viewed using /help 5. The full description is shown for the help for the command on its own, which is viewed using /help mycmd:

    +

    help image

    +

    Help methods and semantics

    +

    The CommandAPI has three methods to register parts of a help. The withShortDescription() sets the short description for the command, the withFullDescription() sets the full description for the command and withHelp() is a simple way to set both the short and full description at the same time. The withHelp() method is the recommended method to use to set the help for a command.

    +

    If no short description is provided, the CommandAPI will attempt to use the full description if one is present. Note that this may be truncated automatically, so it is recommended to provide your own short description.

    +

    These are the following methods that the CommandAPI provides to set the help topic for a command:

    +
    CommandAPICommand withShortDescription(String description);
    +
    +

    The withShortDescription method simply sets the short description for the command. In the above screenshot, the short description is "Says hi".

    +
    CommandAPICommand withFullDescription(String description);
    +
    +

    The withFullDescription method sets the full description for the command. In the above screenshot, the full description is "Broadcasts hi to everyone on the server".

    +
    CommandAPICommand withHelp(String shortDescription, String fullDescription);
    +
    +

    The withHelp method sets both the short description and the full description at the same time.

    +
    +

    Example - Adding help to a command

    +

    In this simple example, we implement the above screenshot's help topic. We register a command /mycmd and use the withShortDescription and withFullDescription methods to create a help topic:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withShortDescription("Says hi")
    +    .withFullDescription("Broadcasts hi to everyone on the server")
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycmd")
    +    .withShortDescription("Says hi")
    +    .withFullDescription("Broadcasts hi to everyone on the server")
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycmd") {
    +    withShortDescription("Says hi")
    +    withFullDescription("Broadcasts hi to everyone on the server")
    +    anyExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    }
    +}
    +
    +
    +

    We could also register this command using the withHelp method instead:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    CommandAPICommand("mycmd")
    +    .withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycmd") {
    +    withHelp("Says hi", "Broadcasts hi to everyone on the server")
    +    anyExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    }
    +}
    +
    +
    +
    +
    +

    Advanced help topics

    +

    For more control over help topics, the CommandAPI offers the following method, which allows you to provide your own HelpTopic object:

    +
    CommandAPICommand withHelp(HelpTopic helpTopic);
    +
    +
    +

    Example - Adding locale-specific help

    +

    In this example, we implement locale-specific help so players can see help in their desired language. To do this, we must make use of the Bukkit HelpTopic object which gives us more control over the content of help that is displayed to a player:

    +
    +
    public HelpTopic makeHelp(String command) {
    +    return new HelpTopic() {
    +
    +        @Override
    +        public String getShortText() {
    +            return "Says hi";
    +        }
    +
    +        @Override
    +        public String getFullText(CommandSender forWho) {
    +            String helpText = "";
    +            if (forWho instanceof Player player) {
    +                // Make use of the player's locale to make language-specific help!
    +                Locale playerLocale = player.locale();
    +                if (playerLocale.getLanguage().equals("en")) {
    +                    helpText = "Broadcasts \"Hi!\" to everyone on the server";
    +                } else if (playerLocale.getLanguage().equals("de")) {
    +                    helpText = "Sendet \"Hi!\" an alle auf dem Server";
    +                }
    +            } else {
    +                helpText = "Broadcasts \"Hi!\" to everyone on the server";
    +            }
    +            return helpText;
    +        }
    +
    +        // Allow anyone to see this help topic
    +        @Override
    +        public boolean canSee(CommandSender player) {
    +            return true;
    +        }
    +    };
    +}
    +
    +
    fun makeHelp(command: String): HelpTopic = object: HelpTopic() {
    +    override fun getShortText(): String = "Says hi"
    +
    +    override fun getFullText(forWho: CommandSender): String {
    +        var helpText = ""
    +        if (forWho is Player) {
    +            // Make use of the player's locale to make language-specific help!
    +            val playerLocale = forWho.locale()
    +            if (playerLocale.getLanguage() == "en") {
    +                helpText = "Broadcasts \"Hi!\" to everyone on the server"
    +            } else if (playerLocale.getLanguage() == "de") {
    +                helpText = "Sendet \"Hi!\" an alle auf dem Server"
    +            }
    +        } else {
    +            helpText = "Broadcasts \"Hi!\" to everyone on the server"
    +        }
    +        return helpText
    +    }
    +
    +    // Allow anyone to see this help topic
    +    override fun canSee(player: CommandSender): Boolean = true
    +}
    +
    +
    +

    We then add our new HelpTopic to the command using the withHelp method:

    +
    +
    new CommandAPICommand("mycmd")
    +    .withHelp(makeHelp("mycmd"))
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage("Hi!");
    +    })
    +    .register();
    +
    +
    return CommandAPICommand("mycmd")
    +    .withHelp(makeHelp("mycmd"))
    +    .executes(CommandExecutor { _, _ ->
    +        Bukkit.broadcastMessage("Hi!")
    +    })
    +    .register()
    +
    +
    +
    +

    Command usage

    +

    When registering a command, there also is a command usage generated. The CommandAPI provides a way to customise this usage by providing the withUsage() method:

    +
    CommandAPICommand withUsage(String... usage)
    +
    +
    +

    Example - Providing a command usage

    +

    In this example, we want to showcase how usage generation displays the usage vs. how a custom usage displays the usage:

    +
    /command <help> <admin|user|moderator|vip>
    +/command <reload> <commandsystem|config|server>
    +
    +

    This is how it would get displayed:

    +
    Usage:
    +- /command <help> <admin>
    +- /command <help> <user>
    +- /command <help> <moderator>
    +- /command <help> <vip>
    +- /command <reload> <commandsystem>
    +- /command <reload> <config>
    +- /command <reload> <server>
    +
    +

    Now, we are implementing the withUsage() method:

    +
    new CommandAPICommand("...")
    +    .withUsage(
    +        "/command <help> <section>",
    +        "/command <reload> <system>"
    +    )
    +
    +

    By using withUsage() like that, the CommandAPI will produce this usage:

    +
    Usage:
    +- /command <help> <section>
    +- /command <reload> <system>
    +
    +
    +

    Subcommands

    +

    Subcommands is another method for registering commands that makes use of creating multiple different CommandAPICommand instances. Given a CommandAPICommand, we can add a subcommand by using the following method:

    +
    CommandAPICommand withSubcommand(CommandAPICommand subcommand);
    +CommandAPICommand withSubcommands(CommandAPICommand... subcommands);
    +
    +

    Using subcommands has no disadvantages to using regular commands with the LiteralArgument or MultiLiteralArgument, and should be slightly more intuitive to implement if you've used other command frameworks before.

    +
    +

    Example - Permission system with subcommands

    +

    Say we wanted to write a permission management system. To do this, we'll use the following command structsyntaxure:

    +
    /perm group add <permission> <groupName>
    +/perm group remove <permission> <groupName>
    +/perm user add <permission> <userName>
    +/perm user remove <permission> <userName>
    +
    +

    Let's start with the simplest example - the /perm group ... command. We have one command which is the following:

    +
    add <permission> <groupName>
    +
    +

    We can implement this by creating a CommandAPICommand with the command name add:

    +
    +
    CommandAPICommand groupAdd = new CommandAPICommand("add")
    +    .withArguments(new StringArgument("permission"))
    +    .withArguments(new StringArgument("groupName"))
    +    .executes((sender, args) -> {
    +        // perm group add code
    +    });
    +
    +
    val groupAdd = CommandAPICommand("add")
    +    .withArguments(StringArgument("permission"))
    +    .withArguments(StringArgument("groupName"))
    +    .executes(CommandExecutor { sender, args ->
    +        // perm group add code
    +    })
    +
    +
    val groupAdd = subcommand("add") {
    +    stringArgument("permission")
    +    stringArgument("groupName")
    +    anyExecutor { sender, args ->
    +        // perm group add code
    +    }
    +}
    +
    +
    +

    Similarly, we have another part remove <permission> <groupName>. We can declare this similar to our add command. Once we've done that, we can now join everything up together. Here, we create a command group which adds the two other subcommands:

    +
    +
    CommandAPICommand groupRemove = new CommandAPICommand("remove")
    +    .withArguments(new StringArgument("permission"))
    +    .withArguments(new StringArgument("groupName"))
    +    .executes((sender, args) -> {
    +        // perm group remove code
    +    });
    +
    +CommandAPICommand group = new CommandAPICommand("group")
    +    .withSubcommand(groupAdd)
    +    .withSubcommand(groupRemove);
    +
    +
    val groupRemove = CommandAPICommand("remove")
    +    .withArguments(StringArgument("permission"))
    +    .withArguments(StringArgument("groupName"))
    +    .executes(CommandExecutor { sender, args ->
    +        // perm group remove code
    +    })
    +
    +val group = CommandAPICommand("group")
    +    .withSubcommand(groupAdd)
    +    .withSubcommand(groupRemove)
    +
    +
    val groupRemove = subcommand("remove") {
    +    stringArgument("permission")
    +    stringArgument("groupName")
    +    anyExecutor { sender, args ->
    +        // perm group remove code
    +    }
    +}
    +
    +val group = subcommand("group") {
    +    subcommand(groupAdd)
    +    subcommand(groupRemove)
    +}
    +
    +
    +

    Finally, we can link everything up together to the perm command and register the whole thing together:

    +
    +
    new CommandAPICommand("perm")
    +    .withSubcommand(group)
    +    .register();
    +
    +
    CommandAPICommand("perm")
    +    .withSubcommand(group)
    +    .register()
    +
    +
    commandAPICommand("perm") {
    +    subcommand(group)
    +}
    +
    +
    +
    +

    Another, more intuitive method, is to shove everything in one go without creating lots of variables all over the place:

    +
    +
    new CommandAPICommand("perm")
    +    .withSubcommand(new CommandAPICommand("group")
    +        .withSubcommand(new CommandAPICommand("add")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("groupName"))
    +            .executes((sender, args) -> {
    +                // perm group add code
    +            })
    +        )
    +        .withSubcommand(new CommandAPICommand("remove")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("groupName"))
    +            .executes((sender, args) -> {
    +                // perm group remove code
    +            })
    +        )
    +    )
    +    .withSubcommand(new CommandAPICommand("user")
    +        .withSubcommand(new CommandAPICommand("add")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("userName"))
    +            .executes((sender, args) -> {
    +                // perm user add code
    +            })
    +        )
    +        .withSubcommand(new CommandAPICommand("remove")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("userName"))
    +            .executes((sender, args) -> {
    +                // perm user remove code
    +            })
    +        )
    +    )
    +    .register();
    +
    +
    CommandAPICommand("perm")
    +    .withSubcommand(CommandAPICommand("group")
    +        .withSubcommand(CommandAPICommand("add")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("groupName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm group add code
    +            })
    +        )
    +        .withSubcommand(CommandAPICommand("remove")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("groupName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm group remove code
    +            })
    +        )
    +    )
    +    .withSubcommand(CommandAPICommand("user")
    +        .withSubcommand(CommandAPICommand("add")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("userName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm user add code
    +            })
    +        )
    +        .withSubcommand(CommandAPICommand("remove")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("userName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm user remove code
    +            })
    +        )
    +    )
    +    .register()
    +
    +
    commandAPICommand("perm") {
    +    subcommand("group") {
    +        subcommand("add") {
    +            stringArgument("permission")
    +            stringArgument("groupName")
    +            anyExecutor { sender, args ->
    +                // perm group add code
    +            }
    +        }
    +        subcommand("remove") {
    +            stringArgument("permission")
    +            stringArgument("groupName")
    +            anyExecutor { sender, args ->
    +                // perm group remove code
    +            }
    +        }
    +    }
    +    subcommand("user") {
    +        subcommand("add") {
    +            stringArgument("permission")
    +            stringArgument("userName")
    +            anyExecutor { sender, args ->
    +                // perm user add code
    +            }
    +        }
    +        subcommand("remove") {
    +            stringArgument("permission")
    +            stringArgument("userName")
    +            anyExecutor { sender, args ->
    +                // perm user add code
    +            }
    +        }
    +    }
    +}
    +
    +
    +
    +

    Command trees

    +

    So far in this documentation, we've described many different ways to register commands. We've described writing commands by declaring a CommandAPICommand object, using a list of arguments and providing an executor for the command. We've also described another way of registering commands with multiple "paths" using the withSubcommand method to generate a tree-like structure. As of CommandAPI 7.0.0, another method for registering commands, command trees, has been introduced.

    +
    +

    The executes() and then() methods

    +

    The Command Tree represents command structures in a tree-like fashion, in a very similar way that Brigadier's API lets you declare commands. Command tree commands effectively revolve around two methods:

    +
    public T executes(CommandExecutor executor);
    +
    +public CommandTree  then(ArgumentTree branch);
    +public ArgumentTree then(ArgumentTree branch);
    +
    +

    The executes() method is the same executes() method that you have seen previously in this documentation for normal CommandAPI commands. This also includes all of the executes...() methods described in Normal command executors, but for the sake of simplicity, we'll simply refer to all of these by executes().

    +

    The then() method allows you to create new "branches" in your command "tree" data structure. If you are familiar with Brigadier's then() method for argument nodes, then you should feel right at home. Otherwise, for all intents and purposes then() lets you specify additional paths that a command can take when a user is typing their command.

    +

    Because the underlying type hierarchy of command trees is fairly complex (then() having multiple return types and taking in ArgumentTree objects), instead of trying to describe how all of that works, we'll instead describe how to make command trees by using the methods executes() and then() in practice.

    +

    Declaring a command tree

    +

    The basic syntax of a command tree is effectively identical to a normal CommandAPICommand, but instead you use the CommandTree object. For example, if we want to create a simple command which sends "Hi!" to a command sender, we declare the name of our command, make use of the executes() method, and then we use the CommandTree constructor instead of the CommandAPICommand constructor:

    +
    /sayhi
    +
    +
    new CommandAPICommand("sayhi")
    +    .executes((sender, args) -> {
    +        sender.sendMessage("Hi!");
    +    })
    +    .register();
    +
    +

    $$\downarrow$$

    +
    new CommandTree("sayhi")
    +    .executes((sender, args) -> {
    +        sender.sendMessage("Hi!");
    +    })
    +    .register();
    +
    +

    Adding arguments to a command tree

    +

    Unlike the CommandAPICommand class, the CommandTree class doesn't let you add arguments using the withArguments() method. Instead, it makes use of the then() method, which allows you to provide an argument to it. This is best described with an example.

    +
    +

    Example - Declaring a command tree with a single argument

    +

    Say we want to take our /sayhi command from above and also have an argument which lets you specify a target player. In this example, we'll have the following command syntax:

    +
    /sayhi          - Says "Hi!" to the current sender
    +/sayhi <target> - Says "Hi!" to a target player
    +
    +

    We can do this by adding a PlayerArgument to our command. As described above, to add this argument, we must use the then() method:

    +
    +
    new CommandTree("sayhi")
    +    .executes((sender, args) -> {
    +        sender.sendMessage("Hi!");
    +    })
    +    .then(new PlayerArgument("target")
    +        .executes((sender, args) -> {
    +            Player target = (Player) args.get("target");
    +            target.sendMessage("Hi");
    +        }))
    +    .register();
    +
    +
    CommandTree("sayhi")
    +    .executes(CommandExecutor { sender, _ ->
    +        sender.sendMessage("Hi!")
    +    })
    +    .then(PlayerArgument("target")
    +        .executes(CommandExecutor { _, args ->
    +            val target = args["target"] as Player
    +            target.sendMessage("Hi")
    +        }))
    +    .register()
    +
    +
    +

    In this example, we have our normal /sayhi command using the executes() method. We then add a new argument (a new "branch" in our "tree"), the PlayerArgument, using the then() method. We want to make this branch executable, so we also use the executes() method on the argument itself. To register the full command tree (which includes both /sayhi and /sayhi <target>), we call register() on the CommandTree object.

    +
    +
    +

    That's effectively all of the basics of command trees! We start by writing a normal command, use executes() to make it executable and use then() to add additional paths to our command. Finally, we finish up with register() to register our command. Below, I've included a few more examples showcasing how to design commands using command trees.

    +

    Command tree examples

    +
    +

    Example - Sign editing plugin

    +

    Say we wanted to create a plugin to let a user edit signs. We have a single command tree /signedit, with a number of branching paths set, clear, copy and paste which represent various operations that this command can be performed on a sign:

    +
    /signedit set <line_number> <text> - Sets the text for a line on a sign
    +/signedit clear <line_number>      - Clears a sign's text on a specific line
    +/signedit copy <line_number>       - Copies the current text from a line on a sign
    +/signedit paste <line_number>      - Pastes the copied text onto a line on a sign
    +
    +
    +
    new CommandTree("signedit")
    +    .then(new LiteralArgument("set")
    +        .then(new IntegerArgument("line_number", 1, 4)
    +            .then(new GreedyStringArgument("text")
    +                .executesPlayer((player, args) -> {
    +                    // /signedit set <line_number> <text>
    +                    Sign sign = getTargetSign(player);
    +                    int lineNumber = (int) args.get("line_number");
    +                    String text = (String) args.get("text");
    +                    sign.setLine(lineNumber - 1, text);
    +                    sign.update(true);
    +                 }))))
    +    .then(new LiteralArgument("clear")
    +        .then(new IntegerArgument("line_number", 1, 4)
    +            .executesPlayer((player, args) -> {
    +                // /signedit clear <line_number>
    +                Sign sign = getTargetSign(player);
    +                int lineNumber = (int) args.get("line_number");
    +                sign.setLine(lineNumber - 1, "");
    +                sign.update(true);
    +            })))
    +    .then(new LiteralArgument("copy")
    +        .then(new IntegerArgument("line_number", 1, 4)
    +            .executesPlayer((player, args) -> {
    +                // /signedit copy <line_number>
    +                Sign sign = getTargetSign(player);
    +                int lineNumber = (int) args.get("line_number");
    +                player.setMetadata("copied_sign_text", new FixedMetadataValue(this, sign.getLine(lineNumber - 1)));
    +            })))
    +    .then(new LiteralArgument("paste")
    +        .then(new IntegerArgument("line_number", 1, 4)
    +            .executesPlayer((player, args) -> {
    +                // /signedit copy <line_number>
    +                Sign sign = getTargetSign(player);
    +                int lineNumber = (int) args.get("line_number");
    +                sign.setLine(lineNumber - 1, player.getMetadata("copied_sign_text").get(0).asString());
    +                sign.update(true);
    +            })))
    +    .register();
    +
    +
    CommandTree("signedit")
    +    .then(LiteralArgument("set")
    +        .then(IntegerArgument("line_number", 1, 4)
    +            .then(GreedyStringArgument("text")
    +                .executesPlayer(PlayerCommandExecutor { player, args ->
    +                    // /signedit set <line_number> <text>
    +                    val sign: Sign = getTargetSign(player)
    +                    val line_number = args["line_number"] as Int
    +                    val text = args["text"] as String
    +                    sign.setLine(line_number - 1, text)
    +                    sign.update(true)
    +                 }))))
    +    .then(LiteralArgument("clear")
    +        .then(IntegerArgument("line_number", 1, 4)
    +            .executesPlayer(PlayerCommandExecutor { player, args ->
    +                // /signedit clear <line_number>
    +                val sign: Sign = getTargetSign(player)
    +                val line_number = args["line_number"] as Int
    +                sign.setLine(line_number - 1, "")
    +                sign.update(true)
    +            })))
    +    .then(LiteralArgument("copy")
    +        .then(IntegerArgument("line_number", 1, 4)
    +            .executesPlayer(PlayerCommandExecutor { player, args ->
    +                // /signedit copy <line_number>
    +                val sign: Sign = getTargetSign(player)
    +                val line_number = args["line_number"] as Int
    +                player.setMetadata("copied_sign_text", FixedMetadataValue(this, sign.getLine(line_number - 1)))
    +            })))
    +    .then(LiteralArgument("paste")
    +        .then(IntegerArgument("line_number", 1, 4)
    +            .executesPlayer(PlayerCommandExecutor { player, args ->
    +                // /signedit copy <line_number>
    +                val sign: Sign = getTargetSign(player)
    +                val line_number = args["line_number"] as Int
    +                sign.setLine(line_number - 1, player.getMetadata("copied_sign_text")[0].asString())
    +                sign.update(true)
    +            })))
    +    .register()
    +
    +
    +
    +

    Annotation-based commands

    +

    The CommandAPI also includes a very small lightweight annotation-based command framework. This works very differently compared to previous commands shown in this documentation and it is less feature-rich than registering commands using the other methods.

    +

    In short, the CommandAPI's annotation-based system:

    +
      +
    • Has no runtime overhead compared to using the regular command registration system (unlike other annotation-based frameworks such as ACF).
    • +
    • Reduces code bloat (to an extent).
    • +
    • Improves readability since commands are declared declaratively instead of imperatively.
    • +
    • Is not as powerful as the regular command registration system.
    • +
    +
    +

    Developer's Note:

    +

    Currently, the annotation framework is in its infancy, so any suggestions or improvements are heavily appreciated!

    +
    +
    +

    Developer's Note:

    +

    As of the time of writing, annotation-based commands are not compatible with the Kotlin programming language! The CommandAPI does have the Kotlin DSL instead, which is leaner, cleaner and provides a much more Kotliny experience!

    +
    +

    Before we go into too much detail, let's take a look at an example of what this annotation framework looks like, and compare this to the existing method.

    +
    +

    Example: A warp command

    +

    Let's say we're writing a plugin with the capability to create warps to places on the server. To do this, we'll make a simple command /warp, defined as follows:

    +
    /warp - Shows help
    +/warp <warp> - Teleports a player to <warp>
    +/warp create <name> - Creates a new warp <name> at the player's location
    +
    +

    Warp command (without annotations)

    +

    Using the regular CommandAPI, this is one way we can create this command. In the code below, we use StringArguments to represent the warp names. To teleport to a warp, we also populate it with suggestions (deferred so it updates), and also use a subcommand to represent /warp create:

    +
    Map<String, Location> warps = new HashMap<>();
    +
    +// /warp
    +new CommandAPICommand("warp")
    +    .executes((sender, args) -> {
    +        sender.sendMessage("--- Warp help ---");
    +        sender.sendMessage("/warp - Show this help");
    +        sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +        sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +    })
    +    .register();
    +
    +// /warp <warp>
    +new CommandAPICommand("warp")
    +    .withArguments(new StringArgument("warp").replaceSuggestions(ArgumentSuggestions.strings(info -> 
    +        warps.keySet().toArray(new String[0])
    +    )))
    +    .executesPlayer((player, args) -> {
    +        player.teleport(warps.get((String) args.get(0)));
    +    })
    +    .register();
    +
    +// /warp create <warpname>
    +new CommandAPICommand("warp")
    +    .withSubcommand(
    +        new CommandAPICommand("create")
    +            .withPermission("warps.create")
    +            .withArguments(new StringArgument("warpname"))
    +            .executesPlayer((player, args) -> {
    +                warps.put((String) args.get(0), player.getLocation());
    +            })
    +    )
    +    .register();
    +
    +

    Seems fairly straightforward, given everything else covered in this documentation. Now let's compare it to using annotations!

    +

    Warp command (with annotations)

    +

    I think it's best to show the example and the explain it afterwards:

    +
    @Command("warp")    
    +public class WarpCommand {
    +    
    +    // List of warp names and their locations
    +    static Map<String, Location> warps = new HashMap<>();
    +    
    +    @Default
    +    public static void warp(CommandSender sender) {
    +        sender.sendMessage("--- Warp help ---");
    +        sender.sendMessage("/warp - Show this help");
    +        sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +        sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +    }
    +    
    +    @Default
    +    public static void warp(Player player, @AStringArgument String warpName) {
    +        player.teleport(warps.get(warpName));
    +    }
    +    
    +    @Subcommand("create")
    +    @Permission("warps.create")
    +    public static void createWarp(Player player, @AStringArgument String warpName) {
    +        warps.put(warpName, player.getLocation());
    +    }
    +    
    +}
    +
    +
    CommandAPI.registerCommand(WarpCommand.class);
    +
    +

    As we can see, the code certainly looks very different to the normal registration method. Let's take it apart piece by piece to see what exactly is going on here.

    +

    Command declaration

    +
    @Command("warp")    
    +public class WarpCommand {
    +
    +

    Firstly, we declare our command warp. To do this, we use the @Command annotation and simply state the name of the command in the annotation. This annotation is attached to the class WarpCommand, which indicates that the whole class WarpCommand will be housing our command.

    +

    The annotation framework is designed in such a way that an entire command is represented by a single class. This provides a more modular approach to command declaration that allows you to easily contain the methods of a command in one location.

    +

    Default command

    +
    @Default
    +public static void warp(CommandSender sender) {
    +    sender.sendMessage("--- Warp help ---");
    +    sender.sendMessage("/warp - Show this help");
    +    sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +    sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +}
    +
    +

    Here, declare the main command implementation using the @Default annotation. The @Default annotation informs the CommandAPI that the method it is attached to does not have any subcommands. This is effectively the same as registering a regular command without using .withSubcommand().

    +

    Here, we simply write what happens when no arguments are run (i.e. the user just runs /warp on its own). As such, we don't include any parameters to our method.

    +

    Default command (again!)

    +
    @Default
    +public static void warp(Player player, @AStringArgument String warpName) {
    +    player.teleport(warps.get(warpName));
    +}
    +
    +

    We also have a second @Default annotated method, which handles our /warp <warp> command. Because this isn't a subcommand (the warp to teleport to is not a subcommand, it's an argument), we still using the @Default annotation. In this method, we include an argument with this command by using the @AStringArgument annotation. This argument uses the StringArgument class, and the name of this argument is "warpName", which is extracted from the name of the variable. Simply put, the Annotation for an argument is A followed by the name of the argument. This is synonymous with using the following:

    +
    new StringArgument("warp")
    +
    +

    It's also very important to note the parameters for this method. The first parameter is a Player object, which represents our command sender. The CommandAPI's annotation system uses the fact that the command sender is a Player object and automatically ensures that anyone using the command must be a Player. In other words, non-players (such as the console or command blocks), would be unable to execute this command.

    +

    The second argument is a String object, which represents the result of our argument "warp". The CommandAPI's annotation system can also infer the return type of the argument that is provided to it (in this case, a StringArgument will produce a String) and will automatically cast and provide the result to that parameter.

    +

    Subcommand

    +
    @Subcommand("create")
    +@Permission("warps.create")
    +public static void createWarp(Player player, @AStringArgument String warpName) {
    +    warps.put(warpName, player.getLocation());
    +}
    +
    +

    Lastly, we declare a subcommand to allow us to run /warp create <name>. To do this, we simply use the @Subcommand annotation. In this example, we also apply a permission node that is required to run the command by using the @Permission annotation. The rest is fairly straight forward - we declare an argument, in this case it's another StringArgument , so we use @AStringArgument and then declare everything else in a similar fashion to the default command executor.

    +

    Registering the command

    +

    Registering the command is fairly simple and is a one liner:

    +
    CommandAPI.registerCommand(WarpCommand.class);
    +
    +

    This line can be placed in your onEnable() or onLoad() method like you were registering a normal command.

    +

    Annotations

    +

    This page outlines in detail the list of all annotations that the CommandAPI's annotation-based command system includes.

    +
    +

    Annotations that go on classes

    +

    @Command("commandName")

    +

    The @Command annotation is used to declare a command. The parameter is the name of the command that will be registered.

    +
    @Command("warp")    
    +public class WarpCommand {
    +
    +

    @Alias({...})

    +

    The @Alias annotation is used to declare a list of aliases for a command. The parameter is a list of aliases which can be used for the command.

    +
    @Command("teleport")    
    +@Alias({"tp", "tele"})
    +public class TeleportCommand {
    +
    +

    @Permission("permissionNode")

    +

    The @Permission annotation is used to add a permission node to a command. Users that want to run this command must have this permission. The parameter is the permission node required to run the command.

    +
    @Command("teleport")    
    +@Permission("myplugin.tp")
    +class TeleportCommand {
    +
    +

    @NeedsOp

    +

    The @NeedsOp annotation is used to indicate that a command needs to have operator privileges to run it. This annotation has no parameters.

    +
    @Command("teleport")    
    +@NeedsOp
    +class TeleportCommand {
    +
    +

    @Help("Full description")

    +

    The @Help annotation is used to add a help topic to a command. This annotation can take two forms:

    +

    A simple form which just uses a string which is used as the full description for a command:

    +
    @Command("teleport")
    +@Help("Teleports yourself to another location")
    +class TeleportCommand {
    +
    +

    A form with two parameters value and shortDescription, to provide the full description (value) and short description (shortDescription) content for a command:

    +
    @Command("teleport")    
    +@Help(value = "Teleports yourself to another location", shortDescription = "TP to a location")
    +class TeleportCommand {
    +
    +
    +

    Annotations that go on methods

    +

    To use annotations on methods, methods must be static.

    +

    @Default

    +

    The @Default annotation indicates that the method is not a subcommand. This acts in a similar way to regular Bukkit commands. Commands with the @Default annotation can be used to run the main code when the command named with the @Command annotation is stated, such as the following:

    +
    @Default
    +public static void warp(CommandSender sender) {
    +    sender.sendMessage("--- Warp help ---");
    +    sender.sendMessage("/warp - Show this help");
    +    sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +    sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +}
    +
    +

    The @Default annotation does not mean that the command can't have arguments! Arguments can still be used and declared as shown:

    +
    @Default
    +public static void warp(Player player, @AStringArgument String warpName) {
    +    player.teleport(warps.get(warpName));
    +}
    +
    +

    @Subcommand

    +

    The @Subcommand simply tells the CommandAPI that the declared method is a subcommand. This acts in a similar way to the regular CommandAPI's .withSubcommand() method. The subcommand annotation can take in a single string which is the name of the subcommand:

    +
    @Subcommand("create")
    +@Permission("warps.create")
    +public static void createWarp(Player player, @AStringArgument String warpName) {
    +    warps.put(warpName, player.getLocation());
    +}
    +
    +

    Or, it can take in a list of strings which represent the aliases that can also be used for the declared subcommand:

    +
    @Subcommand({"teleport", "tp"})
    +public static void teleport(Player player, @APlayerArgument OfflinePlayer target) {
    +    if(target.isOnline() && target instanceof Player onlineTarget) {
    +        player.teleport(onlineTarget);
    +    }
    +}
    +
    +

    @Permission

    +

    The @Permission annotation can also be used on methods to indicate that a permission is required to execute a command.

    +
    @Subcommand("create")
    +@Permission("warps.create")
    +public static void createWarp(Player player, @AStringArgument String warpName) {
    +    warps.put(warpName, player.getLocation());
    +}
    +
    +

    @NeedsOp

    +

    The @NeedsOp annotation can also be used on methods to indicate that the user must be an operator to run the command.

    +
    +

    Annotations that go on parameters

    +

    The annotations for arguments are really simple, there's just two things you need to know:

    +
      +
    • +

      To use an annotation argument, just add the letter A (for 'annotation') at the beginning of it! For example:

      +

      \begin{align} +\texttt{StringArgument}&\xrightarrow{A}\texttt{@AStringArgument}\\ +\texttt{PlayerArgument}&\xrightarrow{A}\texttt{@APlayerArgument}\\ +\texttt{AdvancementArgument}&\xrightarrow{A}\texttt{@AAdvancementArgument}\\ +&\hspace{0.75em}\vdots +\end{align}

      +

      For example, we use @AStringArgument to indicate that this command takes a StringArgument as its first parameter:

      +
    • +
    +
    @Default
    +public static void warp(Player player, @AStringArgument String warpName) {
    +    player.teleport(warps.get(warpName));
    +}
    +
    +
      +
    • The name of the argument (referred to as "nodeName" in the normal CommandAPI system) is the name of the variable assigned to the parameter. In the above code, this means that the name of the argument is warpName.
    • +
    +

    Special argument annotations

    +

    Certain argument annotations have extra parameters that can be supplied to provide additional customization:

    +

    Numerical arguments

    +

    The following numerical arguments can take both a min and max value. Both of these are completely optional. This indicates the range of values (inclusive) that is valid for this argument. For example:

    +
    @Default
    +public static void command(CommandSender sender, 
    +    @ADoubleArgument(min = 0.0, max = 10.0) double someDouble,
    +    @AFloatArgument(min = 5.0f, max = 10.0f) float someFloat,
    +    @AIntegerArgument(max = 100) int someInt,
    +    @ALongArgument(min = -10) long someLong
    +) {
    +    // Command implementation here
    +}
    +
    +

    Literal arguments

    +

    Both the LiteralArgument and MultiLiteralArgument can be used. When these are used, the name of the variable assigned to the parameter is ignored and not used as the argument's name.

    +

    For the @ALiteralArgument annotation, the parameter is the literal to be used for the command. For the @AMultiLiteralArgument, the parameter can be an array of multiple literals to use:

    +
    @Default
    +public static void command(CommandSender sender, 
    +    @ALiteralArgument("myliteral") String literal,
    +    @AMultiLiteralArgument({"literal", "anotherliteral"}) String multipleLiterals
    +) {
    +    // Command implementation here
    +}
    +
    +

    Other arguments

    +

    The LocationArgument, Location2DArgument, EntitySelectorArgument and ScoreHolderArgument can all take an extra parameter in their constructors. As a result, the annotation-equivalent of these arguments also allow you to provide the parameter in the annotation:

    +
    @Default
    +public static void command(CommandSender sender, 
    +    @ALocationArgument(LocationType.BLOCK_POSITION) Location location,
    +    @ALocation2DArgument(LocationType.PRECISE_POSITION) Location location2d,
    +    @AEntitySelectorArgument.ManyEntities Collection<Entity> entities,
    +    @AScoreHolderArgument.Multiple Collection<String> scoreHolders
    +) {
    +    // Command implementation here
    +}
    +
    +

    Registering annotation-based commands

    +

    Registering annotation-based commands is really simple. To do this, we use the following method, where className is the name of a class with a @Command annotation:

    +
    CommandAPI.registerCommand(className)
    +
    +
    +

    Example: Registering a Warp command

    +

    Say we have a simple command /warp that is defined as follows:

    +
    @Command("warp")    
    +public class WarpCommand {
    +    
    +    // List of warp names and their locations
    +    static Map<String, Location> warps = new HashMap<>();
    +    
    +    @Default
    +    public static void warp(CommandSender sender) {
    +        sender.sendMessage("--- Warp help ---");
    +        sender.sendMessage("/warp - Show this help");
    +        sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +        sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +    }
    +    
    +    @Default
    +    public static void warp(Player player, @AStringArgument String warpName) {
    +        player.teleport(warps.get(warpName));
    +    }
    +    
    +    @Subcommand("create")
    +    @Permission("warps.create")
    +    public static void createWarp(Player player, @AStringArgument String warpName) {
    +        warps.put(warpName, player.getLocation());
    +    }
    +    
    +}
    +
    +

    We can register this in our onLoad() method so we can use this command from within Minecraft functions:

    +
    public class MyPlugin extends JavaPlugin {
    +    
    +    @Override
    +    public void onLoad() {
    +        CommandAPI.registerCommand(WarpCommand.class);
    +    }
    +    
    +}
    +
    +
    +

    Kotlin-based commands

    +

    The CommandAPI also provides an alternative way of making commands when using Kotlin to develop your plugins: A DSL!

    +

    This DSL provides many methods to easily add arguments to your command structure. Examples of the DSL can be found here.

    +
    +

    Installing the DSL

    +

    To install the DSL, you need to add the commandapi-bukkit-kotlin dependency into your pom.xml or your build.gradle, making sure to specify the server flavor you are developing for:

    +

    Adding the dependency with Maven

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-kotlin</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +

    Next, you need to add Kotlin to your project. For this, you first need to add the dependency:

    +
    <dependencies>
    +    <dependency>
    +        <groupId>org.jetbrains.kotlin</groupId>
    +        <artifactId>kotlin-stdlib</artifactId>
    +        <version>1.9.0</version>
    +    </dependency>
    +</dependencies>
    +
    +

    Finally, you need to add the kotlin-maven-plugin:

    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.jetbrains.kotlin</groupId>
    +            <artifactId>kotlin-maven-plugin</artifactId>
    +            <version>1.9.0</version>
    +            <executions>
    +                <execution>
    +                    <id>compile</id>
    +                    <phase>compile</phase>
    +                    <goals>
    +                        <goal>compile</goal>
    +                    </goals>
    +                </execution>
    +                <execution>
    +                    <id>test-compile</id>
    +                    <phase>test-compile</phase>
    +                    <goals>
    +                        <goal>test-compile</goal>
    +                    </goals>
    +                </execution>
    +            </executions>
    +            <configuration>
    +                <jvmTarget>16</jvmTarget>
    +            </configuration>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +

    Adding the dependency with Gradle

    +

    First, you need to add the repository:

    +
    +
    repositories {
    +    mavenCentral()
    +}
    +
    +
    repositories {
    +    mavenCentral()
    +}
    +
    +
    +

    Next, you need to add the dependency:

    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-kotlin:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-kotlin:9.4.1")
    +}
    +
    +
    +

    You also need to add Kotlin to your project. For this, you first need to add the Kotlin plugin:

    +
    +
    plugins {
    +    id "org.jetbrains.kotlin.jvm" version "1.9.0"
    +}
    +
    +
    plugins {
    +    kotlin("jvm") version "1.9.0"
    +}
    +
    +
    +

    Next, you need to add the dependency (you should already have added the mavenCentral() repository to your project):

    +
    +
    dependencies {
    +    implementation "org.jetbrains.kotlin:kotlin-stdlib"
    +}
    +
    +
    dependencies {
    +    implementation("org.jetbrains.kotlin:kotlin-stdlib")
    +}
    +
    +
    +

    Then, you need to configure the Java version to build against:

    +
    +
    kotlin {
    +    jvmToolchain(16)
    +}
    +
    +
    kotlin {
    +    jvmToolchain(16)
    +}
    +
    +
    +

    Using the DSL

    +

    Defining a simple message command

    +

    As a first example and to take a first look at the Kotlin DSL syntax, we will first create a simple command to send messages to a player.

    +
    +

    Example - Sending a message to a player using the Kotlin DSL

    +

    We want to create a command that lets us send a message to a player. To do this, we want to register a command with the following syntax:

    +
    /sendmessageto <player> <msg>
    +
    +

    We can then use the following command registration:

    +
    +
    commandTree("sendmessageto") {
    +    playerArgument("player") { // Defines a new PlayerArgument("player")
    +        greedyStringArgument("msg") { // Defines a new GreedyStringArgument("msg")
    +            anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.)
    +                val player: Player = args["player"] as Player
    +                val message: String = args["msg"] as String
    +                player.sendMessage(message)
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("sendmessageto") {
    +    playerArgument("player") // Defines a new PlayerArgument("player")
    +    greedyStringArgument("msg") // Defines a new GreedyStringArgument("msg")
    +    anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.)
    +        val player: Player = args["player"] as Player
    +        val message: String = args["msg"] as String
    +        player.sendMessage(message)
    +    }
    +}
    +
    +
    +

    Here you can see some interesting things:

    +
      +
    • You do not need to call the .register() method when using the DSL
    • +
    • You do not need to initialise any arguments
    • +
    +
    +
    +

    Executors

    +

    The Kotlin DSL also provides executors to execute your command. You've seen the anyExecutor in the example above.

    +

    To find out, which DSL executor corresponds to "normal" executors, you can refer to the table below:

    +
    + + + + + + + + +
    DSL normal executorDSL resulting executorDSL normal execution infoDSL resulting execution info"normal" Executor
    anyExecutor()anyResultingExecutor()anyExecutionInfo()anyResultingExecutionInfoexecutes()
    playerExecutor()playerResultingExecutor()playerExecutionInfo()playerResultingExecutionInfo()executesPlayer()
    entityExecutor()entityResultingExecutor()entityExecutionInfo()entityResultingExecutionInfo()executesEntity()
    consoleExecutor()consoleResultingExecutor()consoleExecutionInfo()consoleResultingExecutionInfo()executesConsole()
    commandBlockExecutor()commandBlockResultingExecutor()commandBlockExecutionInfo()commandBlockResultingExecutionInfo()executesCommandBlock()
    proxyExecutor()proxyResultingExecutor()proxyExecutionInfo()proxyResultingExecutionInfo()executesProxy()
    nativeExecutor()nativeResultingExecutor()nativeExecutionInfo()nativeResultingExecutionInfo()executesNative()
    remoteConsoleExecutor()remoteConsoleResultingExecutor()remoteConsoleExecutionInfo()remoteConsoleResultingExecutionInfo()executesRemoteConsole()
    +
    +
    +

    Arguments

    +

    The DSL implements almost every argument with a method. You've seen the playerArgument() and the greedyStringArgument() method in the example at the top of this page.

    +

    The way arguments are implemented is pretty straight forward: It's basically the argument class' name, but as a method. So if you wanted to use a ItemStackArgument in your command, you would use the itemStackArgument() method of the DSL.

    +

    One thing to note is that the DSL also features every existing constructor. This means if you want to use an IntegerArgument with a minimum of 0 and a maximum of 10, you normally would implement it like this:

    +
    new IntegerArgument("integer", 0, 10)
    +
    +

    However, when using this DSL it is implemented like this:

    +
    integerArgument("integer", 0, 10)
    +
    +
    +

    Developer's Note:

    +

    There are a few arguments not having a method which directly corresponds to their respective argument.

    +

    These arguments most likely use a builder pattern and because of that require further implementation by the user.

    +

    To use these arguments, the DSL also provides the argument() method which takes in any argument as a parameter.

    +
    +
    +

    Editing arguments

    +

    When using the DSL, you might want to modify the behaviour of certain arguments by adding requirements or suggestions to them.

    +

    To give you a general idea how you could accomplish that, the sendMessageTo command is adding a broadcast option which should only be executed by server operators.

    +
    +
    commandTree("sendMessageTo") {
    +    playerArgument("player") {
    +        greedyStringArgument("msg") {
    +            playerExecutor { _, args ->
    +                val player: Player = args["player"] as Player
    +                val message: String = args["msg"] as String
    +                player.sendMessage(message)
    +            }
    +        }
    +    }
    +    literalArgument("broadcast") {
    +        withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument
    +        /* add more methods here that modify argument behaviour */
    +        greedyStringArgument("msg") {
    +            playerExecutor { _, args ->
    +                val message: String = args["msg"] as String
    +                Bukkit.broadcastMessage(message)
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("sendMessageTo") {
    +    playerArgument("player")
    +    greedyStringArgument("msg")
    +    playerExecutor { _, args ->
    +        val player: Player = args["player"] as Player
    +        val message: String = args["msg"] as String
    +        player.sendMessage(message)
    +    }
    +}
    +
    +commandAPICommand("sendMessageTo") {
    +    literalArgument("broadcast") {
    +        withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument
    +        /* add more methods here that modify argument behaviour */
    +    }
    +    greedyStringArgument("msg")
    +    playerExecutor { _, args ->
    +        val message: String = args["msg"] as String
    +        Bukkit.broadcastMessage(message)
    +    }
    +}
    +
    +
    +

    Notice how you can just add the requirement in a CommandTree by adding it to the argument block where you also define the next arguments and the executor.

    +

    However, when modifying the behaviour of an argument in a CommandAPICommand you have to add an extra block where you can implement the additional behaviour.

    +

    Adding requirements to commands

    +

    Expanding on the previous example where we added a requirement to a single argument, we now also want to add a requirement to a whole command.

    +

    This works similar to how argument behaviour is modified in a CommandTree:

    +
    +
    commandTree("commandRequirement") {
    +    withRequirement { sender: CommandSender -> sender.isOp}
    +    playerExecutor { player, _ ->
    +        player.sendMessage("This command can only be executed by players who are server operators.")
    +    }
    +}
    +
    +
    commandAPICommand("commandRequirement") {
    +    withRequirement { sender: CommandSender -> sender.isOp}
    +    playerExecutor { player, _ ->
    +        player.sendMessage("This command can only be executed by players who are server operators.")
    +    }
    +}
    +
    +
    +
    +

    More examples

    +

    Now, a few more examples are shown to demonstrate the use of this DSL a little more:

    +
    +

    Example - Implementing optional arguments with the Kotlin DSL

    +

    We want to create a /give command with the following syntax:

    +
    /optionalArgument give <item>
    +/optionalArgument give <item> <amount>
    +
    +

    To declare an argument as optional you need to set the optional value to true:

    +
    +
    commandTree("optionalArgument") {
    +    literalArgument("give") {
    +        itemStackArgument("item") {
    +            integerArgument("amount", optional = true) {
    +                playerExecutor { player, args ->
    +                    // This command will let you execute:
    +                    // "/optionalArgument give minecraft:stick"
    +                    // "/optionalArgument give minecraft:stick 5"
    +                    val itemStack: ItemStack = args["item"] as ItemStack
    +                    val amount: Int = args.getOptional("amount").orElse(1) as Int
    +                    itemStack.amount = amount
    +                    player.inventory.addItem(itemStack)
    +                }
    +            }
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("optionalArgument") {
    +    literalArgument("give")
    +    itemStackArgument("item")
    +    integerArgument("amount", optional = true) // This sets the argument as optional
    +    playerExecutor { player, args ->
    +        // This command will let you execute:
    +        // "/optionalArgument give minecraft:stick"
    +        // "/optionalArgument give minecraft:stick 5"
    +        val itemStack: ItemStack = args["item"] as ItemStack
    +        val amount: Int = args.getOptional("amount").orElse(1) as Int
    +        itemStack.amount = amount
    +        player.inventory.addItem(itemStack)
    +    }
    +}
    +
    +
    +
    +
    +

    Example - Replacing suggestions using the Kotlin DSL

    +

    We want to create a command with the following syntax to demonstrate replacing suggestions using the Kotlin DSL:

    +
    /replaceSuggestions <strings>
    +
    +

    Replacing suggestions works similar to how you would add a requirement to an argument as shown in Editing arguments.

    +

    You just have to use the replaceSuggestions method this time:

    +
    +
    commandTree("replaceSuggestions") {
    +    stringArgument("strings") {
    +        replaceSuggestions(ArgumentSuggestions.strings("one", "two", "three")) // Replaces the suggestions for the "strings" StringArgument
    +        playerExecutor { player, args ->
    +            player.sendMessage("You chose option ${args["strings"] as String}!")
    +        }
    +    }
    +}
    +
    +
    commandAPICommand("replaceSuggestions") {
    +    stringArgument("strings") {
    +        replaceSuggestions(ArgumentSuggestions.strings("one", "two", "three")) // Replaces the suggestions for the "strings" StringArgument
    +    }
    +    playerExecutor { player, args ->
    +        player.sendMessage("You chose option ${args["strings"] as String}!")
    +    }
    +}
    +
    +
    +
    +

    Delegated properties

    +

    The CommandAPI offers an additional way to access arguments when using Kotlin: delegated properties. With delegated properties, there are two possible dependencies you can use:

    +
      +
    1. +

      commandapi-core-kotlin

      +

      Support for delegated properties has been added to the commandapi-core-kotlin module. If you want to use delegated properties, you need to add this dependency.

      +
    2. +
    3. +

      commandapi-bukkit-kotlin

      +

      If you are already using the Kotlin DSL to create your commands, you can already use delegated properties. commandapi-core-kotlin is included in commandapi-bukkit-kotlin.

      +
    4. +
    +

    Access arguments using delegated properties

    +

    To be able to access arguments by using delegated properties, your variable name needs to match the node name of the argument. This could look like this:

    +
    +
    CommandAPICommand("mycommand")
    +    .withArguments(StringArgument("string"))
    +    .withArguments(PlayerArgument("target"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val string: String by args
    +        val target: Player by args
    +        // Implementation...
    +    })
    +    .register()
    +
    +
    commandAPICommand("mycommand") {
    +    stringArgument("string")
    +    playerArgument("target")
    +    playerExecutor { player, args ->
    +        val string: String by args
    +        val target: Player by args
    +        // Implementation...
    +    }
    +}
    +
    +
    +

    Velocity

    +
    +

    Developer's Note:

    +

    The CommandAPI hasn't been released for Velocity yet. +We do, however, offer snapshot builds. This small section on Velocity will outline how to get the snapshot builds and what limitations the CommandAPI currently has on Velocity.

    +

    This page focuses on outlining how to set up the CommandAPI for Velocity. It expects that you are already familiar with how to set up a Velocity plugin.

    +
    +

    Adding the snapshot repository with Maven or Gradle

    +

    Because we do not have an official release yet, the snapshot builds are not published in the Maven Central repository. Instead you need to add our snapshot repository:

    +
    +
    <repositories>
    +    <repository>
    +        <id>oss.sonatype.org-snapshot</id>
    +        <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    +    </repository>
    +</repositories>
    +
    +
    repositories {
    +    maven {
    +        url = "https://s01.oss.sonatype.org/content/repositories/snapshots"
    +    }
    +}
    +
    +
    repositories {
    +    maven {
    +        url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
    +    }
    +}
    +
    +
    +

    Adding the dependency

    +

    As mentioned, Velocity can only be accessed with snapshot builds. These snapshot build version are following standard semantic versioning and thus have the -SNAPSHOT suffix:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-velocity-shade</artifactId>
    +        <version>9.4.0-SNAPSHOT</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compile "dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT")
    +}
    +
    +
    +

    Setting up the CommandAPI

    +

    The CommandAPI requires two steps: loading and enabling. We will perform these steps in Velocity's loading stages, construction and initialization. These two stages are explained in their documentation. +We will perform the CommandAPI's loading step in the construction phase first:

    +
    +
    @Inject
    +public ExamplePlugin(ProxyServer server, Logger logger) {
    +    this.server = server;
    +    this.logger = logger;
    +
    +    CommandAPI.onLoad(new CommandAPIVelocityConfig(server, this));
    +}
    +
    +
    +

    Next, we want to utilize Velocity's ProxyInitializeEvent to perform the CommandAPI's enabling step:

    +
    +
    @Subscribe
    +public void onProxyInitialization(ProxyInitializeEvent event) {
    +    // Any CommandAPI command registrations...
    +    CommandAPI.onEnable();
    +}
    +
    +
    +

    Current limitations

    +

    The CommandAPI currently only offers support for a very limited amount of arguments on Velocity. This is because arguments are primarily implemented on the backend servers. +However, the CommandAPI offers access for the primitive type arguments:

    + +

    Registering a simple command

    +

    Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that generates a random number between a chosen minimum and a chosen maximum value:

    +
    +

    Example - Registering a simple command

    +

    We want to register the command /randomnumber with the following syntax:

    +
    /randomnumber <min> <max>
    +
    +

    To accomplish that, we register the command like this:

    +
    +
    new CommandAPICommand("randomnumber")
    +    .withArguments(new IntegerArgument("min"))
    +    .withArguments(new IntegerArgument("max"))
    +    .executesPlayer((player, args) -> {
    +        int min = (int) args.get("min");
    +        int max = (int) args.get("max");
    +        Random random = ThreadLocalRandom.current();
    +        int randomNumber = random.nextInt(min, max);
    +        player.sendMessage(Component.text().content("Your random number is: " + randomNumber));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("randomnumber")
    +    .withArguments(IntegerArgument("min"))
    +    .withArguments(IntegerArgument("max"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val min = args["min"] as Int
    +        val max = args["max"] as Int
    +        val random = ThreadLocalRandom.current()
    +        val randomNumber = random.nextInt(min, max)
    +        player.sendMessage(Component.text().content("Your random number is: $randomNumber"))
    +    })
    +    .register()
    +
    +
    +
    +

    Command conversion

    +
    +

    Developer's Note:

    +

    If you're a server owner, you're probably lost! This section is for developer command conversion. If you're looking for how to convert plugins with the config.yml file, you want 2. Configuration for server owners.

    +
    +

    The CommandAPI has the ability to convert plugin commands to vanilla Minecraft commands using its config.yml's plugins-to-convert option. Nevertheless, the API for command conversion is not hidden and you're free to use it as you see fit!

    +
    +

    Before you continue, let's clear up a few naming conventions which is used in the following sections!

    +
      +
    • Target plugin - This refers to a non-CommandAPI plugin which registers normal Bukkit commands. This typically uses the old boolean onCommand(CommandSender ... ) method
    • +
    • Your plugin - This refers to your plugin, the one that uses the CommandAPI and wants to add compatibility to a target plugin
    • +
    +
    +

    Entire plugins

    +

    To register all commands that are declared by a target plugin, the Converter.convert(Plugin) method can be used. This attempts to register all commands declared in a target plugin's plugin.yml file, as well as any aliases or permissions stated in the plugin.yml file.

    +
    +

    Example - Converting commands for a target plugin

    +

    Say you have some plugin.yml file for a target plugin that adds some basic functionality to a server. The target plugin in this example is called "TargetPlugin":

    +
    name: TargetPlugin
    +main: some.random.package.Main
    +version: 1.0
    +commands:
    +  gmc:
    +    aliases: gm1
    +  gms:
    +  i:
    +    permission: item.permission
    +
    +

    As you can see, it declares 3 commands: /gmc, /gms and /i. We can now begin writing your plugin that uses the CommandAPI converter. We will call this plugin "YourPlugin":

    +
    +
    public class YourPlugin extends JavaPlugin {
    +    
    +    @Override
    +    public void onEnable() {
    +        Converter.convert((JavaPlugin) Bukkit.getPluginManager().getPlugin("TargetPlugin"));
    +        // Other code goes here...
    +    }
    +    
    +}
    +
    +
    class YourPlugin : JavaPlugin() {
    +
    +    override fun onEnable() {
    +        Converter.convert(Bukkit.getPluginManager().getPlugin("TargetPlugin") as JavaPlugin)
    +        // Other code goes here...
    +    }
    +
    +}
    +
    +
    +

    When this is run, the commands /gmc, /gm1, /gms and /i will all be registered by the CommandAPI.

    +
    +
    +

    Only specific commands

    +

    In addition to converting all commands from a target plugin, the CommandAPI allows you to convert single commands at a time using the following methods from the Converter class:

    +
    public static convert(Plugin plugin, String cmdName);
    +public static convert(Plugin plugin, String cmdName, List<Argument> arguments);
    +public static convert(Plugin plugin, String cmdName, Argument... arguments);
    +
    +

    In these commands, the plugin refers to the plugin which has the command you want to convert and cmdName is the name of the command declared in the target plugin's plugin.yml file (just the main command, not the aliases!).

    +

    The List<Argument> or Argument... can be used to provide argument checks that lets you apply the command UI to a bukkit command.

    +
    +

    Example - Converting EssentialsX's speed command

    +

    Say we want to convert EssentialsX's /speed command using the CommandAPI. The plugin.yml entry for the /speed command is the following:

    +
      speed:
    +    description: Change your speed limits.
    +    usage: /<command> [type] <speed> [player]
    +    aliases: [flyspeed,eflyspeed,fspeed,efspeed,espeed,walkspeed,ewalkspeed,wspeed,ewspeed]
    +
    +

    From this, we can determine that there are the following commands, where "walk" and "fly" are the different types that the command can take:

    +
    /speed <speed>
    +/speed <speed> <target>
    +/speed <walk/fly> <speed>
    +/speed <walk/fly> <speed> <target>
    +
    +

    With the EssentialsX plugin, the <speed> value can only take numbers between 0 and 10. As such, we'll ensure to apply these limits using the IntegerArgument. In addition, since the speed type can only be "walk" or "fly", we'll add that to our converter as well using a MultiLiteralArgument:

    +
    +
    JavaPlugin essentials = (JavaPlugin) Bukkit.getPluginManager().getPlugin("Essentials");
    +
    +// /speed <speed>
    +Converter.convert(essentials, "speed", new IntegerArgument("speed", 0, 10));
    +
    +// /speed <target>
    +Converter.convert(essentials, "speed", new PlayerArgument("target"));
    +
    +// /speed <walk/fly> <speed>
    +Converter.convert(essentials, "speed", 
    +    new MultiLiteralArgument("modes", "walk", "fly"),
    +    new IntegerArgument("speed", 0, 10)
    +);
    +
    +// /speed <walk/fly> <speed> <target>
    +Converter.convert(essentials, "speed", 
    +    new MultiLiteralArgument("modes", "walk", "fly"),
    +    new IntegerArgument("speed", 0, 10), 
    +    new PlayerArgument("target")
    +);
    +
    +
    val essentials = Bukkit.getPluginManager().getPlugin("Essentials") as JavaPlugin
    +
    +// /speed <speed>
    +Converter.convert(essentials, "speed", IntegerArgument("speed", 0, 10))
    +
    +// /speed <target>
    +Converter.convert(essentials, "speed", PlayerArgument("target"))
    +
    +// /speed <walk/fly> <speed>
    +Converter.convert(essentials, "speed",
    +    MultiLiteralArgument("modes", "walk", "fly"),
    +    IntegerArgument("speed", 0, 10)
    +)
    +
    +// /speed <walk/fly> <speed> <target>
    +Converter.convert(essentials, "speed",
    +    MultiLiteralArgument("modes", "walk", "fly"),
    +    IntegerArgument("speed", 0, 10),
    +    PlayerArgument("target")
    +)
    +
    +
    +

    An image showing /execute run for EssentialsX's /speed command

    +
    +

    Plugin reloading

    +

    Formally, the CommandAPI does not support plugin reloading. This includes, but is not limited to:

    +
      +
    • The /reload command which reloads all plugins on the server
    • +
    • Plugin reloading plugins, such as PlugMan
    • +
    • Any form of plugin enabling/disabling process for plugins which register commands via the CommandAPI
    • +
    +

    In general, using the /reload command is not advised. Here's some useful resources from various Bukkit/Spigot/Paper developers:

    + +

    The CommandAPI is not like normal Bukkit/Spigot/Paper plugins. It directly accesses all of the nitty-gritty Vanilla Minecraft code to convert and expose Minecraft's internal command framework into a Bukkit-API friendly interface for you to use. As the CommandAPI hooks directly into Vanilla Minecraft code, and /reload is a Bukkit feature, using /reload can cause Vanilla Minecraft's internal system to become unstable. If you are having issues with /reload, seriously reconsider shutting your server down correctly and restarting it, instead of running /reload.

    +
    +

    Despite this, there is one way to get reloading to work using the onDisable() method in your plugin. If you register a command in your onLoad() or onEnable() method, by unregistering the command in your onDisable() method, this allows the CommandAPI to properly register the command again when the server reloads.

    +
    +

    Developer's Note:

    +

    Despite the fact that you can do this, I cannot stress enough that this is not recommended, due to the fact that functions/tags in datapacks do not work with /reload, even if you unregister the command.

    +
    +
    +

    Example - Allowing a command to work with /reload

    +

    In this example, we add support for reloading the server via /reload by unregistering the command in the onDisable() method. Note that force-unregistering is not required for this:

    +
    public class MyPlugin extends JavaPlugin {
    +
    +    @Override
    +    public void onEnable() {
    +        new CommandAPICommand("ping")
    +            .executes((sender, args) -> {
    +                sender.sendMessage("Pong!");
    +            })
    +            .register();
    +    }
    +
    +    @Override
    +    public void onDisable() {
    +        CommandAPI.unregister("ping");
    +    }
    +
    +}
    +
    +
    +

    Internal CommandAPI

    +

    The CommandAPI does a lot of stuff "behind the scenes". This internal CommandAPI section will go into detail about what the CommandAPI does, how it's implemented and why it has been implemented like that.

    +
    +

    Argument identifiers

    +

    The CommandAPI's arguments are representations of the different arguments that the Minecraft Command Data protocol handles. These are outlined in the table below:

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    IdentifierCommandAPI argument
    brigadier:boolBooleanArgument
    brigadier:doubleDoubleArgument
    brigadier:floatFloatArgument
    brigadier:integerIntegerArgument
    brigadier:longLongArgument
    brigadier:stringStringArgument
    TextArgument
    GreedyStringArgument
    CustomArgument<T>
    minecraft:angleAngleArgument
    minecraft:block_posLocationArgument
    (LocationType.BLOCK_POSITION)
    minecraft:block_predicateBlockPredicateArgument
    minecraft:block_stateBlockStateArgument
    minecraft:colorChatColorArgument
    minecraft:column_posLocation2DArgument
    (LocationType.BLOCK_POSITION)
    minecraft:componentChatComponentArgument
    minecraft:dimensionWorldArgument
    minecraft:entityEntitySelectorArgument
    minecraft:entity_anchor
    minecraft:entity_summonEntityTypeArgument
    minecraft:float_rangeFloatRangeArgument
    minecraft:functionFunctionArgument
    minecraft:game_profilePlayerArgument
    minecraft:game_profileOfflinePlayerArgument
    minecraft:int_rangeIntegerRangeArgument
    minecraft:item_enchantmentEnchantmentArgument
    minecraft:item_predicateItemStackPredicateArgument
    minecraft:item_slot
    minecraft:item_stackItemStackArgument
    minecraft:messageChatArgument
    minecraft:mob_effectPotionEffectArgument
    minecraft:nbt
    minecraft:nbt_compound_tagNBTCompoundArgument
    minecraft:nbt_path
    minecraft:nbt_tag
    minecraft:objectiveObjectiveArgument
    minecraft:objective_criteriaObjectiveCriteriaArgument
    minecraft:operationMathOperationArgument
    minecraft:particleParticleArgument
    minecraft:resource_locationAdvancementArgument
    BiomeArgument
    CustomArgument<T>
    LootTableArgument
    NamespacedKeyArgument
    RecipeArgument
    SoundArgument
    minecraft:rotationRotationArgument
    minecraft:score_holderScoreHolderArgument
    minecraft:scoreboard_slotScoreboardSlotArgument
    minecraft:swizzleAxisArgument
    minecraft:teamTeamArgument
    minecraft:timeTimeArgument
    minecraft:uuidUUIDArgument
    minecraft:vec2Location2DArgument
    (LocationType.PRECISE_POSITION)
    minecraft:vec3LocationArgument
    (LocationType.PRECISE_POSITION)
    +
    +

    There are a few arguments that aren't implemented. Here's why:

    +
      +
    • +

      minecraft:entity_anchor - This argument only has two values: eyes and feet. It's incredibly unnecessary for any other purpose and is easier to implement with a MultiLiteralArgument.

      +
    • +
    • +

      minecraft:item_slot - Bukkit's implementation of item slot numbers differs very wildly to Minecraft's implementation of item slot numbers. This difference makes it near-impossible to have a suitable middle-ground for item slot numbers that ensures that invalid numbers cannot be passed to the wrong inventory type. An implementation of this would require a rewrite of the current system to maintain proper inventory slot access safety.

      +
    • +
    • +

      minecraft:nbt, minecraft:nbt_path, minecraft:nbt_tag - You've got the NBTCompoundArgument, that's good enough, right? ¯\_(ツ)_/¯

      +
    • +
    +
    +

    Reloading datapacks

    +

    During the initialization of Minecraft 1.16+ servers, the CommandAPI uses a custom datapack reloading sequence as opposed to the normal Vanilla Minecraft datapack reloading method. The CommandAPI's method uses the server's current command dispatcher object as opposed to a new one, which allows datapacks to use commands registered by the CommandAPI. This can be invoked using the following method:

    +
    CommandAPI.reloadDatapacks();
    +
    +
    +

    Getting a list of registered commands

    +

    The CommandAPI doesn't store the CommandAPICommand objects during the main running of the server because it simply doesn't need to. Instead, it stores a list of RegisteredCommand objects which are defined as the following, which should be fairly self-explanatory:

    +
    public record RegisteredCommand {
    +    String commandName();
    +    List<String> argsAsStr();
    +    Optional<String> shortDescription();
    +    Optional<String> fullDescription();
    +    Optional<String[]> usageDescription();
    +    String[] aliases();
    +    CommandPermission permission();
    +}
    +
    +

    The argsAsStr() method returns a list of arguments in a string format, of the form argName:SimpleClassName, where argName is the name of the argument (the argument's node name) and SimpleClassName is the name of the argument class that was used to construct it (such as IntegerArgument).

    +

    A List<RegisteredCommand> can be acquired using the following method:

    +
    CommandAPI.getRegisteredCommands();
    +
    +
    +

    Note that this list does not update when commands are unregistered, only when commands are registered.

    +
    +

    Brigadier + CommandAPI

    +

    So far, we've been using only the CommandAPI to register commands. As a result, this makes the CommandAPI's features limited by whatever the CommandAPI has implemented. To push past these limits, the CommandAPI includes some extra methods to help with invoking brigadier methods. Of course, to use these methods, brigadier is required. The brigadier dependency's installation instructions can be found here.

    +
    +

    Developer's Note:

    +

    For those that are unaware, brigadier is Mojang's command parser and dispatching framework. This is what the CommandAPI wraps around and is the main underlying source of its functionality.

    +
    +

    The CommandAPI has been designed in such a way that you shouldn't have to access NMS in order to make use of the more "advanced" arguments and features - if you find that NMS is required to do something, please make a new issue!

    +
    +

    Brigadier support functions

    +

    The CommandAPI offers the following methods in the dev.jorel.commandapi.Brigadier class:

    +
    public static CommandDispatcher getCommandDispatcher();
    +public static RootCommandNode getRootNode();
    +public static LiteralArgumentBuilder fromLiteralArgument(LiteralArgument literalArgument);
    +public static RedirectModifier fromPredicate(BiPredicate<CommandSender, Object[]> predicate, List<Argument> args);
    +public static Command fromCommand(CommandAPICommand command);
    +public static RequiredArgumentBuilder fromArgument(List<Argument> args, Argument<?> argument);
    +public static RequiredArgumentBuilder fromArgument(Argument argument);
    +public static SuggestionProvider toSuggestions(Argument<?> argument, List<Argument> args);
    +public static Object[] parseArguments(CommandContext cmdCtx, List<Argument> args);
    +public static Object getBrigadierSourceFromCommandSender(CommandSender sender);
    +public static CommandSender getBukkitCommandSenderFromContext(CommandContext cmdCtx);
    +
    +

    Briefly, here's what each of these functions do (you can view the JavaDocs for more information):

    +
    + + + + + + + + + + +
    MethodDescription
    getCommandDispatcherReturns the Minecraft command dispatcher graph
    getRootNodeReturns the root node of the command dispatcher.
    This is equivalent to using
    getCommandDispatcher().getRoot();
    fromLiteralArgumentCreates a LiteralArgumentBuilder from a LiteralArgument
    fromPredicateConverts a predicate and some arguments into a RedirectModifier. This can be used for the fork method in brigadier's ArgumentBuilder
    fromCommandConverts a CommandAPICommand into a brigadier Command object
    fromArgumentConverts an argument, or a list of arguments, into a RequiredArgumentBuilder
    toSuggestionsConverts an argument's suggestions into brigadier's SuggestionProvider, with a list of previously declared arguments
    parseArgumentsParses a list of CommandAPI arguments into their respective objects for a provided CommandContext
    getBrigadierSourceFromCommandSenderConverts a Bukkit CommandSender into the NMS command sender source object
    getBukkitCommandSenderFromContextConverts a Brigadier CommandContext into a Bukkit CommandSender
    +
    +
    +

    Examples

    +

    I hope these examples help understand how the CommandAPI can help with registering more "powerful" commands with the use of brigadier as well! Please bear with with it - these examples can be long, but I'm certain that they've been explained well and will be useful!

    +
    +

    Example - Adding a predicate to the 'execute' command

    +

    Say we wanted to add a predicate to the /execute command. In this example, we'll create a predicate which handles random chances. To illustrate this, we want to be able to run commands such as:

    +
    /execute if randomchance 1 4 run say Hello!
    +
    +

    In this scenario, if we ran this command, we would expect "Hello!" to appear in the chat with a \(\frac{1}{4}\) chance. In particular, this is what we're trying to achieve:

    +
      +
    • +

      We want to create a predicate (true/false value) for the following syntax:

      +
      randomchance <numerator> <denominator>
      +
      +
    • +
    • +

      We also want this predicate to come after execute if:

      +

      \begin{gather} +\texttt{execute}\\ +\downarrow\\ +\texttt{if}\\ +\downarrow\\ +\texttt{randomchance <numerator}\texttt{> <denominator}\texttt{>} +\end{gather}

      +
    • +
    • +

      After entering our predicate, we want to route back to execute (because the argument after execute is run, which is used in our example command above):

      +

      \begin{gather} +\texttt{execute}\\ +\downarrow\\ +\texttt{if}\\ +\downarrow\\ +\texttt{randomchance <numerator}\texttt{> <denominator}\texttt{>}\\ +\downarrow\\ +\texttt{execute} +\end{gather}

      +
    • +
    +
    +

    Writing the code

    +

    Now that we've established what we want, we can finally begin writing the code! First we want to create a literal randomchance. It's a literal because literal values don't change (similar to say run or if from the /execute command). To create a literal, we'll use the fromLiteralArgument method described above, and then build it using the .build() method:

    +
    +
    // Register literal "randomchance"
    +LiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument("randomchance")).build();
    +
    +
    // Register literal "randomchance"
    +val randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument("randomchance")).build()
    +
    +
    +

    With that completed, we can now create our "argument" to this predicate. To do this, we'll use the regular declaration of arguments that we would normally use for commands. In this example, because we're computing \(\frac{numerator}{denominator}\), we want our numerator to be 0 or greater and our denominator to be 1 or greater (we don't want any negative numbers or division by zero!):

    +
    +
    // Declare arguments like normal
    +Argument<Integer> numeratorArgument = new IntegerArgument("numerator", 0);
    +Argument<Integer> denominatorArgument = new IntegerArgument("denominator", 1);
    +
    +List<Argument> arguments = new ArrayList<>();
    +arguments.add(numeratorArgument);
    +arguments.add(denominatorArgument);
    +
    +
    // Declare arguments like normal
    +val numeratorArgument = IntegerArgument("numerator", 0)
    +val denominatorArgument = IntegerArgument("denominator", 1)
    +
    +val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument)
    +
    +
    +

    Now we're going to get into the very nitty-gritty part - the predicate declaration. First, we'll create some variables numerator and denominator to represent the brigadier instances of these arguments. This can be handled by using the Brigadier.argBuildOf function:

    +
    +
    ArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);
    +ArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument)
    +
    +
    val numerator = Brigadier.fromArgument(numeratorArgument)
    +val denominator = Brigadier.fromArgument(denominatorArgument)
    +
    +
    +

    Now we'll define our predicate. Since this is sort of a "meta-command" (it directly affects the outcome of the run command), we need to use the ArgumentBuilder's fork method. Remember that after we run this predicate, we want to link back to execute again, so our first argument is the CommandNode for execute, which we can get using Brigadier.getRootNode().getChild("execute"). Then, we can simply use Brigadier.fromPredicate to finish our declaration:

    +
    +
    ArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument)
    +    // Fork redirecting to "execute" and state our predicate
    +    .fork(Brigadier.getRootNode().getChild("execute"), Brigadier.fromPredicate((sender, args) -> {
    +        // Parse arguments like normal
    +        int num = (int) args[0];
    +        int denom = (int) args[1];
    +        
    +        // Return boolean with a num/denom chance
    +        return Math.ceil(Math.random() * denom) <= num;
    +    }, arguments));
    +
    +
    val denominator = Brigadier.fromArgument(denominatorArgument)
    +    // Fork redirecting to "execute" and state our predicate
    +    .fork(Brigadier.getRootNode().getChild("execute"), Brigadier.fromPredicate( { _: CommandSender, args ->
    +        // Parse arguments like normal
    +        val num = (args[0] as Int).toDouble()
    +        val denom = (args[1] as Int).toDouble()
    +
    +        // Return boolean with a num/denom chance
    +        Math.ceil(Math.random() * denom) <= num
    +    }, arguments))
    +
    +
    +

    Finally, we can now link everything up. We know that numerator comes first, then denominator, so we have to have numerator.then(denominator). We also know that these arguments are the children of the randomChance literal, so we use the following code to state all of this:

    +
    +
    // Add <numerator> <denominator> as a child of randomchance
    +randomChance.addChild(numerator.then(denominator).build());
    +
    +
    // Add <numerator> <denominator> as a child of randomchance
    +randomChance.addChild(numerator.then(denominator).build())
    +
    +
    +

    Finally, we "register" the command. In this case, we're actually just adding the randomChance node under \(\texttt{execute}\rightarrow\texttt{if}\), which we can add using the following code:

    +
    +
    // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)
    +Brigadier.getRootNode().getChild("execute").getChild("if").addChild(randomChance);
    +
    +
    // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)
    +Brigadier.getRootNode().getChild("execute").getChild("if").addChild(randomChance)
    +
    +
    +
    +

    Code summary

    +

    So, hopefully that wasn't too confusing! If you're still lost, here's the whole code that we wrote:

    +
    +
    // Register literal "randomchance"
    +LiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument("randomchance")).build();
    +
    +// Declare arguments like normal
    +Argument<Integer> numeratorArgument = new IntegerArgument("numerator", 0);
    +Argument<Integer> denominatorArgument = new IntegerArgument("denominator", 1);
    +
    +List<Argument> arguments = new ArrayList<>();
    +arguments.add(numeratorArgument);
    +arguments.add(denominatorArgument);
    +
    +// Get brigadier argument objects
    +ArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);
    +ArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument)
    +    // Fork redirecting to "execute" and state our predicate
    +    .fork(Brigadier.getRootNode().getChild("execute"), Brigadier.fromPredicate((sender, args) -> {
    +        // Parse arguments like normal
    +        int num = (int) args[0];
    +        int denom = (int) args[1];
    +        
    +        // Return boolean with a num/denom chance
    +        return Math.ceil(Math.random() * denom) <= num;
    +    }, arguments));
    +
    +// Add <numerator> <denominator> as a child of randomchance
    +randomChance.addChild(numerator.then(denominator).build());
    +
    +// Add (randomchance <numerator> <denominator>) as a child of (execute -> if)
    +Brigadier.getRootNode().getChild("execute").getChild("if").addChild(randomChance);
    +
    +
    // Register literal "randomchance"
    +val randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument("randomchance")).build()
    +
    +// Declare arguments like normal
    +val numeratorArgument = IntegerArgument("numerator", 0)
    +val denominatorArgument = IntegerArgument("denominator", 1)
    +
    +val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument)
    +
    +// Get brigadier argument objects
    +val numerator = Brigadier.fromArgument(numeratorArgument)
    +val denominator = Brigadier.fromArgument(denominatorArgument)
    +    // Fork redirecting to "execute" and state our predicate
    +    .fork(Brigadier.getRootNode().getChild("execute"), Brigadier.fromPredicate( { _: CommandSender, args ->
    +        // Parse arguments like normal
    +        val num = (args[0] as Int).toDouble()
    +        val denom = (args[1] as Int).toDouble()
    +
    +        // Return boolean with a num/denom chance
    +        Math.ceil(Math.random() * denom) <= num
    +    }, arguments))
    +
    +// Add <numerator> <denominator> as a child of randomchance
    +randomChance.addChild(numerator.then(denominator).build())
    +
    +// Add (randomchance <numerator> <denominator>) as a child of (execute -> if)
    +Brigadier.getRootNode().getChild("execute").getChild("if").addChild(randomChance)
    +
    +
    +
    +

    Brigadier Suggestions

    +

    As described in The ArgumentSuggestions interface, the ArgumentSuggestions interface has the following default method:

    +
    @FunctionalInterface
    +public interface ArgumentSuggestions<CommandSender> {
    +
    +    /**
    +     * Create a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object.
    +     * @param info The suggestions info
    +     * @param builder The Brigadier {@link SuggestionsBuilder} object
    +     * @return a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object.
    +     *
    +     * @throws CommandSyntaxException if there is an error making suggestions
    +     */
    +    CompletableFuture<Suggestions> suggest(SuggestionInfo<CommandSender> info, SuggestionsBuilder builder)
    +        throws CommandSyntaxException;
    +
    +}
    +
    +

    This allows you to use Brigadier's SuggestionsBuilder and Suggestions classes to create more powerful suggestions beyond the basic capabilities of the CommandAPI.

    +

    In order to use this, you will need the Brigadier dependency, which you can find under the Brigadier installation instructions.

    +
    +

    Example - Making an emoji broadcasting message

    +

    Say we want to let users broadcast a message, but also allow them to enter emojis into the message they're typing:

    +

    A gif showcasing a command where emojis are suggested when typing a message

    +

    For this command, we'll use a GreedyStringArgument as if we were making a generic broadcasted message. We create a map of emojis to their descriptions to use as tooltips and then we use Brigadier to display the suggestions at the end of the message where the cursor is.

    +
    +
    Map<String, String> emojis = new HashMap<>();
    +emojis.put("☻", "smile");
    +emojis.put("❤", "heart");
    +emojis.put("🔥", "fire");
    +emojis.put("★", "star");
    +emojis.put("☠", "death");
    +emojis.put("⚠", "warning");
    +emojis.put("☀", "sun");
    +emojis.put("☺", "smile");
    +emojis.put("☹", "frown");
    +emojis.put("✉", "mail");
    +emojis.put("☂", "umbrella");
    +emojis.put("✘", "cross");
    +emojis.put("♪", "music note (eighth)");
    +emojis.put("♬", "music note (beamed sixteenth)");
    +emojis.put("♩", "music note (quarter)");
    +emojis.put("♫", "music note (beamed eighth)");
    +emojis.put("☄", "comet");
    +emojis.put("✦", "star");
    +emojis.put("🗡", "sword");
    +emojis.put("🪓", "axe");
    +emojis.put("🔱", "trident");
    +emojis.put("🎣", "fishing rod");
    +emojis.put("🏹", "bow");
    +emojis.put("⛏", "pickaxe");
    +emojis.put("🍖", "food");
    +
    +Argument<String> messageArgument = new GreedyStringArgument("message")
    +    .replaceSuggestions((info, builder) -> {
    +        // Only display suggestions at the very end character
    +        builder = builder.createOffset(builder.getStart() + info.currentArg().length());
    +
    +        // Suggest all the emojis!
    +        for (Entry<String, String> str : emojis.entrySet()) {
    +            builder.suggest(str.getKey(), new LiteralMessage(str.getValue()));
    +        }
    +
    +        return builder.buildFuture();
    +    });
    +
    +new CommandAPICommand("emoji")
    +    .withArguments(messageArgument)
    +    .executes((sender, args) -> {
    +        Bukkit.broadcastMessage((String) args.get("message"));
    +    })
    +    .register();
    +
    +
    val emojis = mapOf(
    +    "☻" to "smile",
    +    "❤" to "heart",
    +    "🔥" to "fire",
    +    "★" to "star",
    +    "☠" to "death",
    +    "⚠" to "warning",
    +    "☀" to "sun",
    +    "☺" to "smile",
    +    "☹" to "frown",
    +    "✉" to "mail",
    +    "☂" to "umbrella",
    +    "✘" to "cross",
    +    "♪" to "music note (eighth)",
    +    "♬" to "music note (beamed sixteenth)",
    +    "♩" to "music note (quarter)",
    +    "♫" to "music note (beamed eighth)",
    +    "☄" to "comet",
    +    "✦" to "star",
    +    "🗡" to "sword",
    +    "🪓" to "axe",
    +    "🔱" to "trident",
    +    "🎣" to "fishing rod",
    +    "🏹" to "bow",
    +    "⛏" to "pickaxe",
    +    "🍖" to "food"
    +)
    +
    +val messageArgument = GreedyStringArgument("message")
    +    .replaceSuggestions { info, builder ->
    +        // Only display suggestions at the very end character
    +        val newBuilder = builder.createOffset(builder.start + info.currentArg().length)
    +
    +        // Suggest all the emojis!
    +        emojis.forEach { (emoji, description) ->
    +            newBuilder.suggest(emoji, LiteralMessage(description))
    +        }
    +
    +        newBuilder.buildFuture()
    +    }
    +
    +CommandAPICommand("emoji")
    +    .withArguments(messageArgument)
    +    .executes(CommandExecutor { _, args ->
    +        Bukkit.broadcastMessage(args["message"] as String)
    +    })
    +    .register()
    +
    +
    +

    In this example, we simply create the GreedyStringArgument and use replaceSuggestions() to specify our suggestion rules. We create an offset using the current builder to make suggestions start at the last character (the current builder start builder.getStart() and the current length of what the user has already typed info.currentArg().length()). Finally, we build the suggestions with builder.buildFuture() and then register our command as normal.

    +
    +
    +

    Example - Using a Minecraft command as an argument

    +
    +

    Developer's Note:

    +

    This example has been superseded by the Command argument. This example is still present as it gives an example of much more complicated brigadier suggestions which may be useful for readers!

    +
    +

    Courtesy of 469512345, the following example shows how using Brigadier's suggestions and parser can be combined with the CommandAPI to create an argument which suggests valid Minecraft commands. This could be used for example as a sudo command, to run a command as another player.

    +

    A gif showcasing a command suggestion for the /give command

    +

    For this command, we'll use a GreedyStringArgument because that allows users to enter any combination of characters (which therefore, allows users to enter any command). First, we start by defining the suggestions that we'll use for the GreedyStringArgument. We'll use the ArgumentSuggestions functional interface described above:

    +
    +
    ArgumentSuggestions<CommandSender> commandSuggestions = (info, builder) -> {
    +    // The current argument, which is a full command
    +    String arg = info.currentArg();
    +
    +    // Identify the position of the current argument
    +    int start;
    +    if (arg.contains(" ")) {
    +        // Current argument contains spaces - it starts after the last space and after the start of this argument.
    +        start = builder.getStart() + arg.lastIndexOf(' ') + 1;
    +    } else {
    +        // Input starts at the start of this argument
    +        start = builder.getStart();
    +    }
    +    
    +    // Parse command using brigadier
    +    ParseResults<?> parseResults = Brigadier.getCommandDispatcher()
    +        .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender()));
    +    
    +    // Intercept any parsing errors indicating an invalid command
    +    if(!parseResults.getExceptions().isEmpty()) {
    +        CommandSyntaxException exception = parseResults.getExceptions().values().iterator().next();
    +        // Raise the error, with the cursor offset to line up with the argument
    +        throw new CommandSyntaxException(exception.getType(), exception.getRawMessage(), exception.getInput(), exception.getCursor() + start);
    +    }
    +
    +    return Brigadier
    +        .getCommandDispatcher()
    +        .getCompletionSuggestions(parseResults)
    +        .thenApply(suggestionsObject -> {
    +            // Brigadier's suggestions
    +            Suggestions suggestions = (Suggestions) suggestionsObject;
    +
    +            return new Suggestions(
    +                // Offset the index range of the suggestions by the start of the current argument
    +                new StringRange(start, start + suggestions.getRange().getLength()),
    +                // Copy the suggestions
    +                suggestions.getList()
    +            );
    +        });
    +};
    +
    +
    val commandSuggestions: ArgumentSuggestions<CommandSender> = ArgumentSuggestions { info, builder ->
    +    // The current argument, which is a full command
    +    val arg: String = info.currentArg()
    +
    +    // Identify the position of the current argument
    +    var start = if (arg.contains(" ")) {
    +        // Current argument contains spaces - it starts after the last space and after the start of this argument.
    +        builder.start + arg.lastIndexOf(' ') + 1
    +    } else {
    +        // Input starts at the start of this argument
    +        builder.start
    +    }
    +
    +    // Parse command using brigadier
    +    val parseResults: ParseResults<*> = Brigadier.getCommandDispatcher()
    +        .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender))
    +
    +    // Intercept any parsing errors indicating an invalid command
    +    for ((_, exception) in parseResults.exceptions) {
    +        // Raise the error, with the cursor offset to line up with the argument
    +        throw CommandSyntaxException(exception.type, exception.rawMessage, exception.input, exception.cursor + start)
    +    }
    +
    +    val completableFutureSuggestions: CompletableFuture<Suggestions> =
    +        Brigadier.getCommandDispatcher().getCompletionSuggestions(parseResults) as CompletableFuture<Suggestions>
    +
    +    completableFutureSuggestions.thenApply { suggestions: Suggestions ->
    +        Suggestions(
    +            // Offset the index range of the suggestions by the start of the current argument
    +            StringRange(start, start + suggestions.range.length),
    +            // Copy the suggestions
    +            suggestions.list
    +        )
    +    }
    +}
    +
    +
    +

    There's a lot to unpack there, but it's generally split up into 4 key sections:

    +
      +
    • +

      Finding the start of the argument. We find the start of the argument so we know where the beginning of our command suggestion is. This is done easily using builder.getStart(), but we also have to take into account any spaces if our command argument contains spaces.

      +
    • +
    • +

      Parsing the command argument. We make use of Brigadier's parse() method to parse the argument and generate some ParseResults.

      +
    • +
    • +

      Reporting parsing errors. This is actually an optional step, but in general it's good practice to handle exceptions stored in ParseResults. While Brigadier doesn't actually handle suggestion exceptions, this has been included in this example to showcase exception handling.

      +
    • +
    • +

      Generating suggestions from parse results. We use our parse results with Brigadier's getCompletionSuggestions() method to generate some suggestions based on the parse results and the suggestion string range.

      +
    • +
    +

    Now that we've declared our arguments suggestions, we can then create our simple command with the following syntax:

    +
    /commandargument <command>
    +
    +

    We use the command suggestions declared above by using the replaceSuggestions method in our GreedyStringArgument, and write a simple executor which runs the command that the user provided:

    +
    +
    new CommandAPICommand("commandargument")
    +    .withArguments(new GreedyStringArgument("command").replaceSuggestions(commandSuggestions))
    +    .executes((sender, args) -> {
    +        // Run the command using Bukkit.dispatchCommand()
    +        Bukkit.dispatchCommand(sender, (String) args.get("command"));
    +    }).register();
    +
    +
    CommandAPICommand("commandargument")
    +    .withArguments(GreedyStringArgument("command").replaceSuggestions(commandSuggestions))
    +    .executes(CommandExecutor { sender, args ->
    +        // Run the command using Bukkit.dispatchCommand()
    +        Bukkit.dispatchCommand(sender, args["command"] as String)
    +    })
    +    .register()
    +
    +
    +
    +

    Predicate tips

    +

    In our example for creating a party system, we ended up having lots of code repetition. In our party creation command, we had the following code:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(new LiteralArgument("create")
    +    .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new StringArgument("partyName"));
    +
    +
    var arguments = mutableListOf<Argument<*>>()
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(LiteralArgument("create")
    +    .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }
    +)
    +
    +arguments.add(StringArgument("partyName"))
    +
    +
    +

    And for our party teleportation command, we had the following code:

    +
    +
    arguments = new ArrayList<>();
    +arguments.add(new LiteralArgument("tp")
    +    .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +
    arguments = mutableListOf<Argument<*>>()
    +arguments.add(LiteralArgument("tp")
    +    .withRequirement { partyMembers.containsKey((it as Player).uniqueId) })
    +
    +
    +

    We can simplify this code by declaring the predicate:

    +
    +
    Predicate<CommandSender> testIfPlayerHasParty = sender -> {
    +    return partyMembers.containsKey(((Player) sender).getUniqueId());
    +};
    +
    +
    val testIfPlayerHasParty = Predicate { sender: CommandSender ->
    +    partyMembers.containsKey((sender as Player).uniqueId)
    +}
    +
    +
    +

    Now, we can use the predicate testIfPlayerHasParty in our code for creating a party. Since we want to apply the "not" (!) operator to this predicate, we can use .negate() to invert the result of our predicate:

    +
    +
    List<Argument<?>> args = new ArrayList<>();
    +args.add(new LiteralArgument("create").withRequirement(testIfPlayerHasParty.negate()));
    +args.add(new StringArgument("partyName"));
    +
    +
    var args = listOf<Argument<*>>(
    +    LiteralArgument("create").withRequirement(testIfPlayerHasParty.negate()),
    +    StringArgument("partyName")
    +)
    +
    +
    +

    And we can use it again for our code for teleporting to party members:

    +
    +
    args = new ArrayList<>();
    +args.add(new LiteralArgument("tp").withRequirement(testIfPlayerHasParty));
    +
    +
    args = listOf<Argument<*>>(LiteralArgument("tp").withRequirement(testIfPlayerHasParty))
    +
    +
    +

    Introduction

    +
    +

    Dev note:

    +

    Coming soon! In this section, I'll outline how to get started with building and contributing to the CommandAPI.

    +
    +

    Project Structure

    +

    The CommandAPI is a relatively large project (especially from the standpoint of one guy, because the CommandAPI was written by just one guy in their spare time!) and trying to figure out what everything does is a nightmare without some guidance. I've always felt that other community project structures aren't well documented and contributing to them can be daunting. Here's the CommandAPI's project structure for you!

    +
    +

    CommandAPI submodule folders

    +

    This is where all of the code is for the CommandAPI. The CommandAPI is a Maven project with multiple modules which each serve a different purpose:

    +
      +
    • +

      commandapi-preprocessor - The CommandAPI uses a bit of reflection to perform things which could not normally be done (for example, allowing custom commands in datapacks). Reflection is inherently unsafe and can lead to runtime errors if specific fields or methods are not present. The CommandAPI preprocessor project is a source annotation processor that checks all declared reflection calls and looks up at compile-time whether those calls are possible - if not, it prevents the CommandAPI from building. In short, it's a compile-time reflection checker.

      +
    • +
    • +

      commandapi-x.x.x - The CommandAPI needs to access various NMS methods in order to operate. These are implemented for the specific version given by x.x.x. For example, to support Minecraft 1.16.5, the project is commandapi-1.16.5. The NMS class implementation is done in these version-specific files.

      +
    • +
    • +

      commandapi-core - The main brains of the CommandAPI. This includes both the code that makes the CommandAPI run, as well as the API which developers can use.

      +
    • +
    • +

      commandapi-vh - The CommandAPI version handler. This is a super tiny project which simply links up all of the NMS version-specific files into the CommandAPI. This is only used for the actual running of the CommandAPI (e.g. the CommandAPI plugin or shading the CommandAPI). This ensures proper compile-time safety of NMS implementations.

      +
    • +
    • +

      commandapi-plugin - It's the CommandAPI plugin! This is the project which is used for releases to both GitHub and Spigot. It's the CommandAPI all in one neat package, with a few extra features such as config-based command conversion for server owners (or other non-developers)

      +
    • +
    • +

      commandapi-shade - It's the CommandAPI, but in shade-able format. It has none of the features of the CommandAPI plugin variant and can be shaded into your own plugins. Effectively, it's commandapi-core + commandapi-vh with all of the commandapi-x.x.x NMS implementations included.

      +
    • +
    • +

      commandapi-annotations - The CommandAPI annotations project is a small compile-time annotation processer that writes CommandAPI code for you. Using a compile-time annotation processor makes the server run so much faster than using a runtime-annotation processor, because annotation processing requires reflection to inspect class metadata.

      +
    • +
    +

    docs folder

    +

    This is where all of the lovely documentation, JavaDocs and the CommandAPI homepage is stored. Everything in this folder is automatically hosted on GitHub using GitHub Pages - this is the live stuff. Key things in this folder:

    +
      +
    • +

      javadocs - It's the JavaDocs! This is built using Doxygen with the configuration in the root of this project (See the Doxyfile). I also serve a custom version of Mojang's Brigadier library which was written by I-Al-Istannen because this person spent a lot of time and effort producing JavaDocs for Brigadier when Mojang didn't bother. This person deserves a lot of respect - their work is amazing!

      +
    • +
    • +

      index.html - It's the CommandAPI's homepage! It's not anything especially amazing - it's a very very simple static webpage with links - that's all that it needs to be. Every update, this file needs to be edited manually to update all of the links.

      +
    • +
    +

    docssrc folder

    +

    This is the brains behind the documentation. It's a collection of Markdown files which form the CommandAPI documentation and is built using mdBook. For the CommandAPI in particular, it is actually built using my own custom fork of mdBook (here, in the fa5 branch) which incorporates this pull request which adds support for FontAwesome 5.

    +

    Upgrading guide

    +

    From 9.2.0 to 9.3.0

    +

    The BukkitTooltip.generateAdvenureComponents methods have now been deprecated in favour of the correctly named BukkitTooltip.generateAdventureComponents methods:

    +
    +
    BukkitTooltip.generateAdvenureComponents()
    +
    +
    +

    $$\downarrow$$

    +
    +
    BukkitTooltip.generateAdventureComponents()
    +
    +
    +
    +

    From 9.0.3 to 9.1.0

    +

    MultiLiteralArgument changes

    +

    All MultiLiteralArgument constructors have been deprecated in 9.1.0! Instead the new MultiLiteralArgument constructor should be used:

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", List.of("survival", "creative", "adventure", "spectator")))
    +
    +
    +

    $$\downarrow$$

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", "survival", "creative", "adventure", "spectator"))
    +
    +
    +

    CommandArguments changes

    +

    For 9.1.0 all deprecated methods are no longer deprecated. To learn about all the methods now available, refer to the CommandArguments page.

    +
    +

    From 9.0.1 to 9.0.2

    +

    MultiLiteralArgument and LiteralArgument changes

    +

    In previous versions, the ability has been introduced to access arguments by their node names. However, while this was possible for every other argument, it wasn't possible for MultiLiteralArguments. This was now changed because the values from the MultiLiteralArgument are included in the CommandArguments of a command.

    +

    Therefore, the current constructor has been deprecated and the new one should be used:

    +
    +
    withArguments(new MultiLiteralArgument("survival", "creative", "adventure", "spectator"))
    +
    +
    +

    $$\downarrow$$

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", List.of("survival", "creative", "adventure", "spectator")))
    +
    +
    +

    Because it is possible to list LiteralArguments in the CommandArguments of a command, there was also an additional constructor add to the LiteralArgument class. The other one is not deprecated.

    +

    Now, the LiteralArgument class contains two possible constructors:

    +
    public LiteralArgument(String literal) // Recommended if the literal is not listed
    +public LiteralArgument(String nodeName, String literal)
    +
    +
    +

    From 9.0.0 to 9.0.1

    +

    CustomArgumentException changes

    +

    For 9.0.1, the CustomArgumentException constructors have been deprecated and should no longer be used. Instead, use the CustomArgumentException static factory methods:

    +
    +
    throw new CustomArgumentException(new MessageBuilder(...));
    +throw new CustomArgumentException("Error message");
    +
    +
    +

    $$\downarrow$$

    +
    +
    throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(...));
    +throw CustomArgumentException.fromString("Error message");
    +
    +
    +

    CommandArguments changes

    +

    For 9.0.1 the various CommandArguments#getOrDefault() and CommandArguments#getOrDefaultUnchecked() have been deprecated and should no longer be used. Instead, use the CommandArguments#getOptional() and CommandArguments#getOptionalUnchecked() methods:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = (String) args.getOrDefault("string", "Default Value");
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = args.getOrDefaultUnchecked("string", "Default Value");
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = (String) args.getOptional("string").orElse("Default Value");
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = args.getOptionalUnchecked("string").orElse("Default Value");
    +    })
    +    .register();
    +
    +
    +
    +

    From 8.8.x to 9.0.0

    +

    CommandAPI 9.0.0 is arguably the biggest change in the CommandAPI's project structure and usage. This update was designed to allow the CommandAPI to be generalized for other platforms (e.g. Velocity, Fabric, Sponge), and as a result this update is incompatible with previous versions of the CommandAPI.

    +

    All deprecated methods from 8.8.x have been removed in this update. Please ensure that you use the relevant replacement methods (these are described in the JavaDocs for the various deprecated methods) before upgrading to 9.0.0.

    +
    +

    Project dependencies

    +

    For Bukkit/Spigot/Paper plugins, the commandapi-core and commandapi-shade modules should no longer be used. Instead, use the new commandapi-bukkit-core and commandapi-bukkit-shade modules:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-core</artifactId>
    +        <version>9.0.0</version>
    +        <scope>provided</scope>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-shade</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compileOnly "dev.jorel:commandapi-core:9.0.0"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-core:9.0.0")
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-shade:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-shade:9.0.0")
    +}
    +
    +

    $$\downarrow$$

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-core</artifactId>
    +        <version>9.0.0</version>
    +        <scope>provided</scope>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compileOnly "dev.jorel:commandapi-bukkit-core:9.0.0"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-bukkit-core:9.0.0")
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade:9.0.0")
    +}
    +
    +
    +

    Additionally, when using the Kotlin DSL for Bukkit, instead of using commandapi-kotlin, use commandapi-bukkit-kotlin:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-kotlin</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-kotlin:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-kotlin:9.0.0")
    +}
    +
    +

    $$\downarrow$$

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-kotlin</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-kotlin:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-kotlin:9.0.0")
    +}
    +
    +
    +
    +

    Loading and enabling the CommandAPI when shading

    +

    The CommandAPI.onLoad() method has changed in this update. Instead of using the CommandAPIConfig object, use the CommandAPIBukkitConfig and pass in the current plugin reference (this).

    +

    and CommandAPI.onEnable() method has also changed, and now no longer requires the plugin reference (this), as it is now included in CommandAPI.onLoad() instead.:

    +
    +
    public void onLoad() {
    +    CommandAPI.onLoad(new CommandAPIConfig());
    +}
    +
    +public void onEnable() {
    +    CommandAPI.onEnable(this);
    +}
    +
    +
    +

    $$\downarrow$$

    +
    +
    public void onLoad() {
    +    CommandAPI.onLoad(new CommandAPIBukkitConfig(this));
    +}
    +
    +public void onEnable() {
    +    CommandAPI.onEnable();
    +}
    +
    +
    +
    +

    Accessing arguments

    +

    Arguments for commands are no longer an Object[] and have now been replaced with a more powerful CommandArguments object. This object now lets you access arguments in a number of ways:

    +

    Using the args.get(int) method

    +

    If you're in a rush and just want to upgrade quickly, call the .get(int) method instead of accessing the arguments using the array access notation:

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args[0];
    +        PotionEffectType potionArg = (PotionEffectType) args[1];
    +        Location locationArg = (Location) args[2];
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args.get(0);
    +        PotionEffectType potionArg = (PotionEffectType) args.get(1);
    +        Location locationArg = (Location) args.get(2);
    +    })
    +    .register();
    +
    +
    + +

    The CommandAPI introduces a new args.get(String) method to access arguments using the argument node name. This method also makes your code much more compatible with optional arguments:

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args[0];
    +        PotionEffectType potionArg = (PotionEffectType) args[1];
    +        Location locationArg = (Location) args[2];
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args.get("mystring");
    +        PotionEffectType potionArg = (PotionEffectType) args.get("mypotion");
    +        Location locationArg = (Location) args.get("mylocation");
    +    })
    +    .register();
    +
    +
    +
    +

    CommandAPI helper methods

    +

    The CommandAPI.failWithBaseComponents(message) and CommandAPI.failWithAdventureComponent(message) methods have now been moved from CommandAPI to CommandAPIBukkit, because these methods are Bukkit/Spigot/Paper specific and don't exist for other platforms (e.g. Velocity, Fabric, Sponge):

    +
    +
    CommandAPI.failWithBaseComponents(...);
    +CommandAPI.failWithAdventureComponent(...);
    +
    +
    +

    $$\downarrow$$

    +
    +
    CommandAPIBukkit.failWithBaseComponents(...);
    +CommandAPIBukkit.failWithAdventureComponent(...);
    +
    +
    +
    +

    Removal of the EnvironmentArgument

    +

    The EnvironmentArgument has been removed in this update, as it was implemented incorrectly and is not fit for purpose. Instead, the CommandAPI has the more accurate WorldArgument.

    +
    +

    Changes to the TeamArgument

    +

    The TeamArgument has been updated to no longer use a String as its return type. Instead, you can now just use a Team object directly:

    +
    +
    new CommandAPICommand("team")
    +    .withArguments(new TeamArgument("team"))
    +    .executes((sender, args) -> {
    +        String teamName = (String) args.get("team");
    +        Team team = Bukkit.getScoreboardManager().getMainScoreboard().getTeam(teamName);
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("team")
    +    .withArguments(new TeamArgument("team"))
    +    .executes((sender, args) -> {
    +        Team team = (Team) args.get("team");
    +    })
    +    .register();
    +
    +
    +
    +

    Changes to the ObjectiveArgument

    +

    The ObjectiveArgument has been updated to no longer use a String as its return type. Instead, you can now just use an Objective object directly:

    +
    +
    new CommandAPICommand("objective")
    +    .withArguments(new ObjectiveArgument("objective"))
    +    .executes((sender, args) -> {
    +        String objectiveName = (String) args.get("objective");
    +        Objective objective = Bukkit.getScoreboardManager().getMainScoreboard().getObjective(objectiveName);
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("objective")
    +    .withArguments(new ObjectiveArgument("objective"))
    +    .executes((sender, args) -> {
    +        Objective objective = (Objective) args.get("objective");
    +    })
    +    .register();
    +
    +
    +
    +

    Changes to the ListArgumentBuilder

    +

    The ListArgumentBuilder no longer has withList(Function<CommandSender, Collection<T>> list) and instead uses SuggestionInfo to have withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list).

    +

    This now allows you to access more information when generating a list dynamically instead of just the command sender. To access the original command sender, you can use the sender() method from SuggestionInfo:

    +
    +
    ListArgument<?> arg = new ListArgumentBuilder<>("values", ", ")
    +    .withList(sender -> List.of("cat", "wolf", "axolotl", sender.getName()))
    +    .withStringMapper()
    +    .buildGreedy();
    +
    +
    +

    $$\downarrow$$

    +
    +
    ListArgument<?> arg = new ListArgumentBuilder<>("values", ", ")
    +    .withList(info -> List.of("cat", "wolf", "axolotl", info.sender().getName()))
    +    .withStringMapper()
    +    .buildGreedy();
    +
    +
    +
    +

    Changes to the Rotation wrapper

    +

    The Rotation class now uses a constructor which has the yaw first, and the pitch second, instead of the pitch first and the yaw second.

    +
    +
    new Rotation(20, 80); // Yaw = 80, Pitch = 20
    +
    +
    +

    $$\downarrow$$

    +
    +
    new Rotation(20, 80); // Yaw = 20, Pitch = 80
    +
    +
    +
    +

    Changes to the ScoreboardSlot wrapper

    +

    The ScoreboardSlot wrapper is now an enum that has direct support for sidebar team colors, via the SIDEBAR_TEAM_### enum values, for example SIDEBAR_TEAM_RED;

    +
    +
    ScoreboardSlot slot = // Some ScoreboardSlot
    +DisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, SIDEBAR or BELOW_NAME
    +
    +// Extract the color if necessary
    +if (slot.hasTeamColor()) {
    +    ChatColor color = slot.getTeamColor();
    +}
    +
    +
    +

    $$\downarrow$$

    +
    +
    ScoreboardSlot slot = // Some ScoreboardSlot
    +DisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, BELOW_NAME or SIDEBAR_TEAM_###
    +
    +
    +

    Upgrading guide

    +

    From 8.6.0 to 8.7.0

    +

    Sound arguments

    +

    This update introduces a backwards-incompatible change to the SoundArgument which was introduced in 8.6.0. SoundArguments no longer need a generic type parameter:

    +
    +
    new SoundArgument<Sound>("sound")
    +
    +
    +

    $$\downarrow$$

    +
    +
    new SoundArgument("sound")
    +
    +
    +

    NamespacedKey SoundArguments no longer need a SoundType parameter, instead the NamespacedKey constructor should be used:

    +
    +
    new SoundArgument<NamespacedKey>("sound", SoundType.NAMESPACED_KEY)
    +
    +
    +

    $$\downarrow$$

    +
    +
    new SoundArgument.NamespacedKey("sound")
    +
    +
    +

    Entity selector arguments

    +

    Entity selector arguments no longer need a generic type parameter or a EntitySelector parameter. Instead, the corresponding constructor should be used instead:

    +
    +
    new EntitySelectorArgument<Player>("target", EntitySelector.ONE_PLAYER)
    +new EntitySelectorArgument<Collection<Player>>("target", EntitySelector.MANY_PLAYERS)
    +
    +new EntitySelectorArgument<Entity>("target", EntitySelector.ONE_ENTITY)
    +new EntitySelectorArgument<Collection<Entity>>("target", EntitySelector.MANY_ENTITIES)
    +
    +
    +

    $$\downarrow$$

    +
    +
    new EntitySelectorArgument.OnePlayer("target")
    +new EntitySelectorArgument.ManyPlayers("target")
    +
    +new EntitySelectorArgument.OneEntity("target")
    +new EntitySelectorArgument.ManyEntities("target")
    +
    +
    +

    Scoreholder arguments

    +

    The ScoreHolderArgument no longer needs a generic type parameter or a ScoreHolderType parameter. Instead, the corresponding constructor should be used instead:

    +
    +
    new ScoreHolderArgument<String>(nodeName, ScoreHolderType.SINGLE);
    +new ScoreHolderArgument<Collection<String>>(nodeName, ScoreHolderType.MULTIPLE);
    +
    +
    +

    $$\downarrow$$

    +
    +
    new ScoreHolderArgument.Single(nodeName);
    +new ScoreHolderArgument.Multiple(nodeName);
    +
    +
    +
    +

    From 8.5.1 to 8.6.0

    +

    Sound arguments

    +

    In 8.6.0, the SoundArgument now supports returning a Sound or NamespacedKey object. More information on how to use this can be found in the Sound arguments page. SoundArgument objects now require a generic type parameter to specify what the return type will be (either Sound or NamespacedKey). For the default behaviour, use Sound as the generic type parameter:

    +
    new SoundArgument("sound")
    +
    +

    $$\downarrow$$

    +
    new SoundArgument<Sound>("sound")
    +
    +

    Tooltips

    +

    In 8.6.0, tooltips have been reworked to provide support for Spigot's BaseComponent[]s, and Adventure's Components. As a result, the default method StringTooltip.of() and Tooltip.of() have been deprecated in favour of the better named StringTooltip.ofString() and Tooltip.ofString() methods:

    +
    StringTooltip.of("wave", "Waves at a player")
    +
    +Tooltip.of(player.getWorld().getSpawnLocation(), "World spawn")
    +
    +

    $$\downarrow$$

    +
    StringTooltip.ofString("wave", "Waves at a player")
    +
    +Tooltip.ofString(player.getWorld().getSpawnLocation(), "World spawn")
    +
    +

    Additionally, the IStringTooltip interface's getTooltip method was changed to return a Brigadier Message object instead of a String. To use the IStringTooltip directly, you now have to add Brigadier to your project's dependencies (info on how to do that can be found here).

    +

    You can use the Tooltip.messageFromString(String) to easily upgrade to the new Message return type:

    +
    @Override
    +public String getTooltip() {
    +    return this.itemstack.getItemMeta().getLore().get(0);
    +}
    +
    +

    $$\downarrow$$

    +
    @Override
    +public Message getTooltip() {
    +    return Tooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));
    +}
    +
    +

    Command failures

    +

    To support Spigot's BaseComponent[]s and Adventure's Components, the CommandAPI.fail() method has now been deprecated in favour of the better named CommandAPI.failWithString() method:

    +
    throw CommandAPI.fail("Error message");
    +
    +

    $$\downarrow$$

    +
    throw CommandAPI.failWithString("Error message");
    +
    +

    List arguments

    +

    List arguments can now be implemented using an underlying text argument, instead of requiring it to be a greedy string. This allows you to use multiple lists in a command, in any position. As such, the ListArgumentBuilder.build() method has been deprecated and replaced with ListArgumentBuilder.buildGreedy() instead:

    +
    new ListArgumentBuilder<Material>("materials")
    +    .withList(List.of(Material.values()))
    +    .withMapper(material -> material.name().toLowerCase())
    +    .build();
    +
    +

    $$\downarrow$$

    +
    new ListArgumentBuilder<Material>("materials")
    +    .withList(List.of(Material.values()))
    +    .withMapper(material -> material.name().toLowerCase())
    +    .buildGreedy();
    +
    +
    +

    From 8.5.0 to 8.5.1

    +

    Brigadier arguments

    +

    In 8.5.1, the methods Brigadier.fromArgument and Brigadier.toSuggestions were changed to use Argument based parameters instead of String based parameters. Instead of providing the node name, you now have to provide the whole argument:

    +
    Argument<?> myArgument = new StringArgument("myargument");
    +List<Argument<?>> argumentList = List.of(myArgument);
    +
    +Brigadier.fromArgument(argumentList, "myargument");
    +Brigadier.toSuggestions("myargument", argumentList);
    +
    +

    $$\downarrow$$

    +
    Argument<?> myArgument = new StringArgument("myargument");
    +List<Argument<?>> argumentList = List.of(myArgument);
    +
    +Brigadier.fromArgument(argumentList, myArgument);
    +Brigadier.toSuggestions(myArgument, argumentList);
    +
    +
    +

    From 8.3.1 to 8.4.0

    +

    Getting a list of registered commands

    +

    In 8.2.1, the CommandAPI exposed CommandAPIHandler.getInstance().registeredCommands to get a list of registered commands. This has now been changed and properly implemented as a getter method which can be accessed from CommandAPI:

    +
    CommandAPIHandler.getInstance().registeredCommands
    +
    +

    $$\downarrow$$

    +
    CommandAPI.getRegisteredCommands()
    +
    +

    Entity selector arguments

    +

    The import for EntitySelector for the EntitySelectorArgument has moved to improve CommandAPI shading support with jar minimization:

    +
    dev.jorel.commandapi.arguments.EntitySelectorArgument.EntitySelector
    +
    +

    $$\downarrow$$

    +
    dev.jorel.commandapi.arguments.EntitySelector
    +
    +

    Custom arguments

    +

    Custom arguments are no longer restricted to a string-based argument or a keyed-based argument and can now be implemented over any existing argument "base". This argument is now parameterized over two types: the first type being the return type of this custom argument and the second type being the return type of the "base" argument. Custom arguments should now use the new constructor that accepts an argument - more information on how to do that can be found on the Custom arguments page. It's recommended to review your implementation of custom arguments and upgrade them if you feel that you need a more powerful argument parser (for example, you might want to use a greedy string argument as the base argument instead of a string argument).

    +

    Custom arguments that are not keyed can be drop-in replaced with a StringArgument:

    +
    new CustomArgument<T>("nodename", inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    $$\downarrow$$

    +
    new CustomArgument<T, String>(new StringArgument("nodename"), inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    Keyed custom arguments can be drop-in replaced with a NamespacedKeyArgument:

    +
    new CustomArgument<T>("nodename", inputInfo -> {
    +    // Code here
    +    return T;
    +}, true);
    +
    +

    $$\downarrow$$

    +
    new CustomArgument<T, NamespacedKey>(new NamespacedKeyArgument("nodename"), inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    NBT arguments

    +

    NBT arguments now have a different implementation if you're using the plugin version of the CommandAPI or shading the CommandAPI.

    +

    NBTCompoundArguments are now parameterized over their implemented NBTCompound implementation. For the NBT API, this means:

    +
    new NBTCompoundArgument("nbt");
    +
    +

    $$\downarrow$$

    +
    new NBTCompoundArgument<NBTContainer>("nbt");
    +
    +

    If you're using the plugin version of the CommandAPI

    +

    You no longer have to include the NBT API separately, the CommandAPI comes with the NBT API built-in:

    +
    de.tr7zw.nbtapi.NBTContainer
    +
    +

    $$\downarrow$$

    +
    dev.jorel.commandapi.nbtapi.NBTContainer
    +
    +

    If you're shading the CommandAPI

    +

    You now need to shade the NBT API into your plugin (as well as the CommandAPI). So the CommandAPI knows how to use the underlying implementation of the NBT API, you have to configure it using the CommandAPIConfig.initializeNBTAPI() method in CommandAPI.onLoad(). More information on how to do that can be found on the NBT arguments page, under Shading usage setup.

    +
    +

    From 8.0.0 or earlier to 8.1.0

    +

    Arguments are now parameterized over a generic type. This does very little in terms of the running of the CommandAPI, but does ensure type safety with its internals. Instances of the Argument type now have to be parameterized. In general, this basically means:

    +
    Argument myArgument = new GreedyStringArgument("arg");
    +
    +

    $$\downarrow$$

    +
    Argument<?> myArgument = new GreedyStringArgument("arg");
    +
    +

    Arguments that have multiple return types also need to be parameterized over their return type. This includes:

    +
      +
    • CustomArgument
    • +
    • EntitySelectorArgument
    • +
    • ScoreholderArgument
    • +
    +

    For example:

    +
    new EntitySelectorArgument("target", EntitySelector.ONE_PLAYER);
    +
    +

    $$\downarrow$$

    +
    new EntitySelectorArgument<Player>("target", EntitySelector.ONE_PLAYER);
    +
    +
    +

    From version 7.0.0 to 8.0.0

    +

    Particle arguments

    +

    Particle arguments no longer return Bukkit's org.bukkit.Particle enum, but now return a wrapper dev.jorel.commandapi.wrappers.ParticleData instead. More information about this wrapper class and how to use it can be found on the particle arguments page. To update, change any Particle casts into a ParticleData cast instead:

    +
    new CommandAPICommand("mycommand")
    +    .withArgument(new ParticleArgument("particle"))
    +    .executes((sender, args) -> {
    +        Particle particle = (Particle) args[0];
    +        // Do stuff with particle
    +    })
    +    .register();
    +
    +

    $$\downarrow$$

    +
    new CommandAPICommand("mycommand")
    +    .withArgument(new ParticleArgument("particle"))
    +    .executes((sender, args) -> {
    +        ParticleData particleData = (ParticleData) args[0];
    +
    +        Particle particle = particleData.particle();
    +        Object data = particleData.data();
    +
    +        // Do stuff with particle and data
    +    })
    +    .register();
    +
    +
    +

    From version 6.5.2 to 7.0.0

    +

    Maven repository

    +

    The Maven repository used to serve the CommandAPI has changed from JitPack.io to Maven Central. For Maven projects, you no longer require wan explicit <repository> entry for the CommandAPI. for Gradle projects, you need to ensure mavenCentral() in present in your repositories section.

    +

    The group ID has changed from dev.jorel.CommandAPI to dev.jorel

    +

    More information about setting up your development environment can be found in Setting up your development environment.

    +

    CommandAPI command failures

    +

    The CommandAPI.fail() no longer automatically throws the exception that it creates, and instead now requires you to manually throw the exception yourself. This improves upon invalid states in command executors and allows invalid states to be identified more easily at compile time. To update, simply add the throw keyword before you call CommandAPI.fail():

    +
    new CommandAPICommand("mycommand")
    +    .executes((sender, args) -> {
    +        if(!sender.hasPermission("some.permission")) {
    +            CommandAPI.fail("You don't have permission to run /mycommand!");
    +            return;
    +        }
    +        sender.sendMessage("Hello!");
    +    })
    +
    +

    $$\downarrow$$

    +
    new CommandAPICommand("mycommand")
    +    .executes((sender, args) -> {
    +        if(!sender.hasPermission("some.permission")) {
    +            throw CommandAPI.fail("You don't have permission to run /mycommand!");
    +        }
    +        sender.sendMessage("Hello!");
    +    })
    +
    +

    Suggestions

    +

    Suggestions have been overhauled and no longer take in a Function<SuggestionsInfo, String[]> anymore. Instead, they now take in a ArgumentSuggestions object which represents argument suggestions (and whether they are executed asynchronously or have tooltips).

    +

    Normal (string) suggestions

    +

    These normal suggestions methods have been replaced with an ArgumentSuggestions parameter instead of a function:

    +
    Argument replaceSuggestions(Function<SuggestionInfo, String[]> suggestions);
    +Argument includeSuggestions(Function<SuggestionInfo, String[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSuggestions(ArgumentSuggestions suggestions);
    +Argument includeSuggestions(ArgumentSuggestions suggestions);
    +
    +

    The same functionality can be reproduced by wrapping your existing functions in ArgumentSuggestions.strings:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(info -> 
    +    new String[] {"northland", "eastland", "southland", "westland" }
    +));
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings(info -> 
    +    new String[] {"northland", "eastland", "southland", "westland" }
    +)));
    +
    +

    Normal (strings with tooltips) suggestions

    +

    The ...T() methods have been replaced with the normal methods above, and can use the ArgumentSuggestions.stringsWithTooltips method:

    +
    Argument replaceSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +Argument includeSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSuggestions(ArgumentSuggestions suggestions);
    +Argument includeSuggestions(ArgumentSuggestions suggestions);
    +
    +

    For example:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestionsT( info -> new IStringTooltip[] {
    +            StringTooltip.of("wave", "Waves at a player"),
    +            StringTooltip.of("hug", "Gives a player a hug"),
    +            StringTooltip.of("glare", "Gives a player the death glare")
    +        }
    +    )
    +);
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] {
    +            StringTooltip.of("wave", "Waves at a player"),
    +            StringTooltip.of("hug", "Gives a player a hug"),
    +            StringTooltip.of("glare", "Gives a player the death glare")
    +        }
    +    ))
    +);
    +
    +

    Safe suggestions

    +

    Similar to above with normal suggestions, safe suggestions have been replaced with replaceSafeSuggestions and includeSafeSuggestions respectively:

    +
    Argument replaceWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);
    +Argument includeWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);
    +Argument includeSafeSuggestions(SafeSuggestions<T> suggestions);
    +
    +

    These can be used with the SafeSuggestions.suggest and SafeSuggestions.tooltips methods to wrap existing functions. For example:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceWithSafeSuggestions(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +));
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +)));
    +
    +
    +

    From version 6.2.0 or earlier to 6.3.0

    +

    Please refer to an older version of the documentation. This has been omitted to save space and reduce confusion in this upgrading section.

    +

    FAQ

    +

    Here's a list of questions that have come up time and time again which all have the same answer.

    +
    +

    How do I use (insert feature here) in the CommandAPI?

    +

    The CommandAPI's documentation is the place to search for anything! In the top left corner of this documentation, you can find this icon. You can pretty much search for anything - it'll find it!

    +
    +

    Does the CommandAPI support reloading via /reload?

    +

    Formally, no. If you are encountering issues with /reload, consider not using /reload. More information about reloading can be found in Plugin reloading.

    +
    +

    Does the CommandAPI support optional arguments?

    +

    As of 9.0.0, yes! Please view information on optional arguments in Optional arguments.

    +
    +

    Does the CommandAPI support suggestions in the annotation system?

    +

    Not yet. The CommandAPI's annotation system was actually originally a little test on writing a compile-time annotation system which actually worked out much better than I had intended. I plan to rewrite the CommandAPI's annotation system to make it much more powerful (and support suggestions!). This is stated in the project roadmap

    +
    +

    Can you add tooltips to literal/multiliteral arguments?

    +

    No. This is a Brigadier limitation.

    +
    +

    Technical reason that this is a limitation of Brigadier

    +

    Brigadier's code has two classes for arguments, LiteralCommandNode and ArgumentCommandNode. The ArgumentCommandNode class contains a field customSuggestions of type SuggestionProvider<S> which is used to handle suggestions - this field is not present inside LiteralCommandNode, meaning that LiteralArguments cannot provide suggestions to users.

    +

    We need suggestions to provide tooltips. This is because SuggestionProvider provides us with an instance of SuggestionsBuilder, SuggestionsBuilder contains a List<Suggestion> and the Suggestion class contains Message. This Message class is what is needed to display a tooltip to users.

    +
    +
    +

    Can I change the message that is sent to the user when they don't have permission to run a command?

    +

    No. That message is handled client-side and isn't controlled by the CommandAPI. An alternative solution is to perform permission checking inside the command and return a custom message if it's not satisfied:

    +
    new CommandAPICommand("mycommand")
    +    .withPermission("some.permission")
    +    .executes((sender, args) -> {
    +        sender.sendMessage("Hello!");
    +    })
    +    .register();
    +
    +

    $$\downarrow$$

    +
    new CommandAPICommand("mycommand")
    +    .executes((sender, args) -> {
    +        if(!sender.hasPermission("some.permission")) {
    +            throw CommandAPI.failWithString("You don't have permission to run /mycommand!");
    +        }
    +        sender.sendMessage("Hello!");
    +    })
    +    .register();
    +
    +
    +

    Can I change the message that is sent to the user when an argument isn't valid?

    +

    No. That message is handled client-side and isn't controlled by the CommandAPI.

    +

    My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?

    +

    Arguments with suggestions provided using ArgumentSuggestions.strings(String...) are calculated when the command is registered. In order to have argument suggestions calculated when the command is being typed, you need to use the lambda-variant of the ArgumentSuggestions.strings(Function<SuggestionInfo, String[]> suggestions) method instead. More information about the different methods can be found here.

    +

    The easiest way to do this is to add info -> at the start of your array:

    +
    ArgumentSuggestions.strings(SomeClass.someArray);
    +
    +

    $$\downarrow$$

    +
    ArgumentSuggestions.strings(info -> SomeClass.someArray);
    +
    +

    Incompatible version information

    +

    There are a few arguments that are incompatible with various versions of Minecraft. This page outlines the full list of incompatibilities that the CommandAPI has with what versions of Minecraft.

    +
    +

    Argument changes with respect to Minecraft version

    +

    AngleArgument

    +

    Incompatible with Minecraft versions less than 1.16.2 (1.16, 1.16.1)

    +

    ChatArgument

    +

    Incompatible with Minecraft version 1.16.1 (Works on 1.16.2)

    +

    ChatArgument's chat preview

    +

    Incompatible with Minecraft versions less than 1.19 and greater than 1.19.2 (Works on 1.19, 1.19.1 and 1.19.2)

    +

    FunctionArgument

    +

    Running functions generated via the FunctionArgument on Minecraft version 1.20.3 and 1.20.4 will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. (Works normally on 1.20.2 and below). Trying to retrieve the list of commands in a function on Minecraft version 1.20.3 and 1.20.4 will always return an empty array.

    +
    +

    CommandAPI behavior with respect to Minecraft version

    +

    Minecraft version 1.16 and beyond

    +

    In Minecraft version 1.16, the way datapacks were loaded changed in such a way that the CommandAPI had to put in additional countermeasures to provide full support to it. To illustrate this, this was the previous loading sequence for Bukkit servers in Minecraft 1.15:

    +

    \(\texttt{Server loads}\rightarrow\texttt{Plugins load}\rightarrow\texttt{Datapacks load}\rightarrow\texttt{Server finishes loading}\)

    +

    Instead however, Minecraft 1.16 changed the loading sequence to the following:

    +

    \(\texttt{Server loads}\rightarrow\texttt{Datapacks load}\rightarrow\texttt{Plugins load}\rightarrow\texttt{Server finishes loading}\)

    +

    Because the CommandAPI used to register vanilla Minecraft commands before datapacks (and thus, custom Minecraft functions), it was possible to register custom commands that can be used in functions. With this new loading sequence change in Minecraft 1.16, this meant that datapacks load first before the CommandAPI does, so custom commands are not registered and functions with custom commands would fail to load.

    +

    To resolve this, the CommandAPI reloads datapacks and recipes at the end:

    +

    \begin{align} +&\quad\texttt{Server loads} \\ +\rightarrow&\quad\texttt{Datapacks load} \\ +\rightarrow&\quad\texttt{Plugins load} \\ +\rightarrow&\quad\texttt{Server finishes loading} \\ +\rightarrow&\quad\texttt{Datapacks are reloaded} && \texttt{(by the CommandAPI)} \\ +\rightarrow&\quad\texttt{Recipes are reloaded} && \texttt{(by the CommandAPI)} +\end{align}

    +

    By doing this, this means:

    +
      +
    • Custom functions from datapacks are loaded twice
    • +
    • Recipes are reloaded twice, including recipes defined by other plugins
    • +
    +

    Although this sounds pretty bad (since reloading these things twice can be time consuming, thus contributing to the server start-up time), it is the only way to make custom functions work in Minecraft 1.16 and beyond.

    +

    Troubleshooting

    +

    This section summarizes the list of things that could go wrong with the CommandAPI and how to mitigate these circumstances.

    +
    +

    Argument suggestions are empty or aren't updating

    +

    If you've registered a command with an argument and replaced/included additional suggestions, but the suggestions:

    +
      +
    • Are empty (e.g. a list of worlds returns no suggestions)
    • +
    • Don't update automatically (e.g. a list of players doesn't update when new players join the game)
    • +
    +

    This is most likely caused by using a constant array instead of using a lambda to dynamically update argument suggestions when the player requests them:

    +
    new StringArgument("players")
    +    .replaceSuggestions(ArgumentSuggestions.strings( 
    +        Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)
    +    ));
    +
    +

    $$\downarrow$$

    +
    new StringArgument("players")
    +    .replaceSuggestions(ArgumentSuggestions.strings( 
    +        info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)
    +    ));
    +
    +
    +

    Permissions don't work (shading the CommandAPI)

    +

    If you're shading the CommandAPI and any of the following occur:

    +
      +
    • Players with no permissions cannot run CommandAPI commands
    • +
    • .withPermission(CommandPermission.NONE) doesn't work, even if a player has no permissions
    • +
    +

    You've probably not initialized the CommandAPI correctly. To assign permissions to a command, you have to add CommandAPI.onEnable() to your plugin's onEnable() method.

    +
    +

    I've registered my command but nothing happens

    +

    If you've registered a command, the command should be present in the console if verbose logging is enabled. If this does not appear in the console, check that you've:

    +
      +
    • Used .register() at the end of your command declaration
    • +
    • Added CommandAPI.onLoad() and CommandAPI.onEnable() to your onLoad() and onEnable() methods if you're shading the CommandAPI
    • +
    • Not added the commands to your plugin.yml file if you're not shading the CommandAPI
    • +
    +
    +

    The CommandAPI doesn't load, something about UnsupportedClassVersionError and "class file version 60.0"

    +

    If you're getting an error which looks something like this (key thing to look for is class file version 60.0), then you're running an old and unsupported version of Java:

    +
    [06.09 16:48:26] [Server] [Server thread/ERROR]: Could not load 'plugins/CommandAPI.jar' in folder 'plugins'
    +org.bukkit.plugin.InvalidPluginExceptionjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:381) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:928) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]
    +Caused byjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_271]
    +    at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_271]
    +    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:186) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_271]
    +    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    +    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    ... more
    +
    +

    As of CommandAPI 6.0.0 onwards, the CommandAPI is written in Java 16, so old versions such as Java 8 will not run the CommandAPI. Consider upgrading to Java 16.

    +

    For context, a list of Java versions and their class file version:

    +
    + + + + + +
    Java versionClass file versionJava versionClass file version
    Java 1761.0Java 1256.0
    Java 1660.0Java 1155.0
    Java 1559.0Java 1054.0
    Java 1458.0Java 953.0
    Java 1357.0Java 852.0
    +
    +
    +

    Server errors when loading datapacks in 1.16+

    +

    If you get an error at the very start of the server's startup sequence along the lines of:

    +
    [15:57:29] [Worker-Main-5/ERROR]: Failed to load function mycustomnamespace:test
    +java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE]
    +    at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_261]
    +Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE]
    +    at net.minecraft.server.v1_16_R1.CustomFunction.a(SourceFile:62) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1]
    +    at net.minecraft.server.v1_16_R1.CustomFunctionManager.a(SourceFile:84) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1]
    +    ... 6 more
    +
    +

    You can safely ignore it - the CommandAPI fixes this later. This is described in more detail here.

    +
    +

    Running /reload doesn't work

    +

    See Plugin reloading

    +
    +

    Players cannot connect/timeout when joining

    +

    If players cannot connect, this could be due to the size of the command data packet. To see the resultant packet being sent to players when they log in, enable the create-dispatcher-json: true setting and view the file size of the resultant file. If the file size is abnormally large (Over 2MB is considered very large), consider reducing the number of LiteralArguments which your plugin uses.

    +
    +

    My issue isn't on here, what do I do?

    +

    If you've found a bug that isn't solved here, submit a bug report on the CommandAPI's issues page and I'll try my best to resolve the issue!

    +

    Afterword

    + +

    Congratulations on making it to the end of the documentation! It's really long, but I did my best to make it the best (Bukkit/Spigot plugin) documentation in existence.

    +
    +

    Intro

    +

    My name is Jorel, commonly known by my Minecraft username Skepter. I started the CommandAPI in the summer holidays between my first and second year at university. On the 19th August, 2018 I made my first commit to the CommandAPI project - just a month and a day after Minecraft 1.13 was released.

    +

    At the time, I just decided to call it "The 1.13 Command API" - it wasn't the catchiest name out there, but it sort of said what I wanted it to - it's a Command API for Minecraft 1.13, which was the update when the big overhaul to the command system was introduced.

    +

    It all started as a simple idea that can be summarized in 3 bullet points:

    +
      +
    • Create an API to use the new command UI that was introduced in Minecraft 1.13
    • +
    • Make it so the developers don't have to understand/use Mojang's brigadier
    • +
    • Make it similar to Bukkit's existing API
    • +
    +
    +

    Starting out

    +

    After the release of version 1.2, two days after the initial release, I received my first GitHub issue. This was quite a shock to me - version 1.2 only had 11 total downloads so it seemed odd that someone managed to stumble upon it despite the fact that I did nothing to promote the CommandAPI. Little did I know that that one issue was the main motivation to keep this API alive after its initial release.

    +

    I would never have possible imagined in my wildest dreams that 2 years later, I would still be in contact with them and know that if I had not chosen to create this API, their server would not have survived beyond Minecraft 1.13, let alone Minecraft 1.15, two major Minecraft versions later.

    +
    +

    Reflection on the project and personal gains

    +

    This project has been insane. Absolutely, utterly insane. At over 1000 commits and over 1,000,000 additions (that includes things such as lines of code, lines of generated HTML documentation etc.), I can say without a doubt that this is indeed my biggest project ever.

    +

    Not only have I managed to deal with hundreds of GitHub issues, I've also had the opportunity to try all sorts of technologies that I could have only dreamt of using, such as:

    +
      +
    • Using GitHub Actions for cloud-based build checking and project status notifications
    • +
    • Using CodeFactor.io to automatically identify issues with my code
    • +
    • Publishing the CommandAPI to MavenCentral
    • +
    • Improving my understanding of Gradle to write Gradle instructions for the documentation
    • +
    • Learning Kotlin to add Kotlin examples to the CommandAPI's documentation
    • +
    • Learning TypeScript for an upcoming web-based CommandAPI command visualizer
    • +
    +
    +

    Acknowledgements (early development)

    +

    Anyway, I digress. I'd like to give credit to all of the people that have opened issues on the CommandAPI GitHub, for without these people, the CommandAPI would have only remained a shadow of what it is now. I'd like to give credit to the people that have starred the CommandAPI on its GitHub page, and all of the members of the CommandAPI Discord server.

    +

    I would like to personally give thanks to the following people - these are people that have made a significant contribution to the project in terms of ideas or support early in the CommandAPI's development:

    +
      +
    • Combustible, who kickstarted the project by creating the CommandAPI's first issue. From this issue, this allowed the CommandAPI to have interoperability with Minecraft commands and functions which is by far the CommandAPI's most admirable feature. Additionally, Combustible helped raise awareness of the CommandAPI via the Spigot forums and Spigot issue tracker.
    • +
    • Draycia, who suggested implementing lazy evaluation for argument suggestions. This has been extended to provide the CommandAPI's context-aware system for argument suggestions based on previously filled arguments.
    • +
    • HielkeMinecraft, who made three outstanding contributions to the CommandAPI. They created the suggestion of setting the result and success values of commands which improves the interoperability between commands registered with the CommandAPI and vanilla Minecraft commands. They also influenced the implementation of the requirements system to have more powerful command constraints and helped start the CommandAPI Discord server.
    • +
    • Minenash, who was the driving force for the CommandAPI's 3.0 release, which added a plethora of new arguments to the CommandAPI. Minenash's research, code prototypes, documentation examples, bug testing and code review was a tremendous help to make the 3.0 release such a feature-rich version.
    • +
    • Michael-Ziluck, who created an amazing pull request that helped greatly improve the performance of the CommandAPI as well as structure the entire CommandAPI project into a multi-module Maven project which significantly improved the maintainability of the CommandAPI for the future.
    • +
    • portlek, who helped migrate the CommandAPI's repository to jitpack.io. They helped debug some technical errors with remote building and tested that the repository was working throughout the process.
    • +
    • 469512345, who redesigned and implemented the suggestions feature for arguments, bringing powerful asynchronous arguments and highly-extensible suggestions to the CommandAPI. They also implemented the CommandTree feature to bring yet another way for developers to create commands with the CommandAPI.
    • +
    +

    I'd also like to give a special mention to the following people that have helped find bugs or have supported the project in some way early in the CommandAPI's development: aianlinb, Baka-Mitai, Checkium, Comeza, DerpNerb, DogeBogey, endrdragon, EnragedRabisu, i509VCB, KieranGateley, lifespan, Loapu, Marvmallow, MatrixTunnel, Ricky12Awesome, SHsuperCM, SpaceCheetah, The_Gavster, Tinkot, vladfrangu, zedwick.

    +
    +

    Acknowledgements (CommandAPI Discord server)

    +

    I'm well aware there are lots of users that have made significant contributions to the CommandAPI that aren't listed above! Over the past four years, hundreds of users have created GitHub issues, joined the CommandAPI Discord server and submitted pull requests to contribute to the CommandAPI.

    +

    I'd like to personally give thanks to my ✨Special Contributors in the CommandAPI Discord server - these are users that have made an exceptionally significant contribution to the CommandAPI project in general, from helping new users get started with the CommandAPI, to contributing to the CommandAPI repository directly, to bringing a liveliness to the CommandAPI Discord server as a whole:

    +
      +
    • willkroboth, the first ✨Special Contributor, recognized for their above-and-beyond contribution to helping new CommandAPI Discord members.
    • +
    • DerEchtePilz, recognized for their significant contribution of creating a Kotlin DSL for the CommandAPI (with the help of Sparky from the CommandAPI Discord server).
    • +
    +

    The CommandAPI would not be where it is currently without the community that has been established over the years in the CommandAPI Discord server. As such, I'd like to give a special thanks to some of the most active CommandAPI Discord server members that make the community feel lively:

    +
      +
    • ! AkaGiant !
    • +
    • Brought To You By
    • +
    • MineNash
    • +
    • TheGates
    • +
    +
    +

    Acknowledgements (Donators)

    +

    I didn't really want to add a way for CommandAPI users to be able to contribute financially via donations because the CommandAPI is free for all and the cost of maintaining the CommandAPI is effectively negligible. That said, I'd like to give special thanks to those that have donated to the CommandAPI.

    +
    +

    Final comments

    +

    I never really expected more than 5 or so people to use this API, so it was truly a pleasure to see everyone's responses, issues and suggestions that has made the CommandAPI what it is today.

    +

    Thank you so much for using the CommandAPI!

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/projectstructure.html b/docs/9.4.1/projectstructure.html new file mode 100644 index 0000000000..f3ed624f8f --- /dev/null +++ b/docs/9.4.1/projectstructure.html @@ -0,0 +1,258 @@ + + + + + + Project Structure - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Project Structure

    +

    The CommandAPI is a relatively large project (especially from the standpoint of one guy, because the CommandAPI was written by just one guy in their spare time!) and trying to figure out what everything does is a nightmare without some guidance. I've always felt that other community project structures aren't well documented and contributing to them can be daunting. Here's the CommandAPI's project structure for you!

    +
    +

    CommandAPI submodule folders

    +

    This is where all of the code is for the CommandAPI. The CommandAPI is a Maven project with multiple modules which each serve a different purpose:

    +
      +
    • +

      commandapi-preprocessor - The CommandAPI uses a bit of reflection to perform things which could not normally be done (for example, allowing custom commands in datapacks). Reflection is inherently unsafe and can lead to runtime errors if specific fields or methods are not present. The CommandAPI preprocessor project is a source annotation processor that checks all declared reflection calls and looks up at compile-time whether those calls are possible - if not, it prevents the CommandAPI from building. In short, it's a compile-time reflection checker.

      +
    • +
    • +

      commandapi-x.x.x - The CommandAPI needs to access various NMS methods in order to operate. These are implemented for the specific version given by x.x.x. For example, to support Minecraft 1.16.5, the project is commandapi-1.16.5. The NMS class implementation is done in these version-specific files.

      +
    • +
    • +

      commandapi-core - The main brains of the CommandAPI. This includes both the code that makes the CommandAPI run, as well as the API which developers can use.

      +
    • +
    • +

      commandapi-vh - The CommandAPI version handler. This is a super tiny project which simply links up all of the NMS version-specific files into the CommandAPI. This is only used for the actual running of the CommandAPI (e.g. the CommandAPI plugin or shading the CommandAPI). This ensures proper compile-time safety of NMS implementations.

      +
    • +
    • +

      commandapi-plugin - It's the CommandAPI plugin! This is the project which is used for releases to both GitHub and Spigot. It's the CommandAPI all in one neat package, with a few extra features such as config-based command conversion for server owners (or other non-developers)

      +
    • +
    • +

      commandapi-shade - It's the CommandAPI, but in shade-able format. It has none of the features of the CommandAPI plugin variant and can be shaded into your own plugins. Effectively, it's commandapi-core + commandapi-vh with all of the commandapi-x.x.x NMS implementations included.

      +
    • +
    • +

      commandapi-annotations - The CommandAPI annotations project is a small compile-time annotation processer that writes CommandAPI code for you. Using a compile-time annotation processor makes the server run so much faster than using a runtime-annotation processor, because annotation processing requires reflection to inspect class metadata.

      +
    • +
    +

    docs folder

    +

    This is where all of the lovely documentation, JavaDocs and the CommandAPI homepage is stored. Everything in this folder is automatically hosted on GitHub using GitHub Pages - this is the live stuff. Key things in this folder:

    +
      +
    • +

      javadocs - It's the JavaDocs! This is built using Doxygen with the configuration in the root of this project (See the Doxyfile). I also serve a custom version of Mojang's Brigadier library which was written by I-Al-Istannen because this person spent a lot of time and effort producing JavaDocs for Brigadier when Mojang didn't bother. This person deserves a lot of respect - their work is amazing!

      +
    • +
    • +

      index.html - It's the CommandAPI's homepage! It's not anything especially amazing - it's a very very simple static webpage with links - that's all that it needs to be. Every update, this file needs to be edited manually to update all of the links.

      +
    • +
    +

    docssrc folder

    +

    This is the brains behind the documentation. It's a collection of Markdown files which form the CommandAPI documentation and is built using mdBook. For the CommandAPI in particular, it is actually built using my own custom fork of mdBook (here, in the fa5 branch) which incorporates this pull request which adds support for FontAwesome 5.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/proxysender.html b/docs/9.4.1/proxysender.html new file mode 100644 index 0000000000..56204f94e2 --- /dev/null +++ b/docs/9.4.1/proxysender.html @@ -0,0 +1,287 @@ + + + + + + Proxied commandsenders - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Proxied commandsenders

    +

    The CommandAPI has extra support for vanilla Minecraft's /execute command, by allowing the CommandSender to be an instance of the ProxiedCommandSender class. This allows the CommandSender to contain two extra pieces of information: The "proxied sender" and the original sender.

    +
    +

    Example - Running a command as a chicken

    +

    Say we have a command which kills the sender of a command. This is easily implemented as follows:

    +
    +
    new CommandAPICommand("killme")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("killme")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .register()
    +
    +
    commandAPICommand("killme") {
    +    playerExecutor { player, _ ->
    +        player.health = 0.0
    +    }
    +}
    +
    +
    +

    But what if the sender of the command is not a player? By using Minecraft's /execute command, we could execute the command as any arbitrary entity, as shown with the command below:

    +
    /execute as @e[type=chicken] run killme
    +
    +

    To handle this case, we can use the .executesProxy() method to ensure that the command sender is a ProxiedCommandSender. Then, we can kill the callee (the entity which is being 'forced' to run the command /killme)

    +
    +
    new CommandAPICommand("killme")
    +    .executesPlayer((player, args) -> {
    +        player.setHealth(0);
    +    })
    +    .executesProxy((proxy, args) -> {
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.getCallee() instanceof LivingEntity target) {
    +            target.setHealth(0);
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("killme")
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +        player.setHealth(0.0)
    +    })
    +    .executesProxy(ProxyCommandExecutor { proxy, _ ->
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.callee is LivingEntity) {
    +            (proxy.callee as LivingEntity).setHealth(0.0)
    +        }
    +    })
    +    .register()
    +
    +
    commandAPICommand("killme") {
    +    playerExecutor { player, _ ->
    +        player.health = 0.0
    +    }
    +    proxyExecutor { proxy, _ ->
    +        // Check if the callee (target) is an Entity and kill it
    +        if (proxy.callee is LivingEntity) {
    +            (proxy.callee as LivingEntity).health = 0.0
    +        }
    +    }
    +}
    +
    +
    +

    This allows the command above to run successfully, killing all chickens it can find.

    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/registeringannotations.html b/docs/9.4.1/registeringannotations.html new file mode 100644 index 0000000000..1ed58e5085 --- /dev/null +++ b/docs/9.4.1/registeringannotations.html @@ -0,0 +1,263 @@ + + + + + + Registering annotation-based commands - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Registering annotation-based commands

    +

    Registering annotation-based commands is really simple. To do this, we use the following method, where className is the name of a class with a @Command annotation:

    +
    CommandAPI.registerCommand(className)
    +
    +
    +

    Example: Registering a Warp command

    +

    Say we have a simple command /warp that is defined as follows:

    +
    @Command("warp")    
    +public class WarpCommand {
    +    
    +    // List of warp names and their locations
    +    static Map<String, Location> warps = new HashMap<>();
    +    
    +    @Default
    +    public static void warp(CommandSender sender) {
    +        sender.sendMessage("--- Warp help ---");
    +        sender.sendMessage("/warp - Show this help");
    +        sender.sendMessage("/warp <warp> - Teleport to <warp>");
    +        sender.sendMessage("/warp create <warpname> - Creates a warp at your current location");
    +    }
    +    
    +    @Default
    +    public static void warp(Player player, @AStringArgument String warpName) {
    +        player.teleport(warps.get(warpName));
    +    }
    +    
    +    @Subcommand("create")
    +    @Permission("warps.create")
    +    public static void createWarp(Player player, @AStringArgument String warpName) {
    +        warps.put(warpName, player.getLocation());
    +    }
    +    
    +}
    +
    +

    We can register this in our onLoad() method so we can use this command from within Minecraft functions:

    +
    public class MyPlugin extends JavaPlugin {
    +    
    +    @Override
    +    public void onLoad() {
    +        CommandAPI.registerCommand(WarpCommand.class);
    +    }
    +    
    +}
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/reloading.html b/docs/9.4.1/reloading.html new file mode 100644 index 0000000000..b4e8635642 --- /dev/null +++ b/docs/9.4.1/reloading.html @@ -0,0 +1,274 @@ + + + + + + Plugin reloading - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Plugin reloading

    +

    Formally, the CommandAPI does not support plugin reloading. This includes, but is not limited to:

    +
      +
    • The /reload command which reloads all plugins on the server
    • +
    • Plugin reloading plugins, such as PlugMan
    • +
    • Any form of plugin enabling/disabling process for plugins which register commands via the CommandAPI
    • +
    +

    In general, using the /reload command is not advised. Here's some useful resources from various Bukkit/Spigot/Paper developers:

    + +

    The CommandAPI is not like normal Bukkit/Spigot/Paper plugins. It directly accesses all of the nitty-gritty Vanilla Minecraft code to convert and expose Minecraft's internal command framework into a Bukkit-API friendly interface for you to use. As the CommandAPI hooks directly into Vanilla Minecraft code, and /reload is a Bukkit feature, using /reload can cause Vanilla Minecraft's internal system to become unstable. If you are having issues with /reload, seriously reconsider shutting your server down correctly and restarting it, instead of running /reload.

    +
    +

    Despite this, there is one way to get reloading to work using the onDisable() method in your plugin. If you register a command in your onLoad() or onEnable() method, by unregistering the command in your onDisable() method, this allows the CommandAPI to properly register the command again when the server reloads.

    +
    +

    Developer's Note:

    +

    Despite the fact that you can do this, I cannot stress enough that this is not recommended, due to the fact that functions/tags in datapacks do not work with /reload, even if you unregister the command.

    +
    +
    +

    Example - Allowing a command to work with /reload

    +

    In this example, we add support for reloading the server via /reload by unregistering the command in the onDisable() method. Note that force-unregistering is not required for this:

    +
    public class MyPlugin extends JavaPlugin {
    +
    +    @Override
    +    public void onEnable() {
    +        new CommandAPICommand("ping")
    +            .executes((sender, args) -> {
    +                sender.sendMessage("Pong!");
    +            })
    +            .register();
    +    }
    +
    +    @Override
    +    public void onDisable() {
    +        CommandAPI.unregister("ping");
    +    }
    +
    +}
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/requirements.html b/docs/9.4.1/requirements.html new file mode 100644 index 0000000000..de79b63524 --- /dev/null +++ b/docs/9.4.1/requirements.html @@ -0,0 +1,532 @@ + + + + + + Requirements - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Requirements

    +

    Requirements is a feature that allows you to put a constraint on commands and arguments. Similar to permissions, a requirement is something that must be fulfilled in order to use a given command or argument.

    +

    This section is broken up into four parts:

    +
      +
    • Adding requirements to commands
    • +
    • Adding requirements to arguments
    • +
    • Updating requirements
    • +
    • Multiple requirements
    • +
    +

    Please don't skip the section on updating requirements - the last section is necessary to get requirements to work as you'd want!

    +
    +

    Adding requirements to commands

    +

    To add a requirement to a command, similar to adding permissions to commands, use the withRequirement method:

    +
    CommandAPICommand withRequirement(Predicate<CommandSender> sender);
    +
    +

    The withRequirement method requires a predicate that determines if the sender is able to run the command - if the predicate is satisfied, then the command sender will be able to execute that command.

    +
    +

    Example - Perks based on a player's level

    +

    Say we have a perks-based command system that depends on a player's level. For example, if a player has over 30 levels of experience, they would then be able to run a command that lets them repair the item in their hand in exchange for 30 levels. As such, we'll use the following command syntax:

    +
    /repair
    +
    +

    We want to put a requirement on this command that the player needs to have at least 30 levels of experience in order to run the command - if the player has less than 30 levels, the player should not be able to run the command. The easiest way to make the player not able to run the command is to literally tell the user that the command doesn't exist. That's what requirements do in the CommandAPI:

    +
    +
    new CommandAPICommand("repair")
    +    .withRequirement(sender -> ((Player) sender).getLevel() >= 30)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Repair the item back to full durability
    +        ItemStack is = player.getInventory().getItemInMainHand();
    +        ItemMeta itemMeta = is.getItemMeta();
    +        if (itemMeta instanceof Damageable damageable) {
    +            damageable.setDamage(0);
    +            is.setItemMeta(itemMeta);
    +        }
    +        
    +        // Subtract 30 levels
    +        player.setLevel(player.getLevel() - 30);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("repair")
    +    .withRequirement { (it as Player).level >= 30 }
    +    .executesPlayer(PlayerCommandExecutor { player, _ ->
    +
    +        // Repair the item back to full durability
    +        val item = player.inventory.itemInMainHand
    +        val itemMeta = item.itemMeta
    +        if (itemMeta is Damageable) {
    +            itemMeta.setDamage(0)
    +            item.setItemMeta(itemMeta)
    +        }
    +
    +        // Subtract 30 levels
    +        player.setLevel(player.level - 30)
    +    })
    +    .register()
    +
    +
    +

    It's important to note that in this example, we case the sender to a player for the requirement method. We know that the sender is definitely a player because we use executesPlayer(), which ensures that this is the case. Now that we've got this, we need to make sure we update the player's requirements when their exp changes. This is covered in more detail in the section about updating requirements below.

    +
    +
    +

    Adding requirements to arguments

    +

    In a similar way that you can restrict certain arguments by adding permissions to them, you can restrict them by using arbitrary predicates by using the withRequirement method on the arguments themselves.

    +
    +

    Example - A party creation and teleportation system

    +

    Let's say that we're working on a plugin that has a system to form groups of players called "parties". If you are not already in a party, you can create one of your own and if you are in a party, you can teleport to any other member in your party.

    +

    For this example, we'll use the following command syntax:

    +
    /party create <partyName>
    +/party tp <player>
    +
    +

    To represent our party in code, we'll use a simple Map called partyMembers which maps the player's UUID to the name of their registered party:

    +
    +
    Map<UUID, String> partyMembers = new HashMap<>();
    +
    +
    val partyMembers = mutableMapOf<UUID, String>()
    +
    +
    +

    To begin with, let's create the /party create <partyName> command. First, we must declare our arguments:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(new LiteralArgument("create")
    +    .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new StringArgument("partyName"));
    +
    +
    var arguments = mutableListOf<Argument<*>>()
    +
    +// The "create" literal, with a requirement that a player must have a party
    +arguments.add(LiteralArgument("create")
    +    .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }
    +)
    +
    +arguments.add(StringArgument("partyName"))
    +
    +
    +

    In this argument declaration, we put a requirement on the literal create, where the player does not have a party. In other words, if the player does not have a party, they are allowed to run /party create <partyName>. If a player already has a party, then they won't be allowed to run this command.

    +

    Now that we've declared our arguments, we can now declare our main command /party create <partyName>. We populate it with the arguments, and we create an entry in our partyMembers with the player's UUID and the name of the party that they created. Since this updates the requirements of the player, we'll have to make sure we update it (which is covered in more detail in the section about updating requirements below) - until then, I'll omit this from the code:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Get the name of the party to create
    +        String partyName = (String) args.get("partyName");
    +        
    +        partyMembers.put(player.getUniqueId(), partyName);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(*arguments.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Get the name of the party to create
    +        val partyName = args["partyName"] as String
    +
    +        partyMembers[player.uniqueId] = partyName
    +    })
    +    .register()
    +
    +
    +
    +

    So now we've added the ability to create a party if we're not already in it. Now we need to implement our party tp <player> command. Again, we must start by declaring our arguments:

    +
    +
    arguments = new ArrayList<>();
    +arguments.add(new LiteralArgument("tp")
    +    .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))
    +);
    +
    +arguments.add(new PlayerArgument("player")
    +    .replaceSafeSuggestions(SafeSuggestions.suggest(info -> {
    +        
    +        // Store the list of party members to teleport to
    +        List<Player> playersToTeleportTo = new ArrayList<>();
    +        
    +        String partyName = partyMembers.get(((Player) info.sender()).getUniqueId());
    +        
    +        // Find the party members
    +        for (Entry<UUID, String> entry : partyMembers.entrySet()) {
    +            
    +            // Ignore yourself
    +            if (entry.getKey().equals(((Player) info.sender()).getUniqueId())) {
    +                continue;
    +            } else {
    +                // If the party member is in the same party as you
    +                if (entry.getValue().equals(partyName)) {
    +                    Player target = Bukkit.getPlayer(entry.getKey());
    +                    if (target.isOnline()) {
    +                        // Add them if they are online
    +                        playersToTeleportTo.add(target);
    +                    }
    +                }
    +            }
    +        }
    +        
    +        return playersToTeleportTo.toArray(new Player[0]);
    +    })));
    +
    +
    arguments = mutableListOf<Argument<*>>()
    +arguments.add(LiteralArgument("tp")
    +    .withRequirement { partyMembers.containsKey((it as Player).uniqueId) })
    +
    +arguments.add(PlayerArgument("player")
    +    .replaceSafeSuggestions(SafeSuggestions.suggest { info ->
    +
    +        // Store the list of party members to teleport to
    +        val playersToTeleportTo = mutableListOf<Player>()
    +
    +        val partyName = partyMembers[(info.sender() as Player).uniqueId]
    +
    +        // Find the party members
    +        for ((uuid, party) in partyMembers) {
    +
    +            // Ignore yourself
    +            if (uuid == (info.sender() as Player).uniqueId) {
    +                continue
    +            } else {
    +                // If the party member is in the same party as you
    +                if (party == partyName) {
    +                    val target = Bukkit.getPlayer(uuid)!!
    +                    if (target.isOnline) {
    +                        // Add them if they are online
    +                        playersToTeleportTo.add(target)
    +                    }
    +                }
    +            }
    +        }
    +
    +        playersToTeleportTo.toTypedArray()
    +    }))
    +
    +
    +

    Notice something here? There's some code repetition for the withRequirement method - this is the same predicate that we used earlier, except we remove the negation. If you are interested, you can view the section Predicate tips for a method to improve code reuse.

    +

    Once the arguments have been declared, we can now implement our party teleportation command:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("player");
    +        player.teleport(target);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["player"] as Player
    +        player.teleport(target)
    +    })
    +    .register()
    +
    +
    +
    +

    What's important to note in this example is that if you spend the time to set up the arguments properly, it severely decreases the amount of code required to write your command. This makes the commands you declare easier to understand and follow and you don't end up having to put all of these checks in the body of your command executor.

    +
    +
    +

    Updating requirements

    +

    Finally, the part you've all been waiting for - how to update requirements. With the way requirements work, they need to be updated manually. To illustrate why this is the case, I'll explain using the example of the /repair command:

    +

    When a player joins the game, the server tells the client the list of all commands that the client can run (don't worry, this is completely normal, as declared here). Let's say that the player has joined and has less than 30 levels.

    +

    When a player has less than 30 levels, they are unable to execute the /repair command, because the list of commands that the server sent to the client did not contain the /repair command. Eventually, the player will fight some mobs or mine some ores and eventually will reach 30 levels. Despite this, the player's client doesn't actually know that they're now able to use the /repair command until the server tells them. As such, the server needs to somehow update the requirements that a player has so a player knows they can run the command.

    +

    The CommandAPI handles this in a very simple method call:

    +
    CommandAPI.updateRequirements(player);
    +
    +
    +

    Developer's Note:

    +

    The CommandAPI.updateRequirements(player); method can be used anywhere, except for the withRequirement method. Using it inside this method will crash the server. This is by design - just make sure you don't use it within the withRequirement method and everything will be fine!

    +
    +

    To illustrate how to use this, we'll go over the two examples above:

    +
    +

    Example - Updating requirements for xp changes

    +

    In the example of requirements with the /repair command, we needed to ensure that the player's requirements update when their experience changes. To do this, we'll simply use a normal event to check this:

    +
    @EventHandler
    +public void onExpChange(PlayerExpChangeEvent event) {
    +    CommandAPI.updateRequirements(event.getPlayer());
    +}
    +
    +

    And of course, you have to ensure that this event is registered in your onEnable() method:

    +
    @Override
    +public void onEnable() {
    +    getServer().getPluginManager().registerEvents(this, this);
    +}
    +
    +
    +

    Developer's Note:

    +

    I'm assuming you already know how to register events and don't need me to go into great detail how to do so, take the code above with a pinch of salt - I know how much everyone likes to divide their event handlers and listeners to organise their code.

    +
    +
    +
    +

    Example - Updating requirements for the party creation example

    +

    In the example for a party creation, we declared two commands:

    +
    /party create <partyName>
    +/party tp <player>
    +
    +

    When a player creates a new party, we need to ensure that their requirements are updated when they create the party. As such, we simply add this to our party creation command executor:

    +
    +
    new CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        
    +        // Get the name of the party to create
    +        String partyName = (String) args.get("partyName");
    +        
    +        partyMembers.put(player.getUniqueId(), partyName);
    +        
    +        CommandAPI.updateRequirements(player);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("party")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +
    +        // Get the name of the party to create
    +        val partyName = args["partyName"] as String
    +
    +        partyMembers[player.uniqueId] = partyName
    +
    +        CommandAPI.updateRequirements(player)
    +    })
    +    .register()
    +
    +
    +

    That's it!

    +
    +
    +

    Multiple requirements

    +

    The CommandAPI lets you handle multiple requirements really easily! The withRequirement method can be called multiple times, so you don't have to worry about shoving everything in one expression.

    +
    +

    Example - Using multiple requirements

    +

    For example, you can apply multiple requirements for a command by calling the withRequirement method multiple times:

    +
    +
    new CommandAPICommand("someCommand")
    +    .withRequirement(sender -> ((Player) sender).getLevel() >= 30)
    +    .withRequirement(sender -> ((Player) sender).getInventory().contains(Material.DIAMOND_PICKAXE))
    +    .withRequirement(sender -> ((Player) sender).isInvulnerable())
    +    .executesPlayer((player, args) -> {
    +        // Code goes here
    +    })
    +    .register();
    +
    +
    CommandAPICommand("someCommand")
    +    .withRequirement { (it as Player).level >= 30 }
    +    .withRequirement { (it as Player).inventory.contains(Material.DIAMOND_PICKAXE) }
    +    .withRequirement { (it as Player).isInvulnerable() }
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        // Code goes here
    +    })
    +    .register()
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/resultingcommandexecutors.html b/docs/9.4.1/resultingcommandexecutors.html new file mode 100644 index 0000000000..ad6f710d3a --- /dev/null +++ b/docs/9.4.1/resultingcommandexecutors.html @@ -0,0 +1,329 @@ + + + + + + Resulting command executors - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Resulting command executors

    +

    Resulting command executors are very similar to normal command executors, except they can return an integer result value.

    +
    (sender, args) -> {
    +    //Code here
    +    return /*some integer here*/ ;
    +};
    +
    +

    Similarly, these will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully. If a success value of 0 occurs, the result value will be 0. In short:

    +
    + + +
    Command WorksCommand Doesn't Work
    Success Value10
    Result Valueresult defined in your code0
    +
    +

    The concept of result values are better explained through examples:

    +
    +

    Example - Random number result command

    +

    Say we want a command that returns a random number as a result. This can then be used by vanilla Minecraft's /execute store result ... command, which can be used for other command block chains.

    +
    +
    new CommandAPICommand("randnum")
    +    .executes((sender, args) -> {
    +        return ThreadLocalRandom.current().nextInt();
    +    })
    +    .register();
    +
    +
    CommandAPICommand("randnum")
    +    .executes(ResultingCommandExecutor { _, _ ->
    +        Random.nextInt()
    +    })
    +    .register()
    +
    +
    commandAPICommand("randnum") {
    +    anyResultingExecutor { _, _ ->
    +        Random.nextInt()
    +    }
    +}
    +
    +
    +

    This returns a success value of 1 (Because no errors or CommandAPI.failWithString(String) was thrown) and a result value of a random number.

    +
    +
    +

    Example - Lootbox system with /execute command

    +

    We can store state using /execute store and we can perform conditional checks using /execute if. By combining these, we can create a system which can be used with commandblocks to say, give players random lootboxes and redeem them. The concept is to create a command that generates a random number from 1 to 100. If the number is 1 (thus, the chance of being chosen is \(\frac{1}{100}\)), then we award a player with some reward, say 64 diamonds.

    +

    To do this, we'll declare two commands:

    +
    /randomnumber        - returns a random number between 1 and 99 (inclusive)
    +/givereward <player> - gives a player 64 diamonds and broadcasts it in the chat
    +
    +

    Since we're declaring commands that are to be used in /execute, we must ensure that these commands are registered in your plugin's onLoad() method. First, we write our implementation for /randomnumber. It is fairly straight forward using Java's ThreadLocalRandom to generate a random number:

    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +new CommandAPICommand("randomnumber")
    +    .executes((sender, args) -> {
    +        return ThreadLocalRandom.current().nextInt(1, 100); // Returns random number from 1 <= x < 100
    +    })
    +    .register();
    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +CommandAPICommand("randomnumber")
    +    .executes(ResultingCommandExecutor { _, _ ->
    +        (1..100).random() // Returns random number from 1 <= x < 100
    +    })
    +    .register()
    +
    +
    // Register random number generator command from 1 to 99 (inclusive)
    +commandAPICommand("randomnumber") {
    +    anyResultingExecutor { _, _ ->
    +        (1..100).random()
    +    }
    +}
    +
    +
    +

    Now we write our implementation for /givereward. In this example, we use the EntitySelectorArgument to select a single player. We cast it to Player and then add the items to their inventory.

    +
    +
    // Register reward giving system for a target player
    +new CommandAPICommand("givereward")
    +    .withArguments(new EntitySelectorArgument.OnePlayer("target"))
    +    .executes((sender, args) -> {
    +        Player player = (Player) args.get("target");
    +        player.getInventory().addItem(new ItemStack(Material.DIAMOND, 64));
    +        Bukkit.broadcastMessage(player.getName() + " won a rare 64 diamonds from a loot box!");
    +    })
    +    .register();
    +
    +
    // Register reward giving system for a target player
    +CommandAPICommand("givereward")
    +    .withArguments(EntitySelectorArgument.OnePlayer("target"))
    +    .executes(CommandExecutor { _, args ->
    +        val player = args["target"] as Player
    +        player.inventory.addItem(ItemStack(Material.DIAMOND, 64))
    +        Bukkit.broadcastMessage("${player.name} won a rare 64 diamonds from a loot box!")
    +    })
    +    .register()
    +
    +
    // Register reward giving system for a target player
    +commandAPICommand("givereward") {
    +    entitySelectorArgumentOnePlayer("target")
    +    anyExecutor { _, args ->
    +        val player = args["target"] as Player
    +        player.inventory.addItem(ItemStack(Material.DIAMOND, 64))
    +        Bukkit.broadcastMessage("${player.name} won a rare 64 diamonds from a loot box!")
    +    }
    +}
    +
    +
    +
    +

    Now that we've declared these commands, we can now use them in practice. We can use a command block to store a random number under the scoreboard score randVal for a player called SomePlayer, by executing the command /randomnumber. Since /randomnumber returns an integer, this value is stored in the scoreboard score:

    +
    /execute store result score SomePlayer randVal run randomnumber
    +
    +

    To check if the random number is equal to 1, we can use the /execute if command. If their score stored in randVal matches 1, then we run the /givereward command.

    +
    /execute if score SomePlayer randVal matches 1 run givereward SomePlayer
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/safeargumentsuggestions.html b/docs/9.4.1/safeargumentsuggestions.html new file mode 100644 index 0000000000..8c30f61f0e --- /dev/null +++ b/docs/9.4.1/safeargumentsuggestions.html @@ -0,0 +1,503 @@ + + + + + + Safely typed argument suggestions - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Safely typed argument suggestions

    +

    So far, we've covered how to replace suggestions using the replaceSuggestions() method. The issue with using strings for suggestion listings is that they are prone to errors - it is possible to suggest something which is not actually a valid argument, which makes that suggestion unusable. As a result, some arguments include the replaceSafeSuggestions(), which provides type-safety checks for argument suggestions, as well as automatic "Bukkit-to-suggestion" conversion.

    +

    The whole point of the safe argument suggestions method is that parameters entered in this method are guaranteed to work.

    +

    The use of the safe replace suggestions function is the same as replaceSuggestions() from the previous section, except instead of returning a String[], you now return a T[], where T is the class corresponding to the argument. This is described in more detail in the table below.

    +
    Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);
    +Argument includeSafeSuggestions(SafeSuggestions<T> suggestions);
    +
    +
    +

    The SafeSuggestions interface

    +

    Similar to the ArgumentSuggestions interface, safe suggestions use the SafeSuggestions interface which is a functional interface that takes in a mapping function from an Object to a String and returns some ArgumentSuggestions which represent the argument's suggestions. Again, this is typically implemented for anyone that wants to use a more powerful suggestion system.

    +

    As with ArgumentSuggestions, the CommandAPI provides some methods to generate safe suggestions:

    +
    SafeSuggestions<T> suggest(T... suggestions);
    +SafeSuggestions<T> suggest(Function<SuggestionInfo, T[]> suggestions);
    +SafeSuggestions<T> suggestAsync(Function<SuggestionInfo, CompletableFuture<T[]>> suggestions);
    +
    +SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);
    +SafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions);
    +SafeSuggestions<T> tooltipsAsync(Function<SuggestionInfo, CompletableFuture<Tooltip<T>[]>> suggestions);
    +
    +
    +

    Supported arguments

    +

    Not all arguments support safe suggestions. This is mostly due to implementation constraints or inadequate support by the Bukkit API.

    +

    The list of supported arguments are displayed in the following table. The parameter T (shown in the method signatures above) are also provided for each argument. This parameter is the same as the cast argument described in Argument Casting, except for a few exceptions which are outlined in bold.

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ArgumentClass (T)
    AdvancementArgumentorg.bukkit.advancement.Advancement
    AxisArgumentjava.util.EnumSet<org.bukkit.Axis>
    BiomeArgumentorg.bukkit.block.Biome
    BooleanArgumentBoolean
    ChatColorArgumentorg.bukkit.ChatColor
    DoubleArgumentDouble
    EnchantmentArgumentorg.bukkit.enchantments.Enchantment
    EntityTypeArgumentorg.bukkit.entity.EntityType
    FloatArgumentFloat
    FloatRangeArgumentdev.jorel.commandapi.wrappers.FloatRange
    FunctionArgumentorg.bukkit.NamespacedKey
    GreedyStringArgumentString
    IntegerArgumentInteger
    IntegerRangeArgumentdev.jorel.commandapi.wrappers.IntegerRange
    ItemStackArgumentorg.bukkit.inventory.ItemStack
    Location2DArgumentdev.jorel.commandapi.wrappers.Location2D
    LocationArgumentorg.bukkit.Location
    LongArgumentLong
    LootTableArgumentorg.bukkit.loot.LootTable
    MathOperationArgumentdev.jorel.commandapi.wrappers.MathOperation
    NBTCompoundArgumentde.tr7zw.nbtapi.NBTContainer
    ObjectiveArgumentorg.bukkit.scoreboard.Objective
    OfflinePlayerArgumentorg.bukkit.OfflinePlayer
    ParticleArgumentorg.bukkit.Particle
    PlayerArgumentorg.bukkit.entity.Player
    PotionEffectArgumentorg.bukkit.potion.PotionEffectType
    RecipeArgumentorg.bukkit.inventory.Recipe
    RotationArgumentdev.jorel.commandapi.wrappers.Rotation
    ScoreboardSlotArgumentdev.jorel.commandapi.wrappers.ScoreboardSlot
    SoundArgumentorg.bukkit.Sound
    TeamArgumentorg.bukkit.scoreboard.Team
    TimeArgumentdev.jorel.commandapi.wrappers.Time
    WorldArgumentorg.bukkit.World
    +
    +
    +

    Safe time arguments

    +

    While most of the arguments are fairly straight forward, I'd like to bring your attention to the TimeArgument's safe suggestions function. This uses dev.jorel.commandapi.wrappers.Time as the class for T to ensure type-safety. The Time class has three static methods:

    +
    Time ticks(int ticks);
    +Time days(int days);
    +Time seconds(int seconds);
    +
    +

    These create representations of ticks (e.g. 40t), days (e.g. 2d) and seconds (e.g. 60s) respectively.

    +
    +

    Safe function arguments

    +

    Although all safe arguments are indeed "type-safe", the function argument uses a NamespacedKey which cannot be checked fully at compile time. As a result, this is argument should be used with caution - providing a NamespacedKey suggestion that does not exist when the server is running will cause that command to fail if that suggestion is used.

    +
    +

    Safe scoreboard slot arguments

    +

    Scoreboard slots now include two new static methods so they can be used with safe arguments:

    +
    ScoreboardSlot of(DisplaySlot slot);
    +ScoreboardSlot ofTeamColor(ChatColor color);
    +
    +

    This allows you to create ScoreboardSlot instances which can be used with the safe replace suggestions method.

    +
    +

    Examples

    +

    While this should be fairly straight forward, here's a few examples of how this can be used in practice:

    +
    +

    Example - Safe recipe arguments

    +

    Say we have a plugin that registers custom items which can be crafted. In this example, we use an "emerald sword" with a custom crafting recipe. Now say that we want to have a command that gives the player the item from our declared recipes, which will have the following syntax:

    +
    /giverecipe <recipe>
    +
    +

    To do this, we first register our custom items:

    +
    +
    // Create our itemstack
    +ItemStack emeraldSword = new ItemStack(Material.DIAMOND_SWORD);
    +ItemMeta meta = emeraldSword.getItemMeta();
    +meta.setDisplayName("Emerald Sword");
    +meta.setUnbreakable(true);
    +emeraldSword.setItemMeta(meta);
    +
    +// Create and register our recipe
    +ShapedRecipe emeraldSwordRecipe = new ShapedRecipe(new NamespacedKey(this, "emerald_sword"), emeraldSword);
    +emeraldSwordRecipe.shape(
    +    "AEA", 
    +    "AEA", 
    +    "ABA"
    +);
    +emeraldSwordRecipe.setIngredient('A', Material.AIR);
    +emeraldSwordRecipe.setIngredient('E', Material.EMERALD);
    +emeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD);
    +getServer().addRecipe(emeraldSwordRecipe);
    +
    +// Omitted, more itemstacks and recipes
    +
    +
    // Create our itemstack
    +val emeraldSword = ItemStack(Material.DIAMOND_SWORD)
    +val meta = emeraldSword.itemMeta
    +meta?.setDisplayName("Emerald Sword")
    +meta?.isUnbreakable = true
    +emeraldSword.itemMeta = meta
    +
    +// Create and register our recipe
    +val emeraldSwordRecipe = ShapedRecipe(NamespacedKey(this, "emerald_sword"), emeraldSword)
    +emeraldSwordRecipe.shape(
    +    "AEA",
    +    "AEA",
    +    "ABA"
    +)
    +emeraldSwordRecipe.setIngredient('A', Material.AIR)
    +emeraldSwordRecipe.setIngredient('E', Material.EMERALD)
    +emeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD)
    +server.addRecipe(emeraldSwordRecipe)
    +
    +// Omitted, more itemstacks and recipes
    +
    +
    +

    Once we've done that, we can now include them in our command registration. To do this, we use replaceSafeSuggestions(recipes) and then register our command as normal:

    +
    +
    // Safely override with the recipe we've defined
    +List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +)));
    +
    +// Register our command
    +new CommandAPICommand("giverecipe")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Recipe recipe = (Recipe) args.get("recipe");
    +        player.getInventory().addItem(recipe.getResult());
    +    })
    +    .register();
    +
    +
    // Safely override with the recipe we've defined
    +val arguments = listOf<Argument<*>>(
    +    RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest {
    +        arrayOf(emeraldSwordRecipe, /* Other recipes here */)
    +    })
    +)
    +
    +// Register our command
    +CommandAPICommand("giverecipe")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val recipe = args["recipe"] as Recipe
    +        player.inventory.addItem(recipe.result)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Example - Safe /spawnmob suggestions

    +

    Say we have a command to spawn mobs:

    +
    /spawnmob <mob>
    +
    +

    Now say that we don't want non-op players to spawn bosses. To do this, we'll create a List<EntityType> which is the list of all mobs that non-ops are allowed to spawn:

    +
    +
    EntityType[] forbiddenMobs = new EntityType[] {EntityType.ENDER_DRAGON, EntityType.WITHER};
    +List<EntityType> allowedMobs = new ArrayList<>(Arrays.asList(EntityType.values()));
    +allowedMobs.removeAll(Arrays.asList(forbiddenMobs)); // Now contains everything except enderdragon and wither
    +
    +
    val forbiddenMobs = listOf<EntityType>(EntityType.ENDER_DRAGON, EntityType.WITHER)
    +val allowedMobs = EntityType.values().toMutableList()
    +allowedMobs.removeAll(forbiddenMobs) // Now contains everything except enderdragon and wither
    +
    +
    +

    We then use our safe arguments to return an EntityType[] as the list of values that are suggested to the player. In this example, we use the sender() method to determine if the sender has permissions to view the suggestions:

    +
    +
    List<Argument<?>> safeArguments = new ArrayList<>();
    +safeArguments.add(new EntityTypeArgument("mob").replaceSafeSuggestions(SafeSuggestions.suggest(
    +    info -> {
    +        if (info.sender().isOp()) {
    +            // All entity types
    +            return EntityType.values();
    +        } else {
    +            // Only allowedMobs
    +            return allowedMobs.toArray(new EntityType[0]);
    +        }
    +    })
    +));
    +
    +
    val safeArguments = listOf<Argument<*>>(
    +    EntityTypeArgument("mob").replaceSafeSuggestions(SafeSuggestions.suggest {
    +        info ->
    +            if (info.sender().isOp) {
    +                // All entity types
    +                EntityType.values()
    +            } else {
    +                // Only allowedMobs
    +                allowedMobs.toTypedArray()
    +            }
    +        }
    +    )
    +)
    +
    +
    +

    Now we register our command as normal:

    +
    +
    new CommandAPICommand("spawnmob")
    +    .withArguments(safeArguments)
    +    .executesPlayer((player, args) -> {
    +        EntityType entityType = (EntityType) args.get("mob");
    +        player.getWorld().spawnEntity(player.getLocation(), entityType);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("spawnmob")
    +    .withArguments(safeArguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val entityType = args["mob"] as EntityType
    +        player.world.spawnEntity(player.location, entityType)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Example - Removing a potion effect from a player

    +

    Say we wanted to remove a potion effect from a player. To do this, we'll use the following command syntax:

    +
    /removeeffect <player> <potioneffect>
    +
    +

    Now, we don't want to remove a potion effect that already exists on a player, so instead we'll use the safe arguments to find a list of potion effects on the target player and then only suggest those potion effects. To do this, we'll use the previousArguments() method, as it allows us to access the previously defined <player> argument.

    +
    +
    List<Argument<?>> safeArgs = new ArrayList<>();
    +safeArgs.add(new EntitySelectorArgument.OnePlayer("target"));
    +safeArgs.add(new PotionEffectArgument("potioneffect").replaceSafeSuggestions(SafeSuggestions.suggest(
    +    info -> {
    +        Player target = (Player) info.previousArgs().get(0);
    +        
    +        // Convert PotionEffect[] into PotionEffectType[]
    +        return target.getActivePotionEffects().stream()
    +            .map(PotionEffect::getType)
    +            .toArray(PotionEffectType[]::new);
    +    })
    +));
    +
    +
    val safeArgs = mutableListOf<Argument<*>>()
    +safeArgs.add(EntitySelectorArgument.OnePlayer("target"))
    +safeArgs.add(PotionEffectArgument("potioneffect").replaceSafeSuggestions(SafeSuggestions.suggest {
    +    info ->
    +        val target = info.previousArgs()["target"] as Player
    +
    +        // Convert PotionEffect[] into PotionEffectType[]
    +        target.activePotionEffects.map{ it.type }.toTypedArray()
    +    })
    +)
    +
    +
    +

    And then we can register our command as normal:

    +
    +
    new CommandAPICommand("removeeffect")
    +    .withArguments(safeArgs)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        PotionEffectType potionEffect = (PotionEffectType) args.get("potioneffect");
    +        target.removePotionEffect(potionEffect);
    +    })
    +    .register();
    +
    +
    CommandAPICommand("removeeffect")
    +    .withArguments(safeArgs)
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val potionEffect = args["potioneffect"] as PotionEffectType
    +        target.removePotionEffect(potionEffect)
    +    })
    +    .register()
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/searcher.js b/docs/9.4.1/searcher.js new file mode 100644 index 0000000000..d2b0aeed38 --- /dev/null +++ b/docs/9.4.1/searcher.js @@ -0,0 +1,483 @@ +"use strict"; +window.search = window.search || {}; +(function search(search) { + // Search functionality + // + // You can use !hasFocus() to prevent keyhandling in your key + // event handlers while the user is typing their search. + + if (!Mark || !elasticlunr) { + return; + } + + //IE 11 Compatibility from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } + + var search_wrap = document.getElementById('search-wrapper'), + searchbar = document.getElementById('searchbar'), + searchbar_outer = document.getElementById('searchbar-outer'), + searchresults = document.getElementById('searchresults'), + searchresults_outer = document.getElementById('searchresults-outer'), + searchresults_header = document.getElementById('searchresults-header'), + searchicon = document.getElementById('search-toggle'), + content = document.getElementById('content'), + + searchindex = null, + doc_urls = [], + results_options = { + teaser_word_count: 30, + limit_results: 30, + }, + search_options = { + bool: "AND", + expand: true, + fields: { + title: {boost: 1}, + body: {boost: 1}, + breadcrumbs: {boost: 0} + } + }, + mark_exclude = [], + marker = new Mark(content), + current_searchterm = "", + URL_SEARCH_PARAM = 'search', + URL_MARK_PARAM = 'highlight', + teaser_count = 0, + + SEARCH_HOTKEY_KEYCODE = 83, + ESCAPE_KEYCODE = 27, + DOWN_KEYCODE = 40, + UP_KEYCODE = 38, + SELECT_KEYCODE = 13; + + function hasFocus() { + return searchbar === document.activeElement; + } + + function removeChildren(elem) { + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + } + + // Helper to parse a url into its building blocks. + function parseURL(url) { + var a = document.createElement('a'); + a.href = url; + return { + source: url, + protocol: a.protocol.replace(':',''), + host: a.hostname, + port: a.port, + params: (function(){ + var ret = {}; + var seg = a.search.replace(/^\?/,'').split('&'); + var len = seg.length, i = 0, s; + for (;i': '>', + '"': '"', + "'": ''' + }; + var repl = function(c) { return MAP[c]; }; + return function(s) { + return s.replace(/[&<>'"]/g, repl); + }; + })(); + + function formatSearchMetric(count, searchterm) { + if (count == 1) { + return count + " search result for '" + searchterm + "':"; + } else if (count == 0) { + return "No search results for '" + searchterm + "'."; + } else { + return count + " search results for '" + searchterm + "':"; + } + } + + function formatSearchResult(result, searchterms) { + var teaser = makeTeaser(escapeHTML(result.doc.body), searchterms); + teaser_count++; + + // The ?URL_MARK_PARAM= parameter belongs inbetween the page and the #heading-anchor + var url = doc_urls[result.ref].split("#"); + if (url.length == 1) { // no anchor found + url.push(""); + } + + // encodeURIComponent escapes all chars that could allow an XSS except + // for '. Due to that we also manually replace ' with its url-encoded + // representation (%27). + var searchterms = encodeURIComponent(searchterms.join(" ")).replace(/\'/g, "%27"); + + return '' + result.doc.breadcrumbs + '' + + '' + + teaser + ''; + } + + function makeTeaser(body, searchterms) { + // The strategy is as follows: + // First, assign a value to each word in the document: + // Words that correspond to search terms (stemmer aware): 40 + // Normal words: 2 + // First word in a sentence: 8 + // Then use a sliding window with a constant number of words and count the + // sum of the values of the words within the window. Then use the window that got the + // maximum sum. If there are multiple maximas, then get the last one. + // Enclose the terms in . + var stemmed_searchterms = searchterms.map(function(w) { + return elasticlunr.stemmer(w.toLowerCase()); + }); + var searchterm_weight = 40; + var weighted = []; // contains elements of ["word", weight, index_in_document] + // split in sentences, then words + var sentences = body.toLowerCase().split('. '); + var index = 0; + var value = 0; + var searchterm_found = false; + for (var sentenceindex in sentences) { + var words = sentences[sentenceindex].split(' '); + value = 8; + for (var wordindex in words) { + var word = words[wordindex]; + if (word.length > 0) { + for (var searchtermindex in stemmed_searchterms) { + if (elasticlunr.stemmer(word).startsWith(stemmed_searchterms[searchtermindex])) { + value = searchterm_weight; + searchterm_found = true; + } + }; + weighted.push([word, value, index]); + value = 2; + } + index += word.length; + index += 1; // ' ' or '.' if last word in sentence + }; + index += 1; // because we split at a two-char boundary '. ' + }; + + if (weighted.length == 0) { + return body; + } + + var window_weight = []; + var window_size = Math.min(weighted.length, results_options.teaser_word_count); + + var cur_sum = 0; + for (var wordindex = 0; wordindex < window_size; wordindex++) { + cur_sum += weighted[wordindex][1]; + }; + window_weight.push(cur_sum); + for (var wordindex = 0; wordindex < weighted.length - window_size; wordindex++) { + cur_sum -= weighted[wordindex][1]; + cur_sum += weighted[wordindex + window_size][1]; + window_weight.push(cur_sum); + }; + + if (searchterm_found) { + var max_sum = 0; + var max_sum_window_index = 0; + // backwards + for (var i = window_weight.length - 1; i >= 0; i--) { + if (window_weight[i] > max_sum) { + max_sum = window_weight[i]; + max_sum_window_index = i; + } + }; + } else { + max_sum_window_index = 0; + } + + // add around searchterms + var teaser_split = []; + var index = weighted[max_sum_window_index][2]; + for (var i = max_sum_window_index; i < max_sum_window_index+window_size; i++) { + var word = weighted[i]; + if (index < word[2]) { + // missing text from index to start of `word` + teaser_split.push(body.substring(index, word[2])); + index = word[2]; + } + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + index = word[2] + word[0].length; + teaser_split.push(body.substring(word[2], index)); + if (word[1] == searchterm_weight) { + teaser_split.push("") + } + }; + + return teaser_split.join(''); + } + + function init(config) { + results_options = config.results_options; + search_options = config.search_options; + searchbar_outer = config.searchbar_outer; + doc_urls = config.doc_urls; + searchindex = elasticlunr.Index.load(config.index); + + // Set up events + searchicon.addEventListener('click', function(e) { searchIconClickHandler(); }, false); + searchbar.addEventListener('keyup', function(e) { searchbarKeyUpHandler(); }, false); + document.addEventListener('keydown', function(e) { globalKeyHandler(e); }, false); + // If the user uses the browser buttons, do the same as if a reload happened + window.onpopstate = function(e) { doSearchOrMarkFromUrl(); }; + // Suppress "submit" events so the page doesn't reload when the user presses Enter + document.addEventListener('submit', function(e) { e.preventDefault(); }, false); + + // If reloaded, do the search or mark again, depending on the current url parameters + doSearchOrMarkFromUrl(); + } + + function unfocusSearchbar() { + // hacky, but just focusing a div only works once + var tmp = document.createElement('input'); + tmp.setAttribute('style', 'position: absolute; opacity: 0;'); + searchicon.appendChild(tmp); + tmp.focus(); + tmp.remove(); + } + + // On reload or browser history backwards/forwards events, parse the url and do search or mark + function doSearchOrMarkFromUrl() { + // Check current URL for search request + var url = parseURL(window.location.href); + if (url.params.hasOwnProperty(URL_SEARCH_PARAM) + && url.params[URL_SEARCH_PARAM] != "") { + showSearch(true); + searchbar.value = decodeURIComponent( + (url.params[URL_SEARCH_PARAM]+'').replace(/\+/g, '%20')); + searchbarKeyUpHandler(); // -> doSearch() + } else { + showSearch(false); + } + + if (url.params.hasOwnProperty(URL_MARK_PARAM)) { + var words = decodeURIComponent(url.params[URL_MARK_PARAM]).split(' '); + marker.mark(words, { + exclude: mark_exclude + }); + + var markers = document.querySelectorAll("mark"); + function hide() { + for (var i = 0; i < markers.length; i++) { + markers[i].classList.add("fade-out"); + window.setTimeout(function(e) { marker.unmark(); }, 300); + } + } + for (var i = 0; i < markers.length; i++) { + markers[i].addEventListener('click', hide); + } + } + } + + // Eventhandler for keyevents on `document` + function globalKeyHandler(e) { + if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; } + + if (e.keyCode === ESCAPE_KEYCODE) { + e.preventDefault(); + searchbar.classList.remove("active"); + setSearchUrlParameters("", + (searchbar.value.trim() !== "") ? "push" : "replace"); + if (hasFocus()) { + unfocusSearchbar(); + } + showSearch(false); + marker.unmark(); + } else if (!hasFocus() && e.keyCode === SEARCH_HOTKEY_KEYCODE) { + e.preventDefault(); + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else if (hasFocus() && e.keyCode === DOWN_KEYCODE) { + e.preventDefault(); + unfocusSearchbar(); + searchresults.firstElementChild.classList.add("focus"); + } else if (!hasFocus() && (e.keyCode === DOWN_KEYCODE + || e.keyCode === UP_KEYCODE + || e.keyCode === SELECT_KEYCODE)) { + // not `:focus` because browser does annoying scrolling + var focused = searchresults.querySelector("li.focus"); + if (!focused) return; + e.preventDefault(); + if (e.keyCode === DOWN_KEYCODE) { + var next = focused.nextElementSibling; + if (next) { + focused.classList.remove("focus"); + next.classList.add("focus"); + } + } else if (e.keyCode === UP_KEYCODE) { + focused.classList.remove("focus"); + var prev = focused.previousElementSibling; + if (prev) { + prev.classList.add("focus"); + } else { + searchbar.select(); + } + } else { // SELECT_KEYCODE + window.location.assign(focused.querySelector('a')); + } + } + } + + function showSearch(yes) { + if (yes) { + search_wrap.classList.remove('hidden'); + searchicon.setAttribute('aria-expanded', 'true'); + } else { + search_wrap.classList.add('hidden'); + searchicon.setAttribute('aria-expanded', 'false'); + var results = searchresults.children; + for (var i = 0; i < results.length; i++) { + results[i].classList.remove("focus"); + } + } + } + + function showResults(yes) { + if (yes) { + searchresults_outer.classList.remove('hidden'); + } else { + searchresults_outer.classList.add('hidden'); + } + } + + // Eventhandler for search icon + function searchIconClickHandler() { + if (search_wrap.classList.contains('hidden')) { + showSearch(true); + window.scrollTo(0, 0); + searchbar.select(); + } else { + showSearch(false); + } + } + + // Eventhandler for keyevents while the searchbar is focused + function searchbarKeyUpHandler() { + var searchterm = searchbar.value.trim(); + if (searchterm != "") { + searchbar.classList.add("active"); + doSearch(searchterm); + } else { + searchbar.classList.remove("active"); + showResults(false); + removeChildren(searchresults); + } + + setSearchUrlParameters(searchterm, "push_if_new_search_else_replace"); + + // Remove marks + marker.unmark(); + } + + // Update current url with ?URL_SEARCH_PARAM= parameter, remove ?URL_MARK_PARAM and #heading-anchor . + // `action` can be one of "push", "replace", "push_if_new_search_else_replace" + // and replaces or pushes a new browser history item. + // "push_if_new_search_else_replace" pushes if there is no `?URL_SEARCH_PARAM=abc` yet. + function setSearchUrlParameters(searchterm, action) { + var url = parseURL(window.location.href); + var first_search = ! url.params.hasOwnProperty(URL_SEARCH_PARAM); + if (searchterm != "" || action == "push_if_new_search_else_replace") { + url.params[URL_SEARCH_PARAM] = searchterm; + delete url.params[URL_MARK_PARAM]; + url.hash = ""; + } else { + delete url.params[URL_MARK_PARAM]; + delete url.params[URL_SEARCH_PARAM]; + } + // A new search will also add a new history item, so the user can go back + // to the page prior to searching. A updated search term will only replace + // the url. + if (action == "push" || (action == "push_if_new_search_else_replace" && first_search) ) { + history.pushState({}, document.title, renderURL(url)); + } else if (action == "replace" || (action == "push_if_new_search_else_replace" && !first_search) ) { + history.replaceState({}, document.title, renderURL(url)); + } + } + + function doSearch(searchterm) { + + // Don't search the same twice + if (current_searchterm == searchterm) { return; } + else { current_searchterm = searchterm; } + + if (searchindex == null) { return; } + + // Do the actual search + var results = searchindex.search(searchterm, search_options); + var resultcount = Math.min(results.length, results_options.limit_results); + + // Display search metrics + searchresults_header.innerText = formatSearchMetric(resultcount, searchterm); + + // Clear and insert results + var searchterms = searchterm.split(' '); + removeChildren(searchresults); + for(var i = 0; i < resultcount ; i++){ + var resultElem = document.createElement('li'); + resultElem.innerHTML = formatSearchResult(results[i], searchterms); + searchresults.appendChild(resultElem); + } + + // Display results + showResults(true); + } + + fetch(path_to_root + 'searchindex.json') + .then(response => response.json()) + .then(json => init(json)) + .catch(error => { // Try to load searchindex.js if fetch failed + var script = document.createElement('script'); + script.src = path_to_root + 'searchindex.js'; + script.onload = () => init(window.search); + document.head.appendChild(script); + }); + + // Exported functions + search.hasFocus = hasFocus; +})(window.search); diff --git a/docs/9.4.1/searchindex.js b/docs/9.4.1/searchindex.js new file mode 100644 index 0000000000..3a87ab10ca --- /dev/null +++ b/docs/9.4.1/searchindex.js @@ -0,0 +1 @@ +Object.assign(window.search, {"doc_urls":["intro.html#introduction","intro.html#how-the-commandapi-works","intro.html#how-this-documentation-works","intro.html#documentation-changelog","intro.html#documentation-changes-940-rightarrow-941","intro.html#documentation-changes-930-rightarrow-940","intro.html#documentation-changes-920-rightarrow-930","intro.html#documentation-changes-910-rightarrow-920","intro.html#documentation-changes-903-rightarrow-910","intro.html#documentation-changes-902-rightarrow-903","intro.html#documentation-changes-901-rightarrow-902","intro.html#documentation-changes-900-rightarrow-901","intro.html#documentation-changes-880-rightarrow-900","intro.html#documentation-changes-870-rightarrow-880","intro.html#documentation-changes-860-rightarrow-870","intro.html#documentation-changes-851-rightarrow-860","intro.html#documentation-changes-850-rightarrow-851","intro.html#documentation-changes-840-rightarrow-850","intro.html#documentation-changes-830-rightarrow-840","intro.html#documentation-changes-820-rightarrow-821","intro.html#documentation-changes-800-rightarrow-820","intro.html#documentation-changes-700-rightarrow-800","intro.html#documentation-changes-654-rightarrow-700","intro.html#documentation-changes-640-rightarrow-654","intro.html#documentation-changes-631-rightarrow-640","intro.html#documentation-changes-630-rightarrow-631","intro.html#documentation-changes-620-rightarrow-630","intro.html#documentation-changes-600-rightarrow-620","intro.html#documentation-changes-512-rightarrow-600","intro.html#documentation-changes-511-rightarrow-512","intro.html#documentation-changes-510-rightarrow-511","intro.html#documentation-changes-56-rightarrow-510","intro.html#documentation-changes-53-rightarrow-56","intro.html#documentation-changes-52-rightarrow-53","intro.html#documentation-changes-51-rightarrow-52","intro.html#documentation-changes-50-rightarrow-51","intro.html#documentation-changes-43-rightarrow-50","intro.html#documentation-changes-42-rightarrow-43","intro.html#documentation-changes-41-rightarrow-42","intro.html#documentation-changes-40-rightarrow-41","intro.html#documentation-changes-34-rightarrow-40","intro.html#documentation-changes-33-rightarrow-34","intro.html#documentation-changes-31-rightarrow-33","intro.html#documentation-changes-30-rightarrow-31","intro.html#documentation-changes-21-rightarrow-30","installation.html#installation","installation.html#additional-dependencies","installation.html#running-the-commandapi-on-old-versions-of-minecraft","installation.html#example---running-the-commandapi-using-java-17-and-minecraft-1132","config.html#configuration-for-server-owners","config.html#default-configyml-file","config.html#configuration-settings","config.html#verbose-outputs","config.html#silent-logs","config.html#messages","config.html#create-dispatcher-json","config.html#use-latest-nms-version","config.html#hook-paper-reload","config.html#skip-initial-datapack-reload","config.html#plugins-to-convert","config.html#skip-sender-proxy","config.html#other-commands-to-convert","conversionforowners.html#command-conversion-for-server-owners","conversionforowners.html#extract-plugin-info","conversionforowners.html#yaml-configuration-rules","conversionforowners.html#converting-all-plugin-commands","conversionforowners.html#example---converting-all-commands-from-essentialsx","conversionforownerssingle.html#single-command-conversion","conversionforownerssingle.html#plugin-command-conversion","conversionforownerssingle.html#example---converting-plugin-commands","conversionforownerssingle.html#arbitrary-command-conversion","conversionforownerssingle.html#example---converting-arbitrary-commands","conversionforownerssingleargs.html#single-command-conversion-with-arguments","conversionforownerssingleargs.html#example---converting-essentialsxs-speed-command","conversionforownerssingleargs.html#command-argument-syntax","conversionforownerssingleargs.html#literal-arguments","conversionforownerssingleargs.html#named-arguments","conversionforownerssingleargs.html#example---declaringrange-type-arguments","conversionforownerssingleargs.html#list-of-all-supported-argument-types","conversionentityselectors.html#entity-selectors","conversionentityselectors.html#example---converting-essentialsxs-ext-command","skippingproxysenders.html#skipping-proxy-senders","skippingproxysenders.html#example---improving-compatibility-with-the-skinsrestorer-plugin","setup_dev.html#setting-up-your-development-environment","setup_dev.html#using-maven-recommended","setup_dev.html#using-gradle-recommended","setup_dev.html#manually-using-the-jar","setup_shading.html#shading-the-commandapi-in-your-plugins","setup_shading.html#shading-vs-commandapi-plugin","setup_shading.html#shading-requirements","setup_shading.html#loading","setup_shading.html#enabling--disabling","setup_shading.html#example---setting-up-the-commandapi-in-your-plugin","setup_shading.html#a-note-about-relocating","setup_shading.html#shading-with-maven","setup_shading.html#shading-with-gradle","setup_annotations.html#using-the-annotation-system","setup_annotations.html#using-maven","setup_annotations.html#using-gradle","commandregistration.html#command-registration","commandregistration.html#commandapicommand-methods","commandregistration.html#command-loading-order","commandunregistration.html#command-unregistration","commandunregistration.html#unregistering-a-bukkit-command---version","commandunregistration.html#unregistering-a-vanilla-command---gamemode","commandunregistration.html#example---replacing-minecrafts-gamemode-command","commandunregistration.html#unregistering-a-plugin-command---luckpermsluckperms","commandunregistration.html#unregistering-a-commandapi-command","commandunregistration.html#special-case-unregistering-bukkits-help","commandunregistration.html#special-case-unregistering-only-minecraftgamemode","commandexecutors.html#command-executors","normalexecutors.html#normal-command-executors","normalexecutors.html#example---creating-a-message-broadcasting-system","normalexecutors.html#restricting-who-can-run-your-command","normalexecutors.html#example---a-suicide-command","normalexecutors.html#multiple-command-executor-implementations","normalexecutors.html#example---a-suicide-command-with-different-implementations","normalexecutors.html#multiple-command-executors-with-the-same-implementation","normalexecutors.html#example---a-suicide-command-with-the-same-implementation","normalexecutors.html#using-the-executioninfo","proxysender.html#proxied-commandsenders","proxysender.html#example---running-a-command-as-a-chicken","native.html#native-commandsenders","native.html#minecrafts-execute-arguments","native.html#using-the-native-commandsender","native.html#example---a-really-simple-break-block-command","resultingcommandexecutors.html#resulting-command-executors","resultingcommandexecutors.html#example---random-number-result-command","resultingcommandexecutors.html#example---lootbox-system-with-execute-command","commandfailures.html#handling-command-failures","commandfailures.html#example---command-failing-for-element-not-in-a-list","arguments.html#arguments","arguments.html#argument-casting","commandarguments.html#commandarguments","commandarguments.html#access-the-inner-structure-directly","commandarguments.html#access-arguments","commandarguments.html#access-arguments-by-node-name","commandarguments.html#access-arguments-by-index","commandarguments.html#example---access-arguments-by-node-name-and-index","commandarguments.html#access-raw-arguments","commandarguments.html#access-raw-arguments-by-node-name","commandarguments.html#access-raw-arguments-by-index","commandarguments.html#example---access-raw-arguments-by-node-name-and-index","commandarguments.html#access-unsafe-arguments","commandarguments.html#access-arguments-by-node-name-1","commandarguments.html#access-arguments-by-index-1","commandarguments.html#example---access-unsafe-arguments-by-node-name-and-index","commandarguments.html#access-safe-arguments","commandarguments.html#access-safe-arguments-using-an-argument-instance","commandarguments.html#example---access-safe-arguments-using-an-argument-instance","optional_arguments.html#optional-arguments","optional_arguments.html#example---sayhi-command-with-an-optional-argument","optional_arguments.html#setting-existing-arguments-as-optional-arguments","optional_arguments.html#avoiding-null-values","optional_arguments.html#example---sayhi-command-while-using-the-getoptional-method","optional_arguments.html#implementing-required-arguments-after-optional-arguments","optional_arguments.html#example---required-arguments-after-optional-arguments","listed.html#listed-arguments","listed.html#example---setting-listed-arguments","argumentsuggestions.html#argument-suggestions","argumentsuggestions.html#the-argumentsuggestions-interface","suggestionsinfo.html#the-suggestionsinfo-record","stringargumentsuggestions.html#string-argument-suggestions","stringargumentsuggestions.html#suggestions-with-a-string-array","stringargumentsuggestions.html#example---teleport-to-worlds-by-replacing-suggestions","stringargumentsuggestions.html#suggestions-depending-on-a-command-sender","stringargumentsuggestions.html#example---friend-list-by-replacing-suggestions","stringargumentsuggestions.html#suggestions-depending-on-previous-arguments","stringargumentsuggestions.html#example---sending-a-message-to-a-nearby-player","safeargumentsuggestions.html#safely-typed-argument-suggestions","safeargumentsuggestions.html#the-safesuggestions-interface","safeargumentsuggestions.html#supported-arguments","safeargumentsuggestions.html#safe-time-arguments","safeargumentsuggestions.html#safe-function-arguments","safeargumentsuggestions.html#safe-scoreboard-slot-arguments","safeargumentsuggestions.html#examples","safeargumentsuggestions.html#example---safe-recipe-arguments","safeargumentsuggestions.html#example---safe-spawnmob-suggestions","safeargumentsuggestions.html#example---removing-a-potion-effect-from-a-player","tooltips.html#argument-suggestions-with-tooltips","tooltips.html#tooltips-with-normal-string-based-suggestions","tooltips.html#example---an-emotes-command-with-string-suggestion-tooltips","tooltips.html#using-istringtooltip-directly","tooltips.html#example---using-istringtooltip-for-custom-items","tooltips.html#tooltips-with-safe-suggestions","tooltips.html#example---teleportation-command-with-suggestion-descriptions","asyncsuggestions.html#asynchronous-suggestions","asyncsuggestions.html#creating-completable-futures","asyncsuggestions.html#asynchronous-suggestions-examples","asyncsuggestions.html#reading-keys-from-a-config-file","argumenttypes.html#argument-types","argument_primitives.html#primitive-arguments","argument_primitives.html#boolean-arguments","argument_primitives.html#example---config-editing-plugin","argument_primitives.html#numerical-arguments","argument_range.html#ranged-arguments","argument_range.html#the-integerrange--floatrange-class","argument_range.html#example---searching-chests-for-certain-items","argument_strings.html#string-arguments","argument_strings.html#string-argument","argument_strings.html#examples-of-stringargument-uses","argument_strings.html#text-argument","argument_strings.html#examples-of-textargument-uses","argument_strings.html#greedy-string-argument","argument_strings.html#example---messaging-command","argument_strings.html#examples-of-greedystringargument-uses","category_positional_arguments.html#position-based-arguments","argument_locations.html#location-arguments","argument_locations.html#location-3d-space","argument_locations.html#locationtypeblock_position","argument_locations.html#locationtypeprecise_position","argument_locations.html#example---locationargument-precise-position-centering","argument_locations.html#example---break-block-using-coordinates","argument_locations.html#location-2d-space","argument_rotation.html#rotation-arguments","argument_rotation.html#example-rotate-an-armor-stand-head","argument_axis.html#axisargument","argument_axis.html#examples-of-axisargument-uses","argument_chats.html#chat-arguments","argument_chat_spigot.html#spigot-chat-arguments","argument_chat_spigot.html#chat-color-argument","argument_chat_spigot.html#example---username-color-changing-plugin","argument_chat_spigot.html#chat-component-argument","argument_chat_spigot.html#example---book-made-from-raw-json","argument_chat_spigot.html#chat-argument","argument_chat_spigot.html#example---sending-personalized-messages-to-players","argument_chat_adventure.html#adventure-chat-arguments","argument_chat_adventure.html#adventure-chat-color-argument","argument_chat_adventure.html#example---username-color-changing-plugin","argument_chat_adventure.html#adventure-chat-component-argument","argument_chat_adventure.html#example---opening-a-book-with-raw-json-content","argument_chat_adventure.html#adventure-chat-argument","argument_chat_adventure.html#example---sending-personalized-messages-to-players","chatpreview.html#chat-preview","chatpreview.html#minecraft-version-support","chatpreview.html#enabling-chat-preview","chatpreview.html#specifying-a-chat-preview-function","chatpreview.html#using-the-chat-preview-function-as-the-arguments-value","chatpreview.html#chat-preview-examples","chatpreview.html#example---using-chat-preview","chatpreview.html#example---using-chat-preview-with-usepreview","argument_entities.html#entity--player-arguments","argument_entities.html#entity-selector-argument","argument_entities.html#example---remove-entities-command","argument_entities.html#player-argument","argument_entities.html#offlineplayer-argument","argument_entities.html#entity-type-argument","argument_entities.html#example---spawning-entities","category_scoreboard_arguments.html#scoreboard-arguments","argument_scoreboards.html#scoreboard-arguments","argument_scoreboards.html#score-holder-argument","argument_scoreboards.html#example---rewarding-players-with-scoreboard-objectives","argument_scoreboards.html#scoreboard-slot-argument","argument_scoreboards.html#scoreboardslot-wrapper","argument_scoreboards.html#example---clearing-objectives-in-a-scoreboard-slot","argument_objectives.html#objective-arguments","argument_objectives.html#objective-argument","argument_objectives.html#example---move-objective-to-sidebar","argument_objectives.html#objective-criteria-argument","argument_objectives.html#example---unregister-all-objectives-by-criteria","argument_team.html#team-arguments","argument_team.html#example---toggling-friendly-fire-in-a-team","category_miscellaneous_arguments.html#miscellaneous-arguments","argument_angle.html#angle-arguments","advancementargument.html#advancement-arguments","advancementargument.html#example---awarding-a-player-an-advancement","argument_biome.html#biome-arguments","argument_biome.html#example---setting-the-biome-of-a-chunk","argument_blockstate.html#blockstate-arguments","argument_blockstate.html#example---setting-a-block","argument_enchantment.html#enchantment-argument","argument_enchantment.html#example---giving-a-player-an-enchantment-on-their-current-item","argument_itemstack.html#itemstack-arguments","argument_itemstack.html#example---giving-a-player-an-itemstack","argument_loottable.html#loottable-argument","argument_loottable.html#example---filling-a-chest-with-loot-table-contents","argument_mathoperation.html#mathoperation-arguments","argument_mathoperation.html#example---changing-a-players-level","argument_namespacedkey.html#namespacedkey-arguments","argument_particles.html#particle-arguments","argument_particles.html#the-particledata-class","argument_particles.html#particle-data","argument_particle_old.html#particle-data-1165---1204","argument_particle_old.html#particleargument-examples","argument_particle_old.html#example---show-particles-at-a-players-location-without-data","argument_particle_old.html#example---show-particles--at-a-players-location-with-data","argument_particle_old.html#particle-data-implementation-notes","argument_particle_new.html#particle-data-1205","argument_particle_new.html#particleargument-examples","argument_particle_new.html#example---show-particles-at-a-players-location-without-data","argument_particle_new.html#example---show-particles--at-a-players-location-with-data","argument_particle_new.html#particle-data-implementation-notes","argument_potion.html#potion-effect-arguments","argument_potion.html#example---giving-a-player-a-potion-effect","argument_recipe.html#recipe-arguments","argument_recipe.html#example---giving-a-player-the-result-of-a-recipe","argument_recipe.html#example---unlocking-a-recipe-for-a-player","argument_sound.html#sound-arguments","argument_sound.html#example---playing-sound-to-yourself","argument_time.html#time-arguments","argument_time.html#example---displaying-a-server-wide-announcement","argument_uuid.html#uuid-arguments","argument_world.html#world-arguments","argument_world.html#example---unloading-world","predicateargs.html#predicate-arguments","argument_blockpredicate.html#block-predicate-arguments","argument_blockpredicate.html#example---replacing-specific-blocks-in-a-radius","argument_itemstackpredicate.html#itemstack-predicate-arguments","argument_itemstackpredicate.html#example---removing-items-in-inventories-based-on-predicates","argument_nbt.html#nbt-arguments","argument_nbt.html#plugin-usage-setup","argument_nbt.html#shading-usage-setup","argument_nbt.html#hooking-into-an-nbt-api","argument_nbt.html#example---hooking-into-the-nbt-api","argument_nbt.html#example---","category_literal_arguments.html#literal-arguments","argument_literal.html#literal-arguments","argument_literal.html#literal-arguments-vs-regular-arguments","argument_literal.html#example---literal-arguments-and-regular-arguments","argument_literal.html#example---gamemode-command-using-literal-arguments","argument_literal.html#literal-argument-warnings","argument_multiliteral.html#multi-literal-arguments","argument_multiliteral.html#example---using-multi-literals-to-make-the-gamemode-command","argument_list.html#list-arguments","argument_list.html#the-listargumentbuilder","argument_list.html#construction","argument_list.html#allowing-duplicates-optional","argument_list.html#providing-the-list","argument_list.html#providing-a-list-mapping-function","argument_list.html#building-the-listargumentbuilder","argument_list.html#examples","argument_list.html#example---multi-give-command","argument_map.html#map-arguments","argument_map.html#the-mapargumentbuilder","argument_map.html#building-a-mapargument","argument_map.html#providing-mapper-functions","argument_map.html#providing-suggestions","argument_map.html#building-the-mapargument","argument_map.html#examples","argument_map.html#example---sendmessage-command","argument_command.html#command-arguments","argument_command.html#command-results","argument_command.html#arbitrary-commands","argument_command.html#example---a-sudo-command","argument_command.html#restricted-commands","argument_command.html#example---restricting-commands-using-suggestion-branches","argument_command.html#null-and-empty-suggestions","argument_custom.html#custom-arguments","argument_custom.html#type-params","argument_custom.html#the-customargumentinfoparser-class","argument_custom.html#example---world-argument","argument_custom.html#message-builders","argument_custom.html#example---message-builder-for-invalid-objective-argument","functions.html#functions","functions.html#functions-in-116","functions.html#using-custom-commands-in-functions","functions.html#example---registering-command-for-use-in-a-function","functionsetup.html#setting-up-functions--tags","functionsetup.html#creating-functions","functionsetup.html#creating-tags","functionsetup.html#namespaces--where-to-place-everything","simplefunctionwrapper.html#the-simplefunctionwrapper-class","simplefunctionwrapper.html#simplefunctionwrapper-methods","simplefunctionwrapper.html#gettagnamespacedkey-and-getfunctionnamespacedkey","simplefunctionwrapper.html#getfunctions-and-gettags","simplefunctionwrapper.html#runcommandsender","simplefunctionwrapper.html#runcommandsender-support-in-1203","simplefunctionwrapper.html#getcommands","simplefunctionwrapper.html#getcommands-support-in-1203","functionwrapper.html#the-functionwrapper","functionwrapper.html#functionwrapper-methods","functionwrapper.html#run","functionwrapper.html#run-support-in-1203","functionwrapper.html#runasentity","functionwrapper.html#runasentity-support-in-1203","argument_function.html#function-arguments","argument_function.html#example---minecrafts-function-command","permissions.html#permissions","permissions.html#adding-permissions-to-commands","permissions.html#example---god-command-with-permissions","permissions.html#adding-permissions-to-arguments","permissions.html#example---kill-command-with-argument-permissions","permissions.html#child-based-permissions","permissions.html#example---economy-command-with-argument-permissions","requirements.html#requirements","requirements.html#adding-requirements-to-commands","requirements.html#example---perks-based-on-a-players-level","requirements.html#adding-requirements-to-arguments","requirements.html#example---a-party-creation-and-teleportation-system","requirements.html#updating-requirements","requirements.html#example---updating-requirements-for-xp-changes","requirements.html#example---updating-requirements-for-the-party-creation-example","requirements.html#multiple-requirements","requirements.html#example---using-multiple-requirements","aliases.html#aliases","aliases.html#example---using-aliases-for-getpos","help.html#help","help.html#parts-of-a-help","help.html#help-methods-and-semantics","help.html#example---adding-help-to-a-command","help.html#advanced-help-topics","help.html#example---adding-locale-specific-help","help.html#command-usage","help.html#example---providing-a-command-usage","subcommands.html#subcommands","subcommands.html#example---permission-system-with-subcommands","commandtrees.html#command-trees","commandtrees.html#the-executes-and-then-methods","commandtrees.html#declaring-a-command-tree","commandtrees.html#adding-arguments-to-a-command-tree","commandtrees.html#example---declaring-a-command-tree-with-a-single-argument","commandtrees.html#command-tree-examples","commandtrees.html#example---sign-editing-plugin","annotationsintro.html#annotation-based-commands","annotationsintro.html#example-a-warp-command","annotationsintro.html#warp-command-without-annotations","annotationsintro.html#warp-command-with-annotations","annotations.html#annotations","annotations.html#annotations-that-go-on-classes","annotations.html#commandcommandname","annotations.html#alias","annotations.html#permissionpermissionnode","annotations.html#needsop","annotations.html#helpfull-description","annotations.html#annotations-that-go-on-methods","annotations.html#default","annotations.html#subcommand","annotations.html#permission","annotations.html#needsop-1","annotations.html#annotations-that-go-on-parameters","annotations.html#special-argument-annotations","registeringannotations.html#registering-annotation-based-commands","registeringannotations.html#example-registering-a-warp-command","kotlinintro.html#kotlin-based-commands","kotlinintro.html#installing-the-dsl","kotlinintro.html#adding-the-dependency-with-maven","kotlinintro.html#adding-the-dependency-with-gradle","kotlindsl.html#using-the-dsl","kotlindsl.html#defining-a-simple-message-command","kotlindsl.html#example---sending-a-message-to-a-player-using-the-kotlin-dsl","kotlindsl.html#executors","kotlindsl.html#arguments","kotlindsl.html#editing-arguments","kotlindsl.html#adding-requirements-to-commands","kotlindsl.html#more-examples","kotlindsl.html#example---implementing-optional-arguments-with-the-kotlin-dsl","kotlindsl.html#example---replacing-suggestions-using-the-kotlin-dsl","delegated_properties.html#delegated-properties","delegated_properties.html#access-arguments-using-delegated-properties","velocity_intro.html#velocity","velocity_intro.html#adding-the-snapshot-repository-with-maven-or-gradle","velocity_intro.html#adding-the-dependency","velocity_intro.html#setting-up-the-commandapi","velocity_intro.html#current-limitations","velocity_intro.html#registering-a-simple-command","velocity_intro.html#example---registering-a-simple-command","conversion.html#command-conversion","conversion.html#entire-plugins","conversion.html#example---converting-commands-for-a-target-plugin","conversion.html#only-specific-commands","conversion.html#example---converting-essentialsxs-speed-command","reloading.html#plugin-reloading","reloading.html#example---allowing-a-command-to-work-with-reload","internal.html#internal-commandapi","internal.html#argument-identifiers","internal.html#reloading-datapacks","internal.html#getting-a-list-of-registered-commands","brigadier.html#brigadier--commandapi","brigadier.html#brigadier-support-functions","brigadier.html#examples","brigadier.html#example---adding-a-predicate-to-the-execute-command","brigadiersuggestions.html#brigadier-suggestions","brigadiersuggestions.html#example---making-an-emoji-broadcasting-message","brigadiersuggestions.html#example---using-a-minecraft-command-as-an-argument","predicatetips.html#predicate-tips","contributionintro.html#introduction","projectstructure.html#project-structure","projectstructure.html#commandapi-submodule-folders","projectstructure.html#docs-folder","projectstructure.html#docssrc-folder","upgrading.html#upgrading-guide","upgrading.html#from-920-to-930","upgrading.html#from-903-to-910","upgrading.html#multiliteralargument-changes","upgrading.html#commandarguments-changes","upgrading.html#from-901-to-902","upgrading.html#multiliteralargument-and-literalargument-changes","upgrading.html#from-900-to-901","upgrading.html#customargumentexception-changes","upgrading.html#commandarguments-changes-1","upgrading.html#from-88x-to-900","upgrading.html#project-dependencies","upgrading.html#loading-and-enabling-the-commandapi-when-shading","upgrading.html#accessing-arguments","upgrading.html#commandapi-helper-methods","upgrading.html#removal-of-the-environmentargument","upgrading.html#changes-to-the-teamargument","upgrading.html#changes-to-the-objectiveargument","upgrading.html#changes-to-the-listargumentbuilder","upgrading.html#changes-to-the-rotation-wrapper","upgrading.html#changes-to-the-scoreboardslot-wrapper","upgrading_old.html#upgrading-guide","upgrading_old.html#from-860-to-870","upgrading_old.html#sound-arguments","upgrading_old.html#entity-selector-arguments","upgrading_old.html#scoreholder-arguments","upgrading_old.html#from-851-to-860","upgrading_old.html#sound-arguments-1","upgrading_old.html#tooltips","upgrading_old.html#command-failures","upgrading_old.html#list-arguments","upgrading_old.html#from-850-to-851","upgrading_old.html#brigadier-arguments","upgrading_old.html#from-831-to-840","upgrading_old.html#getting-a-list-of-registered-commands","upgrading_old.html#entity-selector-arguments-1","upgrading_old.html#custom-arguments","upgrading_old.html#nbt-arguments","upgrading_old.html#from-800-or-earlier-to-810","upgrading_old.html#from-version-700-to-800","upgrading_old.html#particle-arguments","upgrading_old.html#from-version-652-to-700","upgrading_old.html#maven-repository","upgrading_old.html#commandapi-command-failures","upgrading_old.html#suggestions","upgrading_old.html#from-version-620-or-earlier-to-630","faq.html#faq","faq.html#how-do-i-use-insert-feature-here-in-the-commandapi","faq.html#does-the-commandapi-support-reloading-via-reload","faq.html#does-the-commandapi-support-optional-arguments","faq.html#does-the-commandapi-support-suggestions-in-the-annotation-system","faq.html#can-you-add-tooltips-to-literalmultiliteral-arguments","faq.html#can-i-change-the-message-that-is-sent-to-the-user-when-they-dont-have-permission-to-run-a-command","faq.html#can-i-change-the-message-that-is-sent-to-the-user-when-an-argument-isnt-valid","faq.html#my-suggestions-on-my-arguments-are-empty-or-dont-update-how-do-i-make-dynamic-suggestions","incompatibleversions.html#incompatible-version-information","incompatibleversions.html#argument-changes-with-respect-to-minecraft-version","incompatibleversions.html#angleargument","incompatibleversions.html#chatargument","incompatibleversions.html#chatarguments-chat-preview","incompatibleversions.html#functionargument","incompatibleversions.html#commandapi-behavior-with-respect-to-minecraft-version","incompatibleversions.html#minecraft-version-116-and-beyond","troubleshooting.html#troubleshooting","troubleshooting.html#argument-suggestions-are-empty-or-arent-updating","troubleshooting.html#permissions-dont-work-shading-the-commandapi","troubleshooting.html#ive-registered-my-command-but-nothing-happens","troubleshooting.html#the-commandapi-doesnt-load-something-about-unsupportedclassversionerror-and-class-file-version-600","troubleshooting.html#server-errors-when-loading-datapacks-in-116","troubleshooting.html#running-reload-doesnt-work","troubleshooting.html#players-cannot-connecttimeout-when-joining","troubleshooting.html#my-issue-isnt-on-here-what-do-i-do","afterword.html#afterword","afterword.html#a-message-from-the-commandapis-author","afterword.html#intro","afterword.html#starting-out","afterword.html#reflection-on-the-project-and-personal-gains","afterword.html#acknowledgements-early-development","afterword.html#acknowledgements-commandapi-discord-server","afterword.html#acknowledgements-donators","afterword.html#final-comments"],"index":{"documentStore":{"docInfo":{"0":{"body":47,"breadcrumbs":2,"title":1},"1":{"body":81,"breadcrumbs":3,"title":2},"10":{"body":15,"breadcrumbs":6,"title":5},"100":{"body":336,"breadcrumbs":4,"title":2},"101":{"body":56,"breadcrumbs":5,"title":3},"102":{"body":194,"breadcrumbs":4,"title":2},"103":{"body":98,"breadcrumbs":6,"title":4},"104":{"body":139,"breadcrumbs":6,"title":4},"105":{"body":69,"breadcrumbs":7,"title":5},"106":{"body":115,"breadcrumbs":6,"title":4},"107":{"body":218,"breadcrumbs":5,"title":3},"108":{"body":137,"breadcrumbs":7,"title":5},"109":{"body":290,"breadcrumbs":6,"title":4},"11":{"body":19,"breadcrumbs":6,"title":5},"110":{"body":133,"breadcrumbs":4,"title":2},"111":{"body":70,"breadcrumbs":8,"title":3},"112":{"body":123,"breadcrumbs":10,"title":5},"113":{"body":44,"breadcrumbs":8,"title":3},"114":{"body":37,"breadcrumbs":8,"title":3},"115":{"body":44,"breadcrumbs":9,"title":4},"116":{"body":53,"breadcrumbs":10,"title":5},"117":{"body":60,"breadcrumbs":10,"title":5},"118":{"body":49,"breadcrumbs":10,"title":5},"119":{"body":48,"breadcrumbs":7,"title":2},"12":{"body":38,"breadcrumbs":6,"title":5},"120":{"body":23,"breadcrumbs":6,"title":2},"121":{"body":123,"breadcrumbs":8,"title":4},"122":{"body":55,"breadcrumbs":6,"title":2},"123":{"body":43,"breadcrumbs":7,"title":3},"124":{"body":29,"breadcrumbs":7,"title":3},"125":{"body":87,"breadcrumbs":10,"title":6},"126":{"body":62,"breadcrumbs":8,"title":3},"127":{"body":46,"breadcrumbs":10,"title":5},"128":{"body":293,"breadcrumbs":10,"title":5},"129":{"body":39,"breadcrumbs":8,"title":3},"13":{"body":6,"breadcrumbs":6,"title":5},"130":{"body":134,"breadcrumbs":10,"title":5},"131":{"body":143,"breadcrumbs":3,"title":1},"132":{"body":249,"breadcrumbs":4,"title":2},"133":{"body":48,"breadcrumbs":4,"title":1},"134":{"body":93,"breadcrumbs":7,"title":4},"135":{"body":30,"breadcrumbs":5,"title":2},"136":{"body":31,"breadcrumbs":7,"title":4},"137":{"body":41,"breadcrumbs":6,"title":3},"138":{"body":150,"breadcrumbs":9,"title":6},"139":{"body":62,"breadcrumbs":6,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":31,"breadcrumbs":8,"title":5},"141":{"body":29,"breadcrumbs":7,"title":4},"142":{"body":55,"breadcrumbs":10,"title":7},"143":{"body":49,"breadcrumbs":6,"title":3},"144":{"body":32,"breadcrumbs":7,"title":4},"145":{"body":23,"breadcrumbs":6,"title":3},"146":{"body":45,"breadcrumbs":10,"title":7},"147":{"body":111,"breadcrumbs":6,"title":3},"148":{"body":49,"breadcrumbs":9,"title":6},"149":{"body":98,"breadcrumbs":10,"title":7},"15":{"body":94,"breadcrumbs":6,"title":5},"150":{"body":40,"breadcrumbs":6,"title":2},"151":{"body":116,"breadcrumbs":9,"title":5},"152":{"body":41,"breadcrumbs":9,"title":5},"153":{"body":48,"breadcrumbs":7,"title":3},"154":{"body":65,"breadcrumbs":10,"title":6},"155":{"body":149,"breadcrumbs":9,"title":5},"156":{"body":229,"breadcrumbs":9,"title":5},"157":{"body":29,"breadcrumbs":6,"title":2},"158":{"body":77,"breadcrumbs":8,"title":4},"159":{"body":86,"breadcrumbs":6,"title":2},"16":{"body":10,"breadcrumbs":6,"title":5},"160":{"body":71,"breadcrumbs":6,"title":2},"161":{"body":126,"breadcrumbs":8,"title":2},"162":{"body":0,"breadcrumbs":10,"title":3},"163":{"body":17,"breadcrumbs":10,"title":3},"164":{"body":98,"breadcrumbs":12,"title":5},"165":{"body":22,"breadcrumbs":11,"title":4},"166":{"body":131,"breadcrumbs":12,"title":5},"167":{"body":99,"breadcrumbs":11,"title":4},"168":{"body":242,"breadcrumbs":12,"title":5},"169":{"body":81,"breadcrumbs":12,"title":4},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":58,"breadcrumbs":10,"title":2},"171":{"body":108,"breadcrumbs":10,"title":2},"172":{"body":44,"breadcrumbs":11,"title":3},"173":{"body":29,"breadcrumbs":11,"title":3},"174":{"body":26,"breadcrumbs":12,"title":4},"175":{"body":8,"breadcrumbs":9,"title":1},"176":{"body":169,"breadcrumbs":12,"title":4},"177":{"body":126,"breadcrumbs":12,"title":4},"178":{"body":114,"breadcrumbs":13,"title":5},"179":{"body":57,"breadcrumbs":10,"title":3},"18":{"body":49,"breadcrumbs":6,"title":5},"180":{"body":76,"breadcrumbs":12,"title":5},"181":{"body":156,"breadcrumbs":13,"title":6},"182":{"body":42,"breadcrumbs":10,"title":3},"183":{"body":197,"breadcrumbs":12,"title":5},"184":{"body":122,"breadcrumbs":10,"title":3},"185":{"body":127,"breadcrumbs":12,"title":5},"186":{"body":74,"breadcrumbs":8,"title":2},"187":{"body":74,"breadcrumbs":9,"title":3},"188":{"body":0,"breadcrumbs":9,"title":3},"189":{"body":87,"breadcrumbs":10,"title":4},"19":{"body":5,"breadcrumbs":6,"title":5},"190":{"body":16,"breadcrumbs":6,"title":2},"191":{"body":40,"breadcrumbs":8,"title":2},"192":{"body":13,"breadcrumbs":8,"title":2},"193":{"body":136,"breadcrumbs":10,"title":4},"194":{"body":84,"breadcrumbs":8,"title":2},"195":{"body":85,"breadcrumbs":8,"title":2},"196":{"body":50,"breadcrumbs":9,"title":3},"197":{"body":317,"breadcrumbs":11,"title":5},"198":{"body":15,"breadcrumbs":8,"title":2},"199":{"body":28,"breadcrumbs":8,"title":2},"2":{"body":66,"breadcrumbs":3,"title":2},"20":{"body":12,"breadcrumbs":6,"title":5},"200":{"body":5,"breadcrumbs":9,"title":3},"201":{"body":40,"breadcrumbs":8,"title":2},"202":{"body":10,"breadcrumbs":9,"title":3},"203":{"body":56,"breadcrumbs":9,"title":3},"204":{"body":81,"breadcrumbs":9,"title":3},"205":{"body":28,"breadcrumbs":9,"title":3},"206":{"body":0,"breadcrumbs":9,"title":3},"207":{"body":24,"breadcrumbs":10,"title":2},"208":{"body":38,"breadcrumbs":11,"title":3},"209":{"body":15,"breadcrumbs":9,"title":1},"21":{"body":12,"breadcrumbs":6,"title":5},"210":{"body":59,"breadcrumbs":9,"title":1},"211":{"body":106,"breadcrumbs":13,"title":5},"212":{"body":78,"breadcrumbs":13,"title":5},"213":{"body":31,"breadcrumbs":11,"title":3},"214":{"body":68,"breadcrumbs":10,"title":2},"215":{"body":115,"breadcrumbs":13,"title":5},"216":{"body":26,"breadcrumbs":8,"title":1},"217":{"body":6,"breadcrumbs":10,"title":3},"218":{"body":63,"breadcrumbs":8,"title":2},"219":{"body":0,"breadcrumbs":12,"title":3},"22":{"body":99,"breadcrumbs":6,"title":5},"220":{"body":22,"breadcrumbs":12,"title":3},"221":{"body":82,"breadcrumbs":14,"title":5},"222":{"body":65,"breadcrumbs":12,"title":3},"223":{"body":210,"breadcrumbs":14,"title":5},"224":{"body":35,"breadcrumbs":11,"title":2},"225":{"body":95,"breadcrumbs":14,"title":5},"226":{"body":64,"breadcrumbs":12,"title":3},"227":{"body":27,"breadcrumbs":13,"title":4},"228":{"body":50,"breadcrumbs":14,"title":5},"229":{"body":15,"breadcrumbs":13,"title":4},"23":{"body":11,"breadcrumbs":6,"title":5},"230":{"body":159,"breadcrumbs":15,"title":6},"231":{"body":24,"breadcrumbs":12,"title":3},"232":{"body":112,"breadcrumbs":14,"title":5},"233":{"body":29,"breadcrumbs":10,"title":2},"234":{"body":20,"breadcrumbs":11,"title":3},"235":{"body":23,"breadcrumbs":11,"title":3},"236":{"body":126,"breadcrumbs":12,"title":4},"237":{"body":39,"breadcrumbs":14,"title":6},"238":{"body":0,"breadcrumbs":11,"title":3},"239":{"body":246,"breadcrumbs":12,"title":4},"24":{"body":13,"breadcrumbs":6,"title":5},"240":{"body":147,"breadcrumbs":13,"title":5},"241":{"body":0,"breadcrumbs":10,"title":3},"242":{"body":69,"breadcrumbs":10,"title":3},"243":{"body":149,"breadcrumbs":11,"title":4},"244":{"body":29,"breadcrumbs":9,"title":2},"245":{"body":41,"breadcrumbs":9,"title":2},"246":{"body":23,"breadcrumbs":10,"title":3},"247":{"body":124,"breadcrumbs":10,"title":3},"248":{"body":14,"breadcrumbs":8,"title":2},"249":{"body":41,"breadcrumbs":10,"title":2},"25":{"body":26,"breadcrumbs":6,"title":5},"250":{"body":39,"breadcrumbs":11,"title":3},"251":{"body":191,"breadcrumbs":13,"title":5},"252":{"body":29,"breadcrumbs":11,"title":3},"253":{"body":61,"breadcrumbs":10,"title":2},"254":{"body":73,"breadcrumbs":13,"title":5},"255":{"body":15,"breadcrumbs":10,"title":2},"256":{"body":6,"breadcrumbs":10,"title":2},"257":{"body":58,"breadcrumbs":12,"title":4},"258":{"body":18,"breadcrumbs":11,"title":3},"259":{"body":81,"breadcrumbs":12,"title":4},"26":{"body":19,"breadcrumbs":6,"title":5},"260":{"body":7,"breadcrumbs":10,"title":2},"261":{"body":60,"breadcrumbs":13,"title":5},"262":{"body":0,"breadcrumbs":8,"title":2},"263":{"body":42,"breadcrumbs":10,"title":2},"264":{"body":17,"breadcrumbs":10,"title":2},"265":{"body":103,"breadcrumbs":12,"title":4},"266":{"body":43,"breadcrumbs":10,"title":2},"267":{"body":127,"breadcrumbs":12,"title":4},"268":{"body":48,"breadcrumbs":10,"title":2},"269":{"body":80,"breadcrumbs":11,"title":3},"27":{"body":38,"breadcrumbs":6,"title":5},"270":{"body":19,"breadcrumbs":10,"title":2},"271":{"body":94,"breadcrumbs":14,"title":6},"272":{"body":22,"breadcrumbs":10,"title":2},"273":{"body":39,"breadcrumbs":12,"title":4},"274":{"body":15,"breadcrumbs":10,"title":2},"275":{"body":138,"breadcrumbs":14,"title":6},"276":{"body":103,"breadcrumbs":10,"title":2},"277":{"body":162,"breadcrumbs":12,"title":4},"278":{"body":24,"breadcrumbs":10,"title":2},"279":{"body":16,"breadcrumbs":10,"title":2},"28":{"body":71,"breadcrumbs":6,"title":5},"280":{"body":40,"breadcrumbs":10,"title":2},"281":{"body":32,"breadcrumbs":10,"title":2},"282":{"body":77,"breadcrumbs":16,"title":4},"283":{"body":19,"breadcrumbs":14,"title":2},"284":{"body":78,"breadcrumbs":19,"title":7},"285":{"body":84,"breadcrumbs":18,"title":6},"286":{"body":42,"breadcrumbs":16,"title":4},"287":{"body":169,"breadcrumbs":14,"title":3},"288":{"body":19,"breadcrumbs":13,"title":2},"289":{"body":78,"breadcrumbs":18,"title":7},"29":{"body":38,"breadcrumbs":6,"title":5},"290":{"body":75,"breadcrumbs":17,"title":6},"291":{"body":42,"breadcrumbs":15,"title":4},"292":{"body":27,"breadcrumbs":12,"title":3},"293":{"body":250,"breadcrumbs":14,"title":5},"294":{"body":13,"breadcrumbs":10,"title":2},"295":{"body":62,"breadcrumbs":13,"title":5},"296":{"body":71,"breadcrumbs":12,"title":4},"297":{"body":81,"breadcrumbs":10,"title":2},"298":{"body":86,"breadcrumbs":12,"title":4},"299":{"body":66,"breadcrumbs":10,"title":2},"3":{"body":13,"breadcrumbs":3,"title":2},"30":{"body":29,"breadcrumbs":6,"title":5},"300":{"body":109,"breadcrumbs":13,"title":5},"301":{"body":14,"breadcrumbs":10,"title":2},"302":{"body":13,"breadcrumbs":10,"title":2},"303":{"body":75,"breadcrumbs":11,"title":3},"304":{"body":0,"breadcrumbs":8,"title":2},"305":{"body":50,"breadcrumbs":12,"title":3},"306":{"body":349,"breadcrumbs":14,"title":5},"307":{"body":22,"breadcrumbs":12,"title":3},"308":{"body":80,"breadcrumbs":15,"title":6},"309":{"body":28,"breadcrumbs":8,"title":2},"31":{"body":23,"breadcrumbs":6,"title":5},"310":{"body":17,"breadcrumbs":9,"title":3},"311":{"body":25,"breadcrumbs":9,"title":3},"312":{"body":60,"breadcrumbs":9,"title":3},"313":{"body":60,"breadcrumbs":10,"title":4},"314":{"body":70,"breadcrumbs":7,"title":1},"315":{"body":0,"breadcrumbs":8,"title":2},"316":{"body":80,"breadcrumbs":10,"title":2},"317":{"body":23,"breadcrumbs":13,"title":5},"318":{"body":187,"breadcrumbs":13,"title":5},"319":{"body":152,"breadcrumbs":14,"title":6},"32":{"body":13,"breadcrumbs":6,"title":5},"320":{"body":125,"breadcrumbs":11,"title":3},"321":{"body":91,"breadcrumbs":12,"title":3},"322":{"body":154,"breadcrumbs":16,"title":7},"323":{"body":48,"breadcrumbs":8,"title":2},"324":{"body":39,"breadcrumbs":7,"title":1},"325":{"body":46,"breadcrumbs":7,"title":1},"326":{"body":44,"breadcrumbs":9,"title":3},"327":{"body":75,"breadcrumbs":8,"title":2},"328":{"body":70,"breadcrumbs":10,"title":4},"329":{"body":42,"breadcrumbs":8,"title":2},"33":{"body":58,"breadcrumbs":6,"title":5},"330":{"body":0,"breadcrumbs":7,"title":1},"331":{"body":160,"breadcrumbs":10,"title":4},"332":{"body":18,"breadcrumbs":8,"title":2},"333":{"body":41,"breadcrumbs":7,"title":1},"334":{"body":78,"breadcrumbs":8,"title":2},"335":{"body":87,"breadcrumbs":9,"title":3},"336":{"body":84,"breadcrumbs":8,"title":2},"337":{"body":14,"breadcrumbs":8,"title":2},"338":{"body":0,"breadcrumbs":7,"title":1},"339":{"body":350,"breadcrumbs":9,"title":3},"34":{"body":9,"breadcrumbs":6,"title":5},"340":{"body":40,"breadcrumbs":8,"title":2},"341":{"body":89,"breadcrumbs":8,"title":2},"342":{"body":14,"breadcrumbs":8,"title":2},"343":{"body":104,"breadcrumbs":9,"title":3},"344":{"body":28,"breadcrumbs":8,"title":2},"345":{"body":228,"breadcrumbs":12,"title":6},"346":{"body":128,"breadcrumbs":9,"title":3},"347":{"body":81,"breadcrumbs":8,"title":2},"348":{"body":41,"breadcrumbs":8,"title":2},"349":{"body":122,"breadcrumbs":8,"title":2},"35":{"body":32,"breadcrumbs":6,"title":5},"350":{"body":252,"breadcrumbs":9,"title":3},"351":{"body":66,"breadcrumbs":8,"title":2},"352":{"body":22,"breadcrumbs":12,"title":6},"353":{"body":26,"breadcrumbs":3,"title":1},"354":{"body":45,"breadcrumbs":4,"title":2},"355":{"body":42,"breadcrumbs":6,"title":4},"356":{"body":82,"breadcrumbs":7,"title":5},"357":{"body":39,"breadcrumbs":10,"title":4},"358":{"body":39,"breadcrumbs":8,"title":2},"359":{"body":24,"breadcrumbs":8,"title":2},"36":{"body":95,"breadcrumbs":6,"title":5},"360":{"body":60,"breadcrumbs":9,"title":3},"361":{"body":36,"breadcrumbs":6,"title":2},"362":{"body":42,"breadcrumbs":6,"title":2},"363":{"body":32,"breadcrumbs":6,"title":2},"364":{"body":14,"breadcrumbs":6,"title":2},"365":{"body":0,"breadcrumbs":5,"title":1},"366":{"body":44,"breadcrumbs":7,"title":3},"367":{"body":0,"breadcrumbs":5,"title":1},"368":{"body":56,"breadcrumbs":7,"title":3},"369":{"body":40,"breadcrumbs":5,"title":1},"37":{"body":48,"breadcrumbs":6,"title":5},"370":{"body":47,"breadcrumbs":6,"title":2},"371":{"body":0,"breadcrumbs":5,"title":1},"372":{"body":81,"breadcrumbs":7,"title":3},"373":{"body":0,"breadcrumbs":5,"title":1},"374":{"body":30,"breadcrumbs":7,"title":3},"375":{"body":47,"breadcrumbs":6,"title":2},"376":{"body":84,"breadcrumbs":8,"title":4},"377":{"body":65,"breadcrumbs":2,"title":1},"378":{"body":9,"breadcrumbs":4,"title":3},"379":{"body":105,"breadcrumbs":5,"title":4},"38":{"body":30,"breadcrumbs":6,"title":5},"380":{"body":47,"breadcrumbs":4,"title":3},"381":{"body":143,"breadcrumbs":6,"title":5},"382":{"body":43,"breadcrumbs":4,"title":3},"383":{"body":347,"breadcrumbs":6,"title":5},"384":{"body":45,"breadcrumbs":2,"title":1},"385":{"body":27,"breadcrumbs":4,"title":3},"386":{"body":155,"breadcrumbs":6,"title":5},"387":{"body":16,"breadcrumbs":4,"title":3},"388":{"body":388,"breadcrumbs":6,"title":5},"389":{"body":132,"breadcrumbs":3,"title":2},"39":{"body":33,"breadcrumbs":6,"title":5},"390":{"body":62,"breadcrumbs":6,"title":5},"391":{"body":62,"breadcrumbs":7,"title":6},"392":{"body":18,"breadcrumbs":3,"title":2},"393":{"body":43,"breadcrumbs":5,"title":4},"394":{"body":19,"breadcrumbs":2,"title":1},"395":{"body":110,"breadcrumbs":5,"title":4},"396":{"body":24,"breadcrumbs":2,"title":1},"397":{"body":59,"breadcrumbs":3,"title":2},"398":{"body":106,"breadcrumbs":4,"title":3},"399":{"body":93,"breadcrumbs":5,"title":4},"4":{"body":11,"breadcrumbs":6,"title":5},"40":{"body":153,"breadcrumbs":6,"title":5},"400":{"body":16,"breadcrumbs":4,"title":3},"401":{"body":178,"breadcrumbs":6,"title":5},"402":{"body":16,"breadcrumbs":3,"title":2},"403":{"body":66,"breadcrumbs":5,"title":4},"404":{"body":42,"breadcrumbs":2,"title":1},"405":{"body":342,"breadcrumbs":5,"title":4},"406":{"body":45,"breadcrumbs":4,"title":2},"407":{"body":117,"breadcrumbs":4,"title":2},"408":{"body":48,"breadcrumbs":5,"title":3},"409":{"body":21,"breadcrumbs":6,"title":4},"41":{"body":49,"breadcrumbs":6,"title":5},"410":{"body":137,"breadcrumbs":8,"title":6},"411":{"body":0,"breadcrumbs":5,"title":3},"412":{"body":249,"breadcrumbs":6,"title":4},"413":{"body":105,"breadcrumbs":6,"title":3},"414":{"body":33,"breadcrumbs":6,"title":3},"415":{"body":95,"breadcrumbs":7,"title":4},"416":{"body":394,"breadcrumbs":6,"title":3},"417":{"body":11,"breadcrumbs":2,"title":1},"418":{"body":0,"breadcrumbs":4,"title":3},"419":{"body":13,"breadcrumbs":2,"title":1},"42":{"body":15,"breadcrumbs":6,"title":5},"420":{"body":18,"breadcrumbs":2,"title":1},"421":{"body":22,"breadcrumbs":2,"title":1},"422":{"body":15,"breadcrumbs":2,"title":1},"423":{"body":51,"breadcrumbs":3,"title":2},"424":{"body":5,"breadcrumbs":4,"title":3},"425":{"body":69,"breadcrumbs":2,"title":1},"426":{"body":57,"breadcrumbs":2,"title":1},"427":{"body":21,"breadcrumbs":2,"title":1},"428":{"body":9,"breadcrumbs":2,"title":1},"429":{"body":59,"breadcrumbs":4,"title":3},"43":{"body":79,"breadcrumbs":6,"title":5},"430":{"body":139,"breadcrumbs":4,"title":3},"431":{"body":15,"breadcrumbs":8,"title":4},"432":{"body":82,"breadcrumbs":8,"title":4},"433":{"body":24,"breadcrumbs":6,"title":3},"434":{"body":16,"breadcrumbs":5,"title":2},"435":{"body":65,"breadcrumbs":6,"title":3},"436":{"body":65,"breadcrumbs":6,"title":3},"437":{"body":0,"breadcrumbs":4,"title":2},"438":{"body":15,"breadcrumbs":6,"title":4},"439":{"body":94,"breadcrumbs":9,"title":7},"44":{"body":127,"breadcrumbs":6,"title":5},"440":{"body":77,"breadcrumbs":3,"title":1},"441":{"body":86,"breadcrumbs":3,"title":1},"442":{"body":132,"breadcrumbs":4,"title":2},"443":{"body":47,"breadcrumbs":5,"title":3},"444":{"body":10,"breadcrumbs":4,"title":2},"445":{"body":86,"breadcrumbs":8,"title":6},"446":{"body":61,"breadcrumbs":8,"title":6},"447":{"body":54,"breadcrumbs":4,"title":2},"448":{"body":44,"breadcrumbs":7,"title":5},"449":{"body":33,"breadcrumbs":2,"title":1},"45":{"body":19,"breadcrumbs":4,"title":1},"450":{"body":28,"breadcrumbs":6,"title":5},"451":{"body":36,"breadcrumbs":3,"title":2},"452":{"body":54,"breadcrumbs":4,"title":3},"453":{"body":30,"breadcrumbs":3,"title":2},"454":{"body":20,"breadcrumbs":4,"title":3},"455":{"body":66,"breadcrumbs":5,"title":4},"456":{"body":83,"breadcrumbs":4,"title":2},"457":{"body":22,"breadcrumbs":4,"title":2},"458":{"body":74,"breadcrumbs":7,"title":5},"459":{"body":68,"breadcrumbs":4,"title":2},"46":{"body":31,"breadcrumbs":5,"title":2},"460":{"body":166,"breadcrumbs":7,"title":5},"461":{"body":159,"breadcrumbs":4,"title":2},"462":{"body":35,"breadcrumbs":7,"title":5},"463":{"body":14,"breadcrumbs":4,"title":2},"464":{"body":186,"breadcrumbs":4,"title":2},"465":{"body":40,"breadcrumbs":4,"title":2},"466":{"body":75,"breadcrumbs":6,"title":4},"467":{"body":75,"breadcrumbs":4,"title":2},"468":{"body":152,"breadcrumbs":5,"title":3},"469":{"body":23,"breadcrumbs":3,"title":1},"47":{"body":147,"breadcrumbs":8,"title":5},"470":{"body":550,"breadcrumbs":7,"title":5},"471":{"body":76,"breadcrumbs":4,"title":2},"472":{"body":243,"breadcrumbs":7,"title":5},"473":{"body":407,"breadcrumbs":7,"title":5},"474":{"body":122,"breadcrumbs":4,"title":2},"475":{"body":11,"breadcrumbs":2,"title":1},"476":{"body":36,"breadcrumbs":4,"title":2},"477":{"body":225,"breadcrumbs":5,"title":3},"478":{"body":80,"breadcrumbs":4,"title":2},"479":{"body":31,"breadcrumbs":4,"title":2},"48":{"body":123,"breadcrumbs":11,"title":8},"480":{"body":0,"breadcrumbs":4,"title":2},"481":{"body":12,"breadcrumbs":4,"title":2},"482":{"body":0,"breadcrumbs":4,"title":2},"483":{"body":22,"breadcrumbs":4,"title":2},"484":{"body":12,"breadcrumbs":4,"title":2},"485":{"body":0,"breadcrumbs":4,"title":2},"486":{"body":69,"breadcrumbs":5,"title":3},"487":{"body":0,"breadcrumbs":4,"title":2},"488":{"body":27,"breadcrumbs":4,"title":2},"489":{"body":61,"breadcrumbs":4,"title":2},"49":{"body":16,"breadcrumbs":6,"title":3},"490":{"body":44,"breadcrumbs":4,"title":2},"491":{"body":135,"breadcrumbs":4,"title":2},"492":{"body":45,"breadcrumbs":6,"title":4},"493":{"body":152,"breadcrumbs":4,"title":2},"494":{"body":22,"breadcrumbs":5,"title":3},"495":{"body":12,"breadcrumbs":4,"title":2},"496":{"body":39,"breadcrumbs":4,"title":2},"497":{"body":39,"breadcrumbs":4,"title":2},"498":{"body":53,"breadcrumbs":4,"title":2},"499":{"body":29,"breadcrumbs":5,"title":3},"5":{"body":53,"breadcrumbs":6,"title":5},"50":{"body":251,"breadcrumbs":6,"title":3},"500":{"body":43,"breadcrumbs":5,"title":3},"501":{"body":0,"breadcrumbs":8,"title":2},"502":{"body":0,"breadcrumbs":8,"title":2},"503":{"body":35,"breadcrumbs":8,"title":2},"504":{"body":36,"breadcrumbs":9,"title":3},"505":{"body":24,"breadcrumbs":8,"title":2},"506":{"body":0,"breadcrumbs":8,"title":2},"507":{"body":39,"breadcrumbs":8,"title":2},"508":{"body":78,"breadcrumbs":7,"title":1},"509":{"body":21,"breadcrumbs":8,"title":2},"51":{"body":0,"breadcrumbs":5,"title":2},"510":{"body":38,"breadcrumbs":8,"title":2},"511":{"body":0,"breadcrumbs":8,"title":2},"512":{"body":44,"breadcrumbs":8,"title":2},"513":{"body":0,"breadcrumbs":8,"title":2},"514":{"body":18,"breadcrumbs":10,"title":4},"515":{"body":13,"breadcrumbs":9,"title":3},"516":{"body":121,"breadcrumbs":8,"title":2},"517":{"body":78,"breadcrumbs":8,"title":2},"518":{"body":53,"breadcrumbs":9,"title":3},"519":{"body":0,"breadcrumbs":9,"title":3},"52":{"body":24,"breadcrumbs":5,"title":2},"520":{"body":62,"breadcrumbs":8,"title":2},"521":{"body":0,"breadcrumbs":9,"title":3},"522":{"body":42,"breadcrumbs":8,"title":2},"523":{"body":60,"breadcrumbs":9,"title":3},"524":{"body":208,"breadcrumbs":7,"title":1},"525":{"body":12,"breadcrumbs":10,"title":4},"526":{"body":10,"breadcrumbs":2,"title":1},"527":{"body":17,"breadcrumbs":6,"title":5},"528":{"body":13,"breadcrumbs":6,"title":5},"529":{"body":9,"breadcrumbs":5,"title":4},"53":{"body":16,"breadcrumbs":5,"title":2},"530":{"body":32,"breadcrumbs":6,"title":5},"531":{"body":53,"breadcrumbs":5,"title":4},"532":{"body":40,"breadcrumbs":9,"title":8},"533":{"body":7,"breadcrumbs":8,"title":7},"534":{"body":40,"breadcrumbs":9,"title":8},"535":{"body":14,"breadcrumbs":6,"title":3},"536":{"body":0,"breadcrumbs":8,"title":5},"537":{"body":7,"breadcrumbs":4,"title":1},"538":{"body":6,"breadcrumbs":4,"title":1},"539":{"body":11,"breadcrumbs":6,"title":3},"54":{"body":41,"breadcrumbs":4,"title":1},"540":{"body":37,"breadcrumbs":4,"title":1},"541":{"body":0,"breadcrumbs":8,"title":5},"542":{"body":143,"breadcrumbs":7,"title":4},"543":{"body":9,"breadcrumbs":2,"title":1},"544":{"body":49,"breadcrumbs":6,"title":5},"545":{"body":29,"breadcrumbs":6,"title":5},"546":{"body":34,"breadcrumbs":6,"title":5},"547":{"body":226,"breadcrumbs":10,"title":9},"548":{"body":95,"breadcrumbs":6,"title":5},"549":{"body":3,"breadcrumbs":5,"title":4},"55":{"body":54,"breadcrumbs":6,"title":3},"550":{"body":40,"breadcrumbs":4,"title":3},"551":{"body":17,"breadcrumbs":4,"title":3},"552":{"body":0,"breadcrumbs":2,"title":1},"553":{"body":14,"breadcrumbs":4,"title":3},"554":{"body":79,"breadcrumbs":2,"title":1},"555":{"body":67,"breadcrumbs":3,"title":2},"556":{"body":80,"breadcrumbs":5,"title":4},"557":{"body":261,"breadcrumbs":4,"title":3},"558":{"body":116,"breadcrumbs":5,"title":4},"559":{"body":25,"breadcrumbs":3,"title":2},"56":{"body":80,"breadcrumbs":7,"title":4},"560":{"body":22,"breadcrumbs":3,"title":2},"57":{"body":67,"breadcrumbs":6,"title":3},"58":{"body":69,"breadcrumbs":7,"title":4},"59":{"body":42,"breadcrumbs":5,"title":2},"6":{"body":24,"breadcrumbs":6,"title":5},"60":{"body":25,"breadcrumbs":6,"title":3},"61":{"body":24,"breadcrumbs":5,"title":2},"62":{"body":80,"breadcrumbs":6,"title":4},"63":{"body":15,"breadcrumbs":5,"title":3},"64":{"body":47,"breadcrumbs":5,"title":3},"65":{"body":13,"breadcrumbs":5,"title":3},"66":{"body":18,"breadcrumbs":6,"title":4},"67":{"body":35,"breadcrumbs":8,"title":3},"68":{"body":15,"breadcrumbs":8,"title":3},"69":{"body":154,"breadcrumbs":9,"title":4},"7":{"body":22,"breadcrumbs":6,"title":5},"70":{"body":56,"breadcrumbs":8,"title":3},"71":{"body":52,"breadcrumbs":9,"title":4},"72":{"body":29,"breadcrumbs":10,"title":4},"73":{"body":145,"breadcrumbs":11,"title":5},"74":{"body":13,"breadcrumbs":9,"title":3},"75":{"body":32,"breadcrumbs":8,"title":2},"76":{"body":119,"breadcrumbs":8,"title":2},"77":{"body":53,"breadcrumbs":10,"title":4},"78":{"body":263,"breadcrumbs":10,"title":4},"79":{"body":39,"breadcrumbs":6,"title":2},"8":{"body":31,"breadcrumbs":6,"title":5},"80":{"body":105,"breadcrumbs":9,"title":5},"81":{"body":63,"breadcrumbs":6,"title":3},"82":{"body":38,"breadcrumbs":8,"title":5},"83":{"body":46,"breadcrumbs":8,"title":4},"84":{"body":40,"breadcrumbs":7,"title":3},"85":{"body":28,"breadcrumbs":7,"title":3},"86":{"body":71,"breadcrumbs":7,"title":3},"87":{"body":21,"breadcrumbs":6,"title":3},"88":{"body":22,"breadcrumbs":7,"title":4},"89":{"body":29,"breadcrumbs":5,"title":2},"9":{"body":6,"breadcrumbs":6,"title":5},"90":{"body":208,"breadcrumbs":4,"title":1},"91":{"body":41,"breadcrumbs":5,"title":2},"92":{"body":62,"breadcrumbs":8,"title":5},"93":{"body":24,"breadcrumbs":5,"title":2},"94":{"body":118,"breadcrumbs":5,"title":2},"95":{"body":151,"breadcrumbs":5,"title":2},"96":{"body":24,"breadcrumbs":6,"title":3},"97":{"body":42,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":152,"breadcrumbs":4,"title":2}},"docs":{"0":{"body":"Welcome to the documentation for the CommandAPI. The CommandAPI lets you create vanilla Minecraft commands which utilize the new command features which were implemented in Minecraft 1.13, including but not limited to: Having commands compatible with the vanilla /execute command Having commands which can be run using Minecraft functions Having better auto-completion and suggestions Having command type checks before execution (e.g. ensuring a number is within a certain range)","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Developer's Note: This is a pretty important section, I would recommend reading before implementing the CommandAPI in your own projects. This section tells you about setup which is not stated anywhere else in the documentation. Think of it as the \"knowledge you should know before using this API\". The CommandAPI does not follow the \"standard\" method of registering commands. In other words, commands which are registered with the CommandAPI will be registered as pure vanilla Minecraft commands as opposed to Bukkit or Spigot commands. This means that the following implications exist: Commands should not be declared in the plugin.yml file. Commands are automatically registered under the minecraft namespace. For example, if you register a command /hello, you can also run it using /minecraft:hello. However, you can change this default minecraft namespace. More about this on the command registration page . Commands are not \"linked\" to a certain plugin. In other words, you cannot look up which commands are registered by which plugin.","breadcrumbs":"Introduction » How the CommandAPI works","id":"1","title":"How the CommandAPI works"},"10":{"body":"Updates Multi literal arguments page to add the node name information Updates Help page so it contains withUsage() information","breadcrumbs":"Introduction » Documentation changes 9.0.1 \\(\\rightarrow\\) 9.0.2","id":"10","title":"Documentation changes 9.0.1 \\(\\rightarrow\\) 9.0.2"},"100":{"body":"The CommandAPICommand has various methods, which are outlined below: Setting the command name new CommandAPICommand(String commandName) This constructor creates a new instance of the CommandAPICommand object. This constructor requires the name of the command. Setting command properties CommandAPICommand withArguments(List arguments)\nCommandAPICommand withArguments(Argument... arguments) The withArguments method is used to add arguments to your command. The arguments parameter is appended to the the list of arguments for the command. CommandAPICommand withPermission(CommandPermission)\nCommandAPICommand withPermission(String) The withPermission method is used to assign a permission that is required to execute the command. (See the section on permissions for more info). CommandAPICommand withRequirements(sender -> {}) The withRequirements method is used to assign additional constraints required to execute the command, similar to permissions. (See the section on requirements for more info). CommandAPICommand withAliases(String... args) The withAliases method is used to declare a list of aliases that can be used to run this command via. (See the section on aliases for more info). CommandAPICommand withHelp(String shortDescription, fullDescription)\nCommandAPICommand withHelp(HelpTopic helpTopic)\nCommandAPICommand withShortDescription(String shortDescription)\nCommandAPICommand withFullDescription(String fullDescription) The withHelp method, along with its specific withShortDescription and withFullDescription methods are used to declare the help topic for this command which is displayed in the /help command. (See the section on help for more info). CommandAPICommand withSubcommand(CommandAPICommand subcommand) The withSubcommand method is used to declare a subcommand that leads on from the current command. (See the section on subcommands for more info). Setting the command's executor CommandAPICommand executes((sender, args) -> {})\nCommandAPICommand executes(info -> {}) Executes a command using the CommandSender object. CommandAPICommand executesPlayer((player, args) -> {})\nCommandAPICommand executesPlayer(info -> {}) Executes a command only if the command sender is a Player. CommandAPICommand executesEntity((entity, args) -> {})\nCommandAPICommand executesEntity(info -> {}) Executes a command only if the command sender is an Entity. CommandAPICommand executesCommandBlock((cmdblock, args) -> {})\nCommandAPICommand executesCommandBlock(info -> {}) Executes a command only if the command sender is a BlockCommandSender. CommandAPICommand executesConsole((console, args) -> {})\nCommandAPICommand executesConsole(info -> {}) Executes a command only if the command sender is a ConsoleCommandSender. CommandAPICommand executesProxy((proxy, args) -> {})\nCommandAPICommand executesProxy(info -> {}) Executes a command only if the command sender is a ProxiedCommandSender. CommandAPICommand executesNative((proxy, args) -> {})\nCommandAPICommand executesNative(info -> {}) Executes a command regardless of what the command sender is, using the NativeProxyCommandSender. Read more about native proxied command senders here . Developer's Note: Sometimes, the Java compiler throws an error saying that a method is ambiguous for the type CommandAPICommand. This is due to a limitation in Java's type inference system and is not a fault of the CommandAPI. If we take the following code, used to spawn a pig: new CommandAPICommand(\"spawnpigs\") .executesPlayer((player, args) -> { for(int i = 0; i < 10; i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0)); } }) .register(); The Java type inference system cannot determine what the type of the lambda (player, args) -> () is, therefore it produces the following compilation error: The method executesPlayer(PlayerCommandExecutor) is ambiguous for the type CommandAPICommand This can easily be resolved by declaring the specific type of the command sender and the arguments. For example: new CommandAPICommand(\"spawnpigs\") .executesPlayer((Player player, CommandArguments args) -> { for(int i = 0; i < 10; i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0)); } }) .register(); Registering the command void register() Registers the command with the default minecraft namespace. If you are shading you can set the default namespace using CommandAPIConfig#setNamespace(String) or CommandAPIBukkitConfig#usePluginNamespace(). void register(String namespace) Registers the command with a custom provided namespace. void register(JavaPlugin plugin) Registers the command with the provided plugin's name.","breadcrumbs":"Command registration » CommandAPICommand methods","id":"100","title":"CommandAPICommand methods"},"101":{"body":"It is recommended to register commands in either the onLoad() or onEnable() method. With the CommandAPI, depending on whether you use onLoad() or onEnable() to load your commands depends on whether your plugin is used with Minecraft's functions: When to load What to do onLoad() method Register commands to be used in Minecraft functions ( see the Function section for more info ) onEnable() method Register regular commands The CommandAPI does support registering commands outside of these methods while the server is running. Commands registered after the server is done loading should work the same as commands registered in onEnable.","breadcrumbs":"Command registration » Command loading order","id":"101","title":"Command loading order"},"102":{"body":"The CommandAPI allows you to remove commands completely from Minecraft's command list. This includes Vanilla commands, Bukkit commands, and plugin commands. There are three methods you might use when unregistering commands: CommandAPI.unregister(String commandName);\nCommandAPI.unregister(String commandName, boolean unregisterNamespaces);\nCommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit); To understand when and how to use these methods, you need to know a little about how Bukkit loads and sets up commands. This is basically the order of events when a Bukkit server starts: Vanilla commands are placed in the Vanilla CommandDispatcher Bukkit commands are placed in the Bukkit CommandMap Given the bukkit namespace (E.g. bukkit:version) Plugins are loaded onLoad is called Plugins are enabled Plugin commands are read from the plugin.yml file and placed in the Bukkit CommandMap Given the plugin's name as their namespace (E.g. luckperms:lp) onEnable is called Repeat for each plugin Bukkit's help command is registered Vanilla commands are added to the Bukkit CommandMap Given the minecraft namespace (E.g. minecraft:gamemode) The server is done loading Unregistering a command only works if it happens after the command is created. Bukkit's command system is special and has two locations where commands can exist -- either the Vanilla CommandDispatcher or the Bukkit CommandMap -- so you also need to know where your command is registered. With that in mind, here is what each of the unregister methods do: CommandAPI.unregister(String commandName); Unregisters a command from the Vanilla CommandDispatcher. CommandAPI.unregister(String commandName, boolean unregisterNamespaces); Unregisters a command from the Vanilla CommandDispatcher. If unregisterNamespaces is true, then any namespaced version of the command is also unregistered. CommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit); Unregisters a command from Bukkit. As before, if unregisterNamespaces is true, then any namespaced version of the command is also unregistered. If unregisterBukkit is true, then only Bukkit commands in the Bukkit CommandMap are unregistered. If unregisterBukkit is false, only commands from the Vanilla CommandDispatcher are unregistered. To give a better idea of how and when to use these methods, the rest of this page documents how to unregister different types of commands.","breadcrumbs":"Command unregistration » Command unregistration","id":"102","title":"Command unregistration"},"103":{"body":"/version is a command provided by Bukkit. Looking at the sequence of events above, that means it is created during step 2, before plugins are loaded in step 3. Consequently, the command will exist when our plugin's onLoad method is called, so we'll unregister it there. The same code will work in onEnable too, since step 4 is also after step 2. Since this command exists in the Bukkit CommandMap, we'll need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll also remove the namespaced version -- /bukkit:version -- so unregisterNamespaces will be true. All together, the code looks like this: @Override\npublic void onLoad() { CommandAPIBukkit.unregister(\"version\", true, true);\n} override fun onLoad() { CommandAPIBukkit.unregister(\"version\", false, true)\n} With this plugin, executing /version or /bukkit:version will give the unknown command message. Note that aliases like /ver and its namespaced version /bukkit:ver will still work. To remove aliases as well, you need to unregister each as its own command. For, /ver, that would mean calling CommandAPIBukkit.unregister(\"ver\", true, true).","breadcrumbs":"Command unregistration » Unregistering a Bukkit command - /version","id":"103","title":"Unregistering a Bukkit command - /version"},"104":{"body":"/gamemode is a command provided by Vanilla Minecraft. Like the previous example , Vanilla commands are created in step 1, before plugins are loaded in step 3. For variety, we'll unregister the command in our plugin's onEnable -- step 4 -- but the same code would also work in onLoad. Since this command exists in the Vanilla CommandDispatcher, we can use CommandAPI#unregister. That works the same as CommandAPIBukkit#unregister with unregisterBukkit set to false. We don't care about the namespace, so unregisterNamespaces will be false. That means we can use the simplest method, CommandAPI.unregister(String commandName), since it sets unregisterNamespaces to false by default. All together, the code looks like this: @Override\npublic void onEnable() { CommandAPI.unregister(\"gamemode\");\n} override fun onEnable() { CommandAPI.unregister(\"gamemode\")\n} With this code, executing /gamemode will give the unknown command exception as expected. However, even though unregisterNamespaces was false, /minecraft:gamemode can also not be run. This happens because Vanilla commands are given their namespace in step 6, after our plugin has removed /gamemode. When the server starts, /gamemode is created in step 2 inside the Vanilla CommandDispatcher. In step 4, our plugin is enabled and we remove the /gamemode command from that CommandDispatcher. After all the plugins enable, step 6 moves all commands in the Vanilla CommandDispatcher to the Bukkit CommandMap and gives them the minecraft namespace. Since /gamemode doesn't exist at this point, step 6 cannot create the /minecraft:gamemode command. So, even though unregisterNamespaces was false, /minecraft:gamemode doesn't exist anyway.","breadcrumbs":"Command unregistration » Unregistering a Vanilla command - /gamemode","id":"104","title":"Unregistering a Vanilla command - /gamemode"},"105":{"body":"To replace a command, first unregister the original command, then register a new implementation for that command. @Override\npublic void onEnable() { CommandAPI.unregister(\"gamemode\"); // Register our new /gamemode, with survival, creative, adventure and spectator new CommandAPICommand(\"gamemode\") .withArguments(new MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\")) .executes((sender, args) -> { // Implementation of our /gamemode command }) .register();\n} override fun onEnable() { CommandAPI.unregister(\"gamemode\"); // Register our new /gamemode, with survival, creative, adventure and spectator CommandAPICommand(\"gamemode\") .withArguments(MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\")) .executes(CommandExecutor { sender, args -> // Implementation of our /gamemode command }) .register()\n} Now, when /gamemode is executed, it will use the new implementation defined using the CommandAPI.","breadcrumbs":"Command unregistration » Example - Replacing Minecraft's /gamemode command","id":"105","title":"Example - Replacing Minecraft's /gamemode command"},"106":{"body":"The /luckperms command is provided by the Bukkit LuckPerms plugin. Plugin commands are created during step 4, immediately before calling the onEnable method of the respective plugin. In this case, unregistering the command in our own plugin's onLoad would not work, since the command wouldn't exist yet. We also have to make sure that our onEnable method is called after LuckPerm's. The best way to make sure that happens is to add LuckPerms as a depend or softdepend in our plugin's plugin.yml. You can read more about the different between depend and softdepend in Spigot's documentation , but that will look something like this: name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: - LuckPerms Since plugin commands are stored in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. For demonstration’s sake, we only want to unregister the namespaced version -- /luckperms:luckperms -- and leave /luckperms alone. To do this, give \"luckperms:luckperms\" as the commandName, and set unregisterNamespaces to false. All together, the code looks like this: @Override\npublic void onEnable() { CommandAPIBukkit.unregister(\"luckperms:luckperms\", false, true);\n} override fun onEnable() { CommandAPIBukkit.unregister(\"luckperms:luckperms\", false, true)\n} Executing /luckperms will work as normal, but /luckperms:luckperms will give the unknown command message.","breadcrumbs":"Command unregistration » Unregistering a Plugin command - /luckperms:luckperms","id":"106","title":"Unregistering a Plugin command - /luckperms:luckperms"},"107":{"body":"Unregistering a command created by the CommandAPI is similar to both unregistering a Vanilla command and a plugin command. Like a Vanilla command, CommandAPI commands are stored in the Vanilla CommandDispatcher, so they should be unregistered with unregisterBukkit set to false. Like plugin commands, they may be created in onEnable, so you need to make sure your plugin is enabled after the plugin that adds the command. Unlike plugin commands, CommandAPI commands may be created in onLoad, as discussed in Command loading order . That just means you may also be able to unregister the command in you own plugin's onLoad. As always, simply make sure you unregister a command after it is created, and it will be removed properly. For our example, let's say we want to unregister the /break command created by the Bukkit Maven Example Project for the CommandAPI. If you look at that plugin's code, you can see that it registers the /break command in it's onEnable method. Therefore, we can unregister the command in our own plugin's onEnable, making sure that our plugin will enable second by adding ExamplePlugin as a depend or softdepend . name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: - CommandAPI - ExamplePlugin Developer's Note: If you can't find the code where a CommandAPI command is registered or just don't have access to the code of a plugin, you can still figure out when a command is registered. If you set verbose-outputs to true in the CommandAPI's configuration, it will log command registration. For the ExamplePlugin, setting verbose-outputs to true gives this: [Server thread/INFO]: [ExamplePlugin] Enabling ExamplePlugin v0.0.1\n[Server thread/INFO]: [CommandAPI] Registering command /break block\n[Server thread/INFO]: [CommandAPI] Registering command /myeffect target potion\n[Server thread/INFO]: [CommandAPI] Registering command /nbt nbt You can see that the ExamplePlugin registers its commands when onEnable is called. In summary, we will unregister the /break command in our plugin's onEnable. We added Example plugin to the depend list in our plugin.yml so that our onEnable method runs second. unregisterNamespaces and unregisterBukkit will be set to false, and those are the default values, so we can simply use CommandAPI.unregister(String commandName). All together, the code looks like this: @Override\npublic void onEnable() { CommandAPI.unregister(\"break\");\n} override fun onEnable() { CommandAPI.unregister(\"break\")\n} Now, when you try to execute /break, you will just get the unknown command message as if it never existed.","breadcrumbs":"Command unregistration » Unregistering a CommandAPI command","id":"107","title":"Unregistering a CommandAPI command"},"108":{"body":"If you look at the sequence of events at the top of this page, you might notice that Bukkit's /help command gets its own place in step 5. Unlike the other Bukkit commands , /help is special and gets registered after plugins are loaded and enabled (don't ask, I don't know why :P). That means unregistering /help in onLoad or onEnable does not work, since the command doesn't exist yet. In order to run our unregister task after the server is enabled, we can use Bukkit's Scheduler API . There are many ways to set up and run a task, and this should work in whatever way you like. You can even give the task zero delay, since Bukkit only starts processing tasks after the server is enabled. Since /help is in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll leave /bukkit:help alone, so unregisterNamespaces will be false. All together, we can unregister Bukkit's /help command with this code: @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPIBukkit.unregister(\"help\", false, true); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPIBukkit.unregister(\"help\", false, true) } }.runTaskLater(this, 0)\n} Funnily, if you try to execute /help, the server will still tell you: Unknown command. Type \"/help\" for help.. Luckily, unregisterNamespaces was false, so you can still use /bukkit:help to figure out your problem.","breadcrumbs":"Command unregistration » Special case: Unregistering Bukkit's /help","id":"108","title":"Special case: Unregistering Bukkit's /help"},"109":{"body":"In the earlier example for Unregistering /gamemode , even though unregisterNamespaces was false, the /minecraft:gamemode command was also not executable. As explained up there, this happens because the namespaced version of commands in the Vanilla CommandDispatcher are not created until after plugins are loaded and enabled. Since we unregistered /gamemode in onEnable, when the time came for the server to transfer Vanilla commands into the Bukkit CommandMap, it didn't know to create the minecraft:gamemode command. Consequently, this means we cannot normally remove only the /minecraft:gamemode command without also unregistering /gamemode. Of course, it is still possible to only unregister /minecraft:gamemode and the namespaced versions of other Vanilla commands. As always, in order to unregister a command, you have to unregister after the command is created. So, we just need to unregister /minecraft:gamemode after the server is enabled. Like the previous special case , we can use Bukkit's Scheduler API to run our unregister task after the server is enabled. While /minecraft:gamemode only exists in the Bukkit CommandMap, it is the namespaced version of the Vanilla /gamemode command, so it is considered a Vanilla command. That means unregisterBukkit should be false, which is what it defaults to when using CommandAPI#unregister. The CommandAPI understands that once the server is enabled Vanilla commands will have been copied to the CommandMap, so it will be able to find /minecraft:gamemode Finally, unregisterNamespaces should be false, and since that's the default value we don't have to include it. All together, the code looks like this: @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"minecraft:gamemode\"); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"minecraft:gamemode\") } }.runTaskLater(this, 0)\n} With this code, /gamemode will execute as normal, but /minecraft:gamemode will give the unknown command message. Developer's Note: Doing the opposite action here -- only unregistering /gamemode but keeping /minecraft:gamemode -- is not recommended. That would be the following code, where commandName is \"gamemode\" (or any command in the Vanilla CommandDispatcher), and unregisterNamespaces is false: // NOT RECOMMENDED\n@Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"gamemode\"); } }.runTaskLater(this, 0);\n} // NOT RECOMMENDED\noverride fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"gamemode\") } }.runTaskLater(this, 0)\n} The expected outcome of this code is that /minecraft:gamemode would work as expected, and /gamemode would give the command not found message. However, that is only true for the player's commands. If you try to use /minecraft:gamemode in the console, it will not work properly. Specifically, while you can tab-complete the command's label, minecraft:gamemode the command's arguments will not have any suggestions. If you try to execute /minecraft:gamemode in the console, it will always tell you your command is unknown or incomplete. The main point is that if you ever try to unregister a Vanilla command after the server is enabled, the namespaced version of that command will break for the console. To avoid this issue, always set unregisterNamespaces to true if unregisterBukkit is false when unregistering commands after the server is enabled. @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"gamemode\", true); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"gamemode\", true) } }.runTaskLater(this, 0)\n}","breadcrumbs":"Command unregistration » Special case: Unregistering only /minecraft:gamemode","id":"109","title":"Special case: Unregistering only /minecraft:gamemode"},"11":{"body":"Updates Optional arguments page to update the method list for avoiding null values Updates Normal command executors page to now mention the existence of the ExecutionInfo","breadcrumbs":"Introduction » Documentation changes 9.0.0 \\(\\rightarrow\\) 9.0.1","id":"11","title":"Documentation changes 9.0.0 \\(\\rightarrow\\) 9.0.1"},"110":{"body":"Developer's Note: This section can be a little bit difficult to follow. If you only want the bare basic features (executes a command) , read the section on Normal command executors - this behaves very similar to the onCommand method in Bukkit. The CommandAPI provides various command executors which are lambdas which execute the code you want when a command is called. With a lot of simplification, there are two main types of command executors: Ones that just runs the command (let's call it a normal command executor ) Ones that returns an integer as a result (let's call it a resulting command executor ) Developer's Note: In general, you need not focus too much on what type of command executor to implement. If you know for certain that you're going to be using your command with command blocks, and specifically want to state whether a command returns a value, just ensure you return an integer at the end of your declared command executor. Java will infer the type (whether it's a normal command executor or a resulting command executor) automatically, so feel free to return an integer or not. In addition to these two types of command executors, there are ways to restrict the execution of commands to certain CommandSender subclasses. In other words, you can make commands executable by players in game only for instance. These restrictions are covered in more detail in Normal command executors .","breadcrumbs":"Command executors » Command executors","id":"110","title":"Command executors"},"111":{"body":"Command executors are of the following format, where sender is a CommandSender , and args is a CommandArguments object, which represents arguments which are parsed by the CommandAPI. new CommandAPICommand(\"...\") .executes((sender, args) -> { //Code here }) .register(); With normal command executors, these do not need to return anything. By default, this will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully, either by throwing an exception (RuntimeException) or by forcing the command to fail (See the section on handling command failures ). In short, this is what values are returned when a command is executed from a normal command executor: Command Works Command Doesn't Work Success Value 1 0 Result Value 1 0","breadcrumbs":"Command executors » Normal command executors » Normal command executors","id":"111","title":"Normal command executors"},"112":{"body":"To illustrate this, let's take a look at a simple message broadcasting command. We'll make a command which sends a message to everyone on the server, using the following syntax: /broadcastmsg \n/broadcastmessage \n/broadcast We use an argument \"message\" to hold the message to broadcast, we provide some aliases and set a permission required to run the command. Then we declare our main command body by using the .executes() method, before finally registering the command: // Create our command\nnew CommandAPICommand(\"broadcastmsg\") .withArguments(new GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes((sender, args) -> { String message = (String) args.get(\"message\"); Bukkit.getServer().broadcastMessage(message); }) .register(); // Create our command\nCommandAPICommand(\"broadcastmsg\") .withArguments(GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes(CommandExecutor { _, args -> val message = args[\"message\"] as String Bukkit.getServer().broadcastMessage(message) }) .register() Note how when we finish up our implementation of .executes(), we don't return anything. This is unlike commands in the standard Bukkit API where the onCommand method returns a Boolean value: boolean onCommand(CommandSender, Command, String, String[]) The returning of this Boolean value is handled automatically by the CommandAPI on a much lower level.","breadcrumbs":"Command executors » Normal command executors » Example - Creating a message broadcasting system","id":"112","title":"Example - Creating a message broadcasting system"},"113":{"body":"The CommandAPICommand class has multiple different executes...() methods that can restrict the command sender to any of the following objects: CommandSender Object Method to use Who can run this? CommandSender .executes() Any CommandSender Player .executesPlayer() In-game players only Entity .executesEntity() Entities only BlockCommandSender .executesCommandBlock() Command blocks only ConsoleCommandSender .executesConsole() The console only ProxiedCommandSender .executesProxy() Proxied senders only(via /execute as ...) NativeProxyCommandSender .executesNative() See Native commandsenders","breadcrumbs":"Command executors » Normal command executors » Restricting who can run your command","id":"113","title":"Restricting who can run your command"},"114":{"body":"Say we wanted to create a command /suicide, which kills the player that executes it. Since this command can't be used by non-players (you can't kill a command block!), we can restrict it so only players can execute this command. Since it's a player, we can use the .executesPlayer() method: new CommandAPICommand(\"suicide\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); CommandAPICommand(\"suicide\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .register()","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command","id":"114","title":"Example - A /suicide command"},"115":{"body":"The CommandAPI allows you to chain different implementations of the command depending on the type of CommandSender. This allows you to easily specify what types of CommandSenders are required to run a command. Extending on the suicide example above, we could write another implementation for a different CommandSender. Here, we write an implementation to make entities (non-player) go out with a bang when they run the command (using /execute as run suicide command).","breadcrumbs":"Command executors » Normal command executors » Multiple command executor implementations","id":"115","title":"Multiple command executor implementations"},"116":{"body":"new CommandAPICommand(\"suicide\") .executesPlayer((player, args) -> { player.setHealth(0); }) .executesEntity((entity, args) -> { entity.getWorld().createExplosion(entity.getLocation(), 4); entity.remove(); }) .register(); CommandAPICommand(\"suicide\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .executesEntity(EntityCommandExecutor { entity, _ -> entity.world.createExplosion(entity.location, 4f) entity.remove() }) .register() This saves having to use instanceof multiple times to check the type of the CommandSender. The different command sender priority is the following (from highest priority to lowest priority): \\begin{align} &\\quad\\texttt{.executesNative()} && \\texttt{(Always chosen if used)}\\\\ &\\quad\\texttt{.executesPlayer()} \\\\ &\\quad\\texttt{.executesEntity()} \\\\ &\\quad\\texttt{.executesConsole()} \\\\ &\\quad\\texttt{.executesCommandBlock()} \\\\ &\\quad\\texttt{.executesProxy()} \\\\ &\\quad\\texttt{.executes()} \\end{align}","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command with different implementations","id":"116","title":"Example - A /suicide command with different implementations"},"117":{"body":"The CommandAPI also allows you to have multiple command executors with the same command implementation. This is useful for when you want to restrict the command sender required to run a command, but want to run the same code for each different command sender type. This is achieved using the .executes(executor, ...) method, which accepts a variadic array of ExecutorType objects. ExecutorType has the following values: ExecutorType Object Who can run this? ALL Any CommandSender PLAYER In-game players only ENTITY Entities only BLOCK Command blocks only CONSOLE The console only PROXY Proxied senders only(via /execute as ...) NATIVE See Native commandsenders","breadcrumbs":"Command executors » Normal command executors » Multiple command executors with the same implementation","id":"117","title":"Multiple command executors with the same implementation"},"118":{"body":"Expanding on the suicide example above, we can restrict the command to only players and entities. We know that the command sender is a LivingEntity, so we can cast to it safely. new CommandAPICommand(\"suicide\") .executes((sender, args) -> { LivingEntity entity; if (sender instanceof ProxiedCommandSender proxy) { entity = (LivingEntity) proxy.getCallee(); } else { entity = (LivingEntity) sender; } entity.setHealth(0); }, ExecutorType.PLAYER, ExecutorType.PROXY) .register(); CommandAPICommand(\"suicide\") .executes(CommandExecutor { sender, _ -> val entity = (if (sender is ProxiedCommandSender) sender.callee else sender) as LivingEntity entity.setHealth(0.0) }, ExecutorType.PLAYER, ExecutorType.PROXY) .register()","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command with the same implementation","id":"118","title":"Example - A /suicide command with the same implementation"},"119":{"body":"You also have the option to implement a command executor which uses an ExecutionInfo object: new CommandAPICommand(\"...\") .executes(info -> { // Use info here }) .register(); The ExecutionInfo provides two user-facing methods which both let you access the CommandSender and the arguments: CommandSender sender(); This method automatically detects which CommandSender type has been used, similar to the .executesXXX() method (see here )! Therefore, casting is not necessary! The second method lets you access the command's arguments: CommandArguments args();","breadcrumbs":"Command executors » Normal command executors » Using the ExecutionInfo","id":"119","title":"Using the ExecutionInfo"},"12":{"body":"Developer's Note: 9.0.0 is a giant update that is incompatible with 8.8.x and prior versions. A lot of the documentation's code examples and explanations have been changed for the various changes made in this version. Please read the Upgrading guide for information on how to upgrade to 9.0.0. Adds the new Optional arguments section Adds Kotlin DSL code examples to all code examples","breadcrumbs":"Introduction » Documentation changes 8.8.0 \\(\\rightarrow\\) 9.0.0","id":"12","title":"Documentation changes 8.8.0 \\(\\rightarrow\\) 9.0.0"},"120":{"body":"The CommandAPI has extra support for vanilla Minecraft's /execute command, by allowing the CommandSender to be an instance of the ProxiedCommandSender class. This allows the CommandSender to contain two extra pieces of information: The \"proxied sender\" and the original sender.","breadcrumbs":"Command executors » Proxied commandsenders » Proxied commandsenders","id":"120","title":"Proxied commandsenders"},"121":{"body":"Say we have a command which kills the sender of a command. This is easily implemented as follows: new CommandAPICommand(\"killme\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); CommandAPICommand(\"killme\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .register() commandAPICommand(\"killme\") { playerExecutor { player, _ -> player.health = 0.0 }\n} But what if the sender of the command is not a player? By using Minecraft's /execute command, we could execute the command as any arbitrary entity, as shown with the command below: /execute as @e[type=chicken] run killme To handle this case, we can use the .executesProxy() method to ensure that the command sender is a ProxiedCommandSender. Then, we can kill the callee (the entity which is being 'forced' to run the command /killme) new CommandAPICommand(\"killme\") .executesPlayer((player, args) -> { player.setHealth(0); }) .executesProxy((proxy, args) -> { // Check if the callee (target) is an Entity and kill it if (proxy.getCallee() instanceof LivingEntity target) { target.setHealth(0); } }) .register(); CommandAPICommand(\"killme\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .executesProxy(ProxyCommandExecutor { proxy, _ -> // Check if the callee (target) is an Entity and kill it if (proxy.callee is LivingEntity) { (proxy.callee as LivingEntity).setHealth(0.0) } }) .register() commandAPICommand(\"killme\") { playerExecutor { player, _ -> player.health = 0.0 } proxyExecutor { proxy, _ -> // Check if the callee (target) is an Entity and kill it if (proxy.callee is LivingEntity) { (proxy.callee as LivingEntity).health = 0.0 } }\n} This allows the command above to run successfully, killing all chickens it can find.","breadcrumbs":"Command executors » Proxied commandsenders » Example - Running a command as a chicken","id":"121","title":"Example - Running a command as a chicken"},"122":{"body":"In a similar way that the ProxiedCommandSender is used to store information about two command senders: a caller (the one that wrote the command) and a callee (the one that ends up executing the command), the CommandAPI also has a special NativeProxyCommandSender class which is a more powerful representation of the ProxiedCommandSender class. In addition to inheriting all of the methods from ProxiedCommandSender, this class also has the following two methods: public World getWorld();\npublic Location getLocation(); These methods contain additional information about the command executor's state, and are primarily designed to be used with Minecraft's /execute command.","breadcrumbs":"Command executors » Native commandsenders » Native commandsenders","id":"122","title":"Native commandsenders"},"123":{"body":"The following table represents how the different /execute arguments affect the NativeProxyCommandSender class: /execute argument How it changes NativeProxyCommandSender /execute align Changes getLocation() only /execute anchored Changes nothing /execute as Changes getCallee() only /execute at Changes getLocation() and getWorld() only /execute facing Changes getLocation() only /execute in Changes getWorld() only /execute positioned Changes getLocation() only /execute rotated Changes getLocation()only","breadcrumbs":"Command executors » Native commandsenders » Minecraft's /execute arguments","id":"123","title":"Minecraft's /execute arguments"},"124":{"body":"As described in the section about normal command executors , there are multiple methods to register a command executor. For the NativeProxyCommandSender, the .executesNative() method should be used. Note: The .executesNative() method has the highest priority over all over .executesXXX() methods - if you use the .executesNative() method, no other execution method will be run.","breadcrumbs":"Command executors » Native commandsenders » Using the native commandsender","id":"124","title":"Using the native commandsender"},"125":{"body":"Say we wanted to make a command that simply sets the current block to air. For this example, we'll use the following command syntax: /break As you can see, this command takes no arguments. This is fine, since our \"argument\" will be the sender's location. We can access the sender's location using the getLocation() method from the NativeProxyCommandSender object, available from the .executesNative() method: new CommandAPICommand(\"break\") .executesNative((sender, args) -> { Location location = sender.getLocation(); if (location != null) { location.getBlock().breakNaturally(); } }) .register(); CommandAPICommand(\"break\") .executesNative(NativeCommandExecutor { sender, _ -> val location = sender.location location.block.breakNaturally() }) .register() commandAPICommand(\"break\") { nativeExecutor { sender, _ -> val location = sender.location location.block.breakNaturally() }\n} This can now be used via the following command examples: /execute positioned 100 62 50 run break /execute at @e[type=pig] run break /execute in minecraft:overworld positioned 20 60 -20 run break","breadcrumbs":"Command executors » Native commandsenders » Example - A really simple \"break block\" command","id":"125","title":"Example - A really simple \"break block\" command"},"126":{"body":"Resulting command executors are very similar to normal command executors, except they can return an integer result value . (sender, args) -> { //Code here return /*some integer here*/ ;\n}; Similarly, these will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully. If a success value of 0 occurs, the result value will be 0 . In short: Command Works Command Doesn't Work Success Value 1 0 Result Value result defined in your code 0 The concept of result values are better explained through examples:","breadcrumbs":"Command executors » Resulting command executors » Resulting command executors","id":"126","title":"Resulting command executors"},"127":{"body":"Say we want a command that returns a random number as a result. This can then be used by vanilla Minecraft's /execute store result ... command, which can be used for other command block chains. new CommandAPICommand(\"randnum\") .executes((sender, args) -> { return ThreadLocalRandom.current().nextInt(); }) .register(); CommandAPICommand(\"randnum\") .executes(ResultingCommandExecutor { _, _ -> Random.nextInt() }) .register() commandAPICommand(\"randnum\") { anyResultingExecutor { _, _ -> Random.nextInt() }\n} This returns a success value of 1 (Because no errors or CommandAPI.failWithString(String) was thrown) and a result value of a random number .","breadcrumbs":"Command executors » Resulting command executors » Example - Random number result command","id":"127","title":"Example - Random number result command"},"128":{"body":"We can store state using /execute store and we can perform conditional checks using /execute if. By combining these, we can create a system which can be used with commandblocks to say, give players random lootboxes and redeem them. The concept is to create a command that generates a random number from 1 to 100. If the number is 1 (thus, the chance of being chosen is \\(\\frac{1}{100}\\)), then we award a player with some reward, say 64 diamonds. To do this, we'll declare two commands: /randomnumber - returns a random number between 1 and 99 (inclusive)\n/givereward - gives a player 64 diamonds and broadcasts it in the chat Since we're declaring commands that are to be used in /execute, we must ensure that these commands are registered in your plugin's onLoad() method. First, we write our implementation for /randomnumber. It is fairly straight forward using Java's ThreadLocalRandom to generate a random number: // Register random number generator command from 1 to 99 (inclusive)\nnew CommandAPICommand(\"randomnumber\") .executes((sender, args) -> { return ThreadLocalRandom.current().nextInt(1, 100); // Returns random number from 1 <= x < 100 }) .register(); // Register random number generator command from 1 to 99 (inclusive)\nCommandAPICommand(\"randomnumber\") .executes(ResultingCommandExecutor { _, _ -> (1..100).random() // Returns random number from 1 <= x < 100 }) .register() // Register random number generator command from 1 to 99 (inclusive)\ncommandAPICommand(\"randomnumber\") { anyResultingExecutor { _, _ -> (1..100).random() }\n} Now we write our implementation for /givereward. In this example, we use the EntitySelectorArgument to select a single player. We cast it to Player and then add the items to their inventory. // Register reward giving system for a target player\nnew CommandAPICommand(\"givereward\") .withArguments(new EntitySelectorArgument.OnePlayer(\"target\")) .executes((sender, args) -> { Player player = (Player) args.get(\"target\"); player.getInventory().addItem(new ItemStack(Material.DIAMOND, 64)); Bukkit.broadcastMessage(player.getName() + \" won a rare 64 diamonds from a loot box!\"); }) .register(); // Register reward giving system for a target player\nCommandAPICommand(\"givereward\") .withArguments(EntitySelectorArgument.OnePlayer(\"target\")) .executes(CommandExecutor { _, args -> val player = args[\"target\"] as Player player.inventory.addItem(ItemStack(Material.DIAMOND, 64)) Bukkit.broadcastMessage(\"${player.name} won a rare 64 diamonds from a loot box!\") }) .register() // Register reward giving system for a target player\ncommandAPICommand(\"givereward\") { entitySelectorArgumentOnePlayer(\"target\") anyExecutor { _, args -> val player = args[\"target\"] as Player player.inventory.addItem(ItemStack(Material.DIAMOND, 64)) Bukkit.broadcastMessage(\"${player.name} won a rare 64 diamonds from a loot box!\") }\n} Now that we've declared these commands, we can now use them in practice. We can use a command block to store a random number under the scoreboard score randVal for a player called SomePlayer, by executing the command /randomnumber. Since /randomnumber returns an integer, this value is stored in the scoreboard score: /execute store result score SomePlayer randVal run randomnumber To check if the random number is equal to 1, we can use the /execute if command. If their score stored in randVal matches 1, then we run the /givereward command. /execute if score SomePlayer randVal matches 1 run givereward SomePlayer","breadcrumbs":"Command executors » Resulting command executors » Example - Lootbox system with /execute command","id":"128","title":"Example - Lootbox system with /execute command"},"129":{"body":"Sometimes, you want your command to fail on purpose. This is the way to \"gracefully\" handle errors in your command execution. This is performed by throwing any of the following methods: throw CommandAPI.failWithString(String message);\nthrow CommandAPI.failWithMessage(Message message);\nthrow CommandAPIBukkit.failWithBaseComponents(BaseComponent... message);\nthrow CommandAPIBukkit.failWithAdventureComponent(Component message); When the CommandAPI handles the fail method, it will cause the command to return a success value of 0, to indicate failure.","breadcrumbs":"Command executors » Handling command failures » Handling command failures","id":"129","title":"Handling command failures"},"13":{"body":"Changed the version number from 8.7.0 to 8.8.0. That's it.","breadcrumbs":"Introduction » Documentation changes 8.7.0 \\(\\rightarrow\\) 8.8.0","id":"13","title":"Documentation changes 8.7.0 \\(\\rightarrow\\) 8.8.0"},"130":{"body":"Say we have some list containing fruit and the player can choose from it. In order to do that, we can use a StringArgument and suggest it to the player using .replaceSuggestions(info -> String[]). However, because this only lists suggestions to the player, it does not stop the player from entering an option that isn't on the list of suggestions. Therefore, to gracefully handle this with a proper error message, we use one of the CommandAPI.failWithXXX() methods above with a meaningful error message which is displayed to the user. // Array of fruit\nString[] fruit = new String[] {\"banana\", \"apple\", \"orange\"}; // Register the command\nnew CommandAPICommand(\"getfruit\") .withArguments(new StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.strings(fruit))) .executes((sender, args) -> { String inputFruit = (String) args.get(\"item\"); if (Arrays.stream(fruit).anyMatch(inputFruit::equals)) { // Do something with inputFruit } else { // The sender's input is not in the list of fruit throw CommandAPI.failWithString(\"That fruit doesn't exist!\"); } }) .register(); // List of fruit\nval fruit = listOf(\"banana\", \"apple\", \"orange\") // Register the command\nCommandAPICommand(\"getfruit\") .withArguments(StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.strings(fruit))) .executes(CommandExecutor { _, args -> val inputFruit = args[\"item\"] as String if(fruit.any { it == inputFruit }) { // Do something with inputFruit } else { // The sender's input is not in the list of fruit throw CommandAPI.failWithString(\"That fruit doesn't exist!\") } }) .register() Developer's Note: In general, it's a good idea to handle unexpected cases with one of the CommandAPI.failWithXXX() methods. Most arguments used by the CommandAPI will have their own built-in failsafe system (e.g. the EntitySelectorArgument will not execute the command executor if it fails to find an entity) , so this feature is for those extra cases.","breadcrumbs":"Command executors » Handling command failures » Example - Command failing for element not in a list","id":"130","title":"Example - Command failing for element not in a list"},"131":{"body":"Arguments in the CommandAPI are registered by using an Argument[] or List object. There are two things you need to keep in mind when creating arguments: The order which they will be used The type of each argument By definition of a List, the order of the elements inserted into it are preserved, meaning the order you add arguments to the List will be the resulting order of which arguments are presented to the user when they run that command. Adding arguments for registration is simple: // Create a List\nList arguments = new ArrayList<>(); // Add an argument with the node \"target\", which is a PlayerArgument\narguments.add(new PlayerArgument(\"target\")); The String value is the node that is registered into Minecraft's internal command graph. This is name is also used as a prompt that is shown to a player when they are entering the command. The CommandAPI is very flexible when it comes to registering arguments, and lets you use a number of different methods to suit your preference: new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"arg0\")) .withArguments(new StringArgument(\"arg1\")) .withArguments(new StringArgument(\"arg2\")) // And so on CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"arg0\")) .withArguments(StringArgument(\"arg1\")) .withArguments(StringArgument(\"arg2\")) // And so on commandAPICommand(\"mycommand\") { stringArgument(\"arg0\") stringArgument(\"arg1\") stringArgument(\"arg2\") // And so on\n} new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"arg0\"), new StringArgument(\"arg1\"), new StringArgument(\"arg2\")) // And so on CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")) // And so on commandAPICommand(\"mycommand\") { arguments(StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")) // And so on\n} List> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"arg0\"));\narguments.add(new StringArgument(\"arg1\"));\narguments.add(new StringArgument(\"arg2\")); new CommandAPICommand(\"mycommand\") .withArguments(arguments) // And so on val arguments = listOf( StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")\n) CommandAPICommand(\"mycommand\") .withArguments(arguments) // And so on val arguments = listOf( StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")\n) commandAPICommand(\"mycommand\") { arguments(*arguments.toTypedArray()) // And so on\n}","breadcrumbs":"Command arguments » Arguments","id":"131","title":"Arguments"},"132":{"body":"To access arguments, they have to be casted to the type that the argument represents. The order of the arguments in the CommandArguments args is the same as the order in which the arguments were declared. List> commandArguments = new ArrayList<>();\ncommandArguments.add(new StringArgument(\"arg0\"));\ncommandArguments.add(new PotionEffectArgument(\"arg1\"));\ncommandArguments.add(new LocationArgument(\"arg2\")); new CommandAPICommand(\"cmd\") .withArguments(commandArguments) .executes((sender, args) -> { String stringArg = (String) args.get(\"arg0\"); PotionEffectType potionArg = (PotionEffectType) args.get(\"arg1\"); Location locationArg = (Location) args.get(\"arg2\"); }) .register(); val commandArguments = listOf( StringArgument(\"arg0\"), PotionEffectArgument(\"arg1\"), LocationArgument(\"arg2\")\n) CommandAPICommand(\"cmd\") .withArguments(commandArguments) .executes(CommandExecutor { _, args -> val stringArg = args[\"arg0\"] as String val potionArg = args[\"arg1\"] as PotionEffectType val locationArg = args[\"arg2\"] as Location }) .register() val args = listOf( StringArgument(\"arg0\"), PotionEffectArgument(\"arg1\"), LocationArgument(\"arg2\")\n) commandAPICommand(\"cmd\") { arguments(*args.toTypedArray()) anyExecutor { _, args -> val stringArg = args[\"arg0\"] as String val potionArg = args[\"arg1\"] as PotionEffectType val locationArg = args[\"arg2\"] as Location }\n} The type to cast each argument (declared in the dev.jorel.commandapi.arguments package) is listed below: Argument class Data type AngleArgument float AdvancementArgument org.bukkit.advancement.Advancement AdventureChatArgument net.kyori.adventure.text.Component AdventureChatColorArgument net.kyori.adventure.text.format.NamedTextColor AdventureChatComponentArgument net.kyori.adventure.text.Component AxisArgument java.util.EnumSet BiomeArgument org.bukkit.block.Biome BiomeArgument.NamespacedKey org.bukkit.NamespacedKey BlockPredicateArgument java.util.function.Predicate  BlockStateArgument org.bukkit.block.data.BlockData BooleanArgument boolean ChatArgument net.md_5.bungee.api.chat.BaseComponent[] ChatColorArgument org.bukkit.ChatColor ChatComponentArgument net.md_5.bungee.api.chat.BaseComponent[] CommandArgument dev.jorel.commandapi.wrappers.CommandResult CustomArgument T DoubleArgument double EnchantmentArgument org.bukkit.enchantments.Enchantment EntitySelectorArgument.ManyEntities Collection EntitySelectorArgument.ManyPlayers Collection EntitySelectorArgument.OneEntity org.bukkit.entity.Entity EntitySelectorArgument.OnePlayer org.bukkit.entity.Player EntityTypeArgument org.bukkit.entity.EntityType FloatArgument float FloatRangeArgument dev.jorel.commandapi.wrappers.FloatRange FunctionArgument dev.jorel.commandapi.wrappers.FunctionWrapper[] GreedyStringArgument String IntegerArgument int IntegerRangeArgument dev.jorel.commandapi.wrappers.IntegerRange ItemStackArgument org.bukkit.inventory.ItemStack ItemStackPredicateArgument java.util.function.Predicate  ListArgument java.util.Collection LiteralArgument N/A Location2DArgument dev.jorel.commandapi.wrappers.Location2D LocationArgument org.bukkit.Location LongArgument long LootTableArgument org.bukkit.loot.LootTable MapArgument java.util.LinkedHashMap MathOperationArgument dev.jorel.commandapi.wrappers.MathOperation MultiLiteralArgument String NamespacedKeyArgument org.bukkit.NamespacedKey NBTCompoundArgument The cast type changes depending on whether you're shading the CommandAPI or using the CommandAPI as a plugin:Shading:T (implemented yourself)Plugin:dev.jorel.commandapi.nbtapi.NBTContainer ObjectiveArgument org.bukkit.scoreboard.Objective ObjectiveCriteriaArgument String OfflinePlayerArgument org.bukkit.OfflinePlayer ParticleArgument dev.jorel.commandapi.wrappers.ParticleData PlayerArgument org.bukkit.entity.Player PotionEffectArgument org.bukkit.potion.PotionEffectType PotionEffectArgument.NamespacedKey org.bukkit.NamespacedKey RecipeArgument The cast type changes depending on your Minecraft version:Version 1.14.4 and below:org.bukkit.inventory.Recipe1.15 and above:org.bukkit.inventory.ComplexRecipe RotationArgument dev.jorel.commandapi.wrappers.Rotation ScoreboardSlotArgument dev.jorel.commandapi.wrappers.ScoreboardSlot ScoreHolderArgument.Single String ScoreHolderArgument.Multiple Collection SoundArgument org.bukkit.Sound SoundArgument.NamespacedKey org.bukkit.NamespacedKey StringArgument String TeamArgument org.bukkit.scoreboard.Team TextArgument String TimeArgument int UUIDArgument java.util.UUID WorldArgument org.bukkit.World","breadcrumbs":"Command arguments » Argument Casting","id":"132","title":"Argument Casting"},"133":{"body":"The CommandArguments class was introduced in CommandAPI 9.0.0 and provides a much more powerful way of accessing arguments than just an array of arguments which existed until 9.0.0. While the argument array just gives the possibility to access the arguments via the array notation (args[0]), the CommandArguments class offers much more, including: Access the inner structure directly Access arguments Access raw arguments Access unsafe arguments Access safe arguments","breadcrumbs":"Command arguments » CommandArguments » CommandArguments","id":"133","title":"CommandArguments"},"134":{"body":"To access the inner structure of the CommandArguments class directly, it provides various methods which you can learn about below: Get the argument array Object[] args(); This returns the array of arguments as defined when creating your command. Get the arguments mapped to their node name Map argsMap(); This returns an unmodifiable map which contains the arguments mapped to their node names. Get the raw argument array String[] rawArgs(); This returns the array of raw arguments. An explanation of what raw arguments are can be found in the section about accessing raw arguments . Get the raw arguments mapped to their node name Map rawArgsMap(); This returns an unmodifiable map which contains the raw arguments mapped to their node names. An explanation of what raw arguments are can be found in the section about accessing raw arguments . Other useful methods String fullInput(); // Returns the full command input (including the / character)\nint count(); // Returns the amount of arguments","breadcrumbs":"Command arguments » CommandArguments » Access the inner structure directly","id":"134","title":"Access the inner structure directly"},"135":{"body":"The CommandArguments class provides its arguments in a way similar to how a List or Map let you access their contents. When using these methods, you need to cast the arguments to their respective type. The CommandArguments class also provides a way to access unsafe arguments . You can choose to access arguments by their node name or by their index.","breadcrumbs":"Command arguments » CommandArguments » Access arguments","id":"135","title":"Access arguments"},"136":{"body":"Accessing arguments by their node name is the recommended way of accessing arguments. There are four methods you can use to access arguments by their node name: Object get(String nodeName);\nObject getOrDefault(String nodeName, Object defaultValue);\nObject getOrDefault(String nodeName, Supplier defaultValue);\nOptional getOptional(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by node name","id":"136","title":"Access arguments by node name"},"137":{"body":"Accessing arguments by their index is the original way of accessing arguments. However, we recommend to access arguments by node name . Similar to the four methods of accessing arguments by their node name, there also are four methods you can use to access arguments by their index: Object get(int index);\nObject getOrDefault(int index, Object defaultValue);\nObject getOrDefault(int index, Supplier defaultValue);\nOptional getOptional(int index);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by index","id":"137","title":"Access arguments by index"},"138":{"body":"To demonstrate the different ways of accessing arguments, we want to register a command /mycommand like this: /mycommand \n/mycommand \n/mycommand \n/mycommand This is how these commands are implemented: new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"name\")) .withArguments(new IntegerArgument(\"amount\")) .withOptionalArguments(new PlayerArgument(\"player\")) .withOptionalArguments(new PlayerArgument(\"target\")) .withOptionalArguments(new GreedyStringArgument(\"message\")) .executesPlayer((player, args) -> { String name = (String) args.get(0); // Access arguments by index int amount = (int) args.get(\"amount\"); // Access arguments by node name Player p = (Player) args.getOrDefault(\"player\", player); // Access arguments using the getOrDefault(String, Object) method Player target = (Player) args.getOrDefault(\"target\", () -> player); // Access arguments using the getOrDefault(String, Supplier) method String message = (String) args.getOptional(\"message\").orElse(\"Hello!\"); // Access arguments using the getOptional(String) method // Do whatever with these values }) .register(); CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"name\")) .withArguments(IntegerArgument(\"amount\")) .withOptionalArguments(PlayerArgument(\"player\")) .withOptionalArguments(PlayerArgument(\"target\")) .withOptionalArguments(GreedyStringArgument(\"message\")) .executesPlayer(PlayerCommandExecutor { player, args -> val name = args[0] as String // Access arguments by index val amount = args[\"amount\"] as Int // Access arguments by node name val p = args.getOrDefault(\"player\", player) as Player // Access arguments using the getOrDefault(String, Object) method val target = args.getOrDefault(\"target\") { player } as Player // Access arguments using the getOrDefault(String, Supplier) method val message = args.getOptional(\"message\").orElse(\"Hello!\") as String // Access arguments using the getOptional(String) method // Do whatever with these values }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access arguments by node name and index","id":"138","title":"Example - Access arguments by node name and index"},"139":{"body":"A \"raw argument\" is the String form of an argument as written in a command. For example: A user defines a command /mycommand that accepts a double as the first argument and an entity selector as the second argument. It could be executed with the values 15.3 as the double value and @e as the entity selector: /mycommand 15.3 @e When accessing the raw arguments of this command there are 15.3 and @e available as Strings. However, when accessing the arguments of this command there is 15.3 available as double and @e available as Collection. Raw arguments are accessed basically the same way you would access arguments . You can access them by their node name and their index in the argument array.","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments","id":"139","title":"Access raw arguments"},"14":{"body":"Developer's Note: SoundArguments written for 8.6.0 are incompatible with this update! Other significant changes to ScoreHolderArgument and EntitySelectorArgument were made in this update. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Updated Biome arguments to allow for NamespacedKey objects Updated Sound arguments with the new NamespacedKey constructor Updated Scoreboard arguments with the new Single and Multiple constructors Updated Entity & player arguments to include the new OneEntity, ManyEntities, OnePlayer and ManyPlayers constructors","breadcrumbs":"Introduction » Documentation changes 8.6.0 \\(\\rightarrow\\) 8.7.0","id":"14","title":"Documentation changes 8.6.0 \\(\\rightarrow\\) 8.7.0"},"140":{"body":"Accessing raw arguments by their node name is the recommended way of doing it. To access raw arguments by their node name, you can use these methods: String getRaw(String nodeName);\nString getOrDefaultRaw(String nodeName, String defaultValue);\nString getOrDefaultRaw(String nodeName, Supplier defaultValue);\nOptional getRawOptional(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments by node name","id":"140","title":"Access raw arguments by node name"},"141":{"body":"Of course, if you don't want to access raw arguments by their node name, we also provide the option to access them by index with these methods: String getRaw(int index);\nString getOrDefaultRaw(int index, String defaultValue);\nString getOrDefaultRaw(int index, Supplier defaultValue);\nOptional getRawOptional(int index);","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments by index","id":"141","title":"Access raw arguments by index"},"142":{"body":"To demonstrate how to access raw arguments, we are going to implement the /mycommand again, this time with the following syntax: /mycommand We want to find out which entity selector is being used when the command is executed. new CommandAPICommand(\"mycommand\") .withArguments(new EntitySelectorArgument.ManyEntities(\"entities\")) .executesPlayer((player, args) -> { String entitySelector = args.getRaw(\"entities\"); // Access the raw argument with getRaw(String) // Do whatever with the entity selector }) .register(); CommandAPICommand(\"mycommand\") .withArguments(EntitySelectorArgument.ManyEntities(\"entities\")) .executesPlayer(PlayerCommandExecutor { player, args -> val entitySelector = args.getRaw(\"entities\")!! // Access the raw argument with getRaw(String) // Do whatever with the entity selector }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access raw arguments by node name and index","id":"142","title":"Example - Access raw arguments by node name and index"},"143":{"body":"When accessing arguments you need to cast the Object returned by these methods to the type the argument returns. More about casting arguments here . Unsafe arguments provide the ability to access an argument without needing to cast it to the argument's type. When not using unsafe arguments, your code looks like this: String name = (String) args.get(\"name\"); When using unsafe arguments you can make your code look like this: String name = args.getUnchecked(\"name\"); Unsafe arguments can also be accessed by their node names and their indices.","breadcrumbs":"Command arguments » CommandArguments » Access unsafe arguments","id":"143","title":"Access unsafe arguments"},"144":{"body":"Unsafe arguments can also be accessed by node name which, again, is the recommended way of doing it. Use these methods when accessing unsafe arguments by their node name: T getUnchecked(String nodeName);\nT getOrDefaultUnchecked(String nodeName, T defaultValue);\nT getOrDefaultUnchecked(String nodeName, Supplier defaultValue);\nOptional getOptionalUnchecked(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by node name","id":"144","title":"Access arguments by node name"},"145":{"body":"If you want to access unsafe arguments by index, you can do that by using these methods: T getUnchecked(int index);\nT getOrDefaultUnchecked(int index, T defaultValue);\nT getOrDefaultUnchecked(int index, Supplier defaultValue);\nOptional getOptionalUnchecked(int index);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by index","id":"145","title":"Access arguments by index"},"146":{"body":"Finally, we want to implement the /mycommand again. This time we use this syntax: /mycommand Here, we don't actually want to cast the argument, so we use unsafe arguments to remove that cast: new CommandAPICommand(\"mycommand\") .withArguments(new PlayerArgument(\"player\")) .executesPlayer((player, args) -> { Player p = args.getUnchecked(\"player\"); // Do whatever with the player }) .register(); CommandAPICommand(\"mycommand\") .withArguments(PlayerArgument(\"player\")) .executesPlayer(PlayerCommandExecutor { player, args -> val p: Player = args.getUnchecked(\"player\")!! // Do whatever with the player }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access unsafe arguments by node name and index","id":"146","title":"Example - Access unsafe arguments by node name and index"},"147":{"body":"Developer's Note: The following methods cannot be used to access a value returned by a CustomArgument as its return type depends on the base argument for it. Lastly, the CommandArguments class offers you a way to access your arguments in a more safe way by using internal casts. Again, methods are offered to access arguments by their index or their node name: T getByClass(String nodeName, Class argumentType);\nT getByClassOrDefault(String nodeName, Class argumentType, T defaultValue);\nT getOptionalByClass(String nodeName, Class argumentType);\nT getByClass(int index, Class argumentType);\nT getByClassOrDefault(int index, Class argumentType, T defaultValue);\nT getOptionalByClass(int index, Class argumentType); Compared to the other methods the CommandArguments class offers, these methods take an additional parameter of type Class where T is the return type of the argument with the given node name or index. For example, say you declared a new StringArgument(\"value\") and you now want to access the return value of this argument using safe casting. This would be done as follows: String value = args.getByClass(\"value\", String.class); val value = args.getByClass(\"value\", String::class.java)","breadcrumbs":"Command arguments » CommandArguments » Access safe arguments","id":"147","title":"Access safe arguments"},"148":{"body":"Finally, there is one more, even safer way of accessing safe arguments: by using an argument instance: T getByArgument(Argument argumentType);\nT getByArgumentOrDefault(Argument argumentType, T defaultValue);\nT getOptionalByArgument(Argument argumentType); However, while safer, this also introduces the need to first initialize your arguments before you can start implementing your command. To visualize this, we want to implement the command from Access arguments by node name and index again, but this time using safe arguments with an argument instance:","breadcrumbs":"Command arguments » CommandArguments » Access safe arguments using an argument instance","id":"148","title":"Access safe arguments using an argument instance"},"149":{"body":"StringArgument nameArgument = new StringArgument(\"name\");\nIntegerArgument amountArgument = new IntegerArgument(\"amount\");\nPlayerArgument playerArgument = new PlayerArgument(\"player\");\nPlayerArgument targetArgument = new PlayerArgument(\"target\");\nGreedyStringArgument messageArgument = new GreedyStringArgument(\"message\"); new CommandAPICommand(\"mycommand\") .withArguments(nameArgument) .withArguments(amountArgument) .withOptionalArguments(playerArgument) .withOptionalArguments(targetArgument) .withOptionalArguments(messageArgument) .executesPlayer((player, args) -> { String name = args.getByArgument(nameArgument); int amount = args.getByArgument(amountArgument); Player p = args.getByArgumentOrDefault(playerArgument, player); Player target = args.getByArgumentOrDefault(targetArgument, player); String message = args.getOptionalByArgument(messageArgument).orElse(\"Hello!\"); // Do whatever with these values }) .register(); val nameArgument = StringArgument(\"name\")\nval amountArgument = IntegerArgument(\"amount\")\nval playerArgument = PlayerArgument(\"player\")\nval targetArgument = PlayerArgument(\"target\")\nval messageArgument = GreedyStringArgument(\"message\") CommandAPICommand(\"mycommand\") .withArguments(nameArgument) .withArguments(amountArgument) .withOptionalArguments(playerArgument) .withOptionalArguments(targetArgument) .withOptionalArguments(messageArgument) .executesPlayer(PlayerCommandExecutor { player, args -> val name: String = args.getByArgument(nameArgument)!! val amount: Int = args.getByArgument(amountArgument)!! val p: Player = args.getByArgumentOrDefault(playerArgument, player) val target: Player = args.getByArgumentOrDefault(targetArgument, player) val message: String = args.getOptionalByArgument(messageArgument).orElse(\"Hello!\") // Do whatever with these values }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access safe arguments using an argument instance","id":"149","title":"Example - Access safe arguments using an argument instance"},"15":{"body":"Greatly improved the format and documentation for Configuration for server owners Adds a Kotlin tab to all Java code blocks which displays the equivalent code, but in Kotlin Adds the new Command arguments section Adds the new World arguments section Mentions the new LiteralArgument.of() and LiteralArgument.literal() methods in Literal arguments Adds a really cool new example to the Brigadier Suggestions page Updated various sections (a summary of this can be found in the Upgrading guide ): Update List arguments to include the new buildGreedy() and buildText() methods Update Handling command failures with new methods Update Argument suggestions with tooltips with new tooltip methods for formatting text Update Sound arguments with support for namespaced keys Adds documentation for Kotlin-based commands using the Kotlin DSL Update the Afterword , giving special credits to some very special contributors!","breadcrumbs":"Introduction » Documentation changes 8.5.1 \\(\\rightarrow\\) 8.6.0","id":"15","title":"Documentation changes 8.5.1 \\(\\rightarrow\\) 8.6.0"},"150":{"body":"Sometimes, you want to implement a command that has arguments that do not need to be entered. Take a /sayhi command for example. You may want to say \"Hi\" to yourself, or to another player. For that, we want this command syntax: /sayhi - Says \"Hi!\" to yourself\n/sayhi - Says \"Hi!\" to a target player To implement these commands, the CommandAPI provides two methods to help you with that: Argument withOptionalArguments(List> args);\nArgument withOptionalArguments(Argument... args);","breadcrumbs":"Command arguments » Optional arguments » Optional Arguments","id":"150","title":"Optional Arguments"},"151":{"body":"For example, say we're registering a command /sayhi: /sayhi - Says \"Hi!\" to yourself\n/sayhi - Says \"Hi!\" to a target player For that, we are going to register a command /sayhi. To add optional arguments, we are going to use the withOptionalArguments(Argument... args) method: new CommandAPICommand(\"sayhi\") .withOptionalArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); if (target != null) { target.sendMessage(\"Hi!\"); } else { player.sendMessage(\"Hi!\"); } }) .register(); CommandAPICommand(\"sayhi\") .withOptionalArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target: Player? = args[\"target\"] as Player? if (target != null) { target.sendMessage(\"Hi!\") } else { player.sendMessage(\"Hi!\") } }) .register() commandAPICommand(\"sayhi\") { playerArgument(\"target\", optional = true) playerExecutor { player, args -> val target: Player? = args[\"target\"] as Player? if (target != null) { target.sendMessage(\"Hi!\") } else { player.sendMessage(\"Hi!\") } }\n} This gives us the ability to run both /sayhi and /sayhi with the same command name \"sayhi\", but have different results based on the arguments used. You can notice two things: We use the withOptionalArguments method to add an optional argument to a command We use args.get(\"target\") to get our player out of the arguments With optional arguments, there is a possibility of them being not present in the arguments of a command. The reason we use args.get(\"target\") is that this will just return null and you can handle what should happen.","breadcrumbs":"Command arguments » Optional arguments » Example - /sayhi command with an optional argument","id":"151","title":"Example - /sayhi command with an optional argument"},"152":{"body":"In order to set arguments as optional the CommandAPI has the method setOptional(boolean): Argument setOptional(boolean optional); When using the withOptionalArguments method it might be interesting to know that it calls the setOptional() method internally. This means that the following two examples are identical: new CommandAPICommand(\"optional\") .withOptionalArguments(new PlayerArgument(\"target\")) new CommandAPICommand(\"optional\") .withArguments(new PlayerArgument(\"target\").setOptional(true)) However, calling withOptionalArguments is safer because it makes sure that the argument is optional because of that internal call.","breadcrumbs":"Command arguments » Optional arguments » Setting existing arguments as optional arguments","id":"152","title":"Setting existing arguments as optional arguments"},"153":{"body":"Previously, we've looked at how to handle null values. To make all of this easier, the CommandAPI implements multiple additional methods for CommandArguments : Object getOrDefault(int index, Object defaultValue);\nObject getOrDefault(int index, Supplier defaultValue);\nObject getOrDefault(String nodeName, Object defaultValue);\nObject getOrDefault(String nodeName, Supplier defaultValue);\nOptional getOptional(int index)\nOptional getOptional(String nodeName) The examples will be using the getOptional methods but there is no downside of using the getOrDefault methods.","breadcrumbs":"Command arguments » Optional arguments » Avoiding null values","id":"153","title":"Avoiding null values"},"154":{"body":"Let's register the /sayhi command from above a second time - this time using a getOptional method. We are using the exact same command syntax: /sayhi - Says \"Hi!\" to yourself\n/sayhi - Says \"Hi!\" to a target player This is how the getOptional method is being implemented: new CommandAPICommand(\"sayhi\") .withOptionalArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.getOptional(\"target\").orElse(player); target.sendMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"sayhi\") .withOptionalArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target: Player = args.getOptional(\"target\").orElse(player) as Player target.sendMessage(\"Hi!\") }) .register() commandAPICommand(\"sayhi\") { playerArgument(\"target\", optional = true) playerExecutor { player, args -> val target: Player = args.getOptional(\"target\").orElse(player) as Player target.sendMessage(\"Hi!\") }\n}","breadcrumbs":"Command arguments » Optional arguments » Example - /sayhi command while using the getOptional method","id":"154","title":"Example - /sayhi command while using the getOptional method"},"155":{"body":"We've now talked about how to implement optional arguments and how to avoid null values returned by optional arguments when they aren't provided when executing the command. Now we also want to talk about how to implement required arguments after optional arguments. For this, the CommandAPI implements a combineWith method for arguments: AbstractArgument combineWith(Argument... combinedArguments); You will need to use this method if you want to have a required argument after an optional argument. In general, this is which pattern the CommandAPI follows while dealing with optional arguments: You have a CommandAPICommand and you add arguments to it. After your required arguments, you can provide optional arguments. At this point your command is basically done. Any attempt to add a required argument will result in an OptionalArgumentException. However, this is where the combineWith method comes in. This method allows you to combine arguments. Let's say you have an optional StringArgument (here simplified to A) and you want a required PlayerArgument (here simplified to B). Argument B should only be required if argument A is given. To implement that logic, we are going to use the combineWith method so that we have this syntax: A.combineWith(B) This does two things: When checking optional argument constraints the argument B will be ignored so the OptionalArgumentException will not be thrown It allows you to define additional optional arguments afterwards which can only be entered if argument B has been entered This is how you would add another optional PlayerArgument (here simplified to C): new CommandAPICommand(\"mycommand\") .withOptionalArguments(A.combineWith(B)) .withOptionalArguments(C) Let's say you declare your arguments like this: new CommandAPICommand(\"mycommand\") .withOptionalArguments(A.combineWith(B)) .withArguments(C) This would result in an OptionalArgumentException because you are declaring a required argument after an optional argument without creating that exception for argument C like you do for argument B.","breadcrumbs":"Command arguments » Optional arguments » Implementing required arguments after optional arguments","id":"155","title":"Implementing required arguments after optional arguments"},"156":{"body":"We want to register a command /rate with the following syntax: /rate - Sends an information message\n/rate - Rates a topic with a rating and sends a message to the command sender\n/rate - Rates a topic with a rating and sends a message to the target To implement that structure we make use of the combineWith method to make the argument after the optional argument required: new CommandAPICommand(\"rate\") .withOptionalArguments(new StringArgument(\"topic\").combineWith(new IntegerArgument(\"rating\", 0, 10))) .withOptionalArguments(new PlayerArgument(\"target\")) .executes((sender, args) -> { String topic = (String) args.get(\"topic\"); if(topic == null) { sender.sendMessage( \"Usage: /rate (optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ); return; } // We know this is not null because rating is required if topic is given int rating = (int) args.get(\"rating\"); // The target player is optional, so give it a default here CommandSender target = (CommandSender) args.getOptional(\"target\").orElse(sender); target.sendMessage(\"Your \" + topic + \" was rated: \" + rating + \"/10\"); }) .register(); CommandAPICommand(\"rate\") .withOptionalArguments(StringArgument(\"topic\").combineWith(IntegerArgument(\"rating\", 0, 10))) .withOptionalArguments(PlayerArgument(\"target\")) .executes(CommandExecutor { sender, args -> val topic: String? = args[\"topic\"] as String? if (topic == null) { sender.sendMessage( \"Usage: /rate (optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ) return@CommandExecutor } // We know this is not null because rating is required if topic is given val rating = args[\"rating\"] as Int // The target player is optional, so give it a default here val target: CommandSender = args.getOptional(\"target\").orElse(sender) as CommandSender target.sendMessage(\"Your $topic was rated: $rating/10\") }) .register() commandAPICommand(\"rate\") { argument(StringArgument(\"topic\").setOptional(true).combineWith(IntegerArgument(\"rating\", 0, 10))) playerArgument(\"target\", optional = true) anyExecutor { sender, args -> val topic: String? = args[\"topic\"] as String? if (topic == null) { sender.sendMessage( \"Usage: /rate (optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ) return@anyExecutor } // We know this is not null because rating is required if topic is given val rating = args[\"rating\"] as Int // The target player is optional, so give it a default here val target: CommandSender = args.getOptional(\"target\").orElse(sender) as CommandSender target.sendMessage(\"Your $topic was rated: $rating/10\") }\n}","breadcrumbs":"Command arguments » Optional arguments » Example - Required arguments after optional arguments","id":"156","title":"Example - Required arguments after optional arguments"},"157":{"body":"Arguments have a setting which determine whether or not they are present in the CommandArguments args that is populated when executing a command. By default, the LiteralArgument has this setting set to false, hence the literal values are not present in the CommandArguments args . This flag is set using the following function: Argument setListed(boolean listed);","breadcrumbs":"Command arguments » Listed arguments » Listed arguments","id":"157","title":"Listed arguments"},"158":{"body":"Say we have the following command: /mycommand Let's also say that in our implementation of this command, we don't actually perform any processing for . Hence, listing it in the CommandArguments args is unnecessary. new CommandAPICommand(\"mycommand\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new IntegerArgument(\"value\").setListed(false)) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { // args == [player, message] Player player = (Player) args.get(\"player\"); String message = (String) args.get(\"message\"); // Note that the IntegerArgument is not available in the CommandArguments player.sendMessage(message); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(PlayerArgument(\"player\")) .withArguments(IntegerArgument(\"value\").setListed(false)) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> // args == [player, message] val player = args[\"player\"] as Player val message = args[\"message\"] as String // Note that the IntegerArgument is not available in the CommandArguments player.sendMessage(message) }) .register() In this scenario, the argument is not present in the CommandArguments args for the executor.","breadcrumbs":"Command arguments » Listed arguments » Example - Setting listed arguments","id":"158","title":"Example - Setting listed arguments"},"159":{"body":"Sometimes, you want to modify the list of suggestions that are provided by an argument. To handle this, CommandAPI arguments have two methods: Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); The replaceSuggestions method replaces all suggestions with the provided list of suggestions, whereas the includeSuggestions method will include the provided suggestions with the suggestions already present by the argument. Because argument suggestions are arguably the most powerful feature that the CommandAPI offers, I've split this section into a number of subsections. To give an overview on what CommandAPI argument suggestions can do: Provide a list of suggestions Provide a list of suggestions depending on the command sender Provide a list of suggestions based on what the player has already typed in the command Provide a list of suggestions asynchronously Provide a list of suggestions with tooltips to guide users on what certain suggestions do Append suggestions to an existing list of suggestions","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions","id":"159","title":"Argument suggestions"},"16":{"body":"Update Brigadier + CommandAPI with function parameter changes. See Upgrading for more info.","breadcrumbs":"Introduction » Documentation changes 8.5.0 \\(\\rightarrow\\) 8.5.1","id":"16","title":"Documentation changes 8.5.0 \\(\\rightarrow\\) 8.5.1"},"160":{"body":"The two methods above require an ArgumentSuggestions object, which is a functional interface that takes in a SuggestionInfo record and the current Brigadier SuggestionsBuilder and returns a CompletableFuture object. This may sound a bit complicated, but this allows you to implement very powerful suggestions using a combination of the CommandAPI and raw Brigadier API methods. More information about using Brigadier-level suggestions can be found in the brigadier suggestions section. To simplify this, the CommandAPI provides a number of methods to generate suggestions: ArgumentSuggestions strings(String... suggestions);\nArgumentSuggestions strings(Function suggestions);\nArgumentSuggestions stringsAsync(Function> suggestions); ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);\nArgumentSuggestions stringsWithTooltips(Function suggestions);\nArgumentSuggestions stringsWithTooltipsAsync(Function> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » The ArgumentSuggestions interface","id":"160","title":"The ArgumentSuggestions interface"},"161":{"body":"Argument suggestion methods can accept a function which takes in a SuggestionsInfo object and returns a suitable format for suggestions. The SuggestionInfo class is a record which contains the following methods: public record SuggestionInfo { CommandSender sender(); CommandArguments previousArgs(); String currentInput(); String currentArg();\n} These methods can be used to aid with providing context-aware suggestions for users. The fields are as follows: CommandSender sender(); sender() represents the command sender which is typing this command and requesting these suggestions. This is normally a Player, but can also be a console command sender if using a Paper server. CommandArguments previousArgs(); previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. See this example on the string argument suggestions page for an idea of how to utilize this field. String currentInput(); currentInput() represents the current input that the command sender has entered. This is effectively everything that they have typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of currentInput() would be \"/mycommand hellowor\". String currentArg(); currentArg() represents the current text which the command sender has entered for the argument which you're trying to provide suggestions for. If a user is typing /mycommand hellowor¦, the result of currentArg() would be \"hellowor\".","breadcrumbs":"Command arguments » Argument suggestions » The SuggestionsInfo record » The SuggestionsInfo record","id":"161","title":"The SuggestionsInfo record"},"162":{"body":"","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » String argument suggestions","id":"162","title":"String argument suggestions"},"163":{"body":"The first method, replaceSuggestions(ArgumentSuggestions suggestions), allows you to replace the suggestions normally associated with that argument. This can be replaced with an array of strings by using the strings(String... suggestions) method.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions with a String Array","id":"163","title":"Suggestions with a String Array"},"164":{"body":"Say we're creating a plugin with the ability to teleport to different warps on the server. If we were to retrieve a list of warps, we would be able to replace the suggestions of a typical StringArgument to teleport to that warp. Let's create a command with the following syntax: /warp We then implement our warp teleporting command using replaceSuggestions() on the StringArgument to provide a list of warps to teleport to: List> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings( \"northland\", \"eastland\", \"southland\", \"westland\"\n))); new CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer((player, args) -> { String warp = (String) args.get(\"world\"); player.teleport(warps.get(warp)); // Look up the warp in a map, for example }) .register(); val arguments = listOf>( StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings( \"northland\", \"eastland\", \"southland\", \"westland\" ))\n) CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val warp = args[\"world\"] as String player.teleport(warps[warp]!!) // Look up the warp in a map, for example }) .register() The second method, includeSuggestions(ArgumentSuggestions suggestions), allows you to include additional suggestions in combination with the list of existing suggestions for a command.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Teleport to worlds by replacing suggestions","id":"164","title":"Example - Teleport to worlds by replacing suggestions"},"165":{"body":"The strings(Function suggestions) method in ArgumentSuggestions allows you to modify suggestions normally associated with that argument with an array of strings that are evaluated dynamically using information about the command sender, using the sender() method.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions depending on a command sender","id":"165","title":"Suggestions depending on a command sender"},"166":{"body":"Say you have a plugin which has a \"friend list\" for players. If you want to teleport to a friend in that list, you could use a PlayerArgument, which has the list of suggestions replaced with the list of friends that that player has. Since the list of friends depends on the sender , we can use the function to determine what our suggestions should be. Let's use the following command to teleport to a friend from our friend list: /friendtp Let's say we have a simple class to get the friends of a command sender: public class Friends { static Map friendsMap = new HashMap<>(); public static String[] getFriends(CommandSender sender) { if (sender instanceof Player player) { // Look up friends in a database or file return friendsMap.get(player.getUniqueId()); } else { return new String[0]; } }\n} class Friends { companion object { val friends = mutableMapOf>() fun getFriends(sender: CommandSender): Array { if (sender is Player) { // Look up friends in a database or file return friends[sender.uniqueId]!! } else { return arrayOf() } } } } We can then use this to generate our suggested list of friends: List> arguments = new ArrayList<>();\narguments.add(new PlayerArgument(\"friend\").replaceSuggestions(ArgumentSuggestions.strings(info -> Friends.getFriends(info.sender())\n))); new CommandAPICommand(\"friendtp\") .withArguments(arguments) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"friend\"); player.teleport(target); }) .register(); val arguments = listOf>( PlayerArgument(\"friend\").replaceSuggestions(ArgumentSuggestions.strings { info -> Friends.getFriends(info.sender()) } )\n) CommandAPICommand(\"friendtp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"friend\"] as Player player.teleport(target) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Friend list by replacing suggestions","id":"166","title":"Example - Friend list by replacing suggestions"},"167":{"body":"The strings(Function) method also has the capability to suggest arguments based on the values of previously inputted arguments, using the previousArgs() method in SuggestionInfo. This previousArgs() method returns a list of previous arguments which are parsed exactly like any regular CommandAPI command argument. Note: The ability to use previously declared arguments does not work via redirects . This means that any command that comes before it that leads into a command that uses suggestions depending on previous arguments will not work. For example, if we had a command /mycommand and ran it as normal, it would work as normal: /mycommand arg1 arg2 arg3 However, if we redirect execution via the /execute command to have the following: /execute run mycommand This won't work, because we make use of a redirect: \\(\\texttt{/execute run} \\xrightarrow{redirect} \\texttt{mycommand arg1 arg2 arg3}\\) It is not possible to access the CommandArguments of previously declared arguments. If a command occurs via a redirect, the CommandArguments of previously declared arguments will be null .","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions depending on previous arguments","id":"167","title":"Suggestions depending on previous arguments"},"168":{"body":"Say we wanted to create a command that lets you send a message to a specific player in a given radius. (This is a bit of a contrived example, but let's roll with it) . To do this, we'll use the following command syntax: /localmsg When run, this command will send a message to a target player within the provided radius. To help identify which players are within a radius, we can replace the suggestions on the argument to include a list of players within the provided radius. We do this with the following code: // Declare our arguments as normal\nList> commandArgs = new ArrayList<>();\ncommandArgs.add(new IntegerArgument(\"radius\")); // Replace the suggestions for the PlayerArgument.\n// info.sender() refers to the command sender that is running this command\n// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)\ncommandArgs.add(new PlayerArgument(\"target\").replaceSuggestions(ArgumentSuggestions.strings(info -> { // Cast the first argument (radius, which is an IntegerArgument) to get its value int radius = (int) info.previousArgs().get(\"radius\"); // Get nearby entities within the provided radius Player player = (Player) info.sender(); Collection entities = player.getWorld().getNearbyEntities(player.getLocation(), radius, radius, radius); // Get player names within that radius return entities.stream() .filter(e -> e.getType() == EntityType.PLAYER) .map(Entity::getName) .toArray(String[]::new);\n})));\ncommandArgs.add(new GreedyStringArgument(\"message\")); // Declare our command as normal\nnew CommandAPICommand(\"localmsg\") .withArguments(commandArgs) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); String message = (String) args.get(\"message\"); target.sendMessage(message); }) .register(); // Declare our arguments as normal\nval commandArgs = mutableListOf>()\ncommandArgs.add(IntegerArgument(\"radius\")) // Replace the suggestions for the PlayerArgument.\n// info.sender() refers to the command sender that is running this command\n// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)\ncommandArgs.add(PlayerArgument(\"target\").replaceSuggestions(ArgumentSuggestions.strings { info: SuggestionInfo -> // Cast the first argument (radius, which is an IntegerArgument) to get its value val radius = (info.previousArgs()[\"radius\"] as Int).toDouble() // Get nearby entities within the provided radius val player = info.sender() as Player val entities = player.world.getNearbyEntities(player.location, radius, radius, radius) // Get player names within that radius entities .filter { it.type == EntityType.PLAYER } .map { it.name } .toTypedArray()\n}))\ncommandArgs.add(GreedyStringArgument(\"message\")) // Declare our command as normal\nCommandAPICommand(\"localmsg\") .withArguments(*commandArgs.toTypedArray()) .executesPlayer(PlayerCommandExecutor { _, args -> val target = args[\"target\"] as Player val message = args[\"message\"] as String target.sendMessage(message) }) .register() As shown in this code, we use the previousArgs() method access the previously declared arguments. In this example, info.previousArgs() will be { int }, where this int refers to the radius. Note how this object array only has the previously declared arguments (and not for example { int, Player, String }).","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Sending a message to a nearby player","id":"168","title":"Example - Sending a message to a nearby player"},"169":{"body":"So far, we've covered how to replace suggestions using the replaceSuggestions() method. The issue with using strings for suggestion listings is that they are prone to errors - it is possible to suggest something which is not actually a valid argument, which makes that suggestion unusable. As a result, some arguments include the replaceSafeSuggestions(), which provides type-safety checks for argument suggestions, as well as automatic \"Bukkit-to-suggestion\" conversion. The whole point of the safe argument suggestions method is that parameters entered in this method are guaranteed to work. The use of the safe replace suggestions function is the same as replaceSuggestions() from the previous section, except instead of returning a String[], you now return a T[], where T is the class corresponding to the argument. This is described in more detail in the table below. Argument replaceSafeSuggestions(SafeSuggestions suggestions);\nArgument includeSafeSuggestions(SafeSuggestions suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safely typed argument suggestions","id":"169","title":"Safely typed argument suggestions"},"17":{"body":"Adds Chat preview section Adds Kotlin-DSL build.gradle.kts instructions for using the CommandAPI Adds CommandAPI.onDisable() method to Shading the CommandAPI in your plugins","breadcrumbs":"Introduction » Documentation changes 8.4.0 \\(\\rightarrow\\) 8.5.0","id":"17","title":"Documentation changes 8.4.0 \\(\\rightarrow\\) 8.5.0"},"170":{"body":"Similar to the ArgumentSuggestions interface , safe suggestions use the SafeSuggestions interface which is a functional interface that takes in a mapping function from an Object to a String and returns some ArgumentSuggestions which represent the argument's suggestions. Again, this is typically implemented for anyone that wants to use a more powerful suggestion system. As with ArgumentSuggestions, the CommandAPI provides some methods to generate safe suggestions: SafeSuggestions suggest(T... suggestions);\nSafeSuggestions suggest(Function suggestions);\nSafeSuggestions suggestAsync(Function> suggestions); SafeSuggestions tooltips(Tooltip... suggestions);\nSafeSuggestions tooltips(Function[]> suggestions);\nSafeSuggestions tooltipsAsync(Function[]>> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » The SafeSuggestions interface","id":"170","title":"The SafeSuggestions interface"},"171":{"body":"Not all arguments support safe suggestions. This is mostly due to implementation constraints or inadequate support by the Bukkit API. The list of supported arguments are displayed in the following table. The parameter T (shown in the method signatures above) are also provided for each argument. This parameter is the same as the cast argument described in Argument Casting , except for a few exceptions which are outlined in bold . Argument Class (T) AdvancementArgument org.bukkit.advancement.Advancement AxisArgument java.util.EnumSet BiomeArgument org.bukkit.block.Biome BooleanArgument Boolean ChatColorArgument org.bukkit.ChatColor DoubleArgument Double EnchantmentArgument org.bukkit.enchantments.Enchantment EntityTypeArgument org.bukkit.entity.EntityType FloatArgument Float FloatRangeArgument dev.jorel.commandapi.wrappers.FloatRange FunctionArgument org.bukkit.NamespacedKey GreedyStringArgument String IntegerArgument Integer IntegerRangeArgument dev.jorel.commandapi.wrappers.IntegerRange ItemStackArgument org.bukkit.inventory.ItemStack Location2DArgument dev.jorel.commandapi.wrappers.Location2D LocationArgument org.bukkit.Location LongArgument Long LootTableArgument org.bukkit.loot.LootTable MathOperationArgument dev.jorel.commandapi.wrappers.MathOperation NBTCompoundArgument de.tr7zw.nbtapi.NBTContainer ObjectiveArgument org.bukkit.scoreboard.Objective OfflinePlayerArgument org.bukkit.OfflinePlayer ParticleArgument org.bukkit.Particle PlayerArgument org.bukkit.entity.Player PotionEffectArgument org.bukkit.potion.PotionEffectType RecipeArgument org.bukkit.inventory.Recipe RotationArgument dev.jorel.commandapi.wrappers.Rotation ScoreboardSlotArgument dev.jorel.commandapi.wrappers.ScoreboardSlot SoundArgument org.bukkit.Sound TeamArgument org.bukkit.scoreboard.Team TimeArgument dev.jorel.commandapi.wrappers.Time WorldArgument org.bukkit.World","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Supported arguments","id":"171","title":"Supported arguments"},"172":{"body":"While most of the arguments are fairly straight forward, I'd like to bring your attention to the TimeArgument's safe suggestions function. This uses dev.jorel.commandapi.wrappers.Time as the class for T to ensure type-safety. The Time class has three static methods: Time ticks(int ticks);\nTime days(int days);\nTime seconds(int seconds); These create representations of ticks (e.g. 40t), days (e.g. 2d) and seconds (e.g. 60s) respectively.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe time arguments","id":"172","title":"Safe time arguments"},"173":{"body":"Although all safe arguments are indeed \"type-safe\", the function argument uses a NamespacedKey which cannot be checked fully at compile time. As a result, this is argument should be used with caution - providing a NamespacedKey suggestion that does not exist when the server is running will cause that command to fail if that suggestion is used.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe function arguments","id":"173","title":"Safe function arguments"},"174":{"body":"Scoreboard slots now include two new static methods so they can be used with safe arguments: ScoreboardSlot of(DisplaySlot slot);\nScoreboardSlot ofTeamColor(ChatColor color); This allows you to create ScoreboardSlot instances which can be used with the safe replace suggestions method.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe scoreboard slot arguments","id":"174","title":"Safe scoreboard slot arguments"},"175":{"body":"While this should be fairly straight forward, here's a few examples of how this can be used in practice:","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Examples","id":"175","title":"Examples"},"176":{"body":"Say we have a plugin that registers custom items which can be crafted. In this example, we use an \"emerald sword\" with a custom crafting recipe. Now say that we want to have a command that gives the player the item from our declared recipes, which will have the following syntax: /giverecipe To do this, we first register our custom items: // Create our itemstack\nItemStack emeraldSword = new ItemStack(Material.DIAMOND_SWORD);\nItemMeta meta = emeraldSword.getItemMeta();\nmeta.setDisplayName(\"Emerald Sword\");\nmeta.setUnbreakable(true);\nemeraldSword.setItemMeta(meta); // Create and register our recipe\nShapedRecipe emeraldSwordRecipe = new ShapedRecipe(new NamespacedKey(this, \"emerald_sword\"), emeraldSword);\nemeraldSwordRecipe.shape( \"AEA\", \"AEA\", \"ABA\"\n);\nemeraldSwordRecipe.setIngredient('A', Material.AIR);\nemeraldSwordRecipe.setIngredient('E', Material.EMERALD);\nemeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD);\ngetServer().addRecipe(emeraldSwordRecipe); // Omitted, more itemstacks and recipes // Create our itemstack\nval emeraldSword = ItemStack(Material.DIAMOND_SWORD)\nval meta = emeraldSword.itemMeta\nmeta?.setDisplayName(\"Emerald Sword\")\nmeta?.isUnbreakable = true\nemeraldSword.itemMeta = meta // Create and register our recipe\nval emeraldSwordRecipe = ShapedRecipe(NamespacedKey(this, \"emerald_sword\"), emeraldSword)\nemeraldSwordRecipe.shape( \"AEA\", \"AEA\", \"ABA\"\n)\nemeraldSwordRecipe.setIngredient('A', Material.AIR)\nemeraldSwordRecipe.setIngredient('E', Material.EMERALD)\nemeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD)\nserver.addRecipe(emeraldSwordRecipe) // Omitted, more itemstacks and recipes Once we've done that, we can now include them in our command registration. To do this, we use replaceSafeSuggestions(recipes) and then register our command as normal: // Safely override with the recipe we've defined\nList> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n))); // Register our command\nnew CommandAPICommand(\"giverecipe\") .withArguments(arguments) .executesPlayer((player, args) -> { Recipe recipe = (Recipe) args.get(\"recipe\"); player.getInventory().addItem(recipe.getResult()); }) .register(); // Safely override with the recipe we've defined\nval arguments = listOf>( RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest { arrayOf(emeraldSwordRecipe, /* Other recipes here */) })\n) // Register our command\nCommandAPICommand(\"giverecipe\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val recipe = args[\"recipe\"] as Recipe player.inventory.addItem(recipe.result) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Safe recipe arguments","id":"176","title":"Example - Safe recipe arguments"},"177":{"body":"Say we have a command to spawn mobs: /spawnmob Now say that we don't want non-op players to spawn bosses. To do this, we'll create a List which is the list of all mobs that non-ops are allowed to spawn: EntityType[] forbiddenMobs = new EntityType[] {EntityType.ENDER_DRAGON, EntityType.WITHER};\nList allowedMobs = new ArrayList<>(Arrays.asList(EntityType.values()));\nallowedMobs.removeAll(Arrays.asList(forbiddenMobs)); // Now contains everything except enderdragon and wither val forbiddenMobs = listOf(EntityType.ENDER_DRAGON, EntityType.WITHER)\nval allowedMobs = EntityType.values().toMutableList()\nallowedMobs.removeAll(forbiddenMobs) // Now contains everything except enderdragon and wither We then use our safe arguments to return an EntityType[] as the list of values that are suggested to the player. In this example, we use the sender() method to determine if the sender has permissions to view the suggestions: List> safeArguments = new ArrayList<>();\nsafeArguments.add(new EntityTypeArgument(\"mob\").replaceSafeSuggestions(SafeSuggestions.suggest( info -> { if (info.sender().isOp()) { // All entity types return EntityType.values(); } else { // Only allowedMobs return allowedMobs.toArray(new EntityType[0]); } })\n)); val safeArguments = listOf>( EntityTypeArgument(\"mob\").replaceSafeSuggestions(SafeSuggestions.suggest { info -> if (info.sender().isOp) { // All entity types EntityType.values() } else { // Only allowedMobs allowedMobs.toTypedArray() } } )\n) Now we register our command as normal: new CommandAPICommand(\"spawnmob\") .withArguments(safeArguments) .executesPlayer((player, args) -> { EntityType entityType = (EntityType) args.get(\"mob\"); player.getWorld().spawnEntity(player.getLocation(), entityType); }) .register(); CommandAPICommand(\"spawnmob\") .withArguments(safeArguments) .executesPlayer(PlayerCommandExecutor { player, args -> val entityType = args[\"mob\"] as EntityType player.world.spawnEntity(player.location, entityType) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Safe /spawnmob suggestions","id":"177","title":"Example - Safe /spawnmob suggestions"},"178":{"body":"Say we wanted to remove a potion effect from a player. To do this, we'll use the following command syntax: /removeeffect Now, we don't want to remove a potion effect that already exists on a player, so instead we'll use the safe arguments to find a list of potion effects on the target player and then only suggest those potion effects. To do this, we'll use the previousArguments() method, as it allows us to access the previously defined argument. List> safeArgs = new ArrayList<>();\nsafeArgs.add(new EntitySelectorArgument.OnePlayer(\"target\"));\nsafeArgs.add(new PotionEffectArgument(\"potioneffect\").replaceSafeSuggestions(SafeSuggestions.suggest( info -> { Player target = (Player) info.previousArgs().get(0); // Convert PotionEffect[] into PotionEffectType[] return target.getActivePotionEffects().stream() .map(PotionEffect::getType) .toArray(PotionEffectType[]::new); })\n)); val safeArgs = mutableListOf>()\nsafeArgs.add(EntitySelectorArgument.OnePlayer(\"target\"))\nsafeArgs.add(PotionEffectArgument(\"potioneffect\").replaceSafeSuggestions(SafeSuggestions.suggest { info -> val target = info.previousArgs()[\"target\"] as Player // Convert PotionEffect[] into PotionEffectType[] target.activePotionEffects.map{ it.type }.toTypedArray() })\n) And then we can register our command as normal: new CommandAPICommand(\"removeeffect\") .withArguments(safeArgs) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); PotionEffectType potionEffect = (PotionEffectType) args.get(\"potioneffect\"); target.removePotionEffect(potionEffect); }) .register(); CommandAPICommand(\"removeeffect\") .withArguments(safeArgs) .executesPlayer(PlayerCommandExecutor { _, args -> val target = args[\"target\"] as Player val potionEffect = args[\"potioneffect\"] as PotionEffectType target.removePotionEffect(potionEffect) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Removing a potion effect from a player","id":"178","title":"Example - Removing a potion effect from a player"},"179":{"body":"A /warp command with suggestions of various locations. Hovering over the suggestions with the mouse cursor displays tooltips describing what the locations are The CommandAPI can also display tooltips for specific argument suggestions. These are shown to the user when they hover over a given suggestion and can be used to provide more context to a user about the suggestions that are shown to them. In this section, we'll outline the two ways of creating suggestions with tooltips: Normal (String) suggestions with tooltips Safely typed suggestions with tooltips Tooltips can have formatting to change how the text is displayed by using the ChatColor class.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Argument suggestions with tooltips","id":"179","title":"Argument suggestions with tooltips"},"18":{"body":"Updated Shading with Maven with updated maven-shade-plugin version Adds NamespacedKey arguments section Update Argument Casting section with new arguments and types Update NBT arguments page with new NBT arguments information Update Custom arguments page with new custom arguments information Adds Getting a list of registered commands section to the Internal CommandAPI page Update Upgrading guide for 8.4.0 changes","breadcrumbs":"Introduction » Documentation changes 8.3.0 \\(\\rightarrow\\) 8.4.0","id":"18","title":"Documentation changes 8.3.0 \\(\\rightarrow\\) 8.4.0"},"180":{"body":"To use these features, the CommandAPI includes the stringsWithTooltips methods for arguments, that accept IStringTooltip objects instead of String objects: ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);\nArgumentSuggestions stringsWithTooltips(Function suggestions); The StringTooltip class is the CommandAPI's default implementation of IStringTooltip, which has some static methods to construct tooltips easily: StringTooltip none(String suggestion);\nStringTooltip ofString(String suggestion, String tooltip);\nStringTooltip ofMessage(String suggestion, Message tooltip);\nStringTooltip ofBaseComponents(String suggestion, BaseComponent... tooltip);\nStringTooltip ofAdventureComponent(String suggestion, Component tooltip); The first method, StringTooltip.none(String) creates a normal suggestion entry with no tooltip. The other methods create a suggestion with the provided tooltip text in either String, Brigadier Message, Spigot BaseComponent[] or Adventure Component format.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Tooltips with normal (String-based) suggestions","id":"180","title":"Tooltips with normal (String-based) suggestions"},"181":{"body":"Say we want to create a simple command to provide in-game emotes between players. For example, if you did /emote wave Bob, you'll \"wave\" to the player Bob . For this example, we'll use the following command syntax: /emote First, we'll declare our arguments. Here, we'll use the stringsWithTooltips method, along with the StringTooltip.ofString(String, String) method to create emote suggestions and include suitable descriptions: List> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] { StringTooltip.ofString(\"wave\", \"Waves at a player\"), StringTooltip.ofString(\"hug\", \"Gives a player a hug\"), StringTooltip.ofString(\"glare\", \"Gives a player the death glare\") } ))\n);\narguments.add(new PlayerArgument(\"target\")); val arguments = mutableListOf>()\narguments.add(StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips { info -> arrayOf( StringTooltip.ofString(\"wave\", \"Waves at a player\"), StringTooltip.ofString(\"hug\", \"Gives a player a hug\"), StringTooltip.ofString(\"glare\", \"Gives a player the death glare\") ) })\n)\narguments.add(PlayerArgument(\"target\")) Finally, we declare our command as normal: new CommandAPICommand(\"emote\") .withArguments(arguments) .executesPlayer((player, args) -> { String emote = (String) args.get(\"emote\"); Player target = (Player) args.get(\"target\"); switch (emote) { case \"wave\": target.sendMessage(player.getName() + \" waves at you!\"); break; case \"hug\": target.sendMessage(player.getName() + \" hugs you!\"); break; case \"glare\": target.sendMessage(player.getName() + \" gives you the death glare...\"); break; default: player.sendMessage(\"Invalid emote '\" + emote + \"'!\"); break; } }) .register(); CommandAPICommand(\"emote\") .withArguments(*arguments.toTypedArray()) .executesPlayer(PlayerCommandExecutor { player, args -> val emote = args[\"emote\"] as String val target = args[\"target\"] as Player when (emote) { \"wave\" -> target.sendMessage(\"${player.name} waves at you!\") \"hug\" -> target.sendMessage(\"${player.name} hugs you!\") \"glare\" -> target.sendMessage(\"${player.name} gives you the death glare...\") } }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - An emotes command with string suggestion tooltips","id":"181","title":"Example - An emotes command with string suggestion tooltips"},"182":{"body":"The IStringTooltip interface can be implemented by any other class to provide tooltips for custom objects. The IStringTooltip interface has the following methods: public interface IStringTooltip { public String getSuggestion(); public Message getTooltip();\n} Note that the Message class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found here . This is incredibly useful if you are using suggestions with custom objects, such as a plugin that has custom items.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Using IStringTooltip directly","id":"182","title":"Using IStringTooltip directly"},"183":{"body":"Let's say we've created a simple plugin which has custom items. For a custom item, we'll have a simple class CustomItem that sets its name, lore and attached itemstack: public @SuppressWarnings(\"deprecation\")\nclass CustomItem implements IStringTooltip { private ItemStack itemstack; private String name; public CustomItem(ItemStack itemstack, String name, String lore) { ItemMeta meta = itemstack.getItemMeta(); meta.setDisplayName(name); meta.setLore(Arrays.asList(lore)); itemstack.setItemMeta(meta); this.itemstack = itemstack; this.name = name; } public String getName() { return this.name; } public ItemStack getItem() { return this.itemstack; } @Override public String getSuggestion() { return this.itemstack.getItemMeta().getDisplayName(); } @Override public Message getTooltip() { return BukkitTooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0)); } } class CustomItem(val item: ItemStack, val name: String, lore: String): IStringTooltip { init { val meta = item.itemMeta meta.setDisplayName(name) meta.lore = listOf(lore) item.itemMeta = meta } override fun getSuggestion(): String = this.item.itemMeta.displayName override fun getTooltip(): Message = BukkitTooltip.messageFromString(this.item.itemMeta.lore?.get(0) ?: \"\") } We make use of the Tooltip.messageFromString() method to generate a Brigadier Message object from our string tooltip. Let's also say that our plugin has registered lots of CustomItems and has this stored in a CustomItem[] in our plugin. We could then use this as our input for suggestions: CustomItem[] customItems = new CustomItem[] { new CustomItem(new ItemStack(Material.DIAMOND_SWORD), \"God sword\", \"A sword from the heavens\"), new CustomItem(new ItemStack(Material.PUMPKIN_PIE), \"Sweet pie\", \"Just like grandma used to make\")\n}; new CommandAPICommand(\"giveitem\") .withArguments(new StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(customItems))) // We use customItems[] as the input for our suggestions with tooltips .executesPlayer((player, args) -> { String itemName = (String) args.get(\"item\"); // Give them the item for (CustomItem item : customItems) { if (item.getName().equals(itemName)) { player.getInventory().addItem(item.getItem()); break; } } }) .register(); val customItems = arrayOf( CustomItem(ItemStack(Material.DIAMOND_SWORD), \"God sword\", \"A sword from the heavens\"), CustomItem(ItemStack(Material.PUMPKIN_PIE), \"Sweet pie\", \"Just like grandma used to make\")\n) CommandAPICommand(\"giveitem\") .withArguments(StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(*customItems))) // We use customItems[] as the input for our suggestions with tooltips .executesPlayer(PlayerCommandExecutor { player, args -> val itemName = args[\"item\"] as String // Give them the item for (item in customItems) { if (item.name == itemName) { player.inventory.addItem(item.item) break } } }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - Using IStringTooltip for custom items","id":"183","title":"Example - Using IStringTooltip for custom items"},"184":{"body":"Using tooltips with safe suggestions is almost identical to the method described above for normal suggestions, except for two things. Firstly, you must use tooltips method instead of the stringsWithTooltips method and secondly, instead of using StringTooltip, you must use Tooltip. Let's look at these differences in more detail. The tooltips methods are fairly similar to the stringsWithTooltips methods, except instead of using StringTooltip, it simply uses Tooltip: SafeSuggestions tooltips(Tooltip... suggestions);\nSafeSuggestions tooltips(Function[]> suggestions); The Tooltip class represents a tooltip for a given object S. For example, a tooltip for a LocationArgument would be a Tooltip and a tooltip for an EnchantmentArgument would be a Tooltip. Just like the StringTooltip class, the Tooltip class provides the following static methods, which operate exactly the same as the ones in the StringTooltip class: Tooltip none(S object);\nTooltip ofString(S object, String tooltip);\nTooltip ofMessage(S object, Message tooltip);\nTooltip ofBaseComponents(S object, BaseComponent... tooltip);\nTooltip ofAdventureComponent(S object, Component tooltip); Tooltip[] arrayOf(Tooltip... tooltips); The use of arrayOf is heavily recommended as it provides the necessary type safety for Java code to ensure that the correct types are being passed to the tooltips method.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Tooltips with safe suggestions","id":"184","title":"Tooltips with safe suggestions"},"185":{"body":"Say we wanted to create a custom teleport command which suggestions a few key locations. In this example, we'll use the following command syntax: /warp First, we'll declare our arguments. Here, we use a LocationArgument and use the tooltips method, with a parameter for the command sender, so we can get information about the world. We populate the suggestions with tooltips using Tooltip.ofString(Location, String) and collate them together with Tooltip.arrayOf(Tooltip...): List> arguments = new ArrayList<>();\narguments.add(new LocationArgument(\"location\") .replaceSafeSuggestions(SafeSuggestions.tooltips(info -> { // We know the sender is a player if we use .executesPlayer() Player player = (Player) info.sender(); return BukkitTooltip.arrayOf( BukkitTooltip.ofString(player.getWorld().getSpawnLocation(), \"World spawn\"), BukkitTooltip.ofString(player.getBedSpawnLocation(), \"Your bed\"), BukkitTooltip.ofString(player.getTargetBlockExact(256).getLocation(), \"Target block\") ); }))); val arguments = listOf>( LocationArgument(\"location\") .replaceSafeSuggestions(SafeSuggestions.tooltips { info -> // We know the sender is a player if we use .executesPlayer() val player = info.sender() as Player BukkitTooltip.arrayOf( BukkitTooltip.ofString(player.world.spawnLocation, \"World spawn\"), BukkitTooltip.ofString(player.bedSpawnLocation, \"Your bed\"), BukkitTooltip.ofString(player.getTargetBlockExact(256)?.location, \"Target block\") ) } )\n) In the arguments declaration, we've casted the command sender to a player. To ensure that the command sender is definitely a player, we'll use the executesPlayer command execution method in our command declaration: new CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer((player, args) -> { player.teleport((Location) args.get(\"location\")); }) .register(); CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> player.teleport(args[\"location\"] as Location) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - Teleportation command with suggestion descriptions","id":"185","title":"Example - Teleportation command with suggestion descriptions"},"186":{"body":"In addition to normal suggestions, safely-typed suggestions and suggestions with tooltips, the CommandAPI can support computing the list of suggestions to send to a player asynchronously. This allows you to perform suggestions independent of the main server thread, which is useful for slow operations, such as: Retrieving suggestions from a remote database Retrieving information from the web Retrieving suggestions from a file asynchronous suggestions The asynchronous methods for suggestions are similar in format to normal suggestions, except for two things: the name of the method ends with Async, and the return type for the inner function is a CompletableFuture: ArgumentSuggestions stringsAsync(Function> suggestions);\nArgumentSuggestions stringsWithTooltipsAsync(Function> suggestions); SafeSuggestions suggestAsync(Function> suggestions);\nSafeSuggestions tooltipsAsync(Function[]>> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Asynchronous suggestions","id":"186","title":"Asynchronous suggestions"},"187":{"body":"The easiest way to create a CompleteableFuture for asynchronous suggestions is to use Java's CompletableFuture.supplyAsync() method. If you have a simple array of string suggestions (String[]), these can be turned into a completable future (CompletableFuture) using this method: new String[] { \"dirt\", \"grass\", \"cobblestone\", }; $$\\downarrow$$ CompletableFuture.supplyAsync(() -> { return new String[] { \"dirt\", \"grass\", \"cobblestone\", };\n}); Developer's Note: As with all asynchronous operations running in a Minecraft server, you should not try to access the Bukkit API within an asynchronous block. If you want to run code which accesses Bukkit's API while inside an asynchronous block, you can schedule a synchronous task using the Bukkit scheduler, for example: CompletableFuture.supplyAsync(() -> { Bukkit.getScheduler().scheduleAsyncDelayedTask(plugin, () -> // Your code here ); return new String[] { \"dirt\", \"grass\", \"cobblestone\", };\n});","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Creating completable futures","id":"187","title":"Creating completable futures"},"188":{"body":"","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Asynchronous suggestions examples","id":"188","title":"Asynchronous suggestions examples"},"189":{"body":"Say you wanted to write a command to modify your plugin's config file. Since the config file is an external file, you ideally want to access the file in a separate thread to the main server thread to retain performance for players on the server. We have the following command syntax: /setconfig We make use of the ArgumentSuggestions.stringsAsync method to provide asynchronous suggestions. In our completable future implementation, we access the keys from the plugin configuration. new CommandAPICommand(\"setconfig\") .withArguments(new StringArgument(\"key\").replaceSuggestions(ArgumentSuggestions.stringsAsync(info -> { return CompletableFuture.supplyAsync(() -> { return plugin.getConfig().getKeys(false).toArray(new String[0]); }); }))) .withArguments(new TextArgument(\"value\")) .executes((sender, args) -> { String key = (String) args.get(\"key\"); String value = (String) args.get(\"value\"); plugin.getConfig().set(key, value); }) .register(); CommandAPICommand(\"setconfig\") .withArguments(StringArgument(\"key\").replaceSuggestions(ArgumentSuggestions.stringsAsync { _ -> CompletableFuture.supplyAsync { plugin.config.getKeys(false).toTypedArray() } } )) .withArguments(TextArgument(\"value\")) .executes(CommandExecutor { _, args -> val key = args[\"key\"] as String val value = args[\"value\"] as String plugin.config.set(key, value) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Reading keys from a config file","id":"189","title":"Reading keys from a config file"},"19":{"body":"Adds withSubcommands method to Subcommands section.","breadcrumbs":"Introduction » Documentation changes 8.2.0 \\(\\rightarrow\\) 8.2.1","id":"19","title":"Documentation changes 8.2.0 \\(\\rightarrow\\) 8.2.1"},"190":{"body":"For more information on argument casting types, see Argument Casting . This section is primarily about use cases for each argument and any implementation notes.","breadcrumbs":"Command arguments » Argument types » Argument types","id":"190","title":"Argument types"},"191":{"body":"Primitive arguments are arguments that represent Java primitive types, such as int, float, double, boolean and long. These arguments are defined in their respective classes: Primitive type CommandAPI class int IntegerArgument float FloatArgument double DoubleArgument long LongArgument boolean BooleanArgument These arguments simply cast to their primitive type and don't need any extra work.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Primitive arguments","id":"191","title":"Primitive arguments"},"192":{"body":"A boolean argument showing the suggestions 'false' and 'true' The BooleanArgument class represents the Boolean values true and false.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Boolean arguments","id":"192","title":"Boolean arguments"},"193":{"body":"Say we want to create a plugin that lets you edit its own config.yml file using a command. To do this, let's create a command with the following syntax: /editconfig We first retrieve the keys from the configuration file using the typical Bukkit API. We construct our List to hold our arguments, with the first parameter being a String key (in the form of a TextArgument, overridden with an array of suggestions ). Finally, we register our command and update the config, ensuring that we cast the BooleanArgument to boolean: // Load keys from config file\nString[] configKeys = getConfig().getKeys(true).toArray(new String[0]); // Register our command\nnew CommandAPICommand(\"editconfig\") .withArguments(new TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings(info -> configKeys))) .withArguments(new BooleanArgument(\"value\")) .executes((sender, args) -> { // Update the config with the boolean argument getConfig().set((String) args.get(\"config-key\"), (boolean) args.get(\"value\")); }) .register(); // Load keys from config file\nval configKeys: Array = config.getKeys(true).toTypedArray() // Register our command\nCommandAPICommand(\"editconfig\") .withArguments(TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings { _ -> configKeys })) .withArguments(BooleanArgument(\"value\")) .executes(CommandExecutor { _, args -> // Update the config with the boolean argument config.set(args[\"config-key\"] as String, args[\"value\"] as Boolean) }) .register() // Load keys from config file\nval configKeys: Array = getConfig().getKeys(true).toTypedArray() // Register our command\ncommandAPICommand(\"editconfig\") { argument(TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings { configKeys })) booleanArgument(\"value\") anyExecutor { _, args -> // Update the config with the boolean argument getConfig().set(args[\"config-key\"] as String, args[\"value\"] as Boolean) }\n}","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Example - Config editing plugin","id":"193","title":"Example - Config editing plugin"},"194":{"body":"Numbers are represented using the designated number classes: Class Description IntegerArgument Whole numbers between Integer.MIN_VALUE and Integer.MAX_VALUE LongArgument Whole numbers between Long.MIN_VALUE and Long.MAX_VALUE DoubleArgument Double precision floating point numbers FloatArgument Single precision floating point numbers Each numerical argument can have ranges applied to them, which restricts the user to only entering numbers from within a certain range. This is done using the constructor, and the range specified: Constructor Description new IntegerArgument() Any range new IntegerArgument(min) Values greater than or equal to min new IntegerArgument(min, max) Values greater than or equal to min and less than or equal to max Each range is inclusive , so it includes the number given to it. If the minimum value provided is larger than the maximum value, an InvalidRangeException is thrown.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Numerical arguments","id":"194","title":"Numerical arguments"},"195":{"body":"A float range argument command with the argument \"0.5.3.5\" entered Ranged arguments allow players to provide a range between two numbers, all within a single argument. The CommandAPI provides two ranged arguments, IntegerRangeArgument for ranges with only integer values, and FloatRangeArgument for ranged with potential floating point values. These consist of values such as: Input What it means 5 The number 5 5..10 Numbers between 5 and 10, including 5 and 10 5.. Numbers greater than or equal to 5 (bounded by Java's max number size) ..5 Numbers less than or equal to 5 (bounded by Java's min number size) This allows you to let users define a range of values, which can be used to limit a value, such as the number of players in a region or for a random number generator.","breadcrumbs":"Command arguments » Argument types » Ranged arguments » Ranged arguments","id":"195","title":"Ranged arguments"},"196":{"body":"The CommandAPI returns an IntegerRange from the IntegerRangeArgument, and a FloatRange from the FloatRangeArgument, which represents the upper and lower bounds of the numbers provided by the command sender, as well as a method to check if a number is within that range. The IntegerRange class has the following methods: class IntegerRange { public int getLowerBound(); public int getUpperBound(); public boolean isInRange(int);\n} The FloatRange class has the following methods: class FloatRange { public float getLowerBound(); public float getUpperBound(); public boolean isInRange(float);\n}","breadcrumbs":"Command arguments » Argument types » Ranged arguments » The IntegerRange & FloatRange class","id":"196","title":"The IntegerRange & FloatRange class"},"197":{"body":"Say you're working on a plugin for server administrators to help them find restricted items. A method of doing so would be to search chests in a given radius for certain items. As such, we can use the following syntax: /searchchests Now, we simply create our arguments using IntegerRangeArgument for our range and ItemStackArgument as the item to search for. We can then find all chests in a given area and determine if it is within the range provided by the command sender by using range.isInRange(distance): new CommandAPICommand(\"searchrange\") .withArguments(new IntegerRangeArgument(\"range\")) // Range argument .withArguments(new ItemStackArgument(\"item\")) // The item to search for .executesPlayer((player, args) -> { // Retrieve the range from the arguments IntegerRange range = (IntegerRange) args.get(\"range\"); ItemStack itemStack = (ItemStack) args.get(\"item\"); // Store the locations of chests with certain items List locations = new ArrayList<>(); // Iterate through all chunks, and then all tile entities within each chunk for (Chunk chunk : player.getWorld().getLoadedChunks()) { for (BlockState blockState : chunk.getTileEntities()) { // The distance between the block and the player int distance = (int) blockState.getLocation().distance(player.getLocation()); // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState instanceof Chest chest) { // Check if the chest contains the item specified by the player if (chest.getInventory().contains(itemStack.getType())) { locations.add(chest.getLocation()); } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\"); } else { player.sendMessage(\"Found \" + locations.size() + \" chests:\"); locations.forEach(location -> { player.sendMessage(\" Found at: \" + location.getX() + \", \" + location.getY() + \", \" + location.getZ()); }); } }) .register(); CommandAPICommand(\"searchrange\") .withArguments(IntegerRangeArgument(\"range\")) // Range argument .withArguments(ItemStackArgument(\"item\")) // The item to search for .executesPlayer(PlayerCommandExecutor { player, args -> // Retrieve the range from the arguments val range = args[\"range\"] as IntegerRange val itemStack = args[\"item\"] as ItemStack // Store the locations of chests with certain items val locations = mutableListOf() // Iterate through all chunks, and then all tile entities within each chunk for (chunk in player.world.loadedChunks) { for (blockState in chunk.tileEntities) { // The distance between the block and the player val distance = blockState.location.distance(player.location).toInt() // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState is Chest) { // Check if the chest contains the item specified by the player if (blockState.inventory.contains(itemStack.type)) { locations.add(blockState.location) } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\") } else { player.sendMessage(\"Found ${locations.size} chests:\") locations.forEach { player.sendMessage(\" Found at: ${it.x}, ${it.y}, ${it.z}\") } } }) .register() commandAPICommand(\"searchrange\") { integerRangeArgument(\"range\") // Range argument itemStackArgument(\"item\") // The item to search for playerExecutor { player, args -> // Retrieve the range from the arguments val range = args[\"range\"] as IntegerRange val itemStack = args[\"item\"] as ItemStack // Store the locations of chests with certain items val locations = mutableListOf() // Iterate through all chunks, and then all tile entities within each chunk for (chunk in player.world.loadedChunks) { for (blockState in chunk.tileEntities) { // The distance between the block and the player val distance = blockState.location.distance(player.location).toInt() // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState is Chest) { // Check if the chest contains the item specified by the player if (blockState.inventory.contains(itemStack.type)) { locations.add(blockState.location) } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\") } else { player.sendMessage(\"Found ${locations.size} chests:\") locations.forEach { player.sendMessage(\" Found at: ${it.x}, ${it.y}, ${it.z}\") } } }\n}","breadcrumbs":"Command arguments » Argument types » Ranged arguments » Example - Searching chests for certain items","id":"197","title":"Example - Searching chests for certain items"},"198":{"body":"There are three types of arguments that return Java's String object. Each have their own unique set of features which make them suitable for specific needs.","breadcrumbs":"Command arguments » Argument types » String arguments » String arguments","id":"198","title":"String arguments"},"199":{"body":"The StringArgument class is used to represent a single word. These words can only contain alphanumeric characters (A-Z, a-z and 0-9), and the underscore character . Accepted StringArgument values: Hello\n123\nhello123\nHello_world Rejected StringArgument values: hello@email.com\nyesn't","breadcrumbs":"Command arguments » Argument types » String arguments » String argument","id":"199","title":"String argument"},"2":{"body":"This documentation is split into the major sections that build up the CommandAPI. It's been designed in such a way that it should be easy to find exactly what you want to help you get started with the CommandAPI, and how to make effective use of it. Each step of the way, the documentation will include examples which showcase how to use the CommandAPI. You can use the side bar on the left to access the various sections of the documentation and can change the theme to your liking using the palette icon in the top left corner. Using the search icon in the top left corner, you can search for anything in this entire documentation. For example, typing \"Example\" will show a list of examples which are included throughout the documentation.","breadcrumbs":"Introduction » How this documentation works","id":"2","title":"How this documentation works"},"20":{"body":"Adds List arguments section. Fix bug with Multiple command executors with the same implementation example.","breadcrumbs":"Introduction » Documentation changes 8.0.0 \\(\\rightarrow\\) 8.2.0","id":"20","title":"Documentation changes 8.0.0 \\(\\rightarrow\\) 8.2.0"},"200":{"body":"Entering strings to identify offline players","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of StringArgument uses","id":"200","title":"Examples of StringArgument uses"},"201":{"body":"The TextArgument acts similar to any String in Java. These can be single words, like the StringArgument, or have additional characters (e.g. spaces, symbols) if surrounded by quotes . To type quotation marks, you can use \\\" (as similar to Java) to escape these special characters. Accepted TextArgument values: hello\n\"hello world!\"\n\"hello@gmail.com\"\n\"this has \\\" <<-- speech marks! \" Rejected TextArgument values: hello world\n私\n\"speech marks: \"\"","breadcrumbs":"Command arguments » Argument types » String arguments » Text argument","id":"201","title":"Text argument"},"202":{"body":"Editing the contents of a sign A command that requires multiple text arguments (say, username and password?)","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of TextArgument uses","id":"202","title":"Examples of TextArgument uses"},"203":{"body":"Greedy Arguments: The GreedyStringArgument, similar to the ChatArgument uses the entire argument array from its current position. This means that it never ends, therefore if it is used, it must be the last element of your List of arguments. For example, if you have a command /message , it would not be able to determine where the message ends and the argument begins. If a GreedyStringArgument or ChatArgument is not declared at the end of the List of arguments, or multiple of these arguments are used in the same List, the CommandAPI throws a GreedyArgumentException. The GreedyStringArgument takes the TextArgument a step further. Any characters and symbols are allowed and quotation marks are not required.","breadcrumbs":"Command arguments » Argument types » String arguments » Greedy string argument","id":"203","title":"Greedy string argument"},"204":{"body":"Say we have a simple message command of the following form: /message This would be ideal for a greedy string, since it can consume all text after the player's name: new CommandAPICommand(\"message\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { ((Player) args.get(\"target\")).sendMessage((String) args.get(\"message\")); }) .register(); CommandAPICommand(\"message\") .withArguments(PlayerArgument(\"target\")) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> (args[\"target\"] as Player).sendMessage(args[\"message\"] as String) }) .register() commandAPICommand(\"message\") { playerArgument(\"target\") greedyStringArgument(\"message\") anyExecutor { _, args -> (args[\"target\"] as Player).sendMessage(args[\"message\"] as String) }\n} Any text entered after the argument would be sent to the player. For example, the command could be used as follows: /message Skepter This is some incredibly long string with \"symbols\" and $p3c!aL characters~ Note how this only works if the greedy string argument is at the end . If, say, the command was /message , it would not be able to determine where the argument ends and the argument begins.","breadcrumbs":"Command arguments » Argument types » String arguments » Example - Messaging command","id":"204","title":"Example - Messaging command"},"205":{"body":"A messaging/whisper command (as shown in the example above) A mailing command Any command involving lots of text, such as a command to write the contents of a book Any command which involves an unreasonable/unknown amount of arguments Any command where you want to parse arguments similar to how regular Bukkit would","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of GreedyStringArgument uses","id":"205","title":"Examples of GreedyStringArgument uses"},"206":{"body":"","breadcrumbs":"Command arguments » Argument types » Positional arguments » Position-based arguments","id":"206","title":"Position-based arguments"},"207":{"body":"A Location argument showing the options ' ', ' ' and ' ~ ~' In the CommandAPI, there are two arguments used to represent location. The LocationArgument argument, which represents a 3D location \\( (x, y, z) \\) and the Location2DArgument, which represents 2D location \\( (x, z) \\).","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location arguments","id":"207","title":"Location arguments"},"208":{"body":"The LocationArgument class is used to specify a location in the command sender's current world , returning a Bukkit Location object. It allows the user to enter three numbers as coordinates, or use relative coordinates (i.e. the ~ and ^ operators). The LocationArgument constructor requires a LocationType, which specifies the type of location that is accepted by the command. The LocationType enum consists of two values:","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location (3D space)","id":"208","title":"Location (3D space)"},"209":{"body":"BLOCK_POSITION refers to integer block coordinates. When in-game as a player, the suggested location is the coordinates of block you are looking at when you type the command. BLOCK_POSITION","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » LocationType.BLOCK_POSITION","id":"209","title":"LocationType.BLOCK_POSITION"},"21":{"body":"Updated particle arguments in the Particle arguments section. Update the Upgrading guide for the new changes in 8.0.0.","breadcrumbs":"Introduction » Documentation changes 7.0.0 \\(\\rightarrow\\) 8.0.0","id":"21","title":"Documentation changes 7.0.0 \\(\\rightarrow\\) 8.0.0"},"210":{"body":"PRECISE_PRECISION uses exact coordinates, using the double primitive type. When in-game as a player, the suggested location is the exact coordinates of where your cursor is pointing at when you type the command. PRECISE_POSITION If no LocationType is provided, the LocationArgument will use PRECISE_POSITION by default . The LocationArgument constructor can also accept a boolean centerPosition. If set to true, when using LocationType.PRECISE_POSITION, if an integer is provided in the value, it will add 0.5 to the x and z coordinates to center the position within a block. If set to false, the integer value will be provided as is. If no centerPosition parameter is provided, the LocationArgument will use centerPosition = true by default .","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » LocationType.PRECISE_POSITION","id":"210","title":"LocationType.PRECISE_POSITION"},"211":{"body":"Say you use the following constructor, which sets centerPosition to true: new LocationArgument(\"location\", LocationType.PRECISE_POSITION, true); LocationArgument(\"location\", LocationType.PRECISE_POSITION, true) Integer positions are centered Let's also say you use the following location using this location argument in a command: 10 20 30 The resulting location will be the following, which centers the position of the x and z coordinates. This does not change the y coordinate: 10.5 20 30.5 Non-integer positions remain as normal If you use the following location using this location argument in a command: 10.2 20.2 30.2 The resulting location will be the following, which does not change the x and z coordinates, because the positions are not integers: 10.2 20.2 30.2 Say you use the following constructor, which sets centerPosition to false: new LocationArgument(\"location\", LocationType.PRECISE_POSITION, false); LocationArgument(\"location\", LocationType.PRECISE_POSITION, false) Integer positions are not centered Let's also say you use the following location using this location argument in a command: 10 20 30 The resulting location will be the following, which does not modify the position of the x and z coordinates: 10 20 30","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Example - LocationArgument precise position centering","id":"211","title":"Example - LocationArgument precise position centering"},"212":{"body":"We can declare a simple command to break a block: /break Simply put, given the coordinates provided to the command, \"break\" the block by setting it's type to Material.AIR. For this example, we're referring to block specific coordinates, so we want to use LocationType.BLOCK_POSITION: new CommandAPICommand(\"break\") // We want to target blocks in particular, so use BLOCK_POSITION .withArguments(new LocationArgument(\"block\", LocationType.BLOCK_POSITION)) .executesPlayer((player, args) -> { Location location = (Location) args.get(\"block\"); location.getBlock().setType(Material.AIR); }) .register(); CommandAPICommand(\"break\") // We want to target blocks in particular, so use BLOCK_POSITION .withArguments(LocationArgument(\"block\", LocationType.BLOCK_POSITION)) .executesPlayer(PlayerCommandExecutor { _, args -> (args[\"block\"] as Location).block.type = Material.AIR }) .register() commandAPICommand(\"break\") { // We want to target blocks in particular, so use BLOCK_POSITION locationArgument(\"block\", LocationType.BLOCK_POSITION) playerExecutor { _, args -> (args[\"block\"] as Location).block.type = Material.AIR }\n}","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Example - Break block using coordinates","id":"212","title":"Example - Break block using coordinates"},"213":{"body":"A location 2D argument showing the options ' ' and ' ~' The Location2DArgument is pretty much identical in use to the LocationArgument for 3D coordinates, except instead of returning a Location object, it instead returns a Location2D object that extends Location (thus, being compatible anywhere you would normally be able to use Location).","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location (2D space)","id":"213","title":"Location (2D space)"},"214":{"body":"An image of a rotation argument showing /rotationargument 90 180 The RotationArgument allows users to specify a pair of pitch and yaw coordinates. By default (using the ~ symbol), this refers to the player's current pitch and yaw of where they are looking at. The RotationArgument class returns a Rotation object, which consists of the following methods: Method name What it does float getPitch() Returns a player's pitch (up and down rotation) float getYaw() Returns a player's yaw (left and right rotation) float getNormalizedPitch() Returns a player's pitch between -90 and 90 degrees float getNormalizedYaw() Returns a player's yaw between -180 and 180 degrees","breadcrumbs":"Command arguments » Argument types » Positional arguments » Rotation arguments » Rotation arguments","id":"214","title":"Rotation arguments"},"215":{"body":"Say we want to make an armor stand look in a certain direction. To do this, we'll use the following command: /rotate To do this, we'll use the rotation from the RotationArgument and select an entity using the EntitySelectorArgument.OneEntity class. We then check if our entity is an armor stand and if so, we set its head pose to the given rotation. new CommandAPICommand(\"rotate\") .withArguments(new RotationArgument(\"rotation\")) .withArguments(new EntitySelectorArgument.OneEntity(\"target\")) .executes((sender, args) -> { Rotation rotation = (Rotation) args.get(\"rotation\"); Entity target = (Entity) args.get(\"target\"); if (target instanceof ArmorStand armorStand) { armorStand.setHeadPose(new EulerAngle(Math.toRadians(rotation.getPitch()), Math.toRadians(rotation.getYaw() - 90), 0)); } }) .register(); CommandAPICommand(\"rotate\") .withArguments(RotationArgument(\"rotation\")) .withArguments(EntitySelectorArgument.OneEntity(\"target\")) .executes(CommandExecutor { _, args -> val rotation = args[\"rotation\"] as Rotation val target = args[\"target\"] as Entity if (target is ArmorStand) { target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0) } }) .register() commandAPICommand(\"rotate\") { rotationArgument(\"rotation\") entitySelectorArgumentOneEntity(\"target\") anyExecutor { _, args -> val rotation = args[\"rotation\"] as Rotation val target = args[\"target\"] as Entity if (target is ArmorStand) { target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0) } }\n} Note how the head pose requires an EulerAngle as opposed to a pitch and yaw. To account for this, we convert our rotation (which is in degrees) into an EulerAngle in radians.","breadcrumbs":"Command arguments » Argument types » Positional arguments » Rotation arguments » Example: Rotate an armor stand head","id":"215","title":"Example: Rotate an armor stand head"},"216":{"body":"An image of an axis argument with the suggestions x, xy, xyz, xz, y, yz and z The AxisArgument class refers to the x, y and z axes. When used with the CommandAPI, it returns an EnumSet (You can view the documentation for EnumSet here ) .","breadcrumbs":"Command arguments » Argument types » Positional arguments » AxisArguments » AxisArgument","id":"216","title":"AxisArgument"},"217":{"body":"Reflecting a structure in the x, y or z axis","breadcrumbs":"Command arguments » Argument types » Positional arguments » AxisArguments » Examples of AxisArgument uses","id":"217","title":"Examples of AxisArgument uses"},"218":{"body":"The CommandAPI provides a number of ways to interact with chat formatting in Minecraft. These are the following: ChatColor : The color of text rendered in Minecraft Chat : Text which is said in chat. This also includes entity selectors such as @a and @r ChatComponent : Minecraft's Raw JSON text format The CommandAPI implements ChatColor , Chat and ChatComponent in two separate ways: Spigot-compatible and Adventure-compatible . The differences between these and how to use them are described in their own relevant pages. The CommandAPI also supports Minecraft 1.19's chat preview feature. To use Minecraft 1.19's chat preview feature, information on that can be found in Chat preview .","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat arguments","id":"218","title":"Chat arguments"},"219":{"body":"","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Spigot chat arguments","id":"219","title":"Spigot chat arguments"},"22":{"body":"Changed the repo that the CommandAPI is served from JitPack to Maven Central. Remove direct link to CommandAPI.jar file from Installation for server owners , in favor of pointing to the latest release page (to allow version numbers to appear in the file name). Rewrite the Argument suggestions section to cover the new argument suggestions API. Update the Upgrading guide for the new changes in 7.0.0. Update repository information in the Shading the CommandAPI in your plugins page. Update the Brigadier + CommandAPI page with updated methods. Adds an example of using Brgiader's SuggestionsBuilder in the Brigadier Suggestions section. Updated the colors of links, example blocks and warning blocks to meet accessibility contrast guidelines better. Adds Command trees section. Update Handling command failures to fit new throw requirement for command failures. Updated Normal command executors with the new multiple command executors with the same implementation feature.","breadcrumbs":"Introduction » Documentation changes 6.5.4 \\(\\rightarrow\\) 7.0.0","id":"22","title":"Documentation changes 6.5.4 \\(\\rightarrow\\) 7.0.0"},"220":{"body":"Chatcolor argument in-game, displaying a list of Minecraft chat colors The ChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the ChatColor object.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat color argument","id":"220","title":"Chat color argument"},"221":{"body":"Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form: /namecolor We then use the ChatColorArgument to change the player's name color: new CommandAPICommand(\"namecolor\") .withArguments(new ChatColorArgument(\"chatcolor\")) .executesPlayer((player, args) -> { ChatColor color = (ChatColor) args.get(\"chatcolor\"); player.setDisplayName(color + player.getName()); }) .register(); CommandAPICommand(\"namecolor\") .withArguments(ChatColorArgument(\"chatColor\")) .executesPlayer(PlayerCommandExecutor { player, args -> val color = args[\"chatColor\"] as ChatColor player.setDisplayName(\"$color${player.name}\") }) .register() commandAPICommand(\"namecolor\") { chatColorArgument(\"chatcolor\") playerExecutor { player, args -> val color = args[\"chatcolor\"] as ChatColor player.setDisplayName(\"$color${player.name}\") }\n} Developer's Note: The two following classes, ChatComponentArgument and ChatArgument depend on a Spigot based server. This means that these arguments will not work on a non-Spigot based server, such as CraftBukkit. If you use this class on a non-Spigot based server, it will throw a SpigotNotFoundException","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Username color changing plugin","id":"221","title":"Example - Username color changing plugin"},"222":{"body":"The ChatComponentArgument class accepts raw chat-based JSON as valid input. Despite being regular JSON, it must conform to the standard declared here , which consists of JSON that has a limited subset of specific keys (In other words, you can have a JSON object that has the key text, but not one that has the key blah). This is converted into Spigot's BaseComponent[], which can be used for the following: Broadcasting messages to all players on the server using: Bukkit.getServer().spigot().broadcast(BaseComponent[]); Adding and setting pages to books using BookMeta: BookMeta meta = // ...\nmeta.spigot().setPages(BaseComponent[]); Sending messages to Player objects: Player player = // ...\nplayer.spigot().sendMessage(BaseComponent[]); Sending messages to CommandSender objects: CommandSender sender = // ...\nsender.spigot().sendMessage(BaseComponent[]);","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat component argument","id":"222","title":"Chat component argument"},"223":{"body":"Say we want to generate a book using raw JSON. For this example, we'll use the following JSON (generated from minecraftjson.com ) to generate our book: [\"\", { \"text\": \"Once upon a time, there was a guy call \"\n}, { \"text\": \"Skepter\", \"color\": \"light_purple\", \"hoverEvent\": { \"action\": \"show_entity\", \"value\": \"Skepter\" }\n}, { \"text\": \" and he created the \"\n}, { \"text\": \"CommandAPI\", \"underlined\": true, \"clickEvent\": { \"action\": \"open_url\", \"value\": \"https://github.com/JorelAli/CommandAPI\" }\n}] Since we're writing a book, we must ensure that all quotes have been escaped. This can also be performed on the minecraftjson.com website by selecting \"book\": [\"[\\\"\\\",{\\\"text\\\":\\\"Once upon a time, there was a guy call \\\"},{\\\"text\\\":\\\"Skepter\\\",\\\"color\\\":\\\"light_purple\\\",\\\"hoverEvent\\\":{\\\"action\\\":\\\"show_entity\\\",\\\"value\\\":\\\"Skepter\\\"}},{\\\"text\\\":\\\" and he created the \\\"},{\\\"text\\\":\\\"CommandAPI\\\",\\\"underlined\\\":true,\\\"clickEvent\\\":{\\\"action\\\":\\\"open_url\\\",\\\"value\\\":\\\"https://github.com/JorelAli/CommandAPI\\\"}}]\"] Now let's define our command. Since book text is typically very large - too large to be entered into a chat, we'll make a command block compatible command by providing a player parameter: /makebook Now we can create our book command. We use the player as the main target by using their name for the author field, as well as their inventory to place the book. We finally construct our book using the .setPages(BaseComponent[]) method: new CommandAPICommand(\"makebook\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new ChatComponentArgument(\"contents\")) .executes((sender, args) -> { Player player = (Player) args.get(\"player\"); BaseComponent[] arr = (BaseComponent[]) args.get(\"contents\"); // Create book ItemStack is = new ItemStack(Material.WRITTEN_BOOK); BookMeta meta = (BookMeta) is.getItemMeta(); meta.setTitle(\"Custom Book\"); meta.setAuthor(player.getName()); meta.spigot().setPages(arr); is.setItemMeta(meta); // Give player the book player.getInventory().addItem(is); }) .register(); CommandAPICommand(\"makebook\") .withArguments(PlayerArgument(\"player\")) .withArguments(ChatComponentArgument(\"contents\")) .executes(CommandExecutor { _, args -> val player = args[\"player\"] as Player val arr = args[\"contents\"] as Array // Create book val item = ItemStack(Material.WRITTEN_BOOK) val meta = item.itemMeta as BookMeta meta.title = \"Custom Book\" meta.author = player.name meta.spigot().setPages(arr) item.itemMeta = meta // Give player the book player.inventory.addItem(item) }) .register() commandAPICommand(\"makebook\") { playerArgument(\"player\") chatComponentArgument(\"contents\") anyExecutor { _, args -> val player = args[\"player\"] as Player val array = args[\"contents\"] as Array // Create book val item = ItemStack(Material.WRITTEN_BOOK) val meta = item.itemMeta as BookMeta meta.title = \"Custom Book\" meta.author = player.name meta.spigot().setPages(array) item.itemMeta = meta // Give player the book player.inventory.addItem(item) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Book made from raw JSON","id":"223","title":"Example - Book made from raw JSON"},"224":{"body":"Note: The ChatArgument class is an argument similar to the GreedyStringArgument , in the sense that it has no terminator and must be defined at the end of your List of arguments. For more information on this, please read the section on Greedy arguments . The ChatArgument is identical to the GreedyStringArgument, with the added functionality of enabling entity selectors , such as @e, @p and so on. The ChatArgument also returns a BaseComponent[], similar to the ChatComponentArgument.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat argument","id":"224","title":"Chat argument"},"225":{"body":"Say we wanted to broadcast a \"personalized\" message to players on the server. By \"personalized\", we mean a command which changes its output depending on who we are sending the output to. Simply put, we want a command of the following syntax: /pbroadcast Say we're on a server with 2 players: Bob and Michael . If I were to use the following command: /pbroadcast Hello @p Bob would receive the message \"Hello Bob\", whereas Michael would receive the message \"Hello Michael\". We can use the ChatArgument to create this \"personalized\" broadcast: new CommandAPICommand(\"pbroadcast\") .withArguments(new ChatArgument(\"message\")) .executes((sender, args) -> { BaseComponent[] message = (BaseComponent[]) args.get(\"message\"); // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(message); }) .register(); CommandAPICommand(\"pbroadcast\") .withArguments(ChatArgument(\"message\")) .executes(CommandExecutor { _, args -> val message = args[\"message\"] as Array // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(*message) }) .register() commandAPICommand(\"pbroadcast\") { chatArgument(\"message\") anyExecutor { _, args -> val message = args[\"message\"] as Array // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(*message) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Sending personalized messages to players","id":"225","title":"Example - Sending personalized messages to players"},"226":{"body":"Developer's Note: The two following classes, AdventureChatComponentArgument and AdventureChatArgument depend on a Paper based server which has the Adventure library. If you use this class on a server without the Adventure library, it will throw a PaperAdventureNotFoundException From Paper 1.16.5 build #473 onwards, Paper now includes Kyori's Adventure API . This library is a replacement of the BungeeCord chat API and has all of the same functionality as the BungeeCord chat API (and more!). The documentation for this API can be found here . Since this functions very similar to the Spigot chat arguments, this page won't reiterate everything about how it works, we'll just outline some examples of how to use these arguments instead.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat arguments","id":"226","title":"Adventure chat arguments"},"227":{"body":"Chatcolor argument in-game, displaying a list of Minecraft chat colors The AdventureChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the NamedTextColor object. If reset is passed to this argument, this will return NamedTextColor.WHITE.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat color argument","id":"227","title":"Adventure chat color argument"},"228":{"body":"Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form: /namecolor We then use the ChatColorArgument to change the player's name color: new CommandAPICommand(\"namecolor\") .withArguments(new AdventureChatColorArgument(\"chatcolor\")) .executesPlayer((player, args) -> { NamedTextColor color = (NamedTextColor) args.get(\"chatcolor\"); player.displayName(Component.text().color(color).append(Component.text(player.getName())).build()); }) .register(); CommandAPICommand(\"namecolor\") .withArguments(AdventureChatColorArgument(\"chatcolor\")) .executesPlayer(PlayerCommandExecutor { player, args -> val color = args[\"chatcolor\"] as NamedTextColor player.displayName(Component.text().color(color).append(Component.text(player.name)).build()) }) .register() commandAPICommand(\"namecolor\") { chatColorArgument(\"chatcolor\") playerExecutor { player, args -> val color = args[\"chatcolor\"] as NamedTextColor player.displayName(Component.text().color(color).append(Component.text(player.name)).build()) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Username color changing plugin","id":"228","title":"Example - Username color changing plugin"},"229":{"body":"The AdventureChatComponentArgument class accepts raw chat-based JSON as valid input, as declared here . This is converted into Adventure's Component class.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat component argument","id":"229","title":"Adventure chat component argument"},"23":{"body":"Update the Maven and Gradle pages to say to use CommandAPI version 6.5.4 because this kept confusing everyone.","breadcrumbs":"Introduction » Documentation changes 6.4.0 \\(\\rightarrow\\) 6.5.4","id":"23","title":"Documentation changes 6.4.0 \\(\\rightarrow\\) 6.5.4"},"230":{"body":"In this example, we'll create a simple command which lets you show a book to a user. The syntax for our command is as follows: /showbook <author> <contents> We can construct a book using the Adventure API's Book.book(Component, Component, Component...) method. In order to convert our strings into Component objects, we use the Component.text(String) method. Since Paper supports the Adventure API natively, we can then send this book to a player using the openBook(Book) method: new CommandAPICommand(\"showbook\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new TextArgument(\"title\")) .withArguments(new StringArgument(\"author\")) .withArguments(new AdventureChatComponentArgument(\"contents\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); String title = (String) args.get(\"title\"); String author = (String) args.get(\"author\"); Component content = (Component) args.get(\"contents\"); // Create a book and show it to the user (Requires Paper) Book mybook = Book.book(Component.text(title), Component.text(author), content); target.openBook(mybook); }) .register(); CommandAPICommand(\"showbook\") .withArguments(PlayerArgument(\"target\")) .withArguments(TextArgument(\"title\")) .withArguments(StringArgument(\"author\")) .withArguments(AdventureChatComponentArgument(\"contents\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val title = args[\"title\"] as String val author = args[\"author\"] as String val content = args[\"contents\"] as Component // Create a book and show it to the user (Requires Paper) val mybook = Book.book(Component.text(title), Component.text(author), content) target.openBook(mybook) }) .register() commandAPICommand(\"showbook\") { playerArgument(\"target\") textArgument(\"title\") stringArgument(\"author\") adventureChatComponentArgument(\"contents\") anyExecutor { _, args -> val target = args[\"target\"] as Player val title = args[\"title\"] as String val author = args[\"author\"] as String val content = args[\"contents\"] as Component // Create a book and show it to the user (Requires Paper) val mybook = Book.book(Component.text(title), Component.text(author), content) target.openBook(mybook) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Opening a book with raw JSON content","id":"230","title":"Example - Opening a book with raw JSON content"},"231":{"body":"The AdventureChatArgument class is the equivalent Adventure API class for the ChatArgument - it represents infinitely long strings similar to the GreedyStringArgument and allows entity selectors such as @e, @p and so on. The AdventureChatArgument returns a Component, similar to the AdventureChatComponentArgument.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat argument","id":"231","title":"Adventure chat argument"},"232":{"body":"We'll take the same example from the ChatArgument class, but using the AdventureChatArgument instead - We want to create a personalized message broadcasted to all users using a chat component that allows entity selectors. For this command, we want the following syntax: /pbroadcast <message> In order to broadcast an Adventure Component to all players on the server, we have to use Paper's broadcast(Component, String) method. This method requires a permission node which all players must have in order to receive the broadcasted message. By default, Bukkit-based servers (Spigot and Paper) use the bukkit.broadcast.user permission, which is described here : new CommandAPICommand(\"pbroadcast\") .withArguments(new AdventureChatArgument(\"message\")) .executes((sender, args) -> { Component message = (Component) args.get(\"message\"); // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS); Bukkit.getServer().broadcast(message); }) .register(); CommandAPICommand(\"pbroadcast\") .withArguments(AdventureChatArgument(\"message\")) .executes(CommandExecutor { _, args -> val message = args[\"message\"] as Component // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS) Bukkit.getServer().broadcast(message) }) .register() commandAPICommand(\"pbroadcast\") { adventureChatArgument(\"message\") anyExecutor { _, args -> val message = args[\"message\"] as Component // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS) Bukkit.getServer().broadcast(message) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Sending personalized messages to players","id":"232","title":"Example - Sending personalized messages to players"},"233":{"body":"Chat preview Chat preview is a feature introduced in Minecraft 1.19 that allows the server to display a preview of a chat message to the client before the client sends their message to the server. This chat preview feature is also compatible with /say and /msg, as well as the ChatArgument and AdventureChatArgument classes.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Chat preview","id":"233","title":"Chat preview"},"234":{"body":"The chat preview feature is only present in Minecraft versions 1.19, 1.19.1 and 1.19.2. Chat preview was removed in 1.19.3 , so this feature is unfortunately no longer usable in Minecraft 1.19.3 and beyond.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Minecraft version support","id":"234","title":"Minecraft version support"},"235":{"body":"To use chat preview, your server must have previews-chat set to true in the server.properties file: ...\npreviews-chat=true\n... For players that want to use chat preview, they must have Chat Preview enabled in Options > Chat Settings...","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Enabling chat preview","id":"235","title":"Enabling chat preview"},"236":{"body":"The ChatArgument and AdventureChatArgument classes include a method, withPreview: public T withPreview(PreviewableFunction preview); The method withPreview(PreviewableFunction preview) lets you generate a preview to send to the client. This method takes in the PreviewableFunction functional interface, which is a function that takes in a PreviewInfo and returns either a BaseComponent[] (for ChatArgument) or a Component (for AdventureChatArgument): public T generatePreview(PreviewInfo info) throws WrapperCommandSyntaxException; The PreviewInfo class is a record containing the following: public record PreviewInfo<T> { Player player(); String input(); String fullInput(); T parsedInput();\n} The following methods are as follows: Player player(); player() is the player that is currently typing a chat preview. String input(); input() is the current input for the current ChatArgument or AdventureChatArgument. If a user is typing /mycommand hellowor¦ and the command syntax is /mycommand <ChatArgument>, the result of input() would be \"hellowor\". String fullInput(); fullInput() is the full input that the player has typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of fullInput() would be \"/mycommand hellowor\". T parsedInput(); parsedInput() is similar to input(), except it has been parsed by the CommandAPI's argument parser. This is a representation of what the argument in the executor would look like. For a ChatArgument the return type is BaseComponent[], and for AdventureChatArgument the return type is Component.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Specifying a chat preview function","id":"236","title":"Specifying a chat preview function"},"237":{"body":"The ChatArgument and AdventureChatArgument classes also include a method, usePreview: public T usePreview(boolean usePreview); The usePreview(boolean usePreview) method lets you specify whether you would like the previewing function to be used as the argument's value during execution. If set to true, when the command's .executes() method is called, the argument value (e.g. arg[0]) will be the same as the content generated by the function provided to withPreview().","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Using the chat preview function as the argument's value","id":"237","title":"Using the chat preview function as the argument's value"},"238":{"body":"","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Chat preview examples","id":"238","title":"Chat preview examples"},"239":{"body":"Say we wanted to make our own /broadcast command that allowed the user to use & chat colors. We can use chat preview to show users what the result of their /broadcast command would look like before running the command. We'll use the following command syntax: /broadcast <message> Because the ChatArgument and AdventureChatArgument can support entity selectors (such as @p), it's best to use the info.parsedInput() method to handle parsed entity selectors. In our code, we use the .withPreview() method and take the parsed input and convert it to plain text. We then convert the plain text with & characters into component text to be displayed to the user. For execution, we do the same procedure, because the text that the user enters still has & characters that need to be converted into a component. new CommandAPICommand(\"broadcast\") .withArguments(new ChatArgument(\"message\").withPreview(info -> { // Convert parsed BaseComponent[] to plain text String plainText = BaseComponent.toPlainText(info.parsedInput()); // Translate the & in plain text and generate a new BaseComponent[] return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)); })) .executesPlayer((player, args) -> { // The user still entered legacy text. We need to properly convert this // to a BaseComponent[] by converting to plain text then to BaseComponent[] String plainText = BaseComponent.toPlainText((BaseComponent[]) args.get(\"message\")); Bukkit.spigot().broadcast(TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText))); }) .register(); new CommandAPICommand(\"broadcast\") .withArguments(new AdventureChatArgument(\"message\").withPreview(info -> { // Convert parsed Component to plain text String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput()); // Translate the & in plain text and generate a new Component return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText); })) .executesPlayer((player, args) -> { // The user still entered legacy text. We need to properly convert this // to a Component by converting to plain text then to Component String plainText = PlainTextComponentSerializer.plainText().serialize((Component) args.get(\"broadcast\")); Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)); }) .register(); CommandAPICommand(\"broadcast\") .withArguments(ChatArgument(\"message\").withPreview { info -> // Convert parsed BaseComponent[] to plain text val plainText: String = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>) // Translate the & in plain text and generate a new BaseComponent[] TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) } ) .executesPlayer(PlayerCommandExecutor { _, args -> // The user still entered legacy text. We need to properly convert this // to a BaseComponent[] by converting to plain text then to BaseComponent[] val plainText: String = BaseComponent.toPlainText(*args[\"message\"] as Array<BaseComponent>) val baseComponents: Array<BaseComponent> = TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) Bukkit.spigot().broadcast(*baseComponents) }) .register() CommandAPICommand(\"broadcast\") .withArguments(AdventureChatArgument(\"message\").withPreview { info -> // Convert parsed Component to plain text val plainText: String = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component) // Translate the & in plain text and generate a new Component LegacyComponentSerializer.legacyAmpersand().deserialize(plainText) } ) .executesPlayer(PlayerCommandExecutor { _, args -> // The user still entered legacy text. We need to properly convert this // to a Component by converting to plain text then to Component val plainText: String = PlainTextComponentSerializer.plainText().serialize(args[\"message\"] as Component) Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)) }) .register()","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Example - Using chat preview","id":"239","title":"Example - Using chat preview"},"24":{"body":"Adds a section Help for the new help feature. Update Annotations section to include new @Help annotation.","breadcrumbs":"Introduction » Documentation changes 6.3.1 \\(\\rightarrow\\) 6.4.0","id":"24","title":"Documentation changes 6.3.1 \\(\\rightarrow\\) 6.4.0"},"240":{"body":"Extending on the example above where we created a /broadcast command with chat preview support, we can simplify the code by using .usePreview(true) to use the preview function as the value of our argument in our executor function. We'll use the same command syntax as the previous example: /broadcast <message> By using .usePreview(true), we don't have to re-translate & formatting codes into their corresponding components because that has already been done by the preview function specified in .withPreview() method. new CommandAPICommand(\"broadcast\") .withArguments(new ChatArgument(\"message\").usePreview(true).withPreview(info -> { // Convert parsed BaseComponent[] to plain text String plainText = BaseComponent.toPlainText(info.parsedInput()); // Translate the & in plain text and generate a new BaseComponent[] return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)); })) .executesPlayer((player, args) -> { Bukkit.spigot().broadcast((BaseComponent[]) args.get(\"message\")); }) .register(); new CommandAPICommand(\"broadcast\") .withArguments(new AdventureChatArgument(\"message\").usePreview(true).withPreview(info -> { // Convert parsed Component to plain text String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput()); // Translate the & in plain text and generate a new Component return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText); })) .executesPlayer((player, args) -> { Bukkit.broadcast((Component) args.get(\"message\")); }) .register(); CommandAPICommand(\"broadcast\") .withArguments(ChatArgument(\"message\").usePreview(true).withPreview { info -> // Convert parsed BaseComponent[] to plain text val plainText = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>) // Translate the & in plain text and generate a new BaseComponent[] TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) } ) .executesPlayer(PlayerCommandExecutor { _, args -> Bukkit.spigot().broadcast(*args[\"message\"] as Array<BaseComponent>) }) .register() CommandAPICommand(\"broadcast\") .withArguments(AdventureChatArgument(\"message\").usePreview(true).withPreview { info -> // Convert parsed Component to plain text val plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component) // Translate the & in plain text and generate a new Component LegacyComponentSerializer.legacyAmpersand().deserialize(plainText) } ) .executesPlayer(PlayerCommandExecutor { _, args -> Bukkit.broadcast(args[\"message\"] as Component) }) .register()","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Example - Using chat preview with usePreview()","id":"240","title":"Example - Using chat preview with usePreview()"},"241":{"body":"","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity & player arguments","id":"241","title":"Entity & player arguments"},"242":{"body":"An image of an entity selector argument with a list of suggestions including entity selectors and a player name Minecraft's target selectors (e.g. @a or @e) are implemented using the subclasses of the EntitySelectorArgument class. This allows you to select specific entities based on certain attributes. There are four EntitySelectorArgument subclasses that determine what type of data to return: EntitySelectorArgument.OneEntity - A single entity, which returns a Entity object. EntitySelectorArgument.ManyEntities - A collection of many entities, which returns a Collection<Entity> object. EntitySelectorArgument.OnePlayer - A single player, which returns a Player object. EntitySelectorArgument.ManyPlayers - A collection of players, which returns a Collection<Player> object. The return type is the type to be cast when retrieved from the CommandArguments args in the command declaration.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity selector argument","id":"242","title":"Entity selector argument"},"243":{"body":"Say we want a command to remove certain types of entities. Typically, this would be implemented using a simple command like: /remove <player>\n/remove <mob type>\n/remove <radius> Instead, we can combine all of these into one by using the EntitySelectorArgument. We want to be able to target multiple entities at a time, so we want to use the EntitySelectorArgument.ManyEntities constructor. We can simply retrieve the Collection<Entity> from this argument and iteratively remove each entity: new CommandAPICommand(\"remove\") // Using a collective entity selector to select multiple entities .withArguments(new EntitySelectorArgument.ManyEntities(\"entities\")) .executes((sender, args) -> { // Parse the argument as a collection of entities (as stated above in the documentation) @SuppressWarnings(\"unchecked\") Collection<Entity> entities = (Collection<Entity>) args.get(\"entities\"); sender.sendMessage(\"Removed \" + entities.size() + \" entities\"); for (Entity e : entities) { e.remove(); } }) .register(); CommandAPICommand(\"remove\") // Using a collective entity selector to select multiple entities .withArguments(EntitySelectorArgument.ManyEntities(\"entities\")) .executes(CommandExecutor { sender, args -> // Parse the argument as a collection of entities (as stated above in the documentation) val entities = args[\"entities\"] as Collection<Entity> sender.sendMessage(\"Removed ${entities.size} entities\") for (e in entities) { e.remove() } }) .register() commandAPICommand(\"remove\") { // Using a collective entity selector to select multiple entities entitySelectorArgumentManyEntities(\"entities\") anyExecutor { sender, args -> // Parse the argument as a collection of entities (as stated above in the documentation) val entities = args[\"entities\"] as Collection<Entity> sender.sendMessage(\"Removed ${entities.size} entities\") for (e in entities) { e.remove() } }\n} We could then use this to target specific entities, for example: To remove all cows: /remove @e[type=cow] To remove the 10 furthest pigs from the command sender: /remove @e[type=pig,limit=10,sort=furthest]","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Example - Remove entities command","id":"243","title":"Example - Remove entities command"},"244":{"body":"The PlayerArgument class is very similar (almost identical) to EntitySelectorArgument.OnePlayer. It returns a Player object and requires the player to be online. Developer's Note: The PlayerArgument internally uses the GameProfile class from Mojang's authlib, which means that this argument has a slight performance overhead compared to using EntitySelectorArgument.OnePlayer","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Player argument","id":"244","title":"Player argument"},"245":{"body":"The OfflinePlayerArgument class is identical to the PlayerArgument class, but instead of returning a Player object, it returns an OfflinePlayer object. Internally, this argument makes calls to Mojang servers (via Mojang's authlib), meaning it can be slightly slower than alternative methods (such as using a StringArgument and suggesting a list of existing offline players). The OfflinePlayerArgument should be able to retrieve players that have never joined the server before.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » OfflinePlayer argument","id":"245","title":"OfflinePlayer argument"},"246":{"body":"An image of an entity argument displaying a list of entity type suggestions The EntityTypeArgument class is used to retrieve a type of entity as defined in the EntityType enum. In other words, this is an entity type, for example a pig or a zombie.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity type argument","id":"246","title":"Entity type argument"},"247":{"body":"Say we want a command to spawn a specific type of entity, similar to the /summon command in Vanilla Minecraft, with the addition of specifying how many entities to spawn. We want to create a command of the following form: /spawnmob <entity> <amount> Since we're trying to specify an entity type, we will use the EntityTypeArgument as our argument type for <entity>. We combine this with the IntegerArgument class with a specified range of \\( 1 \\le \\textit{amount} \\le 100 \\): new CommandAPICommand(\"spawnmob\") .withArguments(new EntityTypeArgument(\"entity\")) .withArguments(new IntegerArgument(\"amount\", 1, 100)) // Prevent spawning too many entities .executesPlayer((Player player, CommandArguments args) -> { for (int i = 0; i < (int) args.get(\"amount\"); i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(\"entity\")); } }) .register(); CommandAPICommand(\"spawnmob\") .withArguments(EntityTypeArgument(\"entity\")) .withArguments(IntegerArgument(\"amount\", 1, 100)) // Prevent spawning too many entities .executesPlayer(PlayerCommandExecutor { player, args -> for (i in 0 until args[\"amount\"] as Int) { player.world.spawnEntity(player.location, args[\"entity\"] as EntityType) } }) .register() commandAPICommand(\"spawnmob\") { entityTypeArgument(\"entity\") integerArgument(\"amount\", 1, 100) // Prevent spawning too many entities playerExecutor { player, args -> for (i in 0 until args[\"amount\"] as Int) { player.world.spawnEntity(player.location, args[\"entity\"] as EntityType) } }\n} Note how in this example above, we have to explicitly state Player player, CommandArguments args. This is due to a limitation of Java's type inference system which is discussed here .","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Example - Spawning entities","id":"247","title":"Example - Spawning entities"},"248":{"body":"The scoreboard arguments that the CommandAPI provides allows you to interact with various scoreboard elements, such as objectives, teams and score holders.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments","id":"248","title":"Scoreboard arguments"},"249":{"body":"The CommandAPI uses two classes to provide information about a scoreboard: The ScoreHolderArgument class represents score holder - a player's name or an entity's UUID that has scores in an objective. This is described in more detail on the Minecraft Wiki . The ScoreboardSlotArgument class represents a display slot (sidebar, list or belowName) as well as the team color if the display is the sidebar. This is described in more detail on the Minecraft Wiki .","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Scoreboard arguments","id":"249","title":"Scoreboard arguments"},"25":{"body":"Adds Java 16 error to Troubleshooting . Update FAQ . Adds some useful tools to Command conversion to get plugin info and check config.yml validity. Adds Plugin reloading page which describes how to add minimal support for /reload.","breadcrumbs":"Introduction » Documentation changes 6.3.0 \\(\\rightarrow\\) 6.3.1","id":"25","title":"Documentation changes 6.3.0 \\(\\rightarrow\\) 6.3.1"},"250":{"body":"The score holder argument can accept either a single entity or a collection of multiple entities. In order to specify which one to use, you must use the ScoreHolderArgument.Single or ScoreHolderArgument.Multiple constructor respectively: new ScoreHolderArgument.Single(nodeName);\nnew ScoreHolderArgument.Multiple(nodeName); Depending on which constructor is used, the cast type changes. If you use ScoreHolderArgument.Single, the argument must be casted to a String. Otherwise, if you use ScoreHolderArgument.Multiple, the argument must be casted to a Collection<String>.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Score holder argument","id":"250","title":"Score holder argument"},"251":{"body":"Say we want to reward all players that fit a certain criteria. We want a command with the following syntax: /reward <players> Since we could have multiple players that fit a certain criterion, we want to use ScoreHolderArgument.Multiple constructor. To give this example a bit more context, let's say we want to reward all players that have died less than 10 times in the server. To do this, we will use the following command: /reward @e[type=player,scores={deaths=..9}] Note how we use ..9 to represent 9 or less deaths (since ranges are inclusive). Also note how we restrict our input to players via the command using type=player. We can now implement our command: new CommandAPICommand(\"reward\") // We want multiple players, so we use ScoreHolderType.MULTIPLE in the constructor .withArguments(new ScoreHolderArgument.Multiple(\"players\")) .executes((sender, args) -> { // Get player names by casting to Collection<String> @SuppressWarnings(\"unchecked\") Collection<String> players = (Collection<String>) args.get(\"players\"); for (String playerName : players) { Bukkit.getPlayer(playerName).getInventory().addItem(new ItemStack(Material.DIAMOND, 3)); } }) .register(); CommandAPICommand(\"reward\") // We want multiple players, so we use the ScoreHolderArgument.Multiple constructor .withArguments(ScoreHolderArgument.Multiple(\"players\")) .executes(CommandExecutor { _, args -> // Get player names by casting to Collection<String> val players = args[\"players\"] as Collection<String> for (playerName in players) { Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3)) } }) .register() commandAPICommand(\"reward\") { // We want multiple players, so we use the scoreHolderArgumentMultiple method scoreHolderArgumentMultiple(\"player\") anyExecutor { _, args -> // Get player names by casting to Collection<String> val players = args[\"player\"] as Collection<String> for (playerName in players) { Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3)) } }\n} Developer's Note: In the example above, we have our user use the @e[type=player] entity selector to restrict the Collection<String> so it only returns player names, which allows us to use Bukkit.getPlayer(playerName). In practice, we cannot guarantee that such a selector will be used, so we could update the code to accept both entities and players. For example, we can differentiate between players and entities by using the UUID.fromString(String) method: Collection<String> entitiesAndPlayers = (Collection<String>) args.get(0);\nfor(String str : entitiesAndPlayers) { try { UUID uuid = UUID.fromString(str); // Is a UUID, so it must by an entity Bukkit.getEntity(uuid); } catch(IllegalArgumentException exception) { // Not a UUID, so it must be a player name Bukkit.getPlayer(str); }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Example - Rewarding players with scoreboard objectives","id":"251","title":"Example - Rewarding players with scoreboard objectives"},"252":{"body":"A scoreboardslotargument showing a list of suggestions of valid Minecraft scoreboard slot positions The ScoreboardSlotArgument represents where scoreboard information is displayed. Since the Bukkit scoreboard DisplaySlot is not able to represent the case where team colors are provided, the CommandAPI uses the ScoreboardSlot wrapper class as the representation of the ScoreboardSlotArgument.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Scoreboard slot argument","id":"252","title":"Scoreboard slot argument"},"253":{"body":"The ScoreboardSlot wrapper class has 3 main methods: enum ScoreboardSlot { PLAYER_LIST, SIDEBAR, // Unused, use the other SIDEBAR_TEAM_### values below BELOW_NAME, SIDEBAR_TEAM_BLACK, SIDEBAR_TEAM_DARK_BLUE, SIDEBAR_TEAM_DARK_GREEN, SIDEBAR_TEAM_DARK_AQUA, SIDEBAR_TEAM_DARK_RED, SIDEBAR_TEAM_DARK_PURPLE, SIDEBAR_TEAM_GOLD, SIDEBAR_TEAM_GRAY, SIDEBAR_TEAM_DARK_GRAY, SIDEBAR_TEAM_BLUE, SIDEBAR_TEAM_GREEN, SIDEBAR_TEAM_AQUA, SIDEBAR_TEAM_RED, SIDEBAR_TEAM_LIGHT_PURPLE, SIDEBAR_TEAM_YELLOW, SIDEBAR_TEAM_WHITE; public DisplaySlot getDisplaySlot(); public ChatColor getTeamColor(); public boolean hasTeamColor(); public NamespacedKey getKey();\n} The getDisplaySlot() method returns the display slot that was chosen. Sidebar scoreboard colors can be accessed via ScoreboardSlot.SIDEBAR_TEAM_###. You can also retrieve the color using the getTeamColor() method.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » ScoreboardSlot wrapper","id":"253","title":"ScoreboardSlot wrapper"},"254":{"body":"Say we want to clear all objectives in a specific scoreboard slot. In this example, we will use the main server scoreboard, which is accessed using Bukkit.getScoreboardManager.getMainScoreboard(). We want a command with the following syntax: /clearobjectives <slot> We implement this simply by using the ScoreboardSlotArgument as our argument, and then we can clear the slot using the scoreboard clearSlot(DisplaySlot) method. new CommandAPICommand(\"clearobjectives\") .withArguments(new ScoreboardSlotArgument(\"slot\")) .executes((sender, args) -> { Scoreboard scoreboard = Bukkit.getScoreboardManager().getMainScoreboard(); DisplaySlot slot = ((ScoreboardSlot) args.get(\"slot\")).getDisplaySlot(); scoreboard.clearSlot(slot); }) .register(); CommandAPICommand(\"clearobjectives\") .withArguments(ScoreboardSlotArgument(\"slot\")) .executes(CommandExecutor { _, args -> val scoreboard = Bukkit.getScoreboardManager().mainScoreboard val slot = (args[\"slot\"] as ScoreboardSlot).displaySlot scoreboard.clearSlot(slot) }) .register() commandAPICommand(\"clearobjectives\") { scoreboardSlotArgument(\"slot\") anyExecutor { _, args -> val scoreboard = Bukkit.getScoreboardManager().mainScoreboard val slot = (args[\"slot\"] as ScoreboardSlot).displaySlot scoreboard.clearSlot(slot) }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Example - Clearing objectives in a scoreboard slot","id":"254","title":"Example - Clearing objectives in a scoreboard slot"},"255":{"body":"In the CommandAPI, objectives are split into two classes: The ObjectiveArgument class, which represents objectives as a whole The ObjectiveCriteriaArgument class, which represents objective criteria","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective arguments","id":"255","title":"Objective arguments"},"256":{"body":"The objective argument refers to a single scoreboard objective.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective argument","id":"256","title":"Objective argument"},"257":{"body":"As an example, let's create a command to move an objective to a player's sidebar. To do this, we will use the following command syntax: /sidebar <objective> new CommandAPICommand(\"sidebar\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { Objective objective = (Objective) args.get(\"objective\"); // Set display slot objective.setDisplaySlot(DisplaySlot.SIDEBAR); }) .register(); CommandAPICommand(\"sidebar\") .withArguments(ObjectiveArgument(\"objective\")) .executes(CommandExecutor { _, args -> val objective = args[\"objective\"] as Objective // Set display slot objective.displaySlot = DisplaySlot.SIDEBAR }) .register() commandAPICommand(\"sidebar\") { objectiveArgument(\"objective\") anyExecutor { _, args -> val objective = args[\"objective\"] as Objective // Set display slot objective.displaySlot = DisplaySlot.SIDEBAR }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Example - Move objective to sidebar","id":"257","title":"Example - Move objective to sidebar"},"258":{"body":"The ObjectiveCriteriaArgument is fairly straight forward - it represents the criteria for an objective. Similar to Bukkit, the objective criteria is simply represented as a String, so it must be casted to a String when being used.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective criteria argument","id":"258","title":"Objective criteria argument"},"259":{"body":"Say we wanted to create a command to unregister all objectives based on a given criteria. Let's create a command with the following form: /unregisterall <objective critera> To do this, we're going to take advantage of Bukkit's Scoreboard.getObjectivesByCriteria(String) method new CommandAPICommand(\"unregisterall\") .withArguments(new ObjectiveCriteriaArgument(\"objective criteria\")) .executes((sender, args) -> { String objectiveCriteria = (String) args.get(\"objective criteria\"); Set<Objective> objectives = Bukkit.getScoreboardManager().getMainScoreboard().getObjectivesByCriteria(objectiveCriteria); // Unregister the objectives for (Objective objective : objectives) { objective.unregister(); } }) .register(); CommandAPICommand(\"unregisterall\") .withArguments(ObjectiveCriteriaArgument(\"objective criteria\")) .executes(CommandExecutor { _, args -> val objectiveCriteria = args[\"objective criteria\"] as String val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria) // Unregister the objectives for (objective in objectives) { objective.unregister() } }) .register() commandAPICommand(\"unregisterall\") { objectiveCriteriaArgument(\"objective criteria\") anyExecutor { _, args -> val objectiveCriteria = args[\"objective criteria\"] as String val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria) // Unregister the objectives for (objective in objectives) { objective.unregister() } }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Example - Unregister all objectives by criteria","id":"259","title":"Example - Unregister all objectives by criteria"},"26":{"body":"Update Custom arguments page with new custom argument constructor information Adds upgrade info to the Upgrading guide to help upgrade any existing custom arguments which you may have.","breadcrumbs":"Introduction » Documentation changes 6.2.0 \\(\\rightarrow\\) 6.3.0","id":"26","title":"Documentation changes 6.2.0 \\(\\rightarrow\\) 6.3.0"},"260":{"body":"The TeamArgument class interacts with the Minecraft scoreboard and represents a team.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Team arguments » Team arguments","id":"260","title":"Team arguments"},"261":{"body":"Let's say we want to create a command to toggle the state of friendly fire in a team. We want a command of the following form /togglepvp <team> To do this, given a team we want to use the setAllowFriendlyFire(boolean) function. new CommandAPICommand(\"togglepvp\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { Team team = (Team) args.get(\"team\"); // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()); }) .register(); CommandAPICommand(\"togglepvp\") .withArguments(TeamArgument(\"team\")) .executes(CommandExecutor { _, args -> val team = args[\"team\"] as Team // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()) }) .register() commandAPICommand(\"togglepvp\") { teamArgument(\"team\") anyExecutor { _, args -> val team = args[\"team\"] as Team // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()) }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Team arguments » Example - Toggling friendly fire in a team","id":"261","title":"Example - Toggling friendly fire in a team"},"262":{"body":"","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Miscellaneous arguments","id":"262","title":"Miscellaneous arguments"},"263":{"body":"The angle argument is used to represent the yaw (horizontal) angle in degrees. The value returned from this argument range from -180.0 (inclusive) to 180 (exclusive), with -180.0 being due north: \\begin{align} -1&80.0 \\\\ &\\hspace{0.1em}N \\\\ &\\uparrow \\\\ 90.0\\ W \\leftarrow &\\hspace{0.75em}\\rightarrow E\\ -90.0 \\\\ &\\downarrow \\\\ &\\hspace{0.2em}S \\\\ &0.0 \\\\ \\end{align} The ~ notation can be used to specify a rotation relative to the executor's yaw angle.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Angle arguments » Angle arguments","id":"263","title":"Angle arguments"},"264":{"body":"An advancement argument suggesting a list of Minecraft advancements The AdvancementArgument class represents in-game advancements. As expected, the AdvancementArgument can be casted to Bukkit's Advancement class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Advancement arguments » Advancement arguments","id":"264","title":"Advancement arguments"},"265":{"body":"Say we want to award a player an advancement. First, we need the syntax that our command will use: /award <player> <advancement> Since we require a player, we will use the PlayerArgument for this example. Given a player, we can simply get the AdvancementProgress for that player, and then award the criteria required to fully complete the provided advancement. new CommandAPICommand(\"award\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new AdvancementArgument(\"advancement\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); Advancement advancement = (Advancement) args.get(\"advancement\"); // Award all criteria for the advancement AdvancementProgress progress = target.getAdvancementProgress(advancement); for (String criteria : advancement.getCriteria()) { progress.awardCriteria(criteria); } }) .register(); CommandAPICommand(\"award\") .withArguments(PlayerArgument(\"player\")) .withArguments(AdvancementArgument(\"advancement\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val advancement = args[\"advancement\"] as Advancement // Award all criteria for the advancement val progress = target.getAdvancementProgress(advancement) for (criteria in advancement.criteria) { progress.awardCriteria(criteria) } }) .register() commandAPICommand(\"award\") { playerArgument(\"player\") advancementArgument(\"advancement\") anyExecutor { _, args -> val target = args[\"player\"] as Player val advancement = args[\"advancement\"] as Advancement // Award all criteria for the advancement val progress = target.getAdvancementProgress(advancement) for (criteria in advancement.criteria) { progress.awardCriteria(criteria) } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Advancement arguments » Example - Awarding a player an advancement","id":"265","title":"Example - Awarding a player an advancement"},"266":{"body":"A biome argument suggesting a list of Minecraft biomes In Minecraft 1.16, they added the ability to refer to in-game biomes. The CommandAPI implements this using the BiomeArgument. As expected, this returns Bukkit's Biome enum when used. When using the Biome object, the CommandAPI will return null if the specified Biome could not be found, for example if a player submitted a biome from a client-side resourcepack. The CommandAPI does not return Biome.CUSTOM from the BiomeArgument.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Biome arguments » Biome arguments","id":"266","title":"Biome arguments"},"267":{"body":"Say you want to set the biome of the current chunk that a player is in. We can do this using the World.setBiome(x, y, z, biome) method for a given world. We will use this command syntax to set the biome of our current chunk: /setbiome <biome> And we can set the biome of the current chunk as expected: new CommandAPICommand(\"setbiome\") .withArguments(new BiomeArgument(\"biome\")) .executesPlayer((player, args) -> { Biome biome = (Biome) args.get(\"biome\"); Chunk chunk = player.getLocation().getChunk(); player.getWorld().setBiome(chunk.getX(), player.getLocation().getBlockY(), chunk.getZ(), biome); }) .register(); CommandAPICommand(\"setbiome\") .withArguments(BiomeArgument(\"biome\")) .executesPlayer(PlayerCommandExecutor { player, args -> val biome = args[\"biome\"] as Biome val chunk = player.location.chunk player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome) }) .register() commandAPICommand(\"setbiome\") { biomeArgument(\"biome\") playerExecutor { player, args -> val biome = args[\"biome\"] as Biome val chunk = player.location.chunk player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome) }\n} The BiomeArgument also supports returning a NamespacedKey for custom biomes. This can be done by using the BiomeArgument.NamespacedKey constructor instead of the normal BiomeArgument constructor: // Makes a BiomeArgument that returns a Biome\nnew BiomeArgument(\"biome\"); // Makes a BiomeArgument that returns a NamespacedKey\nnew BiomeArgument.NamespacedKey(\"biome\"); Developer's Note: Spigot's support for custom biomes is really limited! If you have an example that lets you use custom biomes with namespaced keys, please open a GitHub issue, or reach out to us on Discord!","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Biome arguments » Example - Setting the biome of a chunk","id":"267","title":"Example - Setting the biome of a chunk"},"268":{"body":"A block state argument with suggestions for Minecraft items The BlockStateArgument is used to represent data about blocks in the world. These refer to any blocks that have data or states, such as dispensers, signs, doors and pistons. The BlockStateArgument creates a Bukkit BlockData object when used. Developer's Note: Make sure to not confuse the cast type with BlockState. The naming of this argument refers to the internal Minecraft vanilla argument naming convention - this argument casts to BlockData and NOT BlockState .","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » BlockState arguments » BlockState arguments","id":"268","title":"BlockState arguments"},"269":{"body":"Say we want a simple command to set the block that you're looking at. We'll use the following command syntax: /set <block> And then we can simply set our block using setBlockData(): new CommandAPICommand(\"set\") .withArguments(new BlockStateArgument(\"block\")) .executesPlayer((player, args) -> { BlockData blockdata = (BlockData) args.get(\"block\"); Block targetBlock = player.getTargetBlockExact(256); // Set the block, along with its data targetBlock.setType(blockdata.getMaterial()); targetBlock.getState().setBlockData(blockdata); }) .register(); CommandAPICommand(\"set\") .withArguments(BlockStateArgument(\"block\")) .executesPlayer(PlayerCommandExecutor { player, args -> val blockdata = args[\"block\"] as BlockData val targetBlock = player.getTargetBlockExact(256) // Set the block, along with its data targetBlock?.type = blockdata.material targetBlock?.state?.blockData = blockdata }) .register() commandAPICommand(\"set\") { blockStateArgument(\"block\") playerExecutor { player, args -> val blockdata = args[\"block\"] as BlockData val targetBlock = player.getTargetBlockExact(256) // Set the block, along with its data targetBlock?.type = blockdata.material targetBlock?.state?.blockData = blockdata }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » BlockState arguments » Example - Setting a block","id":"269","title":"Example - Setting a block"},"27":{"body":"Update Configuration for server owners page with new config options missing-executor-implementation and use-latest-nms-version Update instructions for shading the CommandAPI with maven in Shading the CommandAPI in your plugins to support Java 16. Mention that commands registered with the CommandAPI appear in the minecraft: namespace (see above under \"How the CommandAPI works\")","breadcrumbs":"Introduction » Documentation changes 6.0.0 \\(\\rightarrow\\) 6.2.0","id":"27","title":"Documentation changes 6.0.0 \\(\\rightarrow\\) 6.2.0"},"270":{"body":"An enchantment argument suggesting a list of Minecraft enchantments The EnchantmentArgument class lets users input a specific enchantment. As you would expect, the cast type is Bukkit's Enchantment class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Enchantment arguments » Enchantment argument","id":"270","title":"Enchantment argument"},"271":{"body":"Say we want to give a player an enchantment on the item that the player is currently holding. We will use the following command syntax: /enchantitem <enchantment> <level> Since most enchantment levels range between 1 and 5, we will also make use of the IntegerArgument to restrict the level of the enchantment by usng its range constructor. new CommandAPICommand(\"enchantitem\") .withArguments(new EnchantmentArgument(\"enchantment\")) .withArguments(new IntegerArgument(\"level\", 1, 5)) .executesPlayer((player, args) -> { Enchantment enchantment = (Enchantment) args.get(\"enchantment\"); int level = (int) args.get(\"level\"); // Add the enchantment player.getInventory().getItemInMainHand().addEnchantment(enchantment, level); }) .register(); CommandAPICommand(\"enchantitem\") .withArguments(EnchantmentArgument(\"enchantment\")) .withArguments(IntegerArgument(\"level\", 1, 5)) .executesPlayer(PlayerCommandExecutor { player, args -> val enchantment = args[\"enchantment\"] as Enchantment val level = args[\"level\"] as Int // Add the enchantment player.inventory.itemInMainHand.addEnchantment(enchantment, level) }) .register() commandAPICommand(\"enchantitem\") { enchantmentArgument(\"enchantment\") integerArgument(\"level\", 1, 5) playerExecutor { player, args -> val enchantment = args[\"enchantment\"] as Enchantment val level = args[\"level\"] as Int // Add the enchantment player.inventory.itemInMainHand.addEnchantment(enchantment, level) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Enchantment arguments » Example - Giving a player an enchantment on their current item","id":"271","title":"Example - Giving a player an enchantment on their current item"},"272":{"body":"An item stack argument with suggestions for Minecraft items The ItemStackArgument class represents in-game items. As expected, this should be casted to Bukkit's ItemStack object. The ItemStack which is returned by the ItemStackArgument always has a size of 1.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Itemstack arguments » Itemstack arguments","id":"272","title":"Itemstack arguments"},"273":{"body":"Say we want to create a command that gives you items. For this command, we will use the following syntax: /item <itemstack> With this syntax, we can easily create our command: new CommandAPICommand(\"item\") .withArguments(new ItemStackArgument(\"itemStack\")) .executesPlayer((player, args) -> { player.getInventory().addItem((ItemStack) args.get(\"itemStack\")); }) .register(); CommandAPICommand(\"item\") .withArguments(ItemStackArgument(\"itemStack\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.inventory.addItem(args[\"itemStack\"] as ItemStack) }) .register() commandAPICommand(\"item\") { itemStackArgument(\"itemstack\") playerExecutor { player, args -> player.inventory.addItem(args[\"itemstack\"] as ItemStack) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Itemstack arguments » Example - Giving a player an itemstack","id":"273","title":"Example - Giving a player an itemstack"},"274":{"body":"A loot table argument showing a list of Minecraft loot tables as suggestions The LootTableArgument class can be used to get a Bukkit LootTable object.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » LootTable argument » LootTable argument","id":"274","title":"LootTable argument"},"275":{"body":"Say we wanted to write a command that populates a chest with some loot table contents. For this example, we'll use the following command: /giveloottable <loottable> <location> We ensure that the location provided is a container (such as a chest or shulkerbox) and then update the contents of that container: new CommandAPICommand(\"giveloottable\") .withArguments(new LootTableArgument(\"lootTable\")) .withArguments(new LocationArgument(\"location\", LocationType.BLOCK_POSITION)) .executes((sender, args) -> { LootTable lootTable = (LootTable) args.get(\"lootTable\"); Location location = (Location) args.get(\"location\"); BlockState state = location.getBlock().getState(); // Check if the input block is a container (e.g. chest) if (state instanceof Container container && state instanceof Lootable lootable) { // Apply the loot table to the chest lootable.setLootTable(lootTable); container.update(); } }) .register(); CommandAPICommand(\"giveloottable\") .withArguments(LootTableArgument(\"lootTable\")) .withArguments(LocationArgument(\"location\", LocationType.BLOCK_POSITION)) .executes(CommandExecutor { _, args -> val lootTable = args[\"lootTable\"] as LootTable val location = args[\"location\"] as Location val state = location.block.state // Check if the input block is a container (e.g. chest) if (state is Container && state is Lootable) { // Apply the loot table to the chest state.lootTable = lootTable state.update() } }) .register() commandAPICommand(\"giveloottable\") { lootTableArgument(\"loottable\") locationArgument(\"location\", LocationType.BLOCK_POSITION) anyExecutor { _, args -> val lootTable = args[\"loottable\"] as LootTable val location = args[\"location\"] as Location val state = location.block.state // Check if the input block is a container (e.g. chest) if (state is Container && state is Lootable) { // Apply the loot table to the chest state.lootTable = lootTable state.update() } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » LootTable argument » Example - Filling a chest with loot table contents","id":"275","title":"Example - Filling a chest with loot table contents"},"276":{"body":"An image of the math operation argument, with suggestions \"%=\", \"*=\", \"+=\", \"-=\", \"/=\", \"<\", \"=\", \">\" and \"><\" The CommandAPI's MathOperationArgument is used to represent the Minecraft scoreboard arithmetic operation to alter scoreboard scores. Since there is no default representation in the Bukkit API, the CommandAPI provides the MathOperation class to represent each operation: Symbol (in Minecraft) MathOperation enum value \\(+=\\) MathOperation.ADD \\(-=\\) MathOperation.SUBTRACT \\(*=\\) MathOperation.MULTIPLY \\(/=\\) MathOperation.DIVIDE \\(\\%=\\) MathOperation.MOD \\(=\\) MathOperation.ASSIGN \\(<\\) MathOperation.MIN \\(>\\) MathOperation.MAX \\(><\\) MathOperation.SWAP The MathOperation also has two methods: public int apply(int val1, int val2);\npublic float apply(float val1, float val2); These methods are used to provide a basic implementation of these math operations on a given input. Given the values val1 and val2, these are the operation that the apply(val1, val2) method performs: MathOperation enum value Result MathOperation.ADD val1 + val2 MathOperation.SUBTRACT val1 - val2 MathOperation.MULTIPLY val1 * val2 MathOperation.DIVIDE val1 / val2 MathOperation.MOD val1 % val2 MathOperation.ASSIGN val2 MathOperation.MIN Math.min(val1, val2) MathOperation.MAX Math.max(val1, val2) MathOperation.SWAP val2","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » MathOperation arguments » MathOperation arguments","id":"276","title":"MathOperation arguments"},"277":{"body":"Say we wanted to create a player's level. Typically, this is implemented in the following manner: /xp set <player> <level>\n/xp add <player> <levels> Using the MathOperationArgument, we can extend the functionality of adding and setting a player's level by allowing the user to choose what operation they desire. To do this, we'll use the following syntax: /changelevel <player> <operation> <value> As with any command, we declare our arguments, cast them properly and then we write our main code. In this example, we use the apply(int, int) method from our MathOperation to calculate the player's new level. new CommandAPICommand(\"changelevel\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new MathOperationArgument(\"operation\")) .withArguments(new IntegerArgument(\"value\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); MathOperation op = (MathOperation) args.get(\"operation\"); int value = (int) args.get(\"value\"); target.setLevel(op.apply(target.getLevel(), value)); }) .register(); CommandAPICommand(\"changelevel\") .withArguments(PlayerArgument(\"player\")) .withArguments(MathOperationArgument(\"operation\")) .withArguments(IntegerArgument(\"value\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val op = args[\"operation\"] as MathOperation val value = args[\"value\"] as Int target.level = op.apply(target.level, value) }) .register() commandAPICommand(\"changelevel\") { playerArgument(\"player\") mathOperationArgument(\"operation\") integerArgument(\"value\") anyExecutor { _, args -> val target = args[\"player\"] as Player val op = args[\"operation\"] as MathOperation val value = args[\"value\"] as Int target.level = op.apply(target.level, value) }\n} There are various applications for the changelevel command based on what the user inputs. For example: To set the player Notch to level 10: /changelevel Notch = 10 To double the player Notch's level: /changelevel Notch *= 2 To set the player Notch 's level to 20, or keep it as their current level if it is higher than 20: /changelevel Notch > 20","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » MathOperation arguments » Example - Changing a player's level","id":"277","title":"Example - Changing a player's level"},"278":{"body":"NamespacedKey arguments represent Minecraft's resource locations , or namespaced keys. This argument is casted to Bukkit's NamespacedKey object. Namespaced keys are typically of the form namespace:key. If no namespace is provided, the default namespace (minecraft) will be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » NamespacedKey arguments » NamespacedKey arguments","id":"278","title":"NamespacedKey arguments"},"279":{"body":"A particle argument suggesting a list of Minecraft particle effects The ParticleArgument class represents Minecraft particles. This is casted to the CommandAPI's ParticleData class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle arguments","id":"279","title":"Particle arguments"},"28":{"body":"Adds entry for Upgrading guide to help update from 5.12 to 6.0.0. Adds new silent-logs config entry to Configuration for server owners Update syntax for onLoad(CommandAPIConfig) for Shading the CommandAPI in your plugins Update Argument suggestions including new replaceSuggestions method Adds documentation for OfflinePlayerArgument Adds a new section CommandAPI Contribution which gives a bit of insight into the project structure of the CommandAPI (Still in progress, not complete yet) Fix old documentation typos Fix spacing issues in some existing code blocks Adds syntax highlighting for Minecraft commands in code blocks Fix old code examples which didn't work anymore","breadcrumbs":"Introduction » Documentation changes 5.12 \\(\\rightarrow\\) 6.0.0","id":"28","title":"Documentation changes 5.12 \\(\\rightarrow\\) 6.0.0"},"280":{"body":"The ParticleData class is a record that contains two values: Particle particle, which is the Bukkit enum Particle representation of what particle was provided T data, which represents any additional particle data which was provided. public record ParticleData<T>(Particle particle, T data); The T data can be used in Bukkit's World.spawnParticle(Particle particle, Location location, int count, T data) method.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » The ParticleData class","id":"280","title":"The ParticleData class"},"281":{"body":"Particle data depends on your version of Minecraft. In 1.20.5, Minecraft and Spigot updated their particle API and they are no longer compatible with each other. Information about how the CommandAPI uses particle data can be found using the links below: Particle data for Minecraft 1.16.5 - 1.20.4 Particle data for Minecraft 1.20.5+","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data","id":"281","title":"Particle data"},"282":{"body":"The particle argument requires additional data for a particle depending on what the particle is. Information about this can be found on the Argument types page on the MinecraftWiki . The following particles have additional data required to display them: Bukkit Particle Minecraft particle Arguments BLOCK_CRACK block block block_idblock block_id[block_state=value] BLOCK_MARKER block_marker block_marker block_idblock_marker block_id[block_state=value] REDSTONE dust dust red green blue size DUST_COLOR_TRANSITION dust_color_transition dust_color_transition red1 green1 blue1 size red2 green2 blue2 FALLING_DUST falling_dust falling_dust block_idfalling_dust block_id[block_state=value] ITEM_CRACK item item item_iditem item_id{NBT} SCULK_CHARGE sculk_charge sculk_charge angle SHRIEK shriek shriek delay VIBRATION vibration vibration x y z ticks","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Particle data (1.16.5 - 1.20.4)","id":"282","title":"Particle data (1.16.5 - 1.20.4)"},"283":{"body":"Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » ParticleArgument examples","id":"283","title":"ParticleArgument examples"},"284":{"body":"Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax: /showparticle <particle> With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }\n} Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Example - Show particles at a player's location (without data)","id":"284","title":"Example - Show particles at a player's location (without data)"},"285":{"body":"We can fix the issues with the example above by providing the data of the argument using the ParticleData record: /showparticle <particle> In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data()); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }\n} This can be used with commands such as: /showparticle minecraft:dust_color_transition 0 0 0 20 1 0 0\n/showparticle minecraft:block_marker diamond_block","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Example - Show particles at a player's location (with data)","id":"285","title":"Example - Show particles at a player's location (with data)"},"286":{"body":"The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below: ParticleData<Vibration> particleData; // The particle data you get from your argument\nLocation destination = ((BlockDestination) particleData.data().getDestination()).getLocation();","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Particle data implementation notes","id":"286","title":"Particle data implementation notes"},"287":{"body":"The particle argument requires additional data for a particle depending on what the particle is. The following particles have additional data required to display them: Bukkit Particle Argument syntax BLOCK block{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block BLOCK_MARKER block_marker{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block DUST dust{color:[red,green,blue],scale:scale} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 scale - number for the size of the particle DUST_COLOR_TRANSITION dust_color_transition{from_color:[red,green,blue],scale:scale,to_color:[red,green,blue]} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 scale - number for the size of the particle DUST_PILLAR dust_pillar{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block ENTITY_EFFECT entity_effect{color:[red,green,blue,alpha]} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 alpha - number for transparency, between 0.0 and 1.0 FALLING_DUST falling_dust{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block ITEM item{item:\"item\"} item - name of an item, such as apple SCULK_CHARGE sculk_charge{roll:angle} angle - decimal angle the particle displays at in radians SHRIEK shriek{delay:delay} delay - delay in ticks for when the shriek particle should appear VIBRATION vibration{destination:{type:\"block\",pos:[x,y,z]},arrival_in_ticks:ticks} x - decimal x-coordinate to move towards y - decimal y-coordinate to move towards z - decimal z-coordinate to move towards ticks - time in ticks to take to move towards its destination","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Particle data (1.20.5+)","id":"287","title":"Particle data (1.20.5+)"},"288":{"body":"Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » ParticleArgument examples","id":"288","title":"ParticleArgument examples"},"289":{"body":"Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax: /showparticle <particle> With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }\n} Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Example - Show particles at a player's location (without data)","id":"289","title":"Example - Show particles at a player's location (without data)"},"29":{"body":"Developer's Note The Maven/Gradle repository URL has changed! See 5. Setting up your development environment for more information. For older versions of the CommandAPI (versions 5.11 and below), please consult the older documentation which can be found on the homepage here . Change the repository URL for the CommandAPI in 5. Setting up your development environment Update the Afterword","breadcrumbs":"Introduction » Documentation changes 5.11 \\(\\rightarrow\\) 5.12","id":"29","title":"Documentation changes 5.11 \\(\\rightarrow\\) 5.12"},"290":{"body":"We can fix the issues with the example above by providing the data of the argument using the ParticleData record: /showparticle <particle> In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data()); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }\n} This can be used with commands such as: /showparticle minecraft:dust_color_transition{from_color:[0.0,0.0,0.0],scale:20.0,to_color:[1.0,0.0,0.0]}\n/showparticle minecraft:block_marker{block_state:{Name:\"diamond_block\"}}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Example - Show particles at a player's location (with data)","id":"290","title":"Example - Show particles at a player's location (with data)"},"291":{"body":"The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below: ParticleData<Vibration> particleData; // The particle data you get from your argument\nLocation destination = ((BlockDestination) particleData.data().getDestination()).getLocation();","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Particle data implementation notes","id":"291","title":"Particle data implementation notes"},"292":{"body":"An image of a potion argument with a list of potion effect suggestions The PotionEffectArgument class represents Minecraft potion effects. When used, this argument is casted to Bukkit's PotionEffectType class, or alternatively a NamespacedKey object if the PotionEffectArgument.NamespacedKey argument is used to create a PotionEffectArgument.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Potion effect arguments » Potion effect arguments","id":"292","title":"Potion effect arguments"},"293":{"body":"Say we wanted to have a command that gives a player a potion effect. For this command, we'll use the following syntax: /potion <target> <potion> <duration> <strength> In this example, we utilize some of the other arguments that we've described earlier, such as the PlayerArgument and TimeArgument. Since duration for the PotionEffect constructor is in ticks, this is perfectly fit for the TimeArgument, which is represented in ticks. new CommandAPICommand(\"potion\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new PotionEffectArgument(\"potion\")) .withArguments(new TimeArgument(\"duration\")) .withArguments(new IntegerArgument(\"strength\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); PotionEffectType potion = (PotionEffectType) args.get(\"potion\"); int duration = (int) args.get(\"duration\"); int strength = (int) args.get(\"strength\"); // Add the potion effect to the target player target.addPotionEffect(new PotionEffect(potion, duration, strength)); }) .register(); new CommandAPICommand(\"potion\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new PotionEffectArgument.NamespacedKey(\"potion\")) .withArguments(new TimeArgument(\"duration\")) .withArguments(new IntegerArgument(\"strength\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); NamespacedKey potionKey = (NamespacedKey) args.get(\"potion\"); int duration = (int) args.get(\"duration\"); int strength = (int) args.get(\"strength\"); PotionEffectType potion = PotionEffectType.getByKey(potionKey); // Add the potion effect to the target player target.addPotionEffect(new PotionEffect(potion, duration, strength)); }) .register(); CommandAPICommand(\"potion\") .withArguments(PlayerArgument(\"target\")) .withArguments(PotionEffectArgument(\"potion\")) .withArguments(TimeArgument(\"duration\")) .withArguments(IntegerArgument(\"strength\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val potion = args[\"potion\"] as PotionEffectType val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }) .register() CommandAPICommand(\"potion\") .withArguments(PlayerArgument(\"target\")) .withArguments(PotionEffectArgument.NamespacedKey(\"potion\")) .withArguments(TimeArgument(\"duration\")) .withArguments(IntegerArgument(\"strength\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val potionKey = args[\"potion\"] as NamespacedKey val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int val potion = PotionEffectType.getByKey(potionKey)!! // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }) .register() commandAPICommand(\"potion\") { playerArgument(\"target\") potionEffectArgument(\"potion\") timeArgument(\"duration\") integerArgument(\"strength\") anyExecutor { _, args -> val target = args[\"target\"] as Player val potion = args[\"potion\"] as PotionEffectType val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }\n} commandAPICommand(\"potion\") { playerArgument(\"target\") potionEffectArgument(\"potion\", true) timeArgument(\"duration\") integerArgument(\"strength\") anyExecutor { _, args -> val target = args[\"target\"] as Player val potionKey = args[\"potion\"] as NamespacedKey val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int val potion = PotionEffectType.getByKey(potionKey)!! // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Potion effect arguments » Example - Giving a player a potion effect","id":"293","title":"Example - Giving a player a potion effect"},"294":{"body":"A recipe argument command with the suggestions for Minecraft items The RecipeArgument class lets you retrieve Bukkit's ComplexRecipe object.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Recipe arguments","id":"294","title":"Recipe arguments"},"295":{"body":"Say we want to give yourself the result of a specific recipe. Since Bukkit's Recipe class contains the getResult() method, we will use that in our example. We want to create the following command: /giverecipe <recipe> As such, we easily implement it by specifying the RecipeArgument, casting it and adding it to the player's inventory: new CommandAPICommand(\"giverecipe\") .withArguments(new RecipeArgument(\"recipe\")) .executesPlayer((player, args) -> { ComplexRecipe recipe = (ComplexRecipe) args.get(\"recipe\"); player.getInventory().addItem(recipe.getResult()); }) .register(); CommandAPICommand(\"giverecipe\") .withArguments(RecipeArgument(\"recipe\")) .executesPlayer(PlayerCommandExecutor { player, args -> val recipe = args[\"recipe\"] as ComplexRecipe player.inventory.addItem(recipe.result) }) .register() commandAPICommand(\"giverecipe\") { recipeArgument(\"recipe\") playerExecutor { player, args -> val recipe = args[\"recipe\"] as ComplexRecipe player.inventory.addItem(recipe.result) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Example - Giving a player the result of a recipe","id":"295","title":"Example - Giving a player the result of a recipe"},"296":{"body":"In this example, we'll use the ComplexRecipe's getKey() method to write an example to to unlock a recipe for a player. For this command, we'll use the following syntax: /unlockrecipe <player> <recipe> This is then implemented trivially as follows: new CommandAPICommand(\"unlockrecipe\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new RecipeArgument(\"recipe\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); ComplexRecipe recipe = (ComplexRecipe) args.get(\"recipe\"); target.discoverRecipe(recipe.getKey()); }) .register(); CommandAPICommand(\"unlockrecipe\") .withArguments(PlayerArgument(\"player\")) .withArguments(RecipeArgument(\"recipe\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val recipe = args[\"recipe\"] as ComplexRecipe target.discoverRecipe(recipe.key) }) .register() commandAPICommand(\"unlockrecipe\") { playerArgument(\"player\") recipeArgument(\"recipe\") anyExecutor { _, args -> val target = args[\"player\"] as Player val recipe = args[\"recipe\"] as ComplexRecipe target.discoverRecipe(recipe.key) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Example - Unlocking a recipe for a player","id":"296","title":"Example - Unlocking a recipe for a player"},"297":{"body":"A sound argument command with a list of Minecraft sounds as suggestions The SoundArgument class allows a command sender to retrieve the Bukkit Sound or NamespacedKey object to represent in-game sound effects (such as mob sounds or ambient sound effects), as well as in-game music. The SoundArgument can return a Sound or NamespacedKey object. To return a Sound object, simply use the SoundArgument as normal. To return a NamespacedKey object, use the SoundArgument.NamespacedKey constructor instead: // Makes a SoundArgument that returns a Sound\nnew SoundArgument(\"sound\"); // Makes a SoundArgument that returns a NamespacedKey\nnew SoundArgument.NamespacedKey(\"sound\"); When using the Sound object, the CommandAPI will return null if the specified Sound could not be found. For this reason, it's recommended to use the NamespacedKey object for optimal compatibility with client-side resourcepacks.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Sound arguments » Sound arguments","id":"297","title":"Sound arguments"},"298":{"body":"Say we want a simple command that plays a specific sound at your location. To do this, we will make the following command: /sound <sound> This command simply plays the provided sound to the current player: new CommandAPICommand(\"sound\") .withArguments(new SoundArgument(\"sound\")) .executesPlayer((player, args) -> { player.getWorld().playSound(player.getLocation(), (Sound) args.get(\"sound\"), 100.0f, 1.0f); }) .register(); new CommandAPICommand(\"sound\") .withArguments(new SoundArgument.NamespacedKey(\"sound\")) .executesPlayer((player, args) -> { player.getWorld().playSound(player.getLocation(), ((NamespacedKey) args.get(\"sound\")).asString(), 100.0f, 1.0f); }) .register(); CommandAPICommand(\"sound\") .withArguments(SoundArgument(\"sound\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.world.playSound(player.location, args[\"sound\"] as Sound, 100.0f, 1.0f) }) .register() CommandAPICommand(\"sound\") .withArguments(SoundArgument.NamespacedKey(\"sound\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.world.playSound(player.location, (args[\"sound\"] as NamespacedKey).asString(), 100.0f, 1.0f) }) .register() commandAPICommand(\"sound\") { soundArgument(\"sound\") playerExecutor { player, args -> player.world.playSound(player.location, args[\"sound\"] as Sound, 100.0f, 1.0f) }\n} commandAPICommand(\"sound\") { soundArgument(\"sound\", true) playerExecutor { player, args -> player.world.playSound(player.location, (args[\"sound\"] as NamespacedKey).asString(), 100.0f, 1.0f) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Sound arguments » Example - Playing sound to yourself","id":"298","title":"Example - Playing sound to yourself"},"299":{"body":"A time argument with Minecraft suggestions 'd', 's' and 't' The TimeArgument class represents in-game time, in the number of in-game ticks . This allows command senders to specify a certain number of ticks in a simpler way, by including the characters d to specify the numbers of days, s to specify the number of seconds or t to specify a number of ticks. The CommandAPI converts the inputs provided by the command sender into a number of ticks as an integer. Developer's Note: The TimeArgument provides inputs such as 2d (2 in-game days), 10s (10 seconds) and 20t (20 ticks), but does not let you combine them, such as 2d10s.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Time arguments » Time arguments","id":"299","title":"Time arguments"},"3":{"body":"Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page.","breadcrumbs":"Introduction » Documentation changelog","id":"3","title":"Documentation changelog"},"30":{"body":"Adds a section Arbitrary command conversion on how to convert arbitrary commands Adds a section 3.3. Entity selectors describing how to convert entity selector commands with the CommandAPI's command conversion system Updated the list of all suppoprted argument types for command conversion","breadcrumbs":"Introduction » Documentation changes 5.10 \\(\\rightarrow\\) 5.11","id":"30","title":"Documentation changes 5.10 \\(\\rightarrow\\) 5.11"},"300":{"body":"Say we have a command bigmsg that displays a title message to all players for a certain duration: /bigmsg <duration> <message> new CommandAPICommand(\"bigmsg\") .withArguments(new TimeArgument(\"duration\")) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { // Duration in ticks int duration = (int) args.get(\"duration\"); String message = (String) args.get(\"message\"); for (Player player : Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20); } }) .register(); CommandAPICommand(\"bigmsg\") .withArguments(TimeArgument(\"duration\")) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> // Duration in ticks val duration = args[\"duration\"] as Int val message = args[\"message\"] as String for (player in Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20) } }) .register() commandAPICommand(\"bigmsg\") { timeArgument(\"duration\") greedyStringArgument(\"message\") anyExecutor { _, args -> // Duration in ticks val duration = args[\"duration\"] as Int val message = args[\"message\"] as String for (player in Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20) } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Time arguments » Example - Displaying a server-wide announcement","id":"300","title":"Example - Displaying a server-wide announcement"},"301":{"body":"The UUID argument is used to uniquely identify players, entities and attribute modifiers. As a result, its cast type is Java's UUID.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » UUID arguments » UUID arguments","id":"301","title":"UUID arguments"},"302":{"body":"A picture of world arguments in action The WorldArgument class allows a command sender to refer to a loaded Bukkit World.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » World arguments » World arguments","id":"302","title":"World arguments"},"303":{"body":"Say we want to unload a world on our Minecraft server. We want to create a command with the following syntax: /unloadworld <world> Using the world from the WorldArgument, we can then unload the world safely using Bukkit.getServer().unloadWorld() and passing true (to save chunks): new CommandAPICommand(\"unloadworld\") .withArguments(new WorldArgument(\"world\")) .executes((sender, args) -> { World world = (World) args.get(\"world\"); // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true); }) .register(); CommandAPICommand(\"unloadworld\") .withArguments(WorldArgument(\"world\")) .executes(CommandExecutor { sender, args -> val world = args[\"world\"] as World // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true) }) .register() commandAPICommand(\"unloadworld\") { worldArgument(\"world\") anyExecutor { sender, args -> val world = args[\"world\"] as World // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » World arguments » Example - Unloading world","id":"303","title":"Example - Unloading world"},"304":{"body":"","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Predicate arguments","id":"304","title":"Predicate arguments"},"305":{"body":"The BlockPredicateArgument is used to represent a \"test\" for Minecraft blocks. This can consist of tags, such as the ones listed here on the MinecraftWiki , or individual blocks. If a block matches the tag or block, then the predicate is satisfied. For example, if we were to use the predicate #leaves, then the following blocks will be satisfied by that predicate: jungle_leaves, oak_leaves, spruce_leaves, dark_oak_leaves, acacia_leaves, birch_leaves. When used, this argument must be casted to a Predicate<Block>. As with other similar arguments with parameterized types, you can ignore Java's unchecked cast type safety warning.","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Block predicate arguments » Block predicate arguments","id":"305","title":"Block predicate arguments"},"306":{"body":"Say you want to replace blocks in a given radius. To do this, we'll use the following command structure: /replace <radius> <fromBlock> <toBlock> Of course, we could simply use a BlockStateArgument or even an ItemStackArgument as our <fromBlock> in order to get the material to replace, but the block predicate argument provides a test for a given block, which if satisfied, allows certain code to be executed. First, we declare our arguments. We want to use the BlockPredicateArgument since it also allows us to use Minecraft tags to identify blocks, as well as individual blocks. We then use BlockStateArgument to set the block to a given type. The BlockStateArgument also allows the user to provide any block data (e.g. contents of a chest or a stair's orientation). Argument<?>[] arguments = new Argument<?>[] { new IntegerArgument(\"radius\"), new BlockPredicateArgument(\"fromBlock\"), new BlockStateArgument(\"toBlock\"),\n}; val arguments = arrayOf<Argument<*>>( IntegerArgument(\"radius\"), BlockPredicateArgument(\"fromBlock\"), BlockStateArgument(\"toBlock\"),\n) We then register our /replace command. First, we parse the arguments making sure to cast to Predicate<Block> and BlockData (and not BlockState). After that, we use a few simple for loops to find the blocks within a radius sphere from the player. In our most nested loop, we can then check if the block meets the requirements of our predicate. This is simply performed using predicate.test(block), and if satisfied, we can set the block's type. Lastly, we register our command as normal using the register() method. new CommandAPICommand(\"replace\") .withArguments(arguments) .executesPlayer((player, args) -> { // Parse the arguments int radius = (int) args.get(\"radius\"); @SuppressWarnings(\"unchecked\") Predicate<Block> predicate = (Predicate<Block>) args.get(\"fromBlock\"); BlockData blockData = (BlockData) args.get(\"toBlock\"); // Find a (solid) sphere of blocks around the player with a given radius Location center = player.getLocation(); for (int x = -radius; x <= radius; x++) { for (int y = -radius; y <= radius; y++) { for (int z = -radius; z <= radius; z++) { if (Math.sqrt(((x * x) + (y * y) + (z * z))) <= radius) { Block block = center.getWorld().getBlockAt(x + center.getBlockX(), y + center.getBlockY(), z + center.getBlockZ()); // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.setType(blockData.getMaterial()); block.setBlockData(blockData); } } } } } return; }) .register(); CommandAPICommand(\"replace\") .withArguments(*arguments) .executesPlayer(PlayerCommandExecutor { player, args -> // Parse the arguments val radius = args[\"radius\"] as Int val predicate = args[\"fromBlock\"] as Predicate<Block> val blockData = args[\"toBlock\"] as BlockData // Find a (solid) sphere of blocks around the player with a given radius val center = player.location // for (i in 1 until 11) { } for (x in -radius until radius + 1) { for (y in -radius until radius + 1) { for (z in -radius until radius + 1) { if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) { val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ) // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.type = blockData.material block.blockData = blockData } } } } } }) .register() commandAPICommand(\"replace\") { arguments(*arguments) playerExecutor { player, args -> // Parse the arguments val radius = args[\"radius\"] as Int val predicate = args[\"fromBlock\"] as Predicate<Block> val blockData = args[\"toBlock\"] as BlockData // Find a (solid) sphere of blocks around the player with a given radius val center = player.location // for (i in 1 until 11) { } for (x in -radius until radius + 1) { for (y in -radius until radius + 1) { for (z in -radius until radius + 1) { if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) { val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ) // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.type = blockData.material block.blockData = blockData } } } } } }\n}","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Block predicate arguments » Example - Replacing specific blocks in a radius","id":"306","title":"Example - Replacing specific blocks in a radius"},"307":{"body":"Similar to the BlockPredicateArgument, the ItemStackPredicateArgument is a way of performing predicate checks on ItemStack objects. These can represent tags, such as the ones declared here on the MinecraftWiki , or individual items. The cast type for this argument is Predicate<ItemStack>.","breadcrumbs":"Command arguments » Argument types » Predicate arguments » ItemStack predicate arguments » ItemStack predicate arguments","id":"307","title":"ItemStack predicate arguments"},"308":{"body":"Say we wanted to remove items in your inventory (I know, the /clear command does this, but this is the only example I could come up with) . To do this, we'll use the following command syntax: /rem <item> We implement this with a simple for loop over the player's inventory and remove items that satisfy the predicate. // Register our command\nnew CommandAPICommand(\"rem\") .withArguments(new ItemStackPredicateArgument(\"items\")) .executesPlayer((player, args) -> { // Get our predicate @SuppressWarnings(\"unchecked\") Predicate<ItemStack> predicate = (Predicate<ItemStack>) args.get(\"items\"); for (ItemStack item : player.getInventory()) { if (predicate.test(item)) { player.getInventory().remove(item); } } }) .register(); // Register our command\nCommandAPICommand(\"rem\") .withArguments(ItemStackPredicateArgument(\"items\")) .executesPlayer(PlayerCommandExecutor { player, args -> // Get our predicate val predicate = args[\"items\"] as Predicate<ItemStack> for (item in player.inventory) { if (predicate.test(item)) { player.inventory.remove(item) } } }) .register() // Register our command\ncommandAPICommand(\"rem\") { itemStackPredicateArgument(\"items\") playerExecutor { player, args -> // Get our predicate val predicate = args[\"items\"] as Predicate<ItemStack> for (item in player.inventory) { if (predicate.test(item)) { player.inventory.remove(item) } } }\n}","breadcrumbs":"Command arguments » Argument types » Predicate arguments » ItemStack predicate arguments » Example - Removing items in inventories based on predicates","id":"308","title":"Example - Removing items in inventories based on predicates"},"309":{"body":"The CommandAPI includes support for NBT compound arguments using an NBT API. The usage for the NBTCompoundArgument depends on whether you are using the CommandAPI plugin (using a CommandAPI.jar file in your plugins/ folder), or are shading the CommandAPI (including the compiled CommandAPI code in your own plugin).","breadcrumbs":"Command arguments » Argument types » NBT arguments » NBT arguments","id":"309","title":"NBT arguments"},"31":{"body":"Splits chat argument sections into two: 11.5.1. Spigot chat arguments and 11.5.2. Adventure chat arguments Adds a FAQ page Adds a warning about shading in 6. Shading the CommandAPI in your plugins","breadcrumbs":"Introduction » Documentation changes 5.6 \\(\\rightarrow\\) 5.10","id":"31","title":"Documentation changes 5.6 \\(\\rightarrow\\) 5.10"},"310":{"body":"By default, the CommandAPI plugin includes a copy of the NBT API by tr7zw in dev.jorel.commandapi.nbtapi. No additional set up is required and it can be used directly out the box.","breadcrumbs":"Command arguments » Argument types » NBT arguments » Plugin usage setup","id":"310","title":"Plugin usage setup"},"311":{"body":"In order to use the NBTCompoundArgument, you will have to use an NBT API that can create an NBT Compound object from an Object (ideally a net.minecraft.nbt.NBTTagCompound object). Examples of NBT APIs that can do this are (these are not sponsored in any way) : NBT API , via the new NBTContainer(Object) constructor","breadcrumbs":"Command arguments » Argument types » NBT arguments » Shading usage setup","id":"311","title":"Shading usage setup"},"312":{"body":"Before the NBTCompoundArgument can be used, the CommandAPI needs to know what implementation of an NBT Compound object you're going to use. This is specified in the onLoad() sequence, where your CommandAPI's config is set up, by using the following method: <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); The initializeNBTAPI(Class<T>, Function<Object, T>) takes in two arguments: Class<T> - The class that will be your NBT Compound implementation. This is also the type that the CommandAPI will return when the NBTCompoundArgument is used. Function<Object, T> - A function that takes in an object and returns the specified NBT Compound implementation. This could be a constructor or a static method, for example.","breadcrumbs":"Command arguments » Argument types » NBT arguments » Hooking into an NBT API","id":"312","title":"Hooking into an NBT API"},"313":{"body":"Say we want to use the NBT API as our implementation of NBT compounds. First, we have to shade the NBT API into our project (view the official documentation for how to do this for Maven or Gradle ). Now, we can configure the CommandAPI using the CommandAPI.onLoad() method to use the NBTContainer class, and the NBTContainer constructor that takes in an Object : @Override\npublic void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this) .initializeNBTAPI(NBTContainer.class, NBTContainer::new) );\n} override fun onLoad() { CommandAPI.onLoad(CommandAPIBukkitConfig(this) .initializeNBTAPI(NBTContainer::class.java, ::NBTContainer) )\n} Confused with the ::new syntax? Read more about method references to a constructor here . We're now able to use the NBTContainer as our implemented type for the NBTCompoundArgument!","breadcrumbs":"Command arguments » Argument types » NBT arguments » Example - Hooking into the NBT API","id":"313","title":"Example - Hooking into the NBT API"},"314":{"body":"Since the underlying implementation of the NBTCompoundArgument can change (e.g. NBTContainer if you're using the NBT API), the type of your NBT compound implementation has to be declared in angle brackets. new CommandAPICommand(\"award\") .withArguments(new NBTCompoundArgument<NBTContainer>(\"nbt\")) .executes((sender, args) -> { NBTContainer nbt = (NBTContainer) args.get(\"nbt\"); // Do something with \"nbt\" here... }) .register(); CommandAPICommand(\"award\") .withArguments(NBTCompoundArgument<NBTContainer>(\"nbt\")) .executes(CommandExecutor { _, args -> val nbt = args[\"nbt\"] as NBTContainer // Do something with \"nbt\" here... }) .register() commandAPICommand(\"award\") { nbtCompoundArgument<NBTContainer>(\"nbt\") anyExecutor { _, args -> val nbt = args[\"nbt\"] as NBTContainer // Do something with \"nbt\" here... }\n} Developer's Note: If you believe you can supply a suitable example for this page, feel free to send an example on the CommandAPI issues page!","breadcrumbs":"Command arguments » Argument types » NBT arguments » Example - ???","id":"314","title":"Example - ???"},"315":{"body":"","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments","id":"315","title":"Literal arguments"},"316":{"body":"Literal arguments are used to represent \"forced options\" for a command. For instance, take Minecraft's /gamemode command. The syntax consists of the following: /gamemode <mode>\n/gamemode <mode> <player> It consists of a gamemode, followed by an optional player argument. The list of gamemodes are as follows: /gamemode survival /gamemode creative\n/gamemode adventure\n/gamemode spectator Unlike regular commands (as those implemented by Bukkit for example), these four options are \"hardcoded\" - they're not \"suggestions\". The user can only enter one of these four examples, no other values are allowed. Developer's Note: There is a simpler alternative to the LiteralArgument class! Instead of having to deal with arguments not being present in the array of arguments, consider using the much more intuitive MultiLiteralArgument, which is described in more detail here !","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal arguments","id":"316","title":"Literal arguments"},"317":{"body":"Unlike regular arguments that are shown in this chapter, the literal argument is technically not an argument. Due to this fact, literal arguments are unlisted by default. In other words, the literal argument is not present in the CommandArguments args for the command declaration.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal arguments vs regular arguments","id":"317","title":"Literal arguments vs regular arguments"},"318":{"body":"To illustrate the behavior of literal arguments, we create a command of the following form: /mycommand <literal> <text> As an example, let's declare the literal \"hello\" as a valid literal for this command. When we retrieve the result from args.get(0), it returns the value of the TextArgument, as opposed to the literal \"hello\": new CommandAPICommand(\"mycommand\") .withArguments(new LiteralArgument(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" val text = args[0] as String }) .register() commandAPICommand(\"mycommand\") { literalArgument(\"hello\") textArgument(\"text\") anyExecutor { _, args -> // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" val text = args[0] as String }\n} The LiteralArgument class also provides the LiteralArgument.of() and LiteralArgument.literal() helper methods which can be used as an alternative way to declare literal arguments: new CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.of(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); new CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.literal(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.of(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> val text = args[0] as String }) .register() CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.literal(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> val text = args[0] as String }) .register() commandAPICommand(\"mycommand\") { argument(LiteralArgument.of(\"hello\")) textArgument(\"text\") anyExecutor { _, args -> val text = args[0] as String }\n} commandAPICommand(\"mycommand\") { argument(LiteralArgument.literal(\"hello\")) textArgument(\"text\") anyExecutor { _, args -> val text = args[0] as String }\n} If I were to run the following command: /mycommand hello goodbye The value of text in the code above would be \"goodbye\".","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Example - Literal arguments and regular arguments","id":"318","title":"Example - Literal arguments and regular arguments"},"319":{"body":"This is a demonstration of how you could create a command similar to Minecraft's /gamemode command by using literal arguments. To do this, we are effectively registering 4 separate commands, each called /gamemode, but with different literal arguments. // Create a map of gamemode names to their respective objects\nHashMap<String, GameMode> gamemodes = new HashMap<>();\ngamemodes.put(\"adventure\", GameMode.ADVENTURE);\ngamemodes.put(\"creative\", GameMode.CREATIVE);\ngamemodes.put(\"spectator\", GameMode.SPECTATOR);\ngamemodes.put(\"survival\", GameMode.SURVIVAL); // Iterate over the map\nfor(Entry<String, GameMode> entry : gamemodes.entrySet()) { // Register the command as usual new CommandAPICommand(\"changegamemode\") .withArguments(new LiteralArgument(entry.getKey())) .executesPlayer((player, args) -> { // Retrieve the object from the map via the key and NOT the args[] player.setGameMode(entry.getValue()); }) .register();\n} // Create a map of gamemode names to their respective objects\nval gamemodes = mapOf( \"adventure\" to GameMode.ADVENTURE, \"creative\" to GameMode.CREATIVE, \"spectator\" to GameMode.SPECTATOR, \"survival\" to GameMode.SURVIVAL\n) // Iterate over the map\nfor ((key, _) in gamemodes) { // Register the command as usual CommandAPICommand(\"changegamemode\") .withArguments(LiteralArgument(key)) .executesPlayer(PlayerCommandExecutor { player, _ -> // Retrieve the object from the map via the key and NOT the args[] player.gameMode = gamemodes[key]!! }) .register()\n} // Create a map of gamemode names to their respective objects\nval gamemodes = mapOf( \"adventure\" to GameMode.ADVENTURE, \"creative\" to GameMode.CREATIVE, \"spectator\" to GameMode.SPECTATOR, \"survival\" to GameMode.SURVIVAL\n) // Iterate over the map\nfor ((key, _) in gamemodes) { // Register the command as usual commandAPICommand(\"changegamemode\") { literalArgument(key) playerExecutor { player, args -> // Retrieve the object from the map via the key and NOT the args[] player.gameMode = gamemodes[key]!! } } } Note how, since we don't have access to the literal from args, we must access the provided gamemode from elsewhere.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Example - Gamemode command using literal arguments","id":"319","title":"Example - Gamemode command using literal arguments"},"32":{"body":"Adds a section 4. Skipping proxy senders which describes how to use the skip-sender-proxy configuration option.","breadcrumbs":"Introduction » Documentation changes 5.3 \\(\\rightarrow\\) 5.6","id":"32","title":"Documentation changes 5.3 \\(\\rightarrow\\) 5.6"},"320":{"body":"Literal arguments require a string in the constructor. If the literal is an empty String or is null, the CommandAPI will throw a BadLiteralException. Because literal arguments are \"hardcoded\" , each literal is effectively mapped to a single command. This is shown when using the configuration option create-dispatcher-json: true which shows the JSON result of registered commands. For instance, take the /defaultgamemode command: \"defaultgamemode\": { \"type\": \"literal\", \"children\": { \"adventure\": { \"type\": \"literal\", \"executable\": true }, \"creative\": { \"type\": \"literal\", \"executable\": true }, \"spectator\": { \"type\": \"literal\", \"executable\": true }, \"survival\": { \"type\": \"literal\", \"executable\": true } }\n}, Each option produces a new \"command\" in the tree of commands. This means that having exceptionally large lists of literals, or nested literals (e.g. /command <literal1> <literal2>) can cause very large trees which cannot be sent to the clients (it can cause clients to crash) . Developer's Note: Take care when using literal arguments. If your list of arguments is exceptionally large, or contains many nested arguments, the server may be unable to send the command information to the client. If many command argument choices are required, consider using a StringArgument and using .replaceSuggestions() to create your own list of required arguments.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal argument warnings","id":"320","title":"Literal argument warnings"},"321":{"body":"So far, we've described normal arguments and literal arguments. We've described the nuances with literal arguments and how they're not really \"arguments\", so they don't appear in the CommandArguments args for commands. Now forget all of that. Multi literal arguments are the same as literal arguments but they do appear in the CommandArguments args for commands (i.e. they are listed ). Multi literal arguments are just a way better alternative to literal arguments. The multi literal argument constructor allows you to provide a String nodeName and a String... literals of possible values which you can use for your command declaration. The multi literal argument has all of the same benefits of a regular literal argument - they are hardcoded options that the user must enter - they don't allow other values. Developer's Note: For 9.1.0, all previously existing MultiLiteralArgument constructors have been deprecated! They will be removed in a future version. The new constructor looks like this: public MultiLiteralArgument(String nodeName, String... literals)","breadcrumbs":"Command arguments » Argument types » Literal arguments » Multi literal arguments » Multi literal arguments","id":"321","title":"Multi literal arguments"},"322":{"body":"In this example, we'll show how to use multi literals to declare Minecraft's /gamemode command. As you can see from the example code below, the argument declaration and command declaration is the same as if you were declaring any normal argument or command. new CommandAPICommand(\"gamemode\") .withArguments(new MultiLiteralArgument(\"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\")) .executesPlayer((player, args) -> { // The literal string that the player enters IS available in the args[] switch ((String) args.get(\"gamemodes\")) { case \"adventure\": player.setGameMode(GameMode.ADVENTURE); break; case \"creative\": player.setGameMode(GameMode.CREATIVE); break; case \"spectator\": player.setGameMode(GameMode.SPECTATOR); break; case \"survival\": player.setGameMode(GameMode.SURVIVAL); break; default: player.sendMessage(\"Invalid gamemode: \" + args.get(\"gamemodes\")); break; } }) .register(); CommandAPICommand(\"gamemode\") .withArguments(MultiLiteralArgument(\"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\")) .executesPlayer(PlayerCommandExecutor { player, args -> // The literal string that the player enters IS available in the args[] when (args[\"gamemodes\"] as String) { \"adventure\" -> player.gameMode = GameMode.ADVENTURE \"creative\" -> player.gameMode = GameMode.CREATIVE \"spectator\" -> player.gameMode = GameMode.SPECTATOR \"survival\" -> player.gameMode = GameMode.SURVIVAL } }) .register() commandAPICommand(\"gamemode\") { multiLiteralArgument(nodeName = \"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\") // Adding this for now, needed because ambiguous methods exist playerExecutor { player, args -> // The literal string that the player enters IS available in the args[] when (args[\"gamemodes\"] as String) { \"adventure\" -> player.gameMode = GameMode.ADVENTURE \"creative\" -> player.gameMode = GameMode.CREATIVE \"spectator\" -> player.gameMode = GameMode.SPECTATOR \"survival\" -> player.gameMode = GameMode.SURVIVAL } }\n} An important thing to note is that we don't have to implement a default case for the above switch statements, because the CommandAPI will only permit valid options of a MultiLiteralArgument to reach the executor. If the user enters an invalid option, the command doesn't run.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Multi literal arguments » Example - Using multi literals to make the gamemode command","id":"322","title":"Example - Using multi literals to make the gamemode command"},"323":{"body":"A list argument with the command \"/multigive @p stone grass_block dirt\" and Minecraft suggestions with a list of Minecraft items List arguments allows users to provide a list of values. This argument can take on two forms: Using an underlying GreedyStringArgument, so the greedy string argument rule applies - this argument can only be used at the end of an argument list . Using an underlying TextArgument, so this argument can be used anywhere in an argument list, but its contents must be surrounded with quotes (\").","breadcrumbs":"Command arguments » Argument types » List arguments » List arguments","id":"323","title":"List arguments"},"324":{"body":"Unlike other arguments, because this argument can be interpreted in various different ways, this argument can only be created using a ListArgumentBuilder, instead of directly accessing the ListArgument constructor. The ListArgumentBuilder loosely follows the following format: \\begin{align} &\\quad\\texttt{Create a ListArgumentBuilder} \\\\ \\rightarrow&\\quad\\texttt{(Provide the list delimiter)} \\\\ \\rightarrow&\\quad\\texttt{Provide the list to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper of the list items to a string} \\\\ \\rightarrow&\\quad\\texttt{Build the ListArgument} \\end{align}","breadcrumbs":"Command arguments » Argument types » List arguments » The ListArgumentBuilder","id":"324","title":"The ListArgumentBuilder"},"325":{"body":"First, you have to create a ListArgumentBuilder parameterized over the type that the list will generate. For example, if you want to create a list of Strings, you would use new ListArgumentBuilder<String>. The nodeName parameter represents the name of the node to use for the argument. The optional delimiter argument specifies the delimiter (separator) to use between entries. If a delimiter is not provided, a space \" \" will be used as the delimiter. public ListArgumentBuilder<T>(String nodeName);\npublic ListArgumentBuilder<T>(String nodeName, String delimiter); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Construction","id":"325","title":"Construction"},"326":{"body":"If you want your users to enter duplicate entries in your list, you can use the allowDuplicates method to set whether duplicates are allowed. By default, duplicates are disabled. When duplicates are enabled, items that have been entered before can be displayed again in the list of suggestions: ListArgumentBuilder.allowDuplicates(true); List arguments with duplicates enabled When duplicates are disabled, items that have already been entered will not appear in the list of suggestions: ListArgumentBuilder.allowDuplicates(false); List arguments with duplicates disabled $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Allowing duplicates (Optional)","id":"326","title":"Allowing duplicates (Optional)"},"327":{"body":"The ListArgument requires a list that the list argument can pull suggestions and validation from. The ListArgument does not support values which are not present in the provided list. There are three methods that can be used to provide a list for the ListArgument: Providing an immutable list (a list that doesn't change) using the Collection<T> parameter: public ListArgumentBuilder withList(Collection<T> list); Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed using the Supplier<Collection<T>> parameter: public ListArgumentBuilder withList(Supplier<Collection<T>> list); Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed, that also depends on the SuggestionInfo present when running the command, using the Function<SuggestionInfo<CommandSender>, Collection<T>> parameter: public ListArgumentBuilder withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Providing the list","id":"327","title":"Providing the list"},"328":{"body":"In order to display suggestions, the ListArgument needs to know how to convert a list entry to a string. For example, a Location may be converted into \"x,y,z\". The ListArgumentBuilder provides three methods for providing a mapping function: The withStringMapper() method converts the object to a string using the object's .toString() method. If the object is null, this method will populate it with the string \"null\": public ListArgumentBuilder withStringMapper(); The withMapper() method requires a function that maps the object to a string: public ListArgumentBuilder withMapper(Function<T, String> mapper); The withStringTooltipMapper() method requires a function that maps the object to an IStringTooltip. This allows you to also provide hover tooltips for the current item: public ListArgumentBuilder withStringTooltipMapper(Function<T, IStringTooltip> mapper); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Providing a list mapping function","id":"328","title":"Providing a list mapping function"},"329":{"body":"To finish building the ListArgument, call the buildGreedy() or buildText() method. The buildGreedy() method will treat the list argument as a greedy string, which means you can only use this list argument at the end of the list of arguments you are declaring for the command. If you use the buildText() instead, you can use the list argument anywhere (and multiple times), but the list must be surrounded with quotation characters (\"). public ListArgument<T> buildGreedy();\npublic ListArgument<T> buildText();","breadcrumbs":"Command arguments » Argument types » List arguments » Building the ListArgumentBuilder","id":"329","title":"Building the ListArgumentBuilder"},"33":{"body":"Adds a section 6. Using the annotation system on setting up your development environment to use the annotation system Adds a whole massive section on using annotations ( 16. Annotation-based commands , 17. Annotations , 18. Registering annotation-based commands ) Adds a section on argument suggestion deferral in section 9.1. Argument suggestions Improve warning for LiteralArgument - instead of it being \"obsolete\" compared to the MultiLiteralArgument, it is now \"more complex\" than MultiLiteralArguments Fix issue in the section for custom arguments which should have been updated but wasn't","breadcrumbs":"Introduction » Documentation changes 5.2 \\(\\rightarrow\\) 5.3","id":"33","title":"Documentation changes 5.2 \\(\\rightarrow\\) 5.3"},"330":{"body":"","breadcrumbs":"Command arguments » Argument types » List arguments » Examples","id":"330","title":"Examples"},"331":{"body":"Say you wanted to give yourself multiple items in a single command. For this command, we'll use the following syntax, which lets you provide the number of items to give, and a list of materials: /multigive <amount> <materials> To do this, we create a command with an IntegerArgument to specify the amount (between 1 and 64), and a ListArgument that accepts a list of Material objects. We use the ListArgumentBuilder to provide a list of materials as well as a mapping function that converts the material's name to a lowercase string. By default, we use a space delimiter (separator) for arguments in the list. new CommandAPICommand(\"multigive\") .withArguments(new IntegerArgument(\"amount\", 1, 64)) .withArguments(new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .buildGreedy() ) .executesPlayer((player, args) -> { int amount = (int) args.get(\"amount\"); List<Material> theList = (List<Material>) args.get(\"materials\"); for (Material item : theList) { player.getInventory().addItem(new ItemStack(item, amount)); } }) .register(); CommandAPICommand(\"multigive\") .withArguments(IntegerArgument(\"amount\", 1, 64)) .withArguments(ListArgumentBuilder<Material>(\"materials\") .withList(Material.values().toList()) .withMapper { material -> material.name.lowercase() } .buildGreedy() ) .executesPlayer(PlayerCommandExecutor { player, args -> val amount = args[\"amount\"] as Int val theList = args[\"materials\"] as List<Material> for (item in theList) { player.inventory.addItem(ItemStack(item, amount)) } }) .register() commandAPICommand(\"multigive\") { integerArgument(\"amount\", 1, 64) argument(ListArgumentBuilder<Material>(\"materials\") .withList(Material.values().toList()) .withMapper { material -> material.name.lowercase() } .buildGreedy() ) playerExecutor { player, args -> val amount = args[\"amount\"] as Int val theList = args[\"materials\"] as List<Material> for (item in theList) { player.inventory.addItem(ItemStack(item, amount)) } }\n} A /multigive argument gif where a user types \"/multigive 64 stone dirt cobblestone grass_block\" and suggestions appear automatically. Running the command gives the player 64 stone, dirt, cobblestone and grass_block items in their hotbar","breadcrumbs":"Command arguments » Argument types » List arguments » Example - Multi-give command","id":"331","title":"Example - Multi-give command"},"332":{"body":"A MapArgument can be used to provide a map of values. This argument uses an underlying GreedyStringArgument which means that this argument can only be used at the end of the argument list. It returns a LinkedHashMap object.","breadcrumbs":"Command arguments » Argument types » Map arguments » Map arguments","id":"332","title":"Map arguments"},"333":{"body":"Similar to the ListArgument, this argument also uses a builder class to construct it. \\begin{align} &\\quad\\texttt{Create a MapArgumentBuilder and possibly provide the delimiter or separator} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper from a string to an object of the provided key type} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper from a string to an object of the provided value type} \\\\ \\rightarrow&\\quad\\texttt{Provide the list with keys to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Provide the list with values to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Build the MapArgument} \\end{align}","breadcrumbs":"Command arguments » Argument types » Map arguments » The MapArgumentBuilder","id":"333","title":"The MapArgumentBuilder"},"334":{"body":"To start building the argument, you first have to construct a MapArgumentBuilder parameterized over the types the key and the value are supposed to have. If you wanted to construct a MapArgument that returns a LinkedHashMap<String, Integer> you would construct the MapArgumentBuilder like this: new MapArgumentBuilder<String, Integer> The MapArgumentBuilder has three possible constructors: public MapArgumentBuilder<K, V>(String nodeName);\npublic MapArgumentBuilder<K, V>(String nodeName, char delimiter);\npublic MapArgumentBuilder<K, V>(String nodeName, char delimiter, String separator) nodeName: This parameter determines the node name of the MapArgument delimiter: This parameter determines the delimiter. This separates a key from a value (key:value). When not provided, it defaults to a colon (:) separator: This parameter determines the separator. This separates one key-value pair from another (key:value key:value). When not provided, it defaults to a space ( ) $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Building a MapArgument","id":"334","title":"Building a MapArgument"},"335":{"body":"The mapper functions are used to parse the argument when entered. Because a GreedyStringArgument returns a String, we need a way to convert a String into an object specified by the type parameters. When providing mappers, you first need to provide the key mapper: public MapArgumentBuilder withKeyMapper(StringParser<K>); You then have to provide the value mapper: public MapArgumentBuilder withValueMapper(StringParser<V>); StringParser is a functional interface with the following definition: @FunctionalInterface\npublic interface StringParser<T> { /** * A method that turns a String into an object of type T. * * @param s The String to parse * @return The resulting parsed object * @throws WrapperCommandSyntaxException If there is a problem with the syntax of the String that prevents it from being turned into an object of type T. */ T parse(String s) throws WrapperCommandSyntaxException;\n} This signature allows you to throw exceptions using the CommandAPI.fail... methods if the given String cannot be parsed (see Handling command failures ). $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Providing mapper functions","id":"335","title":"Providing mapper functions"},"336":{"body":"When providing suggestions you have the choice whether players are allowed to enter any key/value pair or only key/value pairs specified by the MapArgument. To accomplish this the MapArgumentBuilder provides different methods. Similar to the mappers, you first have to provide the key suggestions: public MapArgumentBuilder withKeyList(List<String> keyList); public MapArgumentBuilder withoutKeyList(); Next, you have to provide the value suggestions. In addition to the two possibilities presented for the key suggestions, here you also have the possibility to define whether a value can be written multiple times. public MapArgumentBuilder withValueList(List<String> valueList); public MapArgumentBuilder withValueList(List<String> valueList, boolean allowValueDuplicates); public MapArgumentBuilder withoutValueList(); public MapArgumentBuilder withoutValueList(boolean allowDuplicates) If you choose to allow a value to be written multiple times you have to set allowValueDuplicates to true. By default, it is set to false and does not allow values to be written multiple times. $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Providing suggestions","id":"336","title":"Providing suggestions"},"337":{"body":"To finish building the MapArgument, you have to call the build() method. This will return a new MapArgument object. public MapArgument<K, V> build();","breadcrumbs":"Command arguments » Argument types » Map arguments » Building the MapArgument","id":"337","title":"Building the MapArgument"},"338":{"body":"","breadcrumbs":"Command arguments » Argument types » Map arguments » Examples","id":"338","title":"Examples"},"339":{"body":"Let's say we want to create a command that we can execute to send multiple players messages without typing the command more than once. For that, we create a command with the following syntax: /sendmessage <message> To implement that, we create a command that uses a MapArgument and use Player objects as keys and String objects as values: new CommandAPICommand(\"sendmessage\") // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space .withArguments(new MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper(Bukkit::getPlayer) // Providing a value mapper to leave the message how it was sent .withValueMapper(s -> s) // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().stream().map(Player::getName).toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) .executesPlayer((player, args) -> { // The MapArgument returns a LinkedHashMap LinkedHashMap<Player, String> map = (LinkedHashMap<Player, String>) args.get(\"message\"); // Sending the messages to the players for (Entry<Player, String> messageRecipients : map.entrySet()) { messageRecipients.getKey().sendMessage(messageRecipients.getValue()); } }) .register(); CommandAPICommand(\"sendmessage\") // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space .withArguments(MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper { s: String -> Bukkit.getPlayer(s) } // Providing a value mapper to leave the message how it was sent .withValueMapper { s: String -> s } // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) .executesPlayer(PlayerCommandExecutor { _, args -> // The MapArgument returns a LinkedHashMap val map: LinkedHashMap<Player, String> = args[\"message\"] as LinkedHashMap<Player, String> // Sending the messages to the players for (messageRecipient in map.keys) { messageRecipient.sendMessage(map[messageRecipient]!!) } }) .register() commandAPICommand(\"sendmessage\") { // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space argument(MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper { s: String -> Bukkit.getPlayer(s) } // Providing a value mapper to leave the message how it was sent .withValueMapper { s: String -> s } // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) playerExecutor { _, args -> // The MapArgument returns a LinkedHashMap val map: LinkedHashMap<Player, String> = args[\"message\"] as LinkedHashMap<Player, String> // Sending the messages to the players for (messageRecipient in map.keys) { messageRecipient.sendMessage(map[messageRecipient]!!) } }\n} Developer's Note: The MapArgument is very strict and doesn't have room for any errors. A key must always be followed by the delimiter, then a value. One value and the next key must always be separated by the separator. Both keys and values also have the option to be surrounded by quotes. For example, let's say you are on a server with two players, Player1 and Player2. We want to send both of them the message Hello, <playerName>! To do that, we use the previously declared sendmessage command like this: /sendmessage Player1:\"Hello, Player1!\" Player2:\"Hello, Player2!\" A colon is used as the delimiter and a space as the separator because those are the defaults, and neither was specified in the MapArgumentBuilder constructor. Since the separator was a space, the messages were surrounded by quotes to avoid the spaces inside them from being misinterpreted as the start of the next key-value pair.","breadcrumbs":"Command arguments » Argument types » Map arguments » Example - /sendmessage command","id":"339","title":"Example - /sendmessage command"},"34":{"body":"Adds brief documentation for the CommandAPI's reloadDatapacks method in 16. Internal CommandAPI","breadcrumbs":"Introduction » Documentation changes 5.1 \\(\\rightarrow\\) 5.2","id":"34","title":"Documentation changes 5.1 \\(\\rightarrow\\) 5.2"},"340":{"body":"Command arguments Command arguments allows users to provide an executable server command. The CommandArgument class lets you specify: Arbitrary commands - any command that the user has permissions to run can be provided. Restricted commands - only specific commands can be provided. Using the CommandArgument will return a CommandResult, which contains a Bukkit Command instance representing the command to be executed, and a String[] of command arguments.","breadcrumbs":"Command arguments » Argument types » Command arguments » Command arguments","id":"340","title":"Command arguments"},"341":{"body":"The CommandResult record contains the following methods: public record CommandResult { Command command(); String[] args(); boolean execute(CommandSender target);\n} These methods can be used to retrieve information about the command that was provided by the user: Command command(); command() returns the Bukkit Command instance that the user provided. For example, if a player provided /mycommand hello world, then command() will represent the /mycommand command. String[] args(); args() returns an array of string argument inputs that were provided to the command. For example, if a player provided /mycommand hello world, then args() will be the following: [ \"hello\", \"world\" ] boolean execute(CommandSender target); execute(CommandSender) runs the Bukkit Command using the arguments contained in the CommandResult as the given CommandSender. It returns true if the command dispatch succeeded, and false if it failed. Using this method is equivalent to running the following: result.command().execute(target, result.command().getLabel(), result.args());","breadcrumbs":"Command arguments » Argument types » Command arguments » Command results","id":"341","title":"Command results"},"342":{"body":"Arbitrary commands let the user enter any command that they have permission to execute. To use arbitrary commands, you just need to use the CommandArgument normally.","breadcrumbs":"Command arguments » Argument types » Command arguments » Arbitrary commands","id":"342","title":"Arbitrary commands"},"343":{"body":"We want to create a /sudo command which lets you execute a command as another online player. Sudo command example To do this, we want to use the following command syntax: /sudo <target> <command> In this example, we want to be able to run any arbitrary command, so we will simply use the CommandArgument on its own (without using suggestions). Using the CommandArgument generates a CommandResult and we can use the .command() and .args() methods above to access the command and arguments. We can make use of the Command.execute() method to execute our command and use the target player as the command sender. new CommandAPICommand(\"sudo\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new CommandArgument(\"command\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); CommandResult command = (CommandResult) args.get(\"command\"); command.execute(target); }) .register(); CommandAPICommand(\"sudo\") .withArguments(PlayerArgument(\"target\")) .withArguments(CommandArgument(\"command\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val command = args[\"command\"] as CommandResult command.execute(target) }) .register() commandAPICommand(\"sudo\") { playerArgument(\"target\") commandArgument(\"command\") anyExecutor { _, args -> val target = args[\"target\"] as Player val command = args[\"command\"] as CommandResult command.execute(target) }\n}","breadcrumbs":"Command arguments » Argument types » Command arguments » Example - A /sudo command","id":"343","title":"Example - A /sudo command"},"344":{"body":"Restricted commands allows you to restrict what commands a user is allowed to submit in the CommandArgument. Commands can be restricted by replacing the CommandArgument's suggestions using the replaceSuggestions() method. For better fine-tuning of what commands a user can submit, commands can also be restricted by using suggestion branches .","breadcrumbs":"Command arguments » Argument types » Command arguments » Restricted commands","id":"344","title":"Restricted commands"},"345":{"body":"To demonstrate restricting commands, let's create a command argument that allows players to enter one of the following commands: /tp <player> <target>\n/give <player> <item> <amount> Let's also add a restriction that the player can only use diamonds or dirt for the /give command, and they can only specify an amount if they selected dirt. Overall, our command argument should allow players to follow this path: \\begin{gather} \\texttt{(start)}\\\\ \\swarrow\\hspace{2cm}\\searrow\\\\ \\swarrow\\hspace{3.4cm}\\searrow\\\\ \\texttt{tp}\\hspace{4cm}\\texttt{give}\\\\ \\swarrow\\hspace{6cm}\\searrow\\\\ \\texttt{player}\\hspace{6cm}\\texttt{player}\\\\ \\swarrow\\hspace{7cm}\\swarrow\\hspace{2cm}\\searrow\\\\ \\texttt{target}\\hspace{5cm}\\texttt{diamond}\\hspace{3cm}\\texttt{dirt}\\\\ \\hspace{6.7cm}\\texttt{minecraft:diamond}\\hspace{3cm}\\texttt{minecraft:dirt}\\\\ \\hspace{7.5cm}\\hspace{4cm}\\downarrow\\\\ \\hspace{7.5cm}\\hspace{4cm}\\texttt{(amount)}\\\\ \\end{gather} In our diagram above, we have two main branches: /tp and /give. The /tp branch has player followed by target, and the /give branch has player and then that branches off into two new sections. We can implement our /tp branch using the SuggestionsBranch.suggest() method, then provide argument suggestions for our options. In this case, we have tp and then a list of online players. We include the list of online players twice, because we need suggestions for <player> as well as <target>: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))\n) SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }, ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }\n) For the /give branch, we can use a similar thing, but we need to tell the CommandArgument that the /give command branches into \"diamond\" and \"dirt\" suggestions. We can do this by using the .branch() method to add a new nested list of suggestions: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))\n).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() )\n) SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }\n).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() )\n) Adding everything together, we get this fully completed CommandArgument: new CommandArgument(\"command\") .branchSuggestions( SuggestionsBranch.<CommandSender>suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)) ).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() ) ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)) ) ); CommandArgument(\"command\") .branchSuggestions( SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() } ).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() ) ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }, ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() } ) )","breadcrumbs":"Command arguments » Argument types » Command arguments » Example - Restricting commands using suggestion branches","id":"345","title":"Example - Restricting commands using suggestion branches"},"346":{"body":"In the above example about restricted commands, we used null and ArgumentSuggestions.empty() in our SuggestionsBranch.suggest() method. These special suggestions have specific effects when used in suggestions for the CommandArgument. Null suggestions Null suggestions ensure that the suggestions at the current position will not be overridden. In the case of the CommandArgument, this means that the default command suggestions will be provided. For example, if we have the following null entry in our suggestions, users are allowed to enter a value if they choose to do so, meaning that the examples below are all valid: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), null, ArgumentSuggestions.empty()\n) /give dirt\n/give diamond\n/give apple Ending the command argument with nothing is also equivalent to using null, for example the following suggestion branch allows any of the following commands: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\")\n) /give dirt\n/give dirt 10\n/give dirt 10 name:Hello Empty suggestions Empty suggestions that are provided using ArgumentSuggestions.empty() tell the CommandArgument to stop accepting further suggestions. This \"ends\" the command. Using the following example, this allows the user to enter /give diamond and only /give diamond - users cannot enter any other commands. SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty()\n) These commands are valid: /give diamond\n/give minecraft:diamond These commands are not valid: /give\n/give diamond 10","breadcrumbs":"Command arguments » Argument types » Command arguments » Null and empty suggestions","id":"346","title":"Null and empty suggestions"},"347":{"body":"Custom arguments are a quality-of-life feature that the CommandAPI offers which allows you to perform pre-processing on an argument in the argument instance rather than in your executes() method for a command. They are designed to be used for multiple commands - you can define the argument once and can use it wherever you want when declaring commands. The CustomArgument<T, B> has the following constructor: public CustomArgument(Argument<B> base, CustomArgumentInfoParser<T, B> parser); This constructor takes in two parameters: A \"base argument\", which is the argument that it'll use as the underlying parser. For example, if this is a StringArgument, it'll use the StringArgument's parsing rules ( alphanumeric characters (A-Z, a-z and 0-9), and the underscore character) and if this is a LocationArgument, it'll take three numerical values. A \"parser\", which lets you process the argument based on its input. This is described in more detail below.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Custom arguments","id":"347","title":"Custom arguments"},"348":{"body":"The custom argument requires two type parameters, <T> and <B>: <T> refers to the type that this argument will return when parsing the arguments for a command. For instance, if you have a CustomArgument<Player, ...>, then when parsing the arguments for the command, you would cast it to a Player object. <B> refers to the type that the base argument will return. This can be found in the Argument Casting section. For example, if the base argument is a StringArgument, you'd have CustomArgument<..., String>.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Type params","id":"348","title":"Type params"},"349":{"body":"To create a parser for a CustomArgument, you need to provide a CustomArgumentInfoParser function to the constructor. The CustomArgumentInfoParser class is a functional interface which accepts CustomArgumentInfo and returns T, an object of your choosing: @FunctionalInterface\npublic interface CustomArgumentInfoParser<T, B> { public T apply(CustomArgumentInfo<B> info) throws CustomArgumentException; } The CustomArgumentInfo record is very similar to the SuggestionInfo record for declaring argument suggestions. This record contains the following methods: public record CustomArgumentInfo<B> { CommandSender sender(); CommandArguments previousArgs(); String input(); B currentInput();\n} These fields are as follows: CommandSender sender(); sender() represents the command sender that is typing the command. This is normally a Player, but can also be a console command sender if using a Paper server. CommandArguments previousArgs(); previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. String input(); input() represents the current input for the custom argument that the user has typed. For example, if a user is typing /mycommand hello and the first argument is a CustomArgument, the input() would return \"hello\". B currentInput(); currentInput() represents the current input, as parsed by the base argument. For example, if your base argument was an IntegerArgument, the return type of currentInput() would be an int.","breadcrumbs":"Command arguments » Argument types » Custom arguments » The CustomArgumentInfoParser class","id":"349","title":"The CustomArgumentInfoParser class"},"35":{"body":"Adds a section 10.2. The SimpleFunctionWrapper class which outlines the new SimpleFunctionWrapper class Updates the documentation for 10.3. The FunctionWrapper class Update the name of the package from dev.jorel.commandapi.CommandAPIHandler.Brigadier to dev.jorel.commandapi.Brigadier in section 17. Brigadier + CommandAPI Update the documentation for 11. Permissions stating that you can use withPermission(String) instead of withPermission(CommandPermission)","breadcrumbs":"Introduction » Documentation changes 5.0 \\(\\rightarrow\\) 5.1","id":"35","title":"Documentation changes 5.0 \\(\\rightarrow\\) 5.1"},"350":{"body":"Say we want to create an argument to represents the list of available worlds on the server. We want to have an argument which always returns a Bukkit World object as the result. Here, we create a method worldArgument() that returns our custom argument that returns a World. First, we retrieve our String[] of world names to be used for our suggestions. We then write our custom argument that creates a World object from the input (in this case, we simply convert the input to a World using Bukkit.getWorld(String)). We perform error handling before returning our result: // Function that returns our custom argument\npublic Argument<World> customWorldArgument(String nodeName) { // Construct our CustomArgument that takes in a String input and returns a World object return new CustomArgument<World, String>(new StringArgument(nodeName), info -> { // Parse the world from our input World world = Bukkit.getWorld(info.input()); if (world == null) { throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(\"Unknown world: \").appendArgInput()); } else { return world; } }).replaceSuggestions(ArgumentSuggestions.strings(info -> // List of world names on the server Bukkit.getWorlds().stream().map(World::getName).toArray(String[]::new)) );\n} // Function that returns our custom argument\nfun worldArgument(nodeName: String): Argument<World> { // Construct our CustomArgument that takes in a String input and returns a World object return CustomArgument<World, String>(StringArgument(nodeName)) { info -> // Parse the world from our input val world = Bukkit.getWorld(info.input()) if (world == null) { throw CustomArgumentException.fromMessageBuilder(MessageBuilder(\"Unknown world: \").appendArgInput()) } else { world } }.replaceSuggestions(ArgumentSuggestions.strings { _ -> // List of world names on the server Bukkit.getWorlds().map{ it.name }.toTypedArray() })\n} In our error handling step, we check if the world is equal to null (since the Bukkit.getWorld(String) is @Nullable). To handle this case, we throw a CustomArgumentException with an error from a MessageBuilder. The CustomArgumentException has various static factory methods tailored to your desired printing method, so a message builder isn't required each time: CustomArgumentException fromBaseComponents(BaseComponent[] errorMessage);\nCustomArgumentException fromString(String errorMessage);\nCustomArgumentException fromAdventureComponent(Component errorMessage);\nCustomArgumentException fromMessageBuilder(MessageBuilder errorMessage); We can use our custom argument like any other argument. Say we wanted to write a command to teleport to a specific world. We will create a command of the following syntax: /tpworld <world> Since we have defined the method worldArgument() which automatically generates our argument, we can use it as follows: new CommandAPICommand(\"tpworld\") .withArguments(customWorldArgument(\"world\")) .executesPlayer((player, args) -> { player.teleport(((World) args.get(\"world\")).getSpawnLocation()); }) .register(); CommandAPICommand(\"tpworld\") .withArguments(worldArgument(\"world\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.teleport((args[\"world\"] as World).spawnLocation) }) .register() commandAPICommand(\"tpworld\") { worldArgument(\"world\") // This method is actually also built into the Kotlin DSL playerExecutor { player, args -> player.teleport((args[\"world\"] as World).spawnLocation) }\n} By using a CustomArgument (as opposed to a simple StringArgument and replacing its suggestions), we are able to provide a much more powerful form of error handling (automatically handled inside the argument), and we can reuse this argument for other commands.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Example - World argument","id":"350","title":"Example - World argument"},"351":{"body":"The MessageBuilder class is a class to easily create messages to describe errors when a sender sends a command which does not meet the expected syntax for an argument. It acts in a similar way to a StringBuilder, where you can append content to the end of a String. The following methods are as follows: Method Description appendArgInput() Appends the argument that failed that the sender submitted to the end of the builder. E.g. /foo bar will append bar appendFullInput() Appends the full command that a sender submitted to the end of the builder. E.g. /foo bar will append foo bar appendHere() Appends the text <--[HERE] to the end of the builder append(Object) Appends an object to the end of the builder","breadcrumbs":"Command arguments » Argument types » Custom arguments » Message Builders","id":"351","title":"Message Builders"},"352":{"body":"To create a MessageBuilder, simply call its constructor and use whatever methods as you see fit. Unlike a StringBuilder, you don't have to \"build\" it when you're done - the CommandAPI does that automatically: new MessageBuilder(\"Unknown world: /\").appendFullInput().appendHere();","breadcrumbs":"Command arguments » Argument types » Custom arguments » Example - Message builder for invalid objective argument","id":"352","title":"Example - Message builder for invalid objective argument"},"353":{"body":"The CommandAPI has support to use Minecraft's functions within your plugins. This is handled by using a class provided by the CommandAPI called FunctionWrapper, which allows you to execute functions. The CommandAPI also provides support to let you run your own commands within Minecraft function files.","breadcrumbs":"Functions & Tags » Functions","id":"353","title":"Functions"},"354":{"body":"Developer's Note: Minecraft 1.16+ change the way that datapacks are loaded on the server, so that they load before plugins are enabled. This means that non-vanilla commands that are declared in functions and tags will be detected as invalid, causing the server to throw a lot of errors at the very start. The CommandAPI reloads datapacks once the server has finished loading using all declared commands, therefore the error messages at the start of the server can be ignored .","breadcrumbs":"Functions & Tags » Functions in 1.16+","id":"354","title":"Functions in 1.16+"},"355":{"body":"In order to use a command from your plugin in a .mcfunction file, you must register your command in your plugin's onLoad() method, instead of the onEnable() method. Failure to do so will not allow the command to be registered for Minecraft functions, causing the function file to fail to load during the server startup phase. Developer's Note: In short, if you want to register a command which can be used in Minecraft functions, register it in your plugin's onLoad() method.","breadcrumbs":"Functions & Tags » Using custom commands in functions","id":"355","title":"Using custom commands in functions"},"356":{"body":"Say we have a command /killall that simply kills all entities in all worlds on the server. If we were to register this in our onLoad() method, this would allow us to use the /killall command in Minecraft functions and tags. public class Main extends JavaPlugin { @Override public void onLoad() { // Commands which will be used in Minecraft functions are registered here new CommandAPICommand(\"killall\") .executes((sender, args) -> { // Kills all enemies in all worlds Bukkit.getWorlds().forEach(w -> w.getLivingEntities().forEach(e -> e.setHealth(0))); }) .register(); } @Override public void onEnable() { // Register all other commands here } } class Main : JavaPlugin() { override fun onLoad() { // Commands which will be used in Minecraft functions are registered here CommandAPICommand(\"killall\") .executes(CommandExecutor { _, _ -> // Kills all enemies in all worlds Bukkit.getWorlds().forEach { world -> world.livingEntities.forEach { entity -> entity.health = 0.0 } } }) .register() } override fun onEnable() { // Register all other commands here } }","breadcrumbs":"Functions & Tags » Example - Registering command for use in a function","id":"356","title":"Example - Registering command for use in a function"},"357":{"body":"Developer's Note: Most developers can completely skip this section. This is for those that are unfamiliar with functions and tags and is less about how the CommandAPI works. This section explains how functions are declared and set up for use in a Minecraft server. This is ideal for server owners who've never set up functions, or developers (like the Command API's creator) that has no idea how to set this sort of thing up.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Setting up functions & tags","id":"357","title":"Setting up functions & tags"},"358":{"body":"Functions are text files (with the .mcfunction extension) which contains lists of functions which are executed one after another. Each line of the file is a valid Minecraft command. Say we have text.mcfunction: killall\nsay Killed all living entities on the server This will run the custom command killall (as declared in Example - Registering command for use in a function ) , and then broadcast a message to all players stating that all entities were killed.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Creating functions","id":"358","title":"Creating functions"},"359":{"body":"Tags are json files which contain a list of functions. Tags let you run multiple functions at a time. Say we have a tag called mytag.json: { \"values\": [ \"mycustomnamespace:test\", \"mycustomnamespace:test2\" ]\n} This will run the function test and the function test2, which are in the namespace mycustomnamespace.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Creating tags","id":"359","title":"Creating tags"},"36":{"body":"Developer's Note: Lots and lots and lots of changes occurred in version 5.0! I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Every page has been rewritten in this update and checked for errors. In general, this is the list of new additions: New section 3. Command conversion dedicated to command conversion via the config.yml New section 8.4. Listed arguments New section 9.8.1. Angle arguments New section 14. Subcommands New section 16. Internal CommandAPI now lists all arguments and their respective Minecraft argument IDs Mentions listed arguments in section 9.11.1. Literal arguments Section 15. Command conversion has been rewritten Executes native is now present in the command registration page Section 8.3. Argument suggestions with tooltips now mentions the IStringTooltip class","breadcrumbs":"Introduction » Documentation changes 4.3 \\(\\rightarrow\\) 5.0","id":"36","title":"Documentation changes 4.3 \\(\\rightarrow\\) 5.0"},"360":{"body":"The following hierarchy explains where functions and tags go. In this diagram, the two functions test and test2 are in a directory called functions. There is also a tag called mytag which is placed in the tags directory under functions. These are all under the namespace called mycustomnamespace server/\n├── world/\n│ ├── advancements/\n│ ├── data/\n│ ├── datapacks/\n│ │ └── bukkit/\n│ │ ├── pack.mcmeta\n│ │ └── data/\n│ │ └── mycustomnamespace/\n│ │ ├── functions/\n│ │ │ ├── test.mcfunction\n│ │ │ └── test2.mcfunction\n│ │ └── tags/\n│ │ └── functions/\n│ │ └── mytag.json\n│ └── ...\n├── world_nether/\n├── world_the_end/\n├── ...\n└── spigot.jar To execute the test function, you would run the following command: /function mycustomnamespace:test To execute the mytag tag, you would run the following command: /function #mycustomnamespace:mytag","breadcrumbs":"Functions & Tags » Setting up functions & tags » Namespaces & where to place everything","id":"360","title":"Namespaces & where to place everything"},"361":{"body":"To represent Minecraft functions and tags, the CommandAPI uses the SimpleFunctionWrapper class. Simply put, this class represents one Minecraft function, which are defined in .mcfunction files. Developer's Note The SimpleFunctionWrapper class represents a Minecraft function. In order to represent a Minecraft \"tag\", which is a collection of Minecraft functions, the CommandAPI simply uses a SimpleFunctionWrapper[].","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » The SimpleFunctionWrapper class","id":"361","title":"The SimpleFunctionWrapper class"},"362":{"body":"The SimpleFunctionWrapper class has the following methods: class SimpleFunctionWrapper implements Keyed { // Methods that creates SimpleFunctionWrapper instances static SimpleFunctionWrapper getFunction(NamespacedKey key); static SimpleFunctionWrapper[] getTag(NamespacedKey key); // Methods that query the Minecraft server static Set<NamespacedKey> getFunctions(); static Set<NamespacedKey> getTags(); // Methods for using the SimpleFunctionWrapper int run(CommandSender sender); // Utility functions String[] getCommands(); NamespacedKey getKey();\n}","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » SimpleFunctionWrapper methods","id":"362","title":"SimpleFunctionWrapper methods"},"363":{"body":"The getFunction(NamespacedKey) function is used to get a function that has been declared in a datapack and is loaded on the server. The getTag(NamespacedKey) function is used to get a Tag that has been declared in a datapack and is loaded on the server. This returns a SimpleFunctionWrapper[], since a tag is simply an ordered collection of functions. When using this method, the # symbol which is typically used at the start of the tag's name is not needed .","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getTag(NamespacedKey) and getFunction(NamespacedKey)","id":"363","title":"getTag(NamespacedKey) and getFunction(NamespacedKey)"},"364":{"body":"The methods getFunctions() and getTags() simply return a set of NamespacedKey objects which are the names of functions or tags that have been declared by all datapacks on the server.","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getFunctions() and getTags()","id":"364","title":"getFunctions() and getTags()"},"365":{"body":"","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » run(CommandSender)","id":"365","title":"run(CommandSender)"},"366":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run(CommandSender) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. This method simply runs the current SimpleFunctionWrapper as the provided command sender. The method will return a numerical result value, stating whether it succeeds or returns a result. This is documented in more detail here and here . For example:","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » run(CommandSender) support in 1.20.3+","id":"366","title":"run(CommandSender) support in 1.20.3+"},"367":{"body":"","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getCommands()","id":"367","title":"getCommands()"},"368":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling getCommands() will always return an empty String[]. At the time of writing, it is not possible to extract the function command list in 1.20.3+. The getCommands() method returns a String[] that contains the list of commands that the Minecraft function \"holds\". In other words, running this Minecraft function is as simple as iterating through its commands and running them in order. The commands that this String[] holds are the raw strings that this function represents - in other words, it can include things such as @p and ~ ~ ~ instead of \"filled in\" values.","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getCommands() support in 1.20.3+","id":"368","title":"getCommands() support in 1.20.3+"},"369":{"body":"The CommandAPI includes the FunctionWrapper class which is a wrapper for Minecraft's functions. It allows you to execute the commands that are represented by the respective .mcfunction file. The FunctionWrapper class is an extension of the SimpleFunctionWrapper class. It is a SimpleFunctionWrapper which has been constructed from an existing command sender when a command is used. This means that the command sender has already been \"baked into\" the FunctionWrapper object, allowing you to run it without having to provide a command sender.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » The FunctionWrapper","id":"369","title":"The FunctionWrapper"},"37":{"body":"Improve the documentation for 2. Configuration for server owners by using simple YAML lists (using the - symbol) and update the command conversion syntax for all commands using the ~ syntax Adds the command sender priority to 6.1. Normal command executors Adds new method and example for converting specific commands internally in 13. Command conversion Adds two sneaky little buttons in the main title toolbar at the top of the page","breadcrumbs":"Introduction » Documentation changes 4.2 \\(\\rightarrow\\) 4.3","id":"37","title":"Documentation changes 4.2 \\(\\rightarrow\\) 4.3"},"370":{"body":"The FunctionWrapper class has the following methods: class FunctionWrapper extends SimpleFunctionWrapper { // Methods specific to this class int run(); int runAs(Entity e); // Methods inherited from SimpleFunctionWrapper static SimpleFunctionWrapper getFunction(NamespacedKey key); static SimpleFunctionWrapper[] getTag(NamespacedKey key); static Set<NamespacedKey> getFunctions(); static Set<NamespacedKey> getTags(); int run(CommandSender sender); String[] getCommands(); NamespacedKey getKey();\n} These methods allow you to interact with the Minecraft function that this class wraps.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » FunctionWrapper methods","id":"370","title":"FunctionWrapper methods"},"371":{"body":"","breadcrumbs":"Functions & Tags » The FunctionWrapper class » run()","id":"371","title":"run()"},"372":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run() will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. The run() method runs the function. The command executor that runs this function is the command executor that was used to retrieve it. For example, if a player in-game populated this argument, then the player will be filled in for @p and the player's location would be used for things such as ~ ~ ~: new CommandAPICommand(\"runfunc\") .withArguments(new FunctionArgument(\"function\")) .executes((sender, args) -> { FunctionWrapper[] functions = (FunctionWrapper[]) args.get(\"function\"); for (FunctionWrapper function : functions) { function.run(); // The command executor in this case is 'sender' } }) .register(); CommandAPICommand(\"runfunc\") .withArguments(FunctionArgument(\"function\")) .executes(CommandExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> for (function in functions) { function.run() // The command executor in this case is 'sender' } }) .register()","breadcrumbs":"Functions & Tags » The FunctionWrapper class » run() support in 1.20.3+","id":"372","title":"run() support in 1.20.3+"},"373":{"body":"","breadcrumbs":"Functions & Tags » The FunctionWrapper class » runAs(Entity)","id":"373","title":"runAs(Entity)"},"374":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling runAs(Entity) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. The runAs(Entity) is the same as the run() method, but it allows you to change the command executor to another entity.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » runAs(Entity) support in 1.20.3+","id":"374","title":"runAs(Entity) support in 1.20.3+"},"375":{"body":"An image of a function argument showing a list of Minecraft functions and tags that are available to run The FunctionArgument class is used to represent a function or a tag in Minecraft. When retrieving an instance of the argument, it will return a FunctionWrapper[], where each FunctionWrapper consists of a Minecraft function. Therefore, if a user supplies a single function, the FunctionWrapper[] will be of size 1, and if the user supplies a tag which can consist of multiple functions, the FunctionWrapper[] will consist of the array of functions as declared by that tag.","breadcrumbs":"Functions & Tags » Function arguments » Function arguments","id":"375","title":"Function arguments"},"376":{"body":"Since it's a little difficult to demonstrate a custom use for the FunctionArgument, we will show how you can implement Vanilla Minecraft's /function command. In this example, we want a command that uses the following syntax: /runfunction <function> When provided with a function, it will execute that function. If instead a tag is provided, it will execute that tag (i.e. execute all functions declared in that tag). new CommandAPICommand(\"runfunction\") .withArguments(new FunctionArgument(\"function\")) .executes((sender, args) -> { FunctionWrapper[] functions = (FunctionWrapper[]) args.get(\"function\"); // Run all functions in our FunctionWrapper[] for (FunctionWrapper function : functions) { function.run(); } }) .register(); CommandAPICommand(\"runfunction\") .withArguments(FunctionArgument(\"function\")) .executes(CommandExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> // Run all functions in our FunctionWrapper[] for (function in functions) { function.run() } }) .register() commandAPICommand(\"runfunction\") { functionArgument(\"function\") anyExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> // Run all functions in our FunctionWrapper[] for (function in functions) { function.run() } }\n}","breadcrumbs":"Functions & Tags » Function arguments » Example - Minecraft's /function command","id":"376","title":"Example - Minecraft's /function command"},"377":{"body":"Permissions let you control which players are allowed to execute which commands. This is handled using the CommandPermission class, which has the following uses: Permission What it does CommandPermission.OP Requires OP to execute the command CommandPermission.NONE Anyone can execute the command CommandPermission.fromString(\"my.permission\") Requires a specific permission node to execute the command In addition to the CommandPermission class, there are two different ways to assign permissions (compared to the simple CommandSender.hasPermission() method that is provided by Bukkit), by using the withPermission method for arguments or for commands. The withPermission method can take two values: A CommandPermission, which represents a permission such as OP or NONE A String, which will be converted automatically to a CommandPermission using CommandPermission.fromString()","breadcrumbs":"Permissions » Permissions","id":"377","title":"Permissions"},"378":{"body":"To add a permission to a command, you can use the withPermission(CommandPermission) or withPermission(String) method when declaring a command .","breadcrumbs":"Permissions » Adding permissions to commands","id":"378","title":"Adding permissions to commands"},"379":{"body":"Say we created a command /god that sets a player as being invulnerable. Since this is a pretty non-survival command, we want to restrict who can run this command. As such, we want our player to have the permission command.god in order to run this command. To do this, we simply use the withPermission(CommandPermission) method from our command builder: // Register the /god command with the permission node \"command.god\"\nnew CommandAPICommand(\"god\") .withPermission(CommandPermission.fromString(\"command.god\")) .executesPlayer((player, args) -> { player.setInvulnerable(true); player.sendMessage(\"God mode enabled\"); }) .register(); // Register the /god command with the permission node \"command.god\"\nCommandAPICommand(\"god\") .withPermission(CommandPermission.fromString(\"command.god\")) .executesPlayer(PlayerCommandExecutor { player, _ -> player.isInvulnerable = true }) .register() As stated above, it is possible to assign a permission using a String instead of using CommandPermission.fromString(): // Register the /god command with the permission node \"command.god\", without creating a CommandPermission\nnew CommandAPICommand(\"god\") .withPermission(\"command.god\") .executesPlayer((player, args) -> { player.setInvulnerable(true); player.sendMessage(\"God mode enabled\"); }) .register(); // Register the /god command with the permission node \"command.god\", without creating a CommandPermission\nCommandAPICommand(\"god\") .withPermission(\"command.god\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.isInvulnerable = true }) .register()","breadcrumbs":"Permissions » Example - /god command with permissions","id":"379","title":"Example - /god command with permissions"},"38":{"body":"Adds a warning about using redirected commands for suggestions that depend on previous arguments in 7.1. Argument suggestions Adds a new section 6.3. Native commandsenders Update documentation for 6.1. Normal command executors to include the .executesNative() method for native command senders","breadcrumbs":"Introduction » Documentation changes 4.1 \\(\\rightarrow\\) 4.2","id":"38","title":"Documentation changes 4.1 \\(\\rightarrow\\) 4.2"},"380":{"body":"For further fine-tuning of permission management, the CommandAPI allows you to add permissions to individual arguments. This prevents the user from executing a command with a specific argument if they do not have a specific permission. This is done by using the withPermission(CommandPermission) method at the end of an argument . If a player does not have the required permission: The argument hover text which suggests what the command is will not be shown The player will receive an error if they try to type something in for that argument Suggestions, such as a list of materials or players, will not be shown","breadcrumbs":"Permissions » Adding permissions to arguments","id":"380","title":"Adding permissions to arguments"},"381":{"body":"For example, say we're registering a command /kill: /kill - Kills yourself\n/kill <target> - Kills a target player We first declare the command as normal. Nothing fancy is going on here: // Register /kill command normally. Since no permissions are applied, anyone can run this command\nnew CommandAPICommand(\"kill\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); // Register /kill command normally. Since no permissions are applied, anyone can run this command\nCommandAPICommand(\"kill\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.health = 0.0 }) .register() Now we declare our command with arguments. We use a PlayerArgument and apply the permission to the argument . After that, we register our command as normal: // Adds the OP permission to the \"target\" argument. The sender requires OP to execute /kill <target>\nnew CommandAPICommand(\"kill\") .withArguments(new PlayerArgument(\"target\").withPermission(CommandPermission.OP)) .executesPlayer((player, args) -> { ((Player) args.get(\"target\")).setHealth(0); }) .register(); // Adds the OP permission to the \"target\" argument. The sender requires OP to execute /kill <target>\nCommandAPICommand(\"kill\") .withArguments(PlayerArgument(\"target\").withPermission(CommandPermission.OP)) .executesPlayer(PlayerCommandExecutor { _, args -> (args[\"target\"] as Player).health = 0.0 }) .register() Developer's Note: As you can see, there are multiple ways of applying permissions to commands with arguments. In the /god command shown above, the permission was applied to the whole command. In the /kill command shown above, the permission was applied to the argument. There's not really much difference between the two methods, but I personally would use argument permissions as it has greater control over arguments.","breadcrumbs":"Permissions » Example - /kill command with argument permissions","id":"381","title":"Example - /kill command with argument permissions"},"382":{"body":"Child-based permissions allow you to group permissions together. We achieve this by laying out our permission groups in the plugin.yml file which Bukkit registers as valid permissions. When the CommandAPI checks if our player has a permission, Bukkit considers if they have the child of a permission as well. This not only keeps permissions easier to manage, it also makes your code cleaner and gives you a nice place to lay out all of your permissions, detailing what they do and what other permissions inherit them.","breadcrumbs":"Permissions » Child-based permissions","id":"382","title":"Child-based permissions"},"383":{"body":"For example, say we're registering a command /economy: /economy - shows your own balance | economy.self\n/economy <target> - shows you another players balance | economy.other\n/economy give <target> <amount> - gives the target a set amount of money | economy.admin.give\n/economy reset <target> <amount> - resets the targets balance | economy.admin.reset We first declare the command as normal. Nothing fancy is going on here: // /economy - requires the permission \"economy.self\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.self\") // The important part of this example .executesPlayer((player, args) -> { // send the executor their own balance here. }) .register(); // /economy <target> - requires the permission \"economy.other\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.other\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); // Send a message to the executor with the target's balance player.sendMessage(target.getName() + \"'s balance: \" + Economy.getBalance(target)); }) .register(); // /economy give <target> <amount> - requires the permission \"economy.admin.give\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.admin.give\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .withArguments(new DoubleArgument(\"amount\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); double amount = (Double) args.get(\"amount\"); // Update the target player's balance Economy.updateBalance(target, amount); }) .register(); // /economy reset <target> - requires the permission \"economy.admin.reset\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.admin.reset\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); // Reset target balance here Economy.resetBalance(target); }) .register(); // /economy - requires the permission \"economy.self\" to exectue\nCommandAPICommand(\"economy\") .withPermission(\"economy.self\") .executesPlayer(PlayerCommandExecutor { player, _ -> // send the executor their own balance here. }) .register() // /economy <target> - requires the permission \"economy.other\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.other\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player // send the executor the targets balance here. }) .register() // /economy give <target> <amount> - requires the permission \"economy.admin.give\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.admin.give\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .withArguments(DoubleArgument(\"amount\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player val amount = args[\"amount\"] as Double // update the targets balance here }) .register() // /economy reset <target> - requires the permission \"economy.admin.reset\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.admin.reset\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player // reset the targets balance here }) .register() In our plugin.yml we can also set up our permissions for example... permissions: economy.*: description: Gives the user full access to the economy commands children: economy.other: true economy.admin.*: true economy.self: description: Allows the user to view their own balance economy.other: description: Allows the user to another players balance children: economy.self: true economy.admin.*: description: Gives the user access to all of the admin commands children: economy.admin.give: true economy.admin.reset: true economy.admin.give: description: Gives the user access to /economy give <target> <amount> economy.admin.reset: description: Gives the user access to /economy reset <target> This setup of children allows us to give a player less permissions, but have them access more features. Since economy.* inherits economy.admin.* which inherits economy.admin.give, a player with the permission economy.* will be able to execute /economy give <target> <amount> without them directly having the economy.admin.give permission node. This also works with economy.other, if a player has economy.other they will inherit economy.","breadcrumbs":"Permissions » Example - /economy command with argument permissions","id":"383","title":"Example - /economy command with argument permissions"},"384":{"body":"Requirements is a feature that allows you to put a constraint on commands and arguments. Similar to permissions, a requirement is something that must be fulfilled in order to use a given command or argument. This section is broken up into four parts: Adding requirements to commands Adding requirements to arguments Updating requirements Multiple requirements Please don't skip the section on updating requirements - the last section is necessary to get requirements to work as you'd want!","breadcrumbs":"Requirements » Requirements","id":"384","title":"Requirements"},"385":{"body":"To add a requirement to a command, similar to adding permissions to commands, use the withRequirement method: CommandAPICommand withRequirement(Predicate<CommandSender> sender); The withRequirement method requires a predicate that determines if the sender is able to run the command - if the predicate is satisfied, then the command sender will be able to execute that command.","breadcrumbs":"Requirements » Adding requirements to commands","id":"385","title":"Adding requirements to commands"},"386":{"body":"Say we have a perks-based command system that depends on a player's level. For example, if a player has over 30 levels of experience, they would then be able to run a command that lets them repair the item in their hand in exchange for 30 levels. As such, we'll use the following command syntax: /repair We want to put a requirement on this command that the player needs to have at least 30 levels of experience in order to run the command - if the player has less than 30 levels, the player should not be able to run the command. The easiest way to make the player not able to run the command is to literally tell the user that the command doesn't exist. That's what requirements do in the CommandAPI: new CommandAPICommand(\"repair\") .withRequirement(sender -> ((Player) sender).getLevel() >= 30) .executesPlayer((player, args) -> { // Repair the item back to full durability ItemStack is = player.getInventory().getItemInMainHand(); ItemMeta itemMeta = is.getItemMeta(); if (itemMeta instanceof Damageable damageable) { damageable.setDamage(0); is.setItemMeta(itemMeta); } // Subtract 30 levels player.setLevel(player.getLevel() - 30); }) .register(); CommandAPICommand(\"repair\") .withRequirement { (it as Player).level >= 30 } .executesPlayer(PlayerCommandExecutor { player, _ -> // Repair the item back to full durability val item = player.inventory.itemInMainHand val itemMeta = item.itemMeta if (itemMeta is Damageable) { itemMeta.setDamage(0) item.setItemMeta(itemMeta) } // Subtract 30 levels player.setLevel(player.level - 30) }) .register() It's important to note that in this example, we case the sender to a player for the requirement method. We know that the sender is definitely a player because we use executesPlayer(), which ensures that this is the case. Now that we've got this, we need to make sure we update the player's requirements when their exp changes . This is covered in more detail in the section about updating requirements below.","breadcrumbs":"Requirements » Example - Perks based on a player's level","id":"386","title":"Example - Perks based on a player's level"},"387":{"body":"In a similar way that you can restrict certain arguments by adding permissions to them, you can restrict them by using arbitrary predicates by using the withRequirement method on the arguments themselves.","breadcrumbs":"Requirements » Adding requirements to arguments","id":"387","title":"Adding requirements to arguments"},"388":{"body":"Let's say that we're working on a plugin that has a system to form groups of players called \"parties\". If you are not already in a party, you can create one of your own and if you are in a party, you can teleport to any other member in your party. For this example, we'll use the following command syntax: /party create <partyName>\n/party tp <player> To represent our party in code, we'll use a simple Map called partyMembers which maps the player's UUID to the name of their registered party: Map<UUID, String> partyMembers = new HashMap<>(); val partyMembers = mutableMapOf<UUID, String>() To begin with, let's create the /party create <partyName> command. First, we must declare our arguments: List<Argument<?>> arguments = new ArrayList<>(); // The \"create\" literal, with a requirement that a player must have a party\narguments.add(new LiteralArgument(\"create\") .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new StringArgument(\"partyName\")); var arguments = mutableListOf<Argument<*>>() // The \"create\" literal, with a requirement that a player must have a party\narguments.add(LiteralArgument(\"create\") .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }\n) arguments.add(StringArgument(\"partyName\")) In this argument declaration, we put a requirement on the literal create, where the player does not have a party. In other words, if the player does not have a party, they are allowed to run /party create <partyName>. If a player already has a party, then they won't be allowed to run this command. Now that we've declared our arguments, we can now declare our main command /party create <partyName>. We populate it with the arguments, and we create an entry in our partyMembers with the player's UUID and the name of the party that they created. Since this updates the requirements of the player, we'll have to make sure we update it (which is covered in more detail in the section about updating requirements below) - until then, I'll omit this from the code: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { // Get the name of the party to create String partyName = (String) args.get(\"partyName\"); partyMembers.put(player.getUniqueId(), partyName); }) .register(); CommandAPICommand(\"party\") .withArguments(*arguments.toTypedArray()) .executesPlayer(PlayerCommandExecutor { player, args -> // Get the name of the party to create val partyName = args[\"partyName\"] as String partyMembers[player.uniqueId] = partyName }) .register() So now we've added the ability to create a party if we're not already in it. Now we need to implement our party tp <player> command. Again, we must start by declaring our arguments: arguments = new ArrayList<>();\narguments.add(new LiteralArgument(\"tp\") .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new PlayerArgument(\"player\") .replaceSafeSuggestions(SafeSuggestions.suggest(info -> { // Store the list of party members to teleport to List<Player> playersToTeleportTo = new ArrayList<>(); String partyName = partyMembers.get(((Player) info.sender()).getUniqueId()); // Find the party members for (Entry<UUID, String> entry : partyMembers.entrySet()) { // Ignore yourself if (entry.getKey().equals(((Player) info.sender()).getUniqueId())) { continue; } else { // If the party member is in the same party as you if (entry.getValue().equals(partyName)) { Player target = Bukkit.getPlayer(entry.getKey()); if (target.isOnline()) { // Add them if they are online playersToTeleportTo.add(target); } } } } return playersToTeleportTo.toArray(new Player[0]); }))); arguments = mutableListOf<Argument<*>>()\narguments.add(LiteralArgument(\"tp\") .withRequirement { partyMembers.containsKey((it as Player).uniqueId) }) arguments.add(PlayerArgument(\"player\") .replaceSafeSuggestions(SafeSuggestions.suggest { info -> // Store the list of party members to teleport to val playersToTeleportTo = mutableListOf<Player>() val partyName = partyMembers[(info.sender() as Player).uniqueId] // Find the party members for ((uuid, party) in partyMembers) { // Ignore yourself if (uuid == (info.sender() as Player).uniqueId) { continue } else { // If the party member is in the same party as you if (party == partyName) { val target = Bukkit.getPlayer(uuid)!! if (target.isOnline) { // Add them if they are online playersToTeleportTo.add(target) } } } } playersToTeleportTo.toTypedArray() })) Notice something here? There's some code repetition for the withRequirement method - this is the same predicate that we used earlier, except we remove the negation. If you are interested, you can view the section Predicate tips for a method to improve code reuse. Once the arguments have been declared, we can now implement our party teleportation command: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"player\"); player.teleport(target); }) .register(); CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"player\"] as Player player.teleport(target) }) .register() What's important to note in this example is that if you spend the time to set up the arguments properly, it severely decreases the amount of code required to write your command. This makes the commands you declare easier to understand and follow and you don't end up having to put all of these checks in the body of your command executor.","breadcrumbs":"Requirements » Example - A party creation and teleportation system","id":"388","title":"Example - A party creation and teleportation system"},"389":{"body":"Finally, the part you've all been waiting for - how to update requirements. With the way requirements work, they need to be updated manually. To illustrate why this is the case, I'll explain using the example of the /repair command : When a player joins the game, the server tells the client the list of all commands that the client can run (don't worry, this is completely normal, as declared here ) . Let's say that the player has joined and has less than 30 levels. When a player has less than 30 levels, they are unable to execute the /repair command, because the list of commands that the server sent to the client did not contain the /repair command. Eventually, the player will fight some mobs or mine some ores and eventually will reach 30 levels. Despite this, the player's client doesn't actually know that they're now able to use the /repair command until the server tells them. As such, the server needs to somehow update the requirements that a player has so a player knows they can run the command. The CommandAPI handles this in a very simple method call: CommandAPI.updateRequirements(player); Developer's Note: The CommandAPI.updateRequirements(player); method can be used anywhere, except for the withRequirement method. Using it inside this method will crash the server. This is by design - just make sure you don't use it within the withRequirement method and everything will be fine! To illustrate how to use this, we'll go over the two examples above:","breadcrumbs":"Requirements » Updating requirements","id":"389","title":"Updating requirements"},"39":{"body":"Adds a new section 7.3. Argument suggestions with tooltips Adds documentation for the MultiLiteralArgument in section 8.11.2. Multi literal arguments Adds a new section 4. Shading the CommandAPI into your plugins Update documentation for 14. Brigadier + CommandAPI with new (overloaded) function argBuildOf Update Afterword","breadcrumbs":"Introduction » Documentation changes 4.0 \\(\\rightarrow\\) 4.1","id":"39","title":"Documentation changes 4.0 \\(\\rightarrow\\) 4.1"},"390":{"body":"In the example of requirements with the /repair command , we needed to ensure that the player's requirements update when their experience changes. To do this, we'll simply use a normal event to check this: @EventHandler\npublic void onExpChange(PlayerExpChangeEvent event) { CommandAPI.updateRequirements(event.getPlayer());\n} And of course, you have to ensure that this event is registered in your onEnable() method: @Override\npublic void onEnable() { getServer().getPluginManager().registerEvents(this, this);\n} Developer's Note: I'm assuming you already know how to register events and don't need me to go into great detail how to do so, take the code above with a pinch of salt - I know how much everyone likes to divide their event handlers and listeners to organise their code.","breadcrumbs":"Requirements » Example - Updating requirements for xp changes","id":"390","title":"Example - Updating requirements for xp changes"},"391":{"body":"In the example for a party creation , we declared two commands: /party create <partyName>\n/party tp <player> When a player creates a new party, we need to ensure that their requirements are updated when they create the party . As such, we simply add this to our party creation command executor: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { // Get the name of the party to create String partyName = (String) args.get(\"partyName\"); partyMembers.put(player.getUniqueId(), partyName); CommandAPI.updateRequirements(player); }) .register(); CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> // Get the name of the party to create val partyName = args[\"partyName\"] as String partyMembers[player.uniqueId] = partyName CommandAPI.updateRequirements(player) }) .register() That's it!","breadcrumbs":"Requirements » Example - Updating requirements for the party creation example","id":"391","title":"Example - Updating requirements for the party creation example"},"392":{"body":"The CommandAPI lets you handle multiple requirements really easily! The withRequirement method can be called multiple times, so you don't have to worry about shoving everything in one expression.","breadcrumbs":"Requirements » Multiple requirements","id":"392","title":"Multiple requirements"},"393":{"body":"For example, you can apply multiple requirements for a command by calling the withRequirement method multiple times: new CommandAPICommand(\"someCommand\") .withRequirement(sender -> ((Player) sender).getLevel() >= 30) .withRequirement(sender -> ((Player) sender).getInventory().contains(Material.DIAMOND_PICKAXE)) .withRequirement(sender -> ((Player) sender).isInvulnerable()) .executesPlayer((player, args) -> { // Code goes here }) .register(); CommandAPICommand(\"someCommand\") .withRequirement { (it as Player).level >= 30 } .withRequirement { (it as Player).inventory.contains(Material.DIAMOND_PICKAXE) } .withRequirement { (it as Player).isInvulnerable() } .executesPlayer(PlayerCommandExecutor { player, args -> // Code goes here }) .register()","breadcrumbs":"Requirements » Example - Using multiple requirements","id":"393","title":"Example - Using multiple requirements"},"394":{"body":"Aliases for commands can be added by using the withAliases() method when registering a command. Aliases allow you to run the same command with a different 'name' from the original registered command name.","breadcrumbs":"Aliases » Aliases","id":"394","title":"Aliases"},"395":{"body":"In this example, we register the command /getpos that returns the command sender's location. We apply the aliases /getposition, /getloc, /getlocation and /whereami as well, using the withAliases() method. new CommandAPICommand(\"getpos\") // Declare your aliases .withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation .executesEntity((entity, args) -> { entity.sendMessage(String.format(\"You are at %d, %d, %d\", entity.getLocation().getBlockX(), entity.getLocation().getBlockY(), entity.getLocation().getBlockZ()) ); }) .executesCommandBlock((block, args) -> { block.sendMessage(String.format(\"You are at %d, %d, %d\", block.getBlock().getLocation().getBlockX(), block.getBlock().getLocation().getBlockY(), block.getBlock().getLocation().getBlockZ()) ); }) // Register the command .register(); CommandAPICommand(\"getpos\") // Declare your aliases .withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation .executesEntity(EntityCommandExecutor { entity, _ -> val loc = entity.location entity.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }) .executesCommandBlock(CommandBlockCommandExecutor { block, _ -> val loc = block.block.location block.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }) // Register the command .register() commandAPICommand(\"getpos\") { // Declare your aliases withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation entityExecutor { entity, _ -> val loc = entity.location entity.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") } commandBlockExecutor { block, _ -> val loc = block.block.location block.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }\n}","breadcrumbs":"Aliases » Example - Using aliases for /getpos","id":"395","title":"Example - Using aliases for /getpos"},"396":{"body":"Help topics can be added to your command using the withHelp(), withShortDescription(), withFullDescription() or withUsage() methods when registering a command. Help allows users to understand what your command does and provides them with a list of usage forms to aid in writing a command.","breadcrumbs":"Help » Help","id":"396","title":"Help"},"397":{"body":"A help topic consists of two mains parts: A short description which is displayed in a help list and displayed at the top of a help topic for that command A full description which is displayed in the \"Description\" section of a help topic This can be seen with the following example, for a command /mycmd. This example has the short description \"Says hi\" , and a full description \"Broadcasts hi to everyone on the server\" . The short help is shown in the help list, which (in this example) is viewed using /help 5. The full description is shown for the help for the command on its own, which is viewed using /help mycmd: help image","breadcrumbs":"Help » Parts of a help","id":"397","title":"Parts of a help"},"398":{"body":"The CommandAPI has three methods to register parts of a help. The withShortDescription() sets the short description for the command, the withFullDescription() sets the full description for the command and withHelp() is a simple way to set both the short and full description at the same time. The withHelp() method is the recommended method to use to set the help for a command. If no short description is provided, the CommandAPI will attempt to use the full description if one is present. Note that this may be truncated automatically, so it is recommended to provide your own short description. These are the following methods that the CommandAPI provides to set the help topic for a command: CommandAPICommand withShortDescription(String description); The withShortDescription method simply sets the short description for the command. In the above screenshot, the short description is \"Says hi\". CommandAPICommand withFullDescription(String description); The withFullDescription method sets the full description for the command. In the above screenshot, the full description is \"Broadcasts hi to everyone on the server\". CommandAPICommand withHelp(String shortDescription, String fullDescription); The withHelp method sets both the short description and the full description at the same time.","breadcrumbs":"Help » Help methods and semantics","id":"398","title":"Help methods and semantics"},"399":{"body":"In this simple example, we implement the above screenshot's help topic. We register a command /mycmd and use the withShortDescription and withFullDescription methods to create a help topic: new CommandAPICommand(\"mycmd\") .withShortDescription(\"Says hi\") .withFullDescription(\"Broadcasts hi to everyone on the server\") .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"mycmd\") .withShortDescription(\"Says hi\") .withFullDescription(\"Broadcasts hi to everyone on the server\") .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register() commandAPICommand(\"mycmd\") { withShortDescription(\"Says hi\") withFullDescription(\"Broadcasts hi to everyone on the server\") anyExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }\n} We could also register this command using the withHelp method instead: new CommandAPICommand(\"mycmd\") .withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"mycmd\") .withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register() commandAPICommand(\"mycmd\") { withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") anyExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }\n}","breadcrumbs":"Help » Example - Adding help to a command","id":"399","title":"Example - Adding help to a command"},"4":{"body":"Updates Configuration for server owners page with new skip-initial-datapack-reload option.","breadcrumbs":"Introduction » Documentation changes 9.4.0 \\(\\rightarrow\\) 9.4.1","id":"4","title":"Documentation changes 9.4.0 \\(\\rightarrow\\) 9.4.1"},"40":{"body":"Update the maven and gradle documentation to state that it is provided and compileOnly The project has been renamed from the \"1.13 Command API\" to simply the \"CommandAPI\". This has changed a few things, such as various links. See the section Upgrading guide to view the relevant changes with regards to maven. Updated 3. Setting up your development environment to include new Maven repository links Fixed stronkage with Java versions - there's now no random warning boxes about incompatibility with Java 12! Arguments now include pictures that showcase how they work! Reorganised the sections - arguments is now split up into two sections: 6. Arguments (in general) and 7. Argument types Adds documentation for 6.2. Safe argument suggestions Adds documentation for 7.8.3. BlockState arguments Adds documentation for new arguments: UUIDArgument: 7.8.14. UUID arguments BlockPredicateArgument: 7.9.1. Block predicate arguments ItemStackPredicateArgument: 7.9.2. ItemStack predicate arguments Adds page Incompatible version information outlining what parts of the CommandAPI are incompatible with what versions of Minecraft Adds getCommands() documentation to the 8.2. The FunctionWrapper class page Adds page 13. Brigadier + CommandAPI which shows how the CommandAPI can be used with Brigadier side-by-side Adds page 10. Requirements for the requirements feature to help restrict commands Adds page 14. Predicate tips with information on how to reduce the amount of repeated code when using requirements Update Afterword","breadcrumbs":"Introduction » Documentation changes 3.4 \\(\\rightarrow\\) 4.0","id":"40","title":"Documentation changes 3.4 \\(\\rightarrow\\) 4.0"},"400":{"body":"For more control over help topics, the CommandAPI offers the following method, which allows you to provide your own HelpTopic object: CommandAPICommand withHelp(HelpTopic helpTopic);","breadcrumbs":"Help » Advanced help topics","id":"400","title":"Advanced help topics"},"401":{"body":"In this example, we implement locale-specific help so players can see help in their desired language. To do this, we must make use of the Bukkit HelpTopic object which gives us more control over the content of help that is displayed to a player: public HelpTopic makeHelp(String command) { return new HelpTopic() { @Override public String getShortText() { return \"Says hi\"; } @Override public String getFullText(CommandSender forWho) { String helpText = \"\"; if (forWho instanceof Player player) { // Make use of the player's locale to make language-specific help! Locale playerLocale = player.locale(); if (playerLocale.getLanguage().equals(\"en\")) { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\"; } else if (playerLocale.getLanguage().equals(\"de\")) { helpText = \"Sendet \\\"Hi!\\\" an alle auf dem Server\"; } } else { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\"; } return helpText; } // Allow anyone to see this help topic @Override public boolean canSee(CommandSender player) { return true; } };\n} fun makeHelp(command: String): HelpTopic = object: HelpTopic() { override fun getShortText(): String = \"Says hi\" override fun getFullText(forWho: CommandSender): String { var helpText = \"\" if (forWho is Player) { // Make use of the player's locale to make language-specific help! val playerLocale = forWho.locale() if (playerLocale.getLanguage() == \"en\") { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\" } else if (playerLocale.getLanguage() == \"de\") { helpText = \"Sendet \\\"Hi!\\\" an alle auf dem Server\" } } else { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\" } return helpText } // Allow anyone to see this help topic override fun canSee(player: CommandSender): Boolean = true\n} We then add our new HelpTopic to the command using the withHelp method: new CommandAPICommand(\"mycmd\") .withHelp(makeHelp(\"mycmd\")) .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); return CommandAPICommand(\"mycmd\") .withHelp(makeHelp(\"mycmd\")) .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register()","breadcrumbs":"Help » Example - Adding locale-specific help","id":"401","title":"Example - Adding locale-specific help"},"402":{"body":"When registering a command, there also is a command usage generated. The CommandAPI provides a way to customise this usage by providing the withUsage() method: CommandAPICommand withUsage(String... usage)","breadcrumbs":"Help » Command usage","id":"402","title":"Command usage"},"403":{"body":"In this example, we want to showcase how usage generation displays the usage vs. how a custom usage displays the usage: /command <help> <admin|user|moderator|vip>\n/command <reload> <commandsystem|config|server> This is how it would get displayed: Usage:\n- /command <help> <admin>\n- /command <help> <user>\n- /command <help> <moderator>\n- /command <help> <vip>\n- /command <reload> <commandsystem>\n- /command <reload> <config>\n- /command <reload> <server> Now, we are implementing the withUsage() method: new CommandAPICommand(\"...\") .withUsage( \"/command <help> <section>\", \"/command <reload> <system>\" ) By using withUsage() like that, the CommandAPI will produce this usage: Usage:\n- /command <help> <section>\n- /command <reload> <system>","breadcrumbs":"Help » Example - Providing a command usage","id":"403","title":"Example - Providing a command usage"},"404":{"body":"Subcommands is another method for registering commands that makes use of creating multiple different CommandAPICommand instances. Given a CommandAPICommand, we can add a subcommand by using the following method: CommandAPICommand withSubcommand(CommandAPICommand subcommand);\nCommandAPICommand withSubcommands(CommandAPICommand... subcommands); Using subcommands has no disadvantages to using regular commands with the LiteralArgument or MultiLiteralArgument, and should be slightly more intuitive to implement if you've used other command frameworks before.","breadcrumbs":"Subcommands » Subcommands","id":"404","title":"Subcommands"},"405":{"body":"Say we wanted to write a permission management system. To do this, we'll use the following command structsyntaxure: /perm group add <permission> <groupName>\n/perm group remove <permission> <groupName>\n/perm user add <permission> <userName>\n/perm user remove <permission> <userName> Let's start with the simplest example - the /perm group ... command. We have one command which is the following: add <permission> <groupName> We can implement this by creating a CommandAPICommand with the command name add: CommandAPICommand groupAdd = new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group add code }); val groupAdd = CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group add code }) val groupAdd = subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group add code }\n} Similarly, we have another part remove <permission> <groupName>. We can declare this similar to our add command. Once we've done that, we can now join everything up together. Here, we create a command group which adds the two other subcommands: CommandAPICommand groupRemove = new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group remove code }); CommandAPICommand group = new CommandAPICommand(\"group\") .withSubcommand(groupAdd) .withSubcommand(groupRemove); val groupRemove = CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group remove code }) val group = CommandAPICommand(\"group\") .withSubcommand(groupAdd) .withSubcommand(groupRemove) val groupRemove = subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group remove code }\n} val group = subcommand(\"group\") { subcommand(groupAdd) subcommand(groupRemove)\n} Finally, we can link everything up together to the perm command and register the whole thing together: new CommandAPICommand(\"perm\") .withSubcommand(group) .register(); CommandAPICommand(\"perm\") .withSubcommand(group) .register() commandAPICommand(\"perm\") { subcommand(group)\n} Another, more intuitive method, is to shove everything in one go without creating lots of variables all over the place: new CommandAPICommand(\"perm\") .withSubcommand(new CommandAPICommand(\"group\") .withSubcommand(new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group add code }) ) .withSubcommand(new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group remove code }) ) ) .withSubcommand(new CommandAPICommand(\"user\") .withSubcommand(new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"userName\")) .executes((sender, args) -> { // perm user add code }) ) .withSubcommand(new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"userName\")) .executes((sender, args) -> { // perm user remove code }) ) ) .register(); CommandAPICommand(\"perm\") .withSubcommand(CommandAPICommand(\"group\") .withSubcommand(CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group add code }) ) .withSubcommand(CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group remove code }) ) ) .withSubcommand(CommandAPICommand(\"user\") .withSubcommand(CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"userName\")) .executes(CommandExecutor { sender, args -> // perm user add code }) ) .withSubcommand(CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"userName\")) .executes(CommandExecutor { sender, args -> // perm user remove code }) ) ) .register() commandAPICommand(\"perm\") { subcommand(\"group\") { subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group add code } } subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group remove code } } } subcommand(\"user\") { subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"userName\") anyExecutor { sender, args -> // perm user add code } } subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"userName\") anyExecutor { sender, args -> // perm user add code } } }\n}","breadcrumbs":"Subcommands » Example - Permission system with subcommands","id":"405","title":"Example - Permission system with subcommands"},"406":{"body":"So far in this documentation, we've described many different ways to register commands. We've described writing commands by declaring a CommandAPICommand object, using a list of arguments and providing an executor for the command. We've also described another way of registering commands with multiple \"paths\" using the withSubcommand method to generate a tree-like structure. As of CommandAPI 7.0.0, another method for registering commands, command trees , has been introduced.","breadcrumbs":"Command trees » Command trees","id":"406","title":"Command trees"},"407":{"body":"The Command Tree represents command structures in a tree-like fashion, in a very similar way that Brigadier's API lets you declare commands. Command tree commands effectively revolve around two methods: public T executes(CommandExecutor executor); public CommandTree then(ArgumentTree branch);\npublic ArgumentTree then(ArgumentTree branch); The executes() method is the same executes() method that you have seen previously in this documentation for normal CommandAPI commands. This also includes all of the executes...() methods described in Normal command executors , but for the sake of simplicity, we'll simply refer to all of these by executes(). The then() method allows you to create new \"branches\" in your command \"tree\" data structure. If you are familiar with Brigadier 's then() method for argument nodes, then you should feel right at home. Otherwise, for all intents and purposes then() lets you specify additional paths that a command can take when a user is typing their command. Because the underlying type hierarchy of command trees is fairly complex (then() having multiple return types and taking in ArgumentTree objects), instead of trying to describe how all of that works, we'll instead describe how to make command trees by using the methods executes() and then() in practice.","breadcrumbs":"Command trees » The executes() and then() methods","id":"407","title":"The executes() and then() methods"},"408":{"body":"The basic syntax of a command tree is effectively identical to a normal CommandAPICommand, but instead you use the CommandTree object. For example, if we want to create a simple command which sends \"Hi!\" to a command sender, we declare the name of our command, make use of the executes() method, and then we use the CommandTree constructor instead of the CommandAPICommand constructor: /sayhi new CommandAPICommand(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .register(); $$\\downarrow$$ new CommandTree(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .register();","breadcrumbs":"Command trees » Declaring a command tree","id":"408","title":"Declaring a command tree"},"409":{"body":"Unlike the CommandAPICommand class, the CommandTree class doesn't let you add arguments using the withArguments() method. Instead, it makes use of the then() method, which allows you to provide an argument to it. This is best described with an example.","breadcrumbs":"Command trees » Adding arguments to a command tree","id":"409","title":"Adding arguments to a command tree"},"41":{"body":"Moves configuration for server owners to a new section 2. Configuration for server owners . This has the side-effect of also re-numbering all of the sections on the left. Sorry! Adds server owner documentation for the CommandAPI's config command conversion system in section 2. Configuration for server owners Update the conversion page 10. Command conversion so it should be much easier to follow and understand Changed the list of Java versions that the CommandAPI is compatible with in the Troubleshooting section","breadcrumbs":"Introduction » Documentation changes 3.3 \\(\\rightarrow\\) 3.4","id":"41","title":"Documentation changes 3.3 \\(\\rightarrow\\) 3.4"},"410":{"body":"Say we want to take our /sayhi command from above and also have an argument which lets you specify a target player. In this example, we'll have the following command syntax: /sayhi - Says \"Hi!\" to the current sender\n/sayhi <target> - Says \"Hi!\" to a target player We can do this by adding a PlayerArgument to our command. As described above, to add this argument, we must use the then() method: new CommandTree(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .then(new PlayerArgument(\"target\") .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); target.sendMessage(\"Hi\"); })) .register(); CommandTree(\"sayhi\") .executes(CommandExecutor { sender, _ -> sender.sendMessage(\"Hi!\") }) .then(PlayerArgument(\"target\") .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player target.sendMessage(\"Hi\") })) .register() In this example, we have our normal /sayhi command using the executes() method. We then add a new argument (a new \"branch\" in our \"tree\"), the PlayerArgument, using the then() method. We want to make this branch executable, so we also use the executes() method on the argument itself . To register the full command tree (which includes both /sayhi and /sayhi <target>), we call register() on the CommandTree object. That's effectively all of the basics of command trees! We start by writing a normal command, use executes() to make it executable and use then() to add additional paths to our command. Finally, we finish up with register() to register our command. Below, I've included a few more examples showcasing how to design commands using command trees.","breadcrumbs":"Command trees » Example - Declaring a command tree with a single argument","id":"410","title":"Example - Declaring a command tree with a single argument"},"411":{"body":"","breadcrumbs":"Command trees » Command tree examples","id":"411","title":"Command tree examples"},"412":{"body":"Say we wanted to create a plugin to let a user edit signs. We have a single command tree /signedit, with a number of branching paths set, clear, copy and paste which represent various operations that this command can be performed on a sign: /signedit set <line_number> <text> - Sets the text for a line on a sign\n/signedit clear <line_number> - Clears a sign's text on a specific line\n/signedit copy <line_number> - Copies the current text from a line on a sign\n/signedit paste <line_number> - Pastes the copied text onto a line on a sign new CommandTree(\"signedit\") .then(new LiteralArgument(\"set\") .then(new IntegerArgument(\"line_number\", 1, 4) .then(new GreedyStringArgument(\"text\") .executesPlayer((player, args) -> { // /signedit set <line_number> <text> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); String text = (String) args.get(\"text\"); sign.setLine(lineNumber - 1, text); sign.update(true); })))) .then(new LiteralArgument(\"clear\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit clear <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); sign.setLine(lineNumber - 1, \"\"); sign.update(true); }))) .then(new LiteralArgument(\"copy\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit copy <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); player.setMetadata(\"copied_sign_text\", new FixedMetadataValue(this, sign.getLine(lineNumber - 1))); }))) .then(new LiteralArgument(\"paste\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit copy <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); sign.setLine(lineNumber - 1, player.getMetadata(\"copied_sign_text\").get(0).asString()); sign.update(true); }))) .register(); CommandTree(\"signedit\") .then(LiteralArgument(\"set\") .then(IntegerArgument(\"line_number\", 1, 4) .then(GreedyStringArgument(\"text\") .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit set <line_number> <text> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int val text = args[\"text\"] as String sign.setLine(line_number - 1, text) sign.update(true) })))) .then(LiteralArgument(\"clear\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit clear <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int sign.setLine(line_number - 1, \"\") sign.update(true) }))) .then(LiteralArgument(\"copy\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit copy <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int player.setMetadata(\"copied_sign_text\", FixedMetadataValue(this, sign.getLine(line_number - 1))) }))) .then(LiteralArgument(\"paste\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit copy <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int sign.setLine(line_number - 1, player.getMetadata(\"copied_sign_text\")[0].asString()) sign.update(true) }))) .register()","breadcrumbs":"Command trees » Example - Sign editing plugin","id":"412","title":"Example - Sign editing plugin"},"413":{"body":"The CommandAPI also includes a very small lightweight annotation-based command framework. This works very differently compared to previous commands shown in this documentation and it is less feature-rich than registering commands using the other methods. In short, the CommandAPI's annotation-based system: Has no runtime overhead compared to using the regular command registration system (unlike other annotation-based frameworks such as ACF ). Reduces code bloat (to an extent). Improves readability since commands are declared declaratively instead of imperatively. Is not as powerful as the regular command registration system. Developer's Note: Currently, the annotation framework is in its infancy, so any suggestions or improvements are heavily appreciated! Developer's Note: As of the time of writing, annotation-based commands are not compatible with the Kotlin programming language! The CommandAPI does have the Kotlin DSL instead, which is leaner, cleaner and provides a much more Kotliny experience! Before we go into too much detail, let's take a look at an example of what this annotation framework looks like, and compare this to the existing method.","breadcrumbs":"Annotation-based commands » Annotation-based commands","id":"413","title":"Annotation-based commands"},"414":{"body":"Let's say we're writing a plugin with the capability to create warps to places on the server. To do this, we'll make a simple command /warp, defined as follows: /warp - Shows help\n/warp <warp> - Teleports a player to <warp>\n/warp create <name> - Creates a new warp <name> at the player's location","breadcrumbs":"Annotation-based commands » Example: A warp command","id":"414","title":"Example: A warp command"},"415":{"body":"Using the regular CommandAPI, this is one way we can create this command. In the code below, we use StringArguments to represent the warp names. To teleport to a warp, we also populate it with suggestions (deferred so it updates), and also use a subcommand to represent /warp create: Map<String, Location> warps = new HashMap<>(); // /warp\nnew CommandAPICommand(\"warp\") .executes((sender, args) -> { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); }) .register(); // /warp <warp>\nnew CommandAPICommand(\"warp\") .withArguments(new StringArgument(\"warp\").replaceSuggestions(ArgumentSuggestions.strings(info -> warps.keySet().toArray(new String[0]) ))) .executesPlayer((player, args) -> { player.teleport(warps.get((String) args.get(0))); }) .register(); // /warp create <warpname>\nnew CommandAPICommand(\"warp\") .withSubcommand( new CommandAPICommand(\"create\") .withPermission(\"warps.create\") .withArguments(new StringArgument(\"warpname\")) .executesPlayer((player, args) -> { warps.put((String) args.get(0), player.getLocation()); }) ) .register(); Seems fairly straightforward, given everything else covered in this documentation. Now let's compare it to using annotations!","breadcrumbs":"Annotation-based commands » Warp command (without annotations)","id":"415","title":"Warp command (without annotations)"},"416":{"body":"I think it's best to show the example and the explain it afterwards: @Command(\"warp\") public class WarpCommand { // List of warp names and their locations static Map<String, Location> warps = new HashMap<>(); @Default public static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); } @Default public static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName)); } @Subcommand(\"create\") @Permission(\"warps.create\") public static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation()); } } CommandAPI.registerCommand(WarpCommand.class); As we can see, the code certainly looks very different to the normal registration method. Let's take it apart piece by piece to see what exactly is going on here. Command declaration @Command(\"warp\") public class WarpCommand { Firstly, we declare our command warp. To do this, we use the @Command annotation and simply state the name of the command in the annotation. This annotation is attached to the class WarpCommand, which indicates that the whole class WarpCommand will be housing our command. The annotation framework is designed in such a way that an entire command is represented by a single class. This provides a more modular approach to command declaration that allows you to easily contain the methods of a command in one location. Default command @Default\npublic static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\");\n} Here, declare the main command implementation using the @Default annotation. The @Default annotation informs the CommandAPI that the method it is attached to does not have any subcommands. This is effectively the same as registering a regular command without using .withSubcommand(). Here, we simply write what happens when no arguments are run (i.e. the user just runs /warp on its own). As such, we don't include any parameters to our method. Default command (again!) @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n} We also have a second @Default annotated method, which handles our /warp <warp> command. Because this isn't a subcommand (the warp to teleport to is not a subcommand, it's an argument), we still using the @Default annotation. In this method, we include an argument with this command by using the @AStringArgument annotation. This argument uses the StringArgument class, and the name of this argument is \"warpName\", which is extracted from the name of the variable. Simply put, the Annotation for an argument is A followed by the name of the argument. This is synonymous with using the following: new StringArgument(\"warp\") It's also very important to note the parameters for this method. The first parameter is a Player object, which represents our command sender. The CommandAPI's annotation system uses the fact that the command sender is a Player object and automatically ensures that anyone using the command must be a Player. In other words, non-players (such as the console or command blocks), would be unable to execute this command. The second argument is a String object, which represents the result of our argument \"warp\". The CommandAPI's annotation system can also infer the return type of the argument that is provided to it (in this case, a StringArgument will produce a String) and will automatically cast and provide the result to that parameter. Subcommand @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n} Lastly, we declare a subcommand to allow us to run /warp create <name>. To do this, we simply use the @Subcommand annotation. In this example, we also apply a permission node that is required to run the command by using the @Permission annotation. The rest is fairly straight forward - we declare an argument, in this case it's another StringArgument , so we use @AStringArgument and then declare everything else in a similar fashion to the default command executor. Registering the command Registering the command is fairly simple and is a one liner: CommandAPI.registerCommand(WarpCommand.class); This line can be placed in your onEnable() or onLoad() method like you were registering a normal command.","breadcrumbs":"Annotation-based commands » Warp command (with annotations)","id":"416","title":"Warp command (with annotations)"},"417":{"body":"This page outlines in detail the list of all annotations that the CommandAPI's annotation-based command system includes.","breadcrumbs":"Annotations » Annotations","id":"417","title":"Annotations"},"418":{"body":"","breadcrumbs":"Annotations » Annotations that go on classes","id":"418","title":"Annotations that go on classes"},"419":{"body":"The @Command annotation is used to declare a command. The parameter is the name of the command that will be registered. @Command(\"warp\") public class WarpCommand {","breadcrumbs":"Annotations » @Command(\"commandName\")","id":"419","title":"@Command(\"commandName\")"},"42":{"body":"Adds information on how functions are loaded in 1.16+ in section 6. Functions & Tags Added function error messages to section Troubleshooting","breadcrumbs":"Introduction » Documentation changes 3.1 \\(\\rightarrow\\) 3.3","id":"42","title":"Documentation changes 3.1 \\(\\rightarrow\\) 3.3"},"420":{"body":"The @Alias annotation is used to declare a list of aliases for a command. The parameter is a list of aliases which can be used for the command. @Command(\"teleport\") @Alias({\"tp\", \"tele\"})\npublic class TeleportCommand {","breadcrumbs":"Annotations » @Alias({...})","id":"420","title":"@Alias({...})"},"421":{"body":"The @Permission annotation is used to add a permission node to a command. Users that want to run this command must have this permission. The parameter is the permission node required to run the command. @Command(\"teleport\") @Permission(\"myplugin.tp\")\nclass TeleportCommand {","breadcrumbs":"Annotations » @Permission(\"permissionNode\")","id":"421","title":"@Permission(\"permissionNode\")"},"422":{"body":"The @NeedsOp annotation is used to indicate that a command needs to have operator privileges to run it. This annotation has no parameters. @Command(\"teleport\") @NeedsOp\nclass TeleportCommand {","breadcrumbs":"Annotations » @NeedsOp","id":"422","title":"@NeedsOp"},"423":{"body":"The @Help annotation is used to add a help topic to a command. This annotation can take two forms: A simple form which just uses a string which is used as the full description for a command: @Command(\"teleport\")\n@Help(\"Teleports yourself to another location\")\nclass TeleportCommand { A form with two parameters value and shortDescription, to provide the full description (value) and short description (shortDescription) content for a command: @Command(\"teleport\") @Help(value = \"Teleports yourself to another location\", shortDescription = \"TP to a location\")\nclass TeleportCommand {","breadcrumbs":"Annotations » @Help(\"Full description\")","id":"423","title":"@Help(\"Full description\")"},"424":{"body":"To use annotations on methods, methods must be static .","breadcrumbs":"Annotations » Annotations that go on methods","id":"424","title":"Annotations that go on methods"},"425":{"body":"The @Default annotation indicates that the method is not a subcommand. This acts in a similar way to regular Bukkit commands. Commands with the @Default annotation can be used to run the main code when the command named with the @Command annotation is stated, such as the following: @Default\npublic static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\");\n} The @Default annotation does not mean that the command can't have arguments! Arguments can still be used and declared as shown: @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n}","breadcrumbs":"Annotations » @Default","id":"425","title":"@Default"},"426":{"body":"The @Subcommand simply tells the CommandAPI that the declared method is a subcommand. This acts in a similar way to the regular CommandAPI's .withSubcommand() method. The subcommand annotation can take in a single string which is the name of the subcommand: @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n} Or, it can take in a list of strings which represent the aliases that can also be used for the declared subcommand: @Subcommand({\"teleport\", \"tp\"})\npublic static void teleport(Player player, @APlayerArgument OfflinePlayer target) { if(target.isOnline() && target instanceof Player onlineTarget) { player.teleport(onlineTarget); }\n}","breadcrumbs":"Annotations » @Subcommand","id":"426","title":"@Subcommand"},"427":{"body":"The @Permission annotation can also be used on methods to indicate that a permission is required to execute a command. @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n}","breadcrumbs":"Annotations » @Permission","id":"427","title":"@Permission"},"428":{"body":"The @NeedsOp annotation can also be used on methods to indicate that the user must be an operator to run the command.","breadcrumbs":"Annotations » @NeedsOp","id":"428","title":"@NeedsOp"},"429":{"body":"The annotations for arguments are really simple, there's just two things you need to know: To use an annotation argument, just add the letter A (for 'annotation') at the beginning of it! For example: \\begin{align} \\texttt{StringArgument}&\\xrightarrow{A}\\texttt{@AStringArgument}\\\\ \\texttt{PlayerArgument}&\\xrightarrow{A}\\texttt{@APlayerArgument}\\\\ \\texttt{AdvancementArgument}&\\xrightarrow{A}\\texttt{@AAdvancementArgument}\\\\ &\\hspace{0.75em}\\vdots \\end{align} For example, we use @AStringArgument to indicate that this command takes a StringArgument as its first parameter: @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n} The name of the argument (referred to as \"nodeName\" in the normal CommandAPI system) is the name of the variable assigned to the parameter. In the above code, this means that the name of the argument is warpName.","breadcrumbs":"Annotations » Annotations that go on parameters","id":"429","title":"Annotations that go on parameters"},"43":{"body":"Adds new section 5.1 Argument suggestions to cover how to override suggestions - Having it all in section 5. Arguments was a bit too content-heavy Adds documentation for the new .overrideSuggestions() method in section 5.1 Argument suggestions Simplified the description of the documentation updates Changed the artifact ID for the dependency of the CommandAPI. Instead of being commandapi, it is now commandapi-core. You can view the changes in section 2 Setting up your development environment Changed the repository information for gradle in section 2 Setting up your development environment . You now have to include the NBTAPI repository because gradle can't automatically detect this for some reason. Kinda stupid tbh. Adds a section on using multiple or optional arguments in section 5 Arguments","breadcrumbs":"Introduction » Documentation changes 3.0 \\(\\rightarrow\\) 3.1","id":"43","title":"Documentation changes 3.0 \\(\\rightarrow\\) 3.1"},"430":{"body":"Certain argument annotations have extra parameters that can be supplied to provide additional customization: Numerical arguments The following numerical arguments can take both a min and max value. Both of these are completely optional. This indicates the range of values (inclusive) that is valid for this argument. For example: @Default\npublic static void command(CommandSender sender, @ADoubleArgument(min = 0.0, max = 10.0) double someDouble, @AFloatArgument(min = 5.0f, max = 10.0f) float someFloat, @AIntegerArgument(max = 100) int someInt, @ALongArgument(min = -10) long someLong\n) { // Command implementation here\n} Literal arguments Both the LiteralArgument and MultiLiteralArgument can be used. When these are used, the name of the variable assigned to the parameter is ignored and not used as the argument's name. For the @ALiteralArgument annotation, the parameter is the literal to be used for the command. For the @AMultiLiteralArgument, the parameter can be an array of multiple literals to use: @Default\npublic static void command(CommandSender sender, @ALiteralArgument(\"myliteral\") String literal, @AMultiLiteralArgument({\"literal\", \"anotherliteral\"}) String multipleLiterals\n) { // Command implementation here\n} Other arguments The LocationArgument, Location2DArgument, EntitySelectorArgument and ScoreHolderArgument can all take an extra parameter in their constructors. As a result, the annotation-equivalent of these arguments also allow you to provide the parameter in the annotation: @Default\npublic static void command(CommandSender sender, @ALocationArgument(LocationType.BLOCK_POSITION) Location location, @ALocation2DArgument(LocationType.PRECISE_POSITION) Location location2d, @AEntitySelectorArgument.ManyEntities Collection<Entity> entities, @AScoreHolderArgument.Multiple Collection<String> scoreHolders\n) { // Command implementation here\n}","breadcrumbs":"Annotations » Special argument annotations","id":"430","title":"Special argument annotations"},"431":{"body":"Registering annotation-based commands is really simple. To do this, we use the following method, where className is the name of a class with a @Command annotation: CommandAPI.registerCommand(className)","breadcrumbs":"Registering annotation-based commands » Registering annotation-based commands","id":"431","title":"Registering annotation-based commands"},"432":{"body":"Say we have a simple command /warp that is defined as follows: @Command(\"warp\") public class WarpCommand { // List of warp names and their locations static Map<String, Location> warps = new HashMap<>(); @Default public static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); } @Default public static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName)); } @Subcommand(\"create\") @Permission(\"warps.create\") public static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation()); } } We can register this in our onLoad() method so we can use this command from within Minecraft functions: public class MyPlugin extends JavaPlugin { @Override public void onLoad() { CommandAPI.registerCommand(WarpCommand.class); } }","breadcrumbs":"Registering annotation-based commands » Example: Registering a Warp command","id":"432","title":"Example: Registering a Warp command"},"433":{"body":"The CommandAPI also provides an alternative way of making commands when using Kotlin to develop your plugins: A DSL! This DSL provides many methods to easily add arguments to your command structure. Examples of the DSL can be found here .","breadcrumbs":"Kotlin-based commands » Kotlin-based commands","id":"433","title":"Kotlin-based commands"},"434":{"body":"To install the DSL, you need to add the commandapi-bukkit-kotlin dependency into your pom.xml or your build.gradle, making sure to specify the server flavor you are developing for:","breadcrumbs":"Kotlin-based commands » Installing the DSL","id":"434","title":"Installing the DSL"},"435":{"body":"<dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-kotlin</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> Next, you need to add Kotlin to your project. For this, you first need to add the dependency: <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.0</version> </dependency>\n</dependencies> Finally, you need to add the kotlin-maven-plugin: <build> <plugins> <plugin> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-maven-plugin</artifactId> <version>1.9.0</version> <executions> <execution> <id>compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> </execution> <execution> <id>test-compile</id> <phase>test-compile</phase> <goals> <goal>test-compile</goal> </goals> </execution> </executions> <configuration> <jvmTarget>16</jvmTarget> </configuration> </plugin> </plugins>\n</build>","breadcrumbs":"Kotlin-based commands » Adding the dependency with Maven","id":"435","title":"Adding the dependency with Maven"},"436":{"body":"First, you need to add the repository: repositories { mavenCentral()\n} repositories { mavenCentral()\n} Next, you need to add the dependency: dependencies { implementation \"dev.jorel:commandapi-bukkit-kotlin:9.4.1\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-kotlin:9.4.1\")\n} You also need to add Kotlin to your project. For this, you first need to add the Kotlin plugin: plugins { id \"org.jetbrains.kotlin.jvm\" version \"1.9.0\"\n} plugins { kotlin(\"jvm\") version \"1.9.0\"\n} Next, you need to add the dependency (you should already have added the mavenCentral() repository to your project): dependencies { implementation \"org.jetbrains.kotlin:kotlin-stdlib\"\n} dependencies { implementation(\"org.jetbrains.kotlin:kotlin-stdlib\")\n} Then, you need to configure the Java version to build against: kotlin { jvmToolchain(16)\n} kotlin { jvmToolchain(16)\n}","breadcrumbs":"Kotlin-based commands » Adding the dependency with Gradle","id":"436","title":"Adding the dependency with Gradle"},"437":{"body":"","breadcrumbs":"Using the DSL » Using the DSL","id":"437","title":"Using the DSL"},"438":{"body":"As a first example and to take a first look at the Kotlin DSL syntax, we will first create a simple command to send messages to a player.","breadcrumbs":"Using the DSL » Defining a simple message command","id":"438","title":"Defining a simple message command"},"439":{"body":"We want to create a command that lets us send a message to a player. To do this, we want to register a command with the following syntax: /sendmessageto <player> <msg> We can then use the following command registration: commandTree(\"sendmessageto\") { playerArgument(\"player\") { // Defines a new PlayerArgument(\"player\") greedyStringArgument(\"msg\") { // Defines a new GreedyStringArgument(\"msg\") anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.) val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) } } }\n} commandAPICommand(\"sendmessageto\") { playerArgument(\"player\") // Defines a new PlayerArgument(\"player\") greedyStringArgument(\"msg\") // Defines a new GreedyStringArgument(\"msg\") anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.) val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) }\n} Here you can see some interesting things: You do not need to call the .register() method when using the DSL You do not need to initialise any arguments","breadcrumbs":"Using the DSL » Example - Sending a message to a player using the Kotlin DSL","id":"439","title":"Example - Sending a message to a player using the Kotlin DSL"},"44":{"body":"Developer's Note: Lots of changes occurred in version 3.0. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Sections on the left have been tidied up and should be more \"approachable\" Installation section ( 1. Installation for server owners ) now includes information about additional dependencies Dependency section ( 2. Setting up your development environment ) updated to use the new dependency Group ID Command registration section ( 3. Command registration ) updated to reflect new API changes Command execution section ( 4. Command Executors ) updated to reflect new API changes Arguments section ( 5. Arguments ) completely rewritten to reflect new API changes. Adds more detailed examples for each argument Function arguments section ( 6.3 Function Arguments ) updated to reflect new API changes Permissions section ( 7. Permissions ) updated to reflect new API changes Aliases section ( 8. Aliases ) updated to reflect new API changes Command conversion section ( 9. Command conversion ) rewrite example to be more detailed","breadcrumbs":"Introduction » Documentation changes 2.1 \\(\\rightarrow\\) 3.0","id":"44","title":"Documentation changes 2.1 \\(\\rightarrow\\) 3.0"},"440":{"body":"The Kotlin DSL also provides executors to execute your command. You've seen the anyExecutor in the example above. To find out, which DSL executor corresponds to \"normal\" executors, you can refer to the table below: DSL normal executor DSL resulting executor DSL normal execution info DSL resulting execution info \"normal\" Executor anyExecutor() anyResultingExecutor() anyExecutionInfo() anyResultingExecutionInfo executes() playerExecutor() playerResultingExecutor() playerExecutionInfo() playerResultingExecutionInfo() executesPlayer() entityExecutor() entityResultingExecutor() entityExecutionInfo() entityResultingExecutionInfo() executesEntity() consoleExecutor() consoleResultingExecutor() consoleExecutionInfo() consoleResultingExecutionInfo() executesConsole() commandBlockExecutor() commandBlockResultingExecutor() commandBlockExecutionInfo() commandBlockResultingExecutionInfo() executesCommandBlock() proxyExecutor() proxyResultingExecutor() proxyExecutionInfo() proxyResultingExecutionInfo() executesProxy() nativeExecutor() nativeResultingExecutor() nativeExecutionInfo() nativeResultingExecutionInfo() executesNative() remoteConsoleExecutor() remoteConsoleResultingExecutor() remoteConsoleExecutionInfo() remoteConsoleResultingExecutionInfo() executesRemoteConsole()","breadcrumbs":"Using the DSL » Executors","id":"440","title":"Executors"},"441":{"body":"The DSL implements almost every argument with a method. You've seen the playerArgument() and the greedyStringArgument() method in the example at the top of this page. The way arguments are implemented is pretty straight forward: It's basically the argument class' name, but as a method. So if you wanted to use a ItemStackArgument in your command, you would use the itemStackArgument() method of the DSL. One thing to note is that the DSL also features every existing constructor. This means if you want to use an IntegerArgument with a minimum of 0 and a maximum of 10, you normally would implement it like this: new IntegerArgument(\"integer\", 0, 10) However, when using this DSL it is implemented like this: integerArgument(\"integer\", 0, 10) Developer's Note: There are a few arguments not having a method which directly corresponds to their respective argument. These arguments most likely use a builder pattern and because of that require further implementation by the user. To use these arguments, the DSL also provides the argument() method which takes in any argument as a parameter.","breadcrumbs":"Using the DSL » Arguments","id":"441","title":"Arguments"},"442":{"body":"When using the DSL, you might want to modify the behaviour of certain arguments by adding requirements or suggestions to them. To give you a general idea how you could accomplish that, the sendMessageTo command is adding a broadcast option which should only be executed by server operators. commandTree(\"sendMessageTo\") { playerArgument(\"player\") { greedyStringArgument(\"msg\") { playerExecutor { _, args -> val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) } } } literalArgument(\"broadcast\") { withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument /* add more methods here that modify argument behaviour */ greedyStringArgument(\"msg\") { playerExecutor { _, args -> val message: String = args[\"msg\"] as String Bukkit.broadcastMessage(message) } } }\n} commandAPICommand(\"sendMessageTo\") { playerArgument(\"player\") greedyStringArgument(\"msg\") playerExecutor { _, args -> val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) }\n} commandAPICommand(\"sendMessageTo\") { literalArgument(\"broadcast\") { withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument /* add more methods here that modify argument behaviour */ } greedyStringArgument(\"msg\") playerExecutor { _, args -> val message: String = args[\"msg\"] as String Bukkit.broadcastMessage(message) }\n} Notice how you can just add the requirement in a CommandTree by adding it to the argument block where you also define the next arguments and the executor. However, when modifying the behaviour of an argument in a CommandAPICommand you have to add an extra block where you can implement the additional behaviour.","breadcrumbs":"Using the DSL » Editing arguments","id":"442","title":"Editing arguments"},"443":{"body":"Expanding on the previous example where we added a requirement to a single argument, we now also want to add a requirement to a whole command. This works similar to how argument behaviour is modified in a CommandTree: commandTree(\"commandRequirement\") { withRequirement { sender: CommandSender -> sender.isOp} playerExecutor { player, _ -> player.sendMessage(\"This command can only be executed by players who are server operators.\") }\n} commandAPICommand(\"commandRequirement\") { withRequirement { sender: CommandSender -> sender.isOp} playerExecutor { player, _ -> player.sendMessage(\"This command can only be executed by players who are server operators.\") }\n}","breadcrumbs":"Using the DSL » Adding requirements to commands","id":"443","title":"Adding requirements to commands"},"444":{"body":"Now, a few more examples are shown to demonstrate the use of this DSL a little more:","breadcrumbs":"Using the DSL » More examples","id":"444","title":"More examples"},"445":{"body":"We want to create a /give command with the following syntax: /optionalArgument give <item>\n/optionalArgument give <item> <amount> To declare an argument as optional you need to set the optional value to true: commandTree(\"optionalArgument\") { literalArgument(\"give\") { itemStackArgument(\"item\") { integerArgument(\"amount\", optional = true) { playerExecutor { player, args -> // This command will let you execute: // \"/optionalArgument give minecraft:stick\" // \"/optionalArgument give minecraft:stick 5\" val itemStack: ItemStack = args[\"item\"] as ItemStack val amount: Int = args.getOptional(\"amount\").orElse(1) as Int itemStack.amount = amount player.inventory.addItem(itemStack) } } } }\n} commandAPICommand(\"optionalArgument\") { literalArgument(\"give\") itemStackArgument(\"item\") integerArgument(\"amount\", optional = true) // This sets the argument as optional playerExecutor { player, args -> // This command will let you execute: // \"/optionalArgument give minecraft:stick\" // \"/optionalArgument give minecraft:stick 5\" val itemStack: ItemStack = args[\"item\"] as ItemStack val amount: Int = args.getOptional(\"amount\").orElse(1) as Int itemStack.amount = amount player.inventory.addItem(itemStack) }\n}","breadcrumbs":"Using the DSL » Example - Implementing optional arguments with the Kotlin DSL","id":"445","title":"Example - Implementing optional arguments with the Kotlin DSL"},"446":{"body":"We want to create a command with the following syntax to demonstrate replacing suggestions using the Kotlin DSL: /replaceSuggestions <strings> Replacing suggestions works similar to how you would add a requirement to an argument as shown in Editing arguments . You just have to use the replaceSuggestions method this time: commandTree(\"replaceSuggestions\") { stringArgument(\"strings\") { replaceSuggestions(ArgumentSuggestions.strings(\"one\", \"two\", \"three\")) // Replaces the suggestions for the \"strings\" StringArgument playerExecutor { player, args -> player.sendMessage(\"You chose option ${args[\"strings\"] as String}!\") } }\n} commandAPICommand(\"replaceSuggestions\") { stringArgument(\"strings\") { replaceSuggestions(ArgumentSuggestions.strings(\"one\", \"two\", \"three\")) // Replaces the suggestions for the \"strings\" StringArgument } playerExecutor { player, args -> player.sendMessage(\"You chose option ${args[\"strings\"] as String}!\") }\n}","breadcrumbs":"Using the DSL » Example - Replacing suggestions using the Kotlin DSL","id":"446","title":"Example - Replacing suggestions using the Kotlin DSL"},"447":{"body":"The CommandAPI offers an additional way to access arguments when using Kotlin: delegated properties . With delegated properties, there are two possible dependencies you can use: commandapi-core-kotlin Support for delegated properties has been added to the commandapi-core-kotlin module. If you want to use delegated properties, you need to add this dependency. commandapi-bukkit-kotlin If you are already using the Kotlin DSL to create your commands, you can already use delegated properties. commandapi-core-kotlin is included in commandapi-bukkit-kotlin.","breadcrumbs":"Delegated properties » Delegated properties","id":"447","title":"Delegated properties"},"448":{"body":"To be able to access arguments by using delegated properties, your variable name needs to match the node name of the argument. This could look like this: CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"string\")) .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val string: String by args val target: Player by args // Implementation... }) .register() commandAPICommand(\"mycommand\") { stringArgument(\"string\") playerArgument(\"target\") playerExecutor { player, args -> val string: String by args val target: Player by args // Implementation... }\n}","breadcrumbs":"Delegated properties » Access arguments using delegated properties","id":"448","title":"Access arguments using delegated properties"},"449":{"body":"Developer's Note: The CommandAPI hasn't been released for Velocity yet. We do, however, offer snapshot builds. This small section on Velocity will outline how to get the snapshot builds and what limitations the CommandAPI currently has on Velocity. This page focuses on outlining how to set up the CommandAPI for Velocity. It expects that you are already familiar with how to set up a Velocity plugin.","breadcrumbs":"Velocity » Velocity","id":"449","title":"Velocity"},"45":{"body":"Installing the CommandAPI is easy! Just download the latest CommandAPI-XXX.jar file using the button below and place it in your server's plugins/ folder! Download latest CommandAPI plugin","breadcrumbs":"Installation for server owners » Installation","id":"45","title":"Installation"},"450":{"body":"Because we do not have an official release yet, the snapshot builds are not published in the Maven Central repository. Instead you need to add our snapshot repository: <repositories> <repository> <id>oss.sonatype.org-snapshot</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </repository>\n</repositories> repositories { maven { url = \"https://s01.oss.sonatype.org/content/repositories/snapshots\" }\n} repositories { maven { url = uri(\"https://s01.oss.sonatype.org/content/repositories/snapshots\") }\n}","breadcrumbs":"Velocity » Adding the snapshot repository with Maven or Gradle","id":"450","title":"Adding the snapshot repository with Maven or Gradle"},"451":{"body":"As mentioned, Velocity can only be accessed with snapshot builds. These snapshot build version are following standard semantic versioning and thus have the -SNAPSHOT suffix: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-velocity-shade</artifactId> <version>9.4.0-SNAPSHOT</version> </dependency>\n</dependencies> dependencies { compile \"dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT\")\n}","breadcrumbs":"Velocity » Adding the dependency","id":"451","title":"Adding the dependency"},"452":{"body":"The CommandAPI requires two steps: loading and enabling. We will perform these steps in Velocity's loading stages, construction and initialization. These two stages are explained in their documentation . We will perform the CommandAPI's loading step in the construction phase first: @Inject\npublic ExamplePlugin(ProxyServer server, Logger logger) { this.server = server; this.logger = logger; CommandAPI.onLoad(new CommandAPIVelocityConfig(server, this));\n} Next, we want to utilize Velocity's ProxyInitializeEvent to perform the CommandAPI's enabling step: @Subscribe\npublic void onProxyInitialization(ProxyInitializeEvent event) { // Any CommandAPI command registrations... CommandAPI.onEnable();\n}","breadcrumbs":"Velocity » Setting up the CommandAPI","id":"452","title":"Setting up the CommandAPI"},"453":{"body":"The CommandAPI currently only offers support for a very limited amount of arguments on Velocity. This is because arguments are primarily implemented on the backend servers. However, the CommandAPI offers access for the primitive type arguments: IntegerArgument LongArgument FloatArgument DoubleArgument BooleanArgument StringArgument TextArgument GreedyStringArgument LiteralArgument MultiLiteralArgument","breadcrumbs":"Velocity » Current limitations","id":"453","title":"Current limitations"},"454":{"body":"Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that generates a random number between a chosen minimum and a chosen maximum value:","breadcrumbs":"Velocity » Registering a simple command","id":"454","title":"Registering a simple command"},"455":{"body":"We want to register the command /randomnumber with the following syntax: /randomnumber <min> <max> To accomplish that, we register the command like this: new CommandAPICommand(\"randomnumber\") .withArguments(new IntegerArgument(\"min\")) .withArguments(new IntegerArgument(\"max\")) .executesPlayer((player, args) -> { int min = (int) args.get(\"min\"); int max = (int) args.get(\"max\"); Random random = ThreadLocalRandom.current(); int randomNumber = random.nextInt(min, max); player.sendMessage(Component.text().content(\"Your random number is: \" + randomNumber)); }) .register(); CommandAPICommand(\"randomnumber\") .withArguments(IntegerArgument(\"min\")) .withArguments(IntegerArgument(\"max\")) .executesPlayer(PlayerCommandExecutor { player, args -> val min = args[\"min\"] as Int val max = args[\"max\"] as Int val random = ThreadLocalRandom.current() val randomNumber = random.nextInt(min, max) player.sendMessage(Component.text().content(\"Your random number is: $randomNumber\")) }) .register()","breadcrumbs":"Velocity » Example - Registering a simple command","id":"455","title":"Example - Registering a simple command"},"456":{"body":"Developer's Note: If you're a server owner, you're probably lost! This section is for developer command conversion. If you're looking for how to convert plugins with the config.yml file, you want 2. Configuration for server owners . The CommandAPI has the ability to convert plugin commands to vanilla Minecraft commands using its config.yml's plugins-to-convert option. Nevertheless, the API for command conversion is not hidden and you're free to use it as you see fit! Before you continue, let's clear up a few naming conventions which is used in the following sections! Target plugin - This refers to a non-CommandAPI plugin which registers normal Bukkit commands. This typically uses the old boolean onCommand(CommandSender ... ) method Your plugin - This refers to your plugin, the one that uses the CommandAPI and wants to add compatibility to a target plugin","breadcrumbs":"Command conversion » Command conversion","id":"456","title":"Command conversion"},"457":{"body":"To register all commands that are declared by a target plugin, the Converter.convert(Plugin) method can be used. This attempts to register all commands declared in a target plugin's plugin.yml file, as well as any aliases or permissions stated in the plugin.yml file.","breadcrumbs":"Command conversion » Entire plugins","id":"457","title":"Entire plugins"},"458":{"body":"Say you have some plugin.yml file for a target plugin that adds some basic functionality to a server. The target plugin in this example is called \"TargetPlugin\": name: TargetPlugin\nmain: some.random.package.Main\nversion: 1.0\ncommands: gmc: aliases: gm1 gms: i: permission: item.permission As you can see, it declares 3 commands: /gmc, /gms and /i. We can now begin writing your plugin that uses the CommandAPI converter. We will call this plugin \"YourPlugin\": public class YourPlugin extends JavaPlugin { @Override public void onEnable() { Converter.convert((JavaPlugin) Bukkit.getPluginManager().getPlugin(\"TargetPlugin\")); // Other code goes here... } } class YourPlugin : JavaPlugin() { override fun onEnable() { Converter.convert(Bukkit.getPluginManager().getPlugin(\"TargetPlugin\") as JavaPlugin) // Other code goes here... } } When this is run, the commands /gmc, /gm1, /gms and /i will all be registered by the CommandAPI.","breadcrumbs":"Command conversion » Example - Converting commands for a target plugin","id":"458","title":"Example - Converting commands for a target plugin"},"459":{"body":"In addition to converting all commands from a target plugin, the CommandAPI allows you to convert single commands at a time using the following methods from the Converter class: public static convert(Plugin plugin, String cmdName);\npublic static convert(Plugin plugin, String cmdName, List<Argument> arguments);\npublic static convert(Plugin plugin, String cmdName, Argument... arguments); In these commands, the plugin refers to the plugin which has the command you want to convert and cmdName is the name of the command declared in the target plugin's plugin.yml file (just the main command, not the aliases!). The List<Argument> or Argument... can be used to provide argument checks that lets you apply the command UI to a bukkit command.","breadcrumbs":"Command conversion » Only specific commands","id":"459","title":"Only specific commands"},"46":{"body":"If you use NBT data, you'll also need the NBT API . (You can find out from your developers if you need this or not) If you are using raw JSON chat data, you'll need to be running Spigot or a Paper-based server such as Paper or Purpur . (Again, you can find out from your developers if you need this or not)","breadcrumbs":"Installation for server owners » Additional dependencies","id":"46","title":"Additional dependencies"},"460":{"body":"Say we want to convert EssentialsX's /speed command using the CommandAPI. The plugin.yml entry for the /speed command is the following: speed: description: Change your speed limits. usage: /<command> [type] <speed> [player] aliases: [flyspeed,eflyspeed,fspeed,efspeed,espeed,walkspeed,ewalkspeed,wspeed,ewspeed] From this, we can determine that there are the following commands, where \"walk\" and \"fly\" are the different types that the command can take: /speed <speed>\n/speed <speed> <target>\n/speed <walk/fly> <speed>\n/speed <walk/fly> <speed> <target> With the EssentialsX plugin, the <speed> value can only take numbers between 0 and 10. As such, we'll ensure to apply these limits using the IntegerArgument. In addition, since the speed type can only be \"walk\" or \"fly\", we'll add that to our converter as well using a MultiLiteralArgument: JavaPlugin essentials = (JavaPlugin) Bukkit.getPluginManager().getPlugin(\"Essentials\"); // /speed <speed>\nConverter.convert(essentials, \"speed\", new IntegerArgument(\"speed\", 0, 10)); // /speed <target>\nConverter.convert(essentials, \"speed\", new PlayerArgument(\"target\")); // /speed <walk/fly> <speed>\nConverter.convert(essentials, \"speed\", new MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), new IntegerArgument(\"speed\", 0, 10)\n); // /speed <walk/fly> <speed> <target>\nConverter.convert(essentials, \"speed\", new MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), new IntegerArgument(\"speed\", 0, 10), new PlayerArgument(\"target\")\n); val essentials = Bukkit.getPluginManager().getPlugin(\"Essentials\") as JavaPlugin // /speed <speed>\nConverter.convert(essentials, \"speed\", IntegerArgument(\"speed\", 0, 10)) // /speed <target>\nConverter.convert(essentials, \"speed\", PlayerArgument(\"target\")) // /speed <walk/fly> <speed>\nConverter.convert(essentials, \"speed\", MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), IntegerArgument(\"speed\", 0, 10)\n) // /speed <walk/fly> <speed> <target>\nConverter.convert(essentials, \"speed\", MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), IntegerArgument(\"speed\", 0, 10), PlayerArgument(\"target\")\n) An image showing /execute run for EssentialsX's /speed command","breadcrumbs":"Command conversion » Example - Converting EssentialsX's speed command","id":"460","title":"Example - Converting EssentialsX's speed command"},"461":{"body":"Formally, the CommandAPI does not support plugin reloading. This includes, but is not limited to: The /reload command which reloads all plugins on the server Plugin reloading plugins, such as PlugMan Any form of plugin enabling/disabling process for plugins which register commands via the CommandAPI In general, using the /reload command is not advised . Here's some useful resources from various Bukkit/Spigot/Paper developers: Maddy Miller (WorldEdit creator): Why you should never /reload on Spigot, Bukkit, and Paper Bukkit Forums: Is /reload that bad Petition to remove the /reload command Spigot Forums: What's with the /reload command? Let's kill /reload, or make it better. The CommandAPI is not like normal Bukkit/Spigot/Paper plugins . It directly accesses all of the nitty-gritty Vanilla Minecraft code to convert and expose Minecraft's internal command framework into a Bukkit-API friendly interface for you to use. As the CommandAPI hooks directly into Vanilla Minecraft code, and /reload is a Bukkit feature, using /reload can cause Vanilla Minecraft's internal system to become unstable. If you are having issues with /reload, seriously reconsider shutting your server down correctly and restarting it, instead of running /reload. Despite this, there is one way to get reloading to work using the onDisable() method in your plugin. If you register a command in your onLoad() or onEnable() method, by unregistering the command in your onDisable() method, this allows the CommandAPI to properly register the command again when the server reloads. Developer's Note: Despite the fact that you can do this, I cannot stress enough that this is not recommended , due to the fact that functions/tags in datapacks do not work with /reload, even if you unregister the command .","breadcrumbs":"Plugin reloading » Plugin reloading","id":"461","title":"Plugin reloading"},"462":{"body":"In this example, we add support for reloading the server via /reload by unregistering the command in the onDisable() method. Note that force-unregistering is not required for this: public class MyPlugin extends JavaPlugin { @Override public void onEnable() { new CommandAPICommand(\"ping\") .executes((sender, args) -> { sender.sendMessage(\"Pong!\"); }) .register(); } @Override public void onDisable() { CommandAPI.unregister(\"ping\"); } }","breadcrumbs":"Plugin reloading » Example - Allowing a command to work with /reload","id":"462","title":"Example - Allowing a command to work with /reload"},"463":{"body":"The CommandAPI does a lot of stuff \"behind the scenes\". This internal CommandAPI section will go into detail about what the CommandAPI does, how it's implemented and why it has been implemented like that.","breadcrumbs":"Internal CommandAPI » Internal CommandAPI","id":"463","title":"Internal CommandAPI"},"464":{"body":"The CommandAPI's arguments are representations of the different arguments that the Minecraft Command Data protocol handles. These are outlined in the table below: Identifier CommandAPI argument brigadier:bool BooleanArgument brigadier:double DoubleArgument brigadier:float FloatArgument brigadier:integer IntegerArgument brigadier:long LongArgument brigadier:string StringArgument TextArgument GreedyStringArgument CustomArgument<T> minecraft:angle AngleArgument minecraft:block_pos LocationArgument (LocationType.BLOCK_POSITION) minecraft:block_predicate BlockPredicateArgument minecraft:block_state BlockStateArgument minecraft:color ChatColorArgument minecraft:column_pos Location2DArgument (LocationType.BLOCK_POSITION) minecraft:component ChatComponentArgument minecraft:dimension WorldArgument minecraft:entity EntitySelectorArgument minecraft:entity_anchor minecraft:entity_summon EntityTypeArgument minecraft:float_range FloatRangeArgument minecraft:function FunctionArgument minecraft:game_profile PlayerArgument minecraft:game_profile OfflinePlayerArgument minecraft:int_range IntegerRangeArgument minecraft:item_enchantment EnchantmentArgument minecraft:item_predicate ItemStackPredicateArgument minecraft:item_slot minecraft:item_stack ItemStackArgument minecraft:message ChatArgument minecraft:mob_effect PotionEffectArgument minecraft:nbt minecraft:nbt_compound_tag NBTCompoundArgument minecraft:nbt_path minecraft:nbt_tag minecraft:objective ObjectiveArgument minecraft:objective_criteria ObjectiveCriteriaArgument minecraft:operation MathOperationArgument minecraft:particle ParticleArgument minecraft:resource_location AdvancementArgument BiomeArgument CustomArgument<T> LootTableArgument NamespacedKeyArgument RecipeArgument SoundArgument minecraft:rotation RotationArgument minecraft:score_holder ScoreHolderArgument minecraft:scoreboard_slot ScoreboardSlotArgument minecraft:swizzle AxisArgument minecraft:team TeamArgument minecraft:time TimeArgument minecraft:uuid UUIDArgument minecraft:vec2 Location2DArgument (LocationType.PRECISE_POSITION) minecraft:vec3 LocationArgument (LocationType.PRECISE_POSITION) There are a few arguments that aren't implemented. Here's why: minecraft:entity_anchor - This argument only has two values: eyes and feet. It's incredibly unnecessary for any other purpose and is easier to implement with a MultiLiteralArgument. minecraft:item_slot - Bukkit's implementation of item slot numbers differs very wildly to Minecraft's implementation of item slot numbers. This difference makes it near-impossible to have a suitable middle-ground for item slot numbers that ensures that invalid numbers cannot be passed to the wrong inventory type. An implementation of this would require a rewrite of the current system to maintain proper inventory slot access safety. minecraft:nbt, minecraft:nbt_path, minecraft:nbt_tag - You've got the NBTCompoundArgument, that's good enough, right? ¯\\_(ツ)_/¯","breadcrumbs":"Internal CommandAPI » Argument identifiers","id":"464","title":"Argument identifiers"},"465":{"body":"During the initialization of Minecraft 1.16+ servers, the CommandAPI uses a custom datapack reloading sequence as opposed to the normal Vanilla Minecraft datapack reloading method. The CommandAPI's method uses the server's current command dispatcher object as opposed to a new one, which allows datapacks to use commands registered by the CommandAPI. This can be invoked using the following method: CommandAPI.reloadDatapacks();","breadcrumbs":"Internal CommandAPI » Reloading datapacks","id":"465","title":"Reloading datapacks"},"466":{"body":"The CommandAPI doesn't store the CommandAPICommand objects during the main running of the server because it simply doesn't need to. Instead, it stores a list of RegisteredCommand objects which are defined as the following, which should be fairly self-explanatory: public record RegisteredCommand { String commandName(); List<String> argsAsStr(); Optional<String> shortDescription(); Optional<String> fullDescription(); Optional<String[]> usageDescription(); String[] aliases(); CommandPermission permission();\n} The argsAsStr() method returns a list of arguments in a string format, of the form argName:SimpleClassName, where argName is the name of the argument (the argument's node name) and SimpleClassName is the name of the argument class that was used to construct it (such as IntegerArgument). A List<RegisteredCommand> can be acquired using the following method: CommandAPI.getRegisteredCommands(); Note that this list does not update when commands are unregistered , only when commands are registered.","breadcrumbs":"Internal CommandAPI » Getting a list of registered commands","id":"466","title":"Getting a list of registered commands"},"467":{"body":"So far, we've been using only the CommandAPI to register commands. As a result, this makes the CommandAPI's features limited by whatever the CommandAPI has implemented. To push past these limits, the CommandAPI includes some extra methods to help with invoking brigadier methods. Of course, to use these methods, brigadier is required. The brigadier dependency's installation instructions can be found here . Developer's Note: For those that are unaware, brigadier is Mojang's command parser and dispatching framework. This is what the CommandAPI wraps around and is the main underlying source of its functionality. The CommandAPI has been designed in such a way that you shouldn't have to access NMS in order to make use of the more \"advanced\" arguments and features - if you find that NMS is required to do something, please make a new issue !","breadcrumbs":"Brigadier + CommandAPI » Brigadier + CommandAPI","id":"467","title":"Brigadier + CommandAPI"},"468":{"body":"The CommandAPI offers the following methods in the dev.jorel.commandapi.Brigadier class: public static CommandDispatcher getCommandDispatcher();\npublic static RootCommandNode getRootNode();\npublic static LiteralArgumentBuilder fromLiteralArgument(LiteralArgument literalArgument);\npublic static RedirectModifier fromPredicate(BiPredicate<CommandSender, Object[]> predicate, List<Argument> args);\npublic static Command fromCommand(CommandAPICommand command);\npublic static RequiredArgumentBuilder fromArgument(List<Argument> args, Argument<?> argument);\npublic static RequiredArgumentBuilder fromArgument(Argument argument);\npublic static SuggestionProvider toSuggestions(Argument<?> argument, List<Argument> args);\npublic static Object[] parseArguments(CommandContext cmdCtx, List<Argument> args);\npublic static Object getBrigadierSourceFromCommandSender(CommandSender sender);\npublic static CommandSender getBukkitCommandSenderFromContext(CommandContext cmdCtx); Briefly, here's what each of these functions do (you can view the JavaDocs for more information): Method Description getCommandDispatcher Returns the Minecraft command dispatcher graph getRootNode Returns the root node of the command dispatcher.This is equivalent to usinggetCommandDispatcher().getRoot(); fromLiteralArgument Creates a LiteralArgumentBuilder from a LiteralArgument fromPredicate Converts a predicate and some arguments into a RedirectModifier. This can be used for the fork method in brigadier's ArgumentBuilder fromCommand Converts a CommandAPICommand into a brigadier Command object fromArgument Converts an argument, or a list of arguments, into a RequiredArgumentBuilder toSuggestions Converts an argument's suggestions into brigadier's SuggestionProvider, with a list of previously declared arguments parseArguments Parses a list of CommandAPI arguments into their respective objects for a provided CommandContext getBrigadierSourceFromCommandSender Converts a Bukkit CommandSender into the NMS command sender source object getBukkitCommandSenderFromContext Converts a Brigadier CommandContext into a Bukkit CommandSender","breadcrumbs":"Brigadier + CommandAPI » Brigadier support functions","id":"468","title":"Brigadier support functions"},"469":{"body":"I hope these examples help understand how the CommandAPI can help with registering more \"powerful\" commands with the use of brigadier as well! Please bear with with it - these examples can be long, but I'm certain that they've been explained well and will be useful!","breadcrumbs":"Brigadier + CommandAPI » Examples","id":"469","title":"Examples"},"47":{"body":"The CommandAPI is written and compiled using Java 16, and is only compatible with Minecraft servers that are compatible with Java 16 or higher. Attempting to use the CommandAPI on an old version of Minecraft (1.13 to 1.16.5) will throw an error (containing \"org.bukkit.plugin.InvalidPluginException\"): [11:14:40 ERROR]: Could not load 'plugins\\CommandAPI-8.7.3.jar' in folder 'plugins'\norg.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_42]\nCaused by: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_42] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_42] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_42] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_42] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_42] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_42] at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_42] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657] ... 6 more This can be mitigated by running a Paper Minecraft server with the following command flag during startup: -DPaper.IgnoreJavaVersion=true","breadcrumbs":"Installation for server owners » Running the CommandAPI on old versions of Minecraft","id":"47","title":"Running the CommandAPI on old versions of Minecraft"},"470":{"body":"Say we wanted to add a predicate to the /execute command. In this example, we'll create a predicate which handles random chances. To illustrate this, we want to be able to run commands such as: /execute if randomchance 1 4 run say Hello! In this scenario, if we ran this command, we would expect \"Hello!\" to appear in the chat with a \\(\\frac{1}{4}\\) chance. In particular, this is what we're trying to achieve: We want to create a predicate (true/false value) for the following syntax: randomchance <numerator> <denominator> We also want this predicate to come after execute if: \\begin{gather} \\texttt{execute}\\\\ \\downarrow\\\\ \\texttt{if}\\\\ \\downarrow\\\\ \\texttt{randomchance <numerator}\\texttt{> <denominator}\\texttt{>} \\end{gather} After entering our predicate, we want to route back to execute (because the argument after execute is run, which is used in our example command above): \\begin{gather} \\texttt{execute}\\\\ \\downarrow\\\\ \\texttt{if}\\\\ \\downarrow\\\\ \\texttt{randomchance <numerator}\\texttt{> <denominator}\\texttt{>}\\\\ \\downarrow\\\\ \\texttt{execute} \\end{gather} Writing the code Now that we've established what we want, we can finally begin writing the code! First we want to create a literal randomchance. It's a literal because literal values don't change (similar to say run or if from the /execute command). To create a literal, we'll use the fromLiteralArgument method described above, and then build it using the .build() method: // Register literal \"randomchance\"\nLiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument(\"randomchance\")).build(); // Register literal \"randomchance\"\nval randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument(\"randomchance\")).build() With that completed, we can now create our \"argument\" to this predicate. To do this, we'll use the regular declaration of arguments that we would normally use for commands. In this example, because we're computing \\(\\frac{numerator}{denominator}\\), we want our numerator to be 0 or greater and our denominator to be 1 or greater (we don't want any negative numbers or division by zero!): // Declare arguments like normal\nArgument<Integer> numeratorArgument = new IntegerArgument(\"numerator\", 0);\nArgument<Integer> denominatorArgument = new IntegerArgument(\"denominator\", 1); List<Argument> arguments = new ArrayList<>();\narguments.add(numeratorArgument);\narguments.add(denominatorArgument); // Declare arguments like normal\nval numeratorArgument = IntegerArgument(\"numerator\", 0)\nval denominatorArgument = IntegerArgument(\"denominator\", 1) val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument) Now we're going to get into the very nitty-gritty part - the predicate declaration. First, we'll create some variables numerator and denominator to represent the brigadier instances of these arguments. This can be handled by using the Brigadier.argBuildOf function: ArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);\nArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) val numerator = Brigadier.fromArgument(numeratorArgument)\nval denominator = Brigadier.fromArgument(denominatorArgument) Now we'll define our predicate. Since this is sort of a \"meta-command\" (it directly affects the outcome of the run command), we need to use the ArgumentBuilder's fork method. Remember that after we run this predicate, we want to link back to execute again, so our first argument is the CommandNode for execute, which we can get using Brigadier.getRootNode().getChild(\"execute\"). Then, we can simply use Brigadier.fromPredicate to finish our declaration: ArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate((sender, args) -> { // Parse arguments like normal int num = (int) args[0]; int denom = (int) args[1]; // Return boolean with a num/denom chance return Math.ceil(Math.random() * denom) <= num; }, arguments)); val denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate( { _: CommandSender, args -> // Parse arguments like normal val num = (args[0] as Int).toDouble() val denom = (args[1] as Int).toDouble() // Return boolean with a num/denom chance Math.ceil(Math.random() * denom) <= num }, arguments)) Finally, we can now link everything up. We know that numerator comes first, then denominator, so we have to have numerator.then(denominator). We also know that these arguments are the children of the randomChance literal, so we use the following code to state all of this: // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()); // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()) Finally, we \"register\" the command. In this case, we're actually just adding the randomChance node under \\(\\texttt{execute}\\rightarrow\\texttt{if}\\), which we can add using the following code: // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance); // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance) Code summary So, hopefully that wasn't too confusing! If you're still lost, here's the whole code that we wrote: // Register literal \"randomchance\"\nLiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument(\"randomchance\")).build(); // Declare arguments like normal\nArgument<Integer> numeratorArgument = new IntegerArgument(\"numerator\", 0);\nArgument<Integer> denominatorArgument = new IntegerArgument(\"denominator\", 1); List<Argument> arguments = new ArrayList<>();\narguments.add(numeratorArgument);\narguments.add(denominatorArgument); // Get brigadier argument objects\nArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);\nArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate((sender, args) -> { // Parse arguments like normal int num = (int) args[0]; int denom = (int) args[1]; // Return boolean with a num/denom chance return Math.ceil(Math.random() * denom) <= num; }, arguments)); // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()); // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance); // Register literal \"randomchance\"\nval randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument(\"randomchance\")).build() // Declare arguments like normal\nval numeratorArgument = IntegerArgument(\"numerator\", 0)\nval denominatorArgument = IntegerArgument(\"denominator\", 1) val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument) // Get brigadier argument objects\nval numerator = Brigadier.fromArgument(numeratorArgument)\nval denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate( { _: CommandSender, args -> // Parse arguments like normal val num = (args[0] as Int).toDouble() val denom = (args[1] as Int).toDouble() // Return boolean with a num/denom chance Math.ceil(Math.random() * denom) <= num }, arguments)) // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()) // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance)","breadcrumbs":"Brigadier + CommandAPI » Example - Adding a predicate to the 'execute' command","id":"470","title":"Example - Adding a predicate to the 'execute' command"},"471":{"body":"As described in The ArgumentSuggestions interface , the ArgumentSuggestions interface has the following default method: @FunctionalInterface\npublic interface ArgumentSuggestions<CommandSender> { /** * Create a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object. * @param info The suggestions info * @param builder The Brigadier {@link SuggestionsBuilder} object * @return a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object. * * @throws CommandSyntaxException if there is an error making suggestions */ CompletableFuture<Suggestions> suggest(SuggestionInfo<CommandSender> info, SuggestionsBuilder builder) throws CommandSyntaxException; } This allows you to use Brigadier's SuggestionsBuilder and Suggestions classes to create more powerful suggestions beyond the basic capabilities of the CommandAPI. In order to use this, you will need the Brigadier dependency, which you can find under the Brigadier installation instructions .","breadcrumbs":"Brigadier Suggestions » Brigadier Suggestions","id":"471","title":"Brigadier Suggestions"},"472":{"body":"Say we want to let users broadcast a message, but also allow them to enter emojis into the message they're typing: A gif showcasing a command where emojis are suggested when typing a message For this command, we'll use a GreedyStringArgument as if we were making a generic broadcasted message. We create a map of emojis to their descriptions to use as tooltips and then we use Brigadier to display the suggestions at the end of the message where the cursor is. Map<String, String> emojis = new HashMap<>();\nemojis.put(\"☻\", \"smile\");\nemojis.put(\"❤\", \"heart\");\nemojis.put(\"🔥\", \"fire\");\nemojis.put(\"★\", \"star\");\nemojis.put(\"☠\", \"death\");\nemojis.put(\"⚠\", \"warning\");\nemojis.put(\"☀\", \"sun\");\nemojis.put(\"☺\", \"smile\");\nemojis.put(\"☹\", \"frown\");\nemojis.put(\"✉\", \"mail\");\nemojis.put(\"☂\", \"umbrella\");\nemojis.put(\"✘\", \"cross\");\nemojis.put(\"♪\", \"music note (eighth)\");\nemojis.put(\"♬\", \"music note (beamed sixteenth)\");\nemojis.put(\"♩\", \"music note (quarter)\");\nemojis.put(\"♫\", \"music note (beamed eighth)\");\nemojis.put(\"☄\", \"comet\");\nemojis.put(\"✦\", \"star\");\nemojis.put(\"🗡\", \"sword\");\nemojis.put(\"🪓\", \"axe\");\nemojis.put(\"🔱\", \"trident\");\nemojis.put(\"🎣\", \"fishing rod\");\nemojis.put(\"🏹\", \"bow\");\nemojis.put(\"⛏\", \"pickaxe\");\nemojis.put(\"🍖\", \"food\"); Argument<String> messageArgument = new GreedyStringArgument(\"message\") .replaceSuggestions((info, builder) -> { // Only display suggestions at the very end character builder = builder.createOffset(builder.getStart() + info.currentArg().length()); // Suggest all the emojis! for (Entry<String, String> str : emojis.entrySet()) { builder.suggest(str.getKey(), new LiteralMessage(str.getValue())); } return builder.buildFuture(); }); new CommandAPICommand(\"emoji\") .withArguments(messageArgument) .executes((sender, args) -> { Bukkit.broadcastMessage((String) args.get(\"message\")); }) .register(); val emojis = mapOf( \"☻\" to \"smile\", \"❤\" to \"heart\", \"🔥\" to \"fire\", \"★\" to \"star\", \"☠\" to \"death\", \"⚠\" to \"warning\", \"☀\" to \"sun\", \"☺\" to \"smile\", \"☹\" to \"frown\", \"✉\" to \"mail\", \"☂\" to \"umbrella\", \"✘\" to \"cross\", \"♪\" to \"music note (eighth)\", \"♬\" to \"music note (beamed sixteenth)\", \"♩\" to \"music note (quarter)\", \"♫\" to \"music note (beamed eighth)\", \"☄\" to \"comet\", \"✦\" to \"star\", \"🗡\" to \"sword\", \"🪓\" to \"axe\", \"🔱\" to \"trident\", \"🎣\" to \"fishing rod\", \"🏹\" to \"bow\", \"⛏\" to \"pickaxe\", \"🍖\" to \"food\"\n) val messageArgument = GreedyStringArgument(\"message\") .replaceSuggestions { info, builder -> // Only display suggestions at the very end character val newBuilder = builder.createOffset(builder.start + info.currentArg().length) // Suggest all the emojis! emojis.forEach { (emoji, description) -> newBuilder.suggest(emoji, LiteralMessage(description)) } newBuilder.buildFuture() } CommandAPICommand(\"emoji\") .withArguments(messageArgument) .executes(CommandExecutor { _, args -> Bukkit.broadcastMessage(args[\"message\"] as String) }) .register() In this example, we simply create the GreedyStringArgument and use replaceSuggestions() to specify our suggestion rules. We create an offset using the current builder to make suggestions start at the last character (the current builder start builder.getStart() and the current length of what the user has already typed info.currentArg().length()). Finally, we build the suggestions with builder.buildFuture() and then register our command as normal.","breadcrumbs":"Brigadier Suggestions » Example - Making an emoji broadcasting message","id":"472","title":"Example - Making an emoji broadcasting message"},"473":{"body":"Developer's Note: This example has been superseded by the Command argument . This example is still present as it gives an example of much more complicated brigadier suggestions which may be useful for readers! Courtesy of 469512345 , the following example shows how using Brigadier's suggestions and parser can be combined with the CommandAPI to create an argument which suggests valid Minecraft commands. This could be used for example as a sudo command, to run a command as another player. A gif showcasing a command suggestion for the /give command For this command, we'll use a GreedyStringArgument because that allows users to enter any combination of characters (which therefore, allows users to enter any command). First, we start by defining the suggestions that we'll use for the GreedyStringArgument. We'll use the ArgumentSuggestions functional interface described above: ArgumentSuggestions<CommandSender> commandSuggestions = (info, builder) -> { // The current argument, which is a full command String arg = info.currentArg(); // Identify the position of the current argument int start; if (arg.contains(\" \")) { // Current argument contains spaces - it starts after the last space and after the start of this argument. start = builder.getStart() + arg.lastIndexOf(' ') + 1; } else { // Input starts at the start of this argument start = builder.getStart(); } // Parse command using brigadier ParseResults<?> parseResults = Brigadier.getCommandDispatcher() .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender())); // Intercept any parsing errors indicating an invalid command if(!parseResults.getExceptions().isEmpty()) { CommandSyntaxException exception = parseResults.getExceptions().values().iterator().next(); // Raise the error, with the cursor offset to line up with the argument throw new CommandSyntaxException(exception.getType(), exception.getRawMessage(), exception.getInput(), exception.getCursor() + start); } return Brigadier .getCommandDispatcher() .getCompletionSuggestions(parseResults) .thenApply(suggestionsObject -> { // Brigadier's suggestions Suggestions suggestions = (Suggestions) suggestionsObject; return new Suggestions( // Offset the index range of the suggestions by the start of the current argument new StringRange(start, start + suggestions.getRange().getLength()), // Copy the suggestions suggestions.getList() ); });\n}; val commandSuggestions: ArgumentSuggestions<CommandSender> = ArgumentSuggestions { info, builder -> // The current argument, which is a full command val arg: String = info.currentArg() // Identify the position of the current argument var start = if (arg.contains(\" \")) { // Current argument contains spaces - it starts after the last space and after the start of this argument. builder.start + arg.lastIndexOf(' ') + 1 } else { // Input starts at the start of this argument builder.start } // Parse command using brigadier val parseResults: ParseResults<*> = Brigadier.getCommandDispatcher() .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender)) // Intercept any parsing errors indicating an invalid command for ((_, exception) in parseResults.exceptions) { // Raise the error, with the cursor offset to line up with the argument throw CommandSyntaxException(exception.type, exception.rawMessage, exception.input, exception.cursor + start) } val completableFutureSuggestions: CompletableFuture<Suggestions> = Brigadier.getCommandDispatcher().getCompletionSuggestions(parseResults) as CompletableFuture<Suggestions> completableFutureSuggestions.thenApply { suggestions: Suggestions -> Suggestions( // Offset the index range of the suggestions by the start of the current argument StringRange(start, start + suggestions.range.length), // Copy the suggestions suggestions.list ) }\n} There's a lot to unpack there, but it's generally split up into 4 key sections: Finding the start of the argument . We find the start of the argument so we know where the beginning of our command suggestion is. This is done easily using builder.getStart(), but we also have to take into account any spaces if our command argument contains spaces. Parsing the command argument . We make use of Brigadier's parse() method to parse the argument and generate some ParseResults. Reporting parsing errors . This is actually an optional step, but in general it's good practice to handle exceptions stored in ParseResults. While Brigadier doesn't actually handle suggestion exceptions , this has been included in this example to showcase exception handling. Generating suggestions from parse results . We use our parse results with Brigadier's getCompletionSuggestions() method to generate some suggestions based on the parse results and the suggestion string range. Now that we've declared our arguments suggestions, we can then create our simple command with the following syntax: /commandargument <command> We use the command suggestions declared above by using the replaceSuggestions method in our GreedyStringArgument, and write a simple executor which runs the command that the user provided: new CommandAPICommand(\"commandargument\") .withArguments(new GreedyStringArgument(\"command\").replaceSuggestions(commandSuggestions)) .executes((sender, args) -> { // Run the command using Bukkit.dispatchCommand() Bukkit.dispatchCommand(sender, (String) args.get(\"command\")); }).register(); CommandAPICommand(\"commandargument\") .withArguments(GreedyStringArgument(\"command\").replaceSuggestions(commandSuggestions)) .executes(CommandExecutor { sender, args -> // Run the command using Bukkit.dispatchCommand() Bukkit.dispatchCommand(sender, args[\"command\"] as String) }) .register()","breadcrumbs":"Brigadier Suggestions » Example - Using a Minecraft command as an argument","id":"473","title":"Example - Using a Minecraft command as an argument"},"474":{"body":"In our example for creating a party system , we ended up having lots of code repetition. In our party creation command, we had the following code: List<Argument<?>> arguments = new ArrayList<>(); // The \"create\" literal, with a requirement that a player must have a party\narguments.add(new LiteralArgument(\"create\") .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new StringArgument(\"partyName\")); var arguments = mutableListOf<Argument<*>>() // The \"create\" literal, with a requirement that a player must have a party\narguments.add(LiteralArgument(\"create\") .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }\n) arguments.add(StringArgument(\"partyName\")) And for our party teleportation command, we had the following code: arguments = new ArrayList<>();\narguments.add(new LiteralArgument(\"tp\") .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments = mutableListOf<Argument<*>>()\narguments.add(LiteralArgument(\"tp\") .withRequirement { partyMembers.containsKey((it as Player).uniqueId) }) We can simplify this code by declaring the predicate: Predicate<CommandSender> testIfPlayerHasParty = sender -> { return partyMembers.containsKey(((Player) sender).getUniqueId());\n}; val testIfPlayerHasParty = Predicate { sender: CommandSender -> partyMembers.containsKey((sender as Player).uniqueId)\n} Now, we can use the predicate testIfPlayerHasParty in our code for creating a party. Since we want to apply the \"not\" (!) operator to this predicate, we can use .negate() to invert the result of our predicate: List<Argument<?>> args = new ArrayList<>();\nargs.add(new LiteralArgument(\"create\").withRequirement(testIfPlayerHasParty.negate()));\nargs.add(new StringArgument(\"partyName\")); var args = listOf<Argument<*>>( LiteralArgument(\"create\").withRequirement(testIfPlayerHasParty.negate()), StringArgument(\"partyName\")\n) And we can use it again for our code for teleporting to party members: args = new ArrayList<>();\nargs.add(new LiteralArgument(\"tp\").withRequirement(testIfPlayerHasParty)); args = listOf<Argument<*>>(LiteralArgument(\"tp\").withRequirement(testIfPlayerHasParty))","breadcrumbs":"Predicate tips » Predicate tips","id":"474","title":"Predicate tips"},"475":{"body":"Dev note: Coming soon! In this section, I'll outline how to get started with building and contributing to the CommandAPI.","breadcrumbs":"Introduction » Introduction","id":"475","title":"Introduction"},"476":{"body":"The CommandAPI is a relatively large project (especially from the standpoint of one guy, because the CommandAPI was written by just one guy in their spare time!) and trying to figure out what everything does is a nightmare without some guidance. I've always felt that other community project structures aren't well documented and contributing to them can be daunting. Here's the CommandAPI's project structure for you!","breadcrumbs":"Project Structure » Project Structure","id":"476","title":"Project Structure"},"477":{"body":"This is where all of the code is for the CommandAPI. The CommandAPI is a Maven project with multiple modules which each serve a different purpose: commandapi-preprocessor - The CommandAPI uses a bit of reflection to perform things which could not normally be done (for example, allowing custom commands in datapacks). Reflection is inherently unsafe and can lead to runtime errors if specific fields or methods are not present. The CommandAPI preprocessor project is a source annotation processor that checks all declared reflection calls and looks up at compile-time whether those calls are possible - if not, it prevents the CommandAPI from building. In short, it's a compile-time reflection checker. commandapi-x.x.x - The CommandAPI needs to access various NMS methods in order to operate. These are implemented for the specific version given by x.x.x. For example, to support Minecraft 1.16.5, the project is commandapi-1.16.5. The NMS class implementation is done in these version-specific files. commandapi-core - The main brains of the CommandAPI. This includes both the code that makes the CommandAPI run, as well as the API which developers can use. commandapi-vh - The CommandAPI version handler. This is a super tiny project which simply links up all of the NMS version-specific files into the CommandAPI. This is only used for the actual running of the CommandAPI (e.g. the CommandAPI plugin or shading the CommandAPI). This ensures proper compile-time safety of NMS implementations. commandapi-plugin - It's the CommandAPI plugin! This is the project which is used for releases to both GitHub and Spigot. It's the CommandAPI all in one neat package, with a few extra features such as config-based command conversion for server owners (or other non-developers) commandapi-shade - It's the CommandAPI, but in shade-able format. It has none of the features of the CommandAPI plugin variant and can be shaded into your own plugins. Effectively, it's commandapi-core + commandapi-vh with all of the commandapi-x.x.x NMS implementations included. commandapi-annotations - The CommandAPI annotations project is a small compile-time annotation processer that writes CommandAPI code for you. Using a compile-time annotation processor makes the server run so much faster than using a runtime-annotation processor, because annotation processing requires reflection to inspect class metadata.","breadcrumbs":"Project Structure » CommandAPI submodule folders","id":"477","title":"CommandAPI submodule folders"},"478":{"body":"This is where all of the lovely documentation, JavaDocs and the CommandAPI homepage is stored. Everything in this folder is automatically hosted on GitHub using GitHub Pages - this is the live stuff. Key things in this folder: javadocs - It's the JavaDocs! This is built using Doxygen with the configuration in the root of this project (See the Doxyfile). I also serve a custom version of Mojang's Brigadier library which was written by I-Al-Istannen because this person spent a lot of time and effort producing JavaDocs for Brigadier when Mojang didn't bother. This person deserves a lot of respect - their work is amazing! index.html - It's the CommandAPI's homepage! It's not anything especially amazing - it's a very very simple static webpage with links - that's all that it needs to be. Every update, this file needs to be edited manually to update all of the links.","breadcrumbs":"Project Structure » docs folder","id":"478","title":"docs folder"},"479":{"body":"This is the brains behind the documentation. It's a collection of Markdown files which form the CommandAPI documentation and is built using mdBook . For the CommandAPI in particular, it is actually built using my own custom fork of mdBook ( here, in the fa5 branch ) which incorporates this pull request which adds support for FontAwesome 5.","breadcrumbs":"Project Structure » docssrc folder","id":"479","title":"docssrc folder"},"48":{"body":"For example, to use the CommandAPI with Java 17 and Minecraft 1.13.2: Download a Paper server from the Paper downloads page for Minecraft 1.13.2 Run the following command in a terminal to start your Minecraft server: java -DPaper.IgnoreJavaVersion=true -jar paper-1.13.2-657.jar Performing this will successfully load the CommandAPI, although various errors will appear in the console during startup. These errors (that start with \"Fatal error trying to convert CommandAPI\") can be ignored: [11:17:49 ERROR]: Fatal error trying to convert CommandAPI v8.7.3:dev/jorel/commandapi/CommandAPIMain.class\njava.lang.IllegalArgumentException: Unsupported class file major version 60 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:195) ~[patched_1.13.2.jar:git-Paper-657] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:176) ~[patched_1.13.2.jar:git-Paper-657] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:162) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:170) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:238) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:113) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] at java.lang.Class.forName0(Native Method) ~[?:?] at java.lang.Class.forName(Class.java:467) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.Thread.run(Thread.java:833) [?:?]","breadcrumbs":"Installation for server owners » Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2","id":"48","title":"Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2"},"480":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide","id":"480","title":"Upgrading guide"},"481":{"body":"The BukkitTooltip.generateAdvenureComponents methods have now been deprecated in favour of the correctly named BukkitTooltip.generateAdventureComponents methods: BukkitTooltip.generateAdvenureComponents() $$\\downarrow$$ BukkitTooltip.generateAdventureComponents()","breadcrumbs":"Upgrading guide » From 9.2.0 to 9.3.0","id":"481","title":"From 9.2.0 to 9.3.0"},"482":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.3 to 9.1.0","id":"482","title":"From 9.0.3 to 9.1.0"},"483":{"body":"All MultiLiteralArgument constructors have been deprecated in 9.1.0! Instead the new MultiLiteralArgument constructor should be used: withArguments(new MultiLiteralArgument(\"gamemodes\", List.of(\"survival\", \"creative\", \"adventure\", \"spectator\"))) $$\\downarrow$$ withArguments(new MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\"))","breadcrumbs":"Upgrading guide » MultiLiteralArgument changes","id":"483","title":"MultiLiteralArgument changes"},"484":{"body":"For 9.1.0 all deprecated methods are no longer deprecated. To learn about all the methods now available, refer to the CommandArguments page.","breadcrumbs":"Upgrading guide » CommandArguments changes","id":"484","title":"CommandArguments changes"},"485":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.1 to 9.0.2","id":"485","title":"From 9.0.1 to 9.0.2"},"486":{"body":"In previous versions, the ability has been introduced to access arguments by their node names. However, while this was possible for every other argument, it wasn't possible for MultiLiteralArguments. This was now changed because the values from the MultiLiteralArgument are included in the CommandArguments of a command. Therefore, the current constructor has been deprecated and the new one should be used: withArguments(new MultiLiteralArgument(\"survival\", \"creative\", \"adventure\", \"spectator\")) $$\\downarrow$$ withArguments(new MultiLiteralArgument(\"gamemodes\", List.of(\"survival\", \"creative\", \"adventure\", \"spectator\"))) Because it is possible to list LiteralArguments in the CommandArguments of a command, there was also an additional constructor add to the LiteralArgument class. The other one is not deprecated. Now, the LiteralArgument class contains two possible constructors: public LiteralArgument(String literal) // Recommended if the literal is not listed\npublic LiteralArgument(String nodeName, String literal)","breadcrumbs":"Upgrading guide » MultiLiteralArgument and LiteralArgument changes","id":"486","title":"MultiLiteralArgument and LiteralArgument changes"},"487":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.0 to 9.0.1","id":"487","title":"From 9.0.0 to 9.0.1"},"488":{"body":"For 9.0.1, the CustomArgumentException constructors have been deprecated and should no longer be used. Instead, use the CustomArgumentException static factory methods: throw new CustomArgumentException(new MessageBuilder(...));\nthrow new CustomArgumentException(\"Error message\"); $$\\downarrow$$ throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(...));\nthrow CustomArgumentException.fromString(\"Error message\");","breadcrumbs":"Upgrading guide » CustomArgumentException changes","id":"488","title":"CustomArgumentException changes"},"489":{"body":"For 9.0.1 the various CommandArguments#getOrDefault() and CommandArguments#getOrDefaultUnchecked() have been deprecated and should no longer be used. Instead, use the CommandArguments#getOptional() and CommandArguments#getOptionalUnchecked() methods: new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = (String) args.getOrDefault(\"string\", \"Default Value\"); }) .register(); new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = args.getOrDefaultUnchecked(\"string\", \"Default Value\"); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = (String) args.getOptional(\"string\").orElse(\"Default Value\"); }) .register(); new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = args.getOptionalUnchecked(\"string\").orElse(\"Default Value\"); }) .register();","breadcrumbs":"Upgrading guide » CommandArguments changes","id":"489","title":"CommandArguments changes"},"49":{"body":"The CommandAPI has a few configuration options to change how it functions. These options can be set in the plugins/CommandAPI/config.yml file, which is generated automatically when the CommandAPI runs for the first time.","breadcrumbs":"Configuration for server owners » Configuration for server owners","id":"49","title":"Configuration for server owners"},"490":{"body":"CommandAPI 9.0.0 is arguably the biggest change in the CommandAPI's project structure and usage. This update was designed to allow the CommandAPI to be generalized for other platforms (e.g. Velocity, Fabric, Sponge), and as a result this update is incompatible with previous versions of the CommandAPI . All deprecated methods from 8.8.x have been removed in this update. Please ensure that you use the relevant replacement methods (these are described in the JavaDocs for the various deprecated methods) before upgrading to 9.0.0.","breadcrumbs":"Upgrading guide » From 8.8.x to 9.0.0","id":"490","title":"From 8.8.x to 9.0.0"},"491":{"body":"For Bukkit/Spigot/Paper plugins, the commandapi-core and commandapi-shade modules should no longer be used. Instead, use the new commandapi-bukkit-core and commandapi-bukkit-shade modules: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-core</artifactId> <version>9.0.0</version> <scope>provided</scope> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-shade</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { compileOnly \"dev.jorel:commandapi-core:9.0.0\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-core:9.0.0\")\n} dependencies { implementation \"dev.jorel:commandapi-shade:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-shade:9.0.0\")\n} $$\\downarrow$$ <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-core</artifactId> <version>9.0.0</version> <scope>provided</scope> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { compileOnly \"dev.jorel:commandapi-bukkit-core:9.0.0\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-bukkit-core:9.0.0\")\n} dependencies { implementation \"dev.jorel:commandapi-bukkit-shade:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade:9.0.0\")\n} Additionally, when using the Kotlin DSL for Bukkit, instead of using commandapi-kotlin, use commandapi-bukkit-kotlin: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-kotlin</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { implementation \"dev.jorel:commandapi-kotlin:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-kotlin:9.0.0\")\n} $$\\downarrow$$ <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-kotlin</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { implementation \"dev.jorel:commandapi-bukkit-kotlin:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-kotlin:9.0.0\")\n}","breadcrumbs":"Upgrading guide » Project dependencies","id":"491","title":"Project dependencies"},"492":{"body":"The CommandAPI.onLoad() method has changed in this update. Instead of using the CommandAPIConfig object, use the CommandAPIBukkitConfig and pass in the current plugin reference (this). and CommandAPI.onEnable() method has also changed, and now no longer requires the plugin reference (this), as it is now included in CommandAPI.onLoad() instead.: public void onLoad() { CommandAPI.onLoad(new CommandAPIConfig());\n} public void onEnable() { CommandAPI.onEnable(this);\n} $$\\downarrow$$ public void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this));\n} public void onEnable() { CommandAPI.onEnable();\n}","breadcrumbs":"Upgrading guide » Loading and enabling the CommandAPI when shading","id":"492","title":"Loading and enabling the CommandAPI when shading"},"493":{"body":"Arguments for commands are no longer an Object[] and have now been replaced with a more powerful CommandArguments object. This object now lets you access arguments in a number of ways: Using the args.get(int) method If you're in a rush and just want to upgrade quickly, call the .get(int) method instead of accessing the arguments using the array access notation: new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args[0]; PotionEffectType potionArg = (PotionEffectType) args[1]; Location locationArg = (Location) args[2]; }) .register(); $$\\downarrow$$ new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args.get(0); PotionEffectType potionArg = (PotionEffectType) args.get(1); Location locationArg = (Location) args.get(2); }) .register(); Using the args.get(String) method (recommended) The CommandAPI introduces a new args.get(String) method to access arguments using the argument node name. This method also makes your code much more compatible with optional arguments: new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args[0]; PotionEffectType potionArg = (PotionEffectType) args[1]; Location locationArg = (Location) args[2]; }) .register(); $$\\downarrow$$ new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args.get(\"mystring\"); PotionEffectType potionArg = (PotionEffectType) args.get(\"mypotion\"); Location locationArg = (Location) args.get(\"mylocation\"); }) .register();","breadcrumbs":"Upgrading guide » Accessing arguments","id":"493","title":"Accessing arguments"},"494":{"body":"The CommandAPI.failWithBaseComponents(message) and CommandAPI.failWithAdventureComponent(message) methods have now been moved from CommandAPI to CommandAPIBukkit, because these methods are Bukkit/Spigot/Paper specific and don't exist for other platforms (e.g. Velocity, Fabric, Sponge): CommandAPI.failWithBaseComponents(...);\nCommandAPI.failWithAdventureComponent(...); $$\\downarrow$$ CommandAPIBukkit.failWithBaseComponents(...);\nCommandAPIBukkit.failWithAdventureComponent(...);","breadcrumbs":"Upgrading guide » CommandAPI helper methods","id":"494","title":"CommandAPI helper methods"},"495":{"body":"The EnvironmentArgument has been removed in this update, as it was implemented incorrectly and is not fit for purpose. Instead, the CommandAPI has the more accurate WorldArgument.","breadcrumbs":"Upgrading guide » Removal of the EnvironmentArgument","id":"495","title":"Removal of the EnvironmentArgument"},"496":{"body":"The TeamArgument has been updated to no longer use a String as its return type. Instead, you can now just use a Team object directly: new CommandAPICommand(\"team\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { String teamName = (String) args.get(\"team\"); Team team = Bukkit.getScoreboardManager().getMainScoreboard().getTeam(teamName); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"team\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { Team team = (Team) args.get(\"team\"); }) .register();","breadcrumbs":"Upgrading guide » Changes to the TeamArgument","id":"496","title":"Changes to the TeamArgument"},"497":{"body":"The ObjectiveArgument has been updated to no longer use a String as its return type. Instead, you can now just use an Objective object directly: new CommandAPICommand(\"objective\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { String objectiveName = (String) args.get(\"objective\"); Objective objective = Bukkit.getScoreboardManager().getMainScoreboard().getObjective(objectiveName); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"objective\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { Objective objective = (Objective) args.get(\"objective\"); }) .register();","breadcrumbs":"Upgrading guide » Changes to the ObjectiveArgument","id":"497","title":"Changes to the ObjectiveArgument"},"498":{"body":"The ListArgumentBuilder no longer has withList(Function<CommandSender, Collection<T>> list) and instead uses SuggestionInfo to have withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list). This now allows you to access more information when generating a list dynamically instead of just the command sender. To access the original command sender, you can use the sender() method from SuggestionInfo: ListArgument<?> arg = new ListArgumentBuilder<>(\"values\", \", \") .withList(sender -> List.of(\"cat\", \"wolf\", \"axolotl\", sender.getName())) .withStringMapper() .buildGreedy(); $$\\downarrow$$ ListArgument<?> arg = new ListArgumentBuilder<>(\"values\", \", \") .withList(info -> List.of(\"cat\", \"wolf\", \"axolotl\", info.sender().getName())) .withStringMapper() .buildGreedy();","breadcrumbs":"Upgrading guide » Changes to the ListArgumentBuilder","id":"498","title":"Changes to the ListArgumentBuilder"},"499":{"body":"The Rotation class now uses a constructor which has the yaw first, and the pitch second , instead of the pitch first and the yaw second. new Rotation(20, 80); // Yaw = 80, Pitch = 20 $$\\downarrow$$ new Rotation(20, 80); // Yaw = 20, Pitch = 80","breadcrumbs":"Upgrading guide » Changes to the Rotation wrapper","id":"499","title":"Changes to the Rotation wrapper"},"5":{"body":"Updates Shading the CommandAPI in your plugins page with spigot-mapped and mojang-mapped dependencies Adds Velocity page to outline how to setup the CommandAPI for Velocity Updates CommandArguments to document new additions for safe arguments Updates Potion effect arguments to include examples for the newly added NamespacedKey variant for the PotionEffectArgument Updates Arguments to list the newly added PotionEffectArgument.NamespacedKey argument Updates Particles page to include both old particle information and new particle information","breadcrumbs":"Introduction » Documentation changes 9.3.0 \\(\\rightarrow\\) 9.4.0","id":"5","title":"Documentation changes 9.3.0 \\(\\rightarrow\\) 9.4.0"},"50":{"body":"The default config.yml is shown below: config.yml ################################################################################\n# Logging #\n################################################################################ # Verbose outputs (default: false)\n# If \"true\", outputs command registration and unregistration logs in the console\nverbose-outputs: false # Silent logs (default: false)\n# If \"true\", turns off all logging from the CommandAPI, except for errors.\nsilent-logs: false ################################################################################\n# Messages #\n################################################################################ # Messages\n# Controls messages that the CommandAPI displays to players\nmessages: # Missing executor implementation (default: \"This command has no implementations for %s\") # The message to display to senders when a command has no executor. Available # parameters are: # %s - the executor class (lowercase) # %S - the executor class (normal case) missing-executor-implementation: \"This command has no implementations for %s\" ################################################################################\n# Debugging #\n################################################################################ # Create dispatcher JSON (default: false)\n# If \"true\", the CommandAPI creates a command_registration.json file showing the\n# mapping of registered commands. This is designed to be used by developers -\n# setting this to \"false\" will improve command registration performance.\ncreate-dispatcher-json: false # Use latest version (default: false)\n# If \"true\", the CommandAPI will use the latest available NMS implementation\n# when the CommandAPI is used. This avoids all checks to see if the latest NMS\n# implementation is actually compatible with the current Minecraft version.\nuse-latest-nms-version: false # Hook into Paper's ServerResourcesReloadedEvent (default: true)\n# If \"true\", and the CommandAPI detects it is running on a Paper server, it will\n# hook into Paper's ServerResourcesReloadedEvent to detect when /minecraft:reload is run.\n# This allows the CommandAPI to automatically call its custom datapack-reloading\n# function which allows CommandAPI commands to be used in datapacks.\n# If you set this to false, CommandAPI commands may not work inside datapacks after\n# reloading datapacks.\nhook-paper-reload: true # Skips the initial datapack reload when the server loads (default: false)\n# If \"true\", the CommandAPI will not reload datapacks when the server has finished\n# loading. Datapacks will still be reloaded if performed manually when \"hook-paper-reload\"\n# is set to \"true\" and /minecraft:reload is run.\nskip-initial-datapack-reload: false ################################################################################\n# Command conversion #\n################################################################################ # Plugins to convert (default: [])\n# Controls the list of plugins to process for command conversion.\nplugins-to-convert: [] # Other commands to convert (default: [])\n# A list of other commands to convert. This should be used for commands which\n# are not declared in a plugin.yml file.\nother-commands-to-convert: [] # Skip sender proxy (default: [])\n# Determines whether the proxy sender should be skipped when converting a\n# command. If you are having issues with plugin command conversion, add the\n# plugin to this list.\nskip-sender-proxy: []","breadcrumbs":"Configuration for server owners » Default config.yml file","id":"50","title":"Default config.yml file"},"500":{"body":"The ScoreboardSlot wrapper is now an enum that has direct support for sidebar team colors, via the SIDEBAR_TEAM_### enum values, for example SIDEBAR_TEAM_RED; ScoreboardSlot slot = // Some ScoreboardSlot\nDisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, SIDEBAR or BELOW_NAME // Extract the color if necessary\nif (slot.hasTeamColor()) { ChatColor color = slot.getTeamColor();\n} $$\\downarrow$$ ScoreboardSlot slot = // Some ScoreboardSlot\nDisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, BELOW_NAME or SIDEBAR_TEAM_###","breadcrumbs":"Upgrading guide » Changes to the ScoreboardSlot wrapper","id":"500","title":"Changes to the ScoreboardSlot wrapper"},"501":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Upgrading guide","id":"501","title":"Upgrading guide"},"502":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.6.0 to 8.7.0","id":"502","title":"From 8.6.0 to 8.7.0"},"503":{"body":"This update introduces a backwards-incompatible change to the SoundArgument which was introduced in 8.6.0. SoundArguments no longer need a generic type parameter: new SoundArgument<Sound>(\"sound\") $$\\downarrow$$ new SoundArgument(\"sound\") NamespacedKey SoundArguments no longer need a SoundType parameter, instead the NamespacedKey constructor should be used: new SoundArgument<NamespacedKey>(\"sound\", SoundType.NAMESPACED_KEY) $$\\downarrow$$ new SoundArgument.NamespacedKey(\"sound\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Sound arguments","id":"503","title":"Sound arguments"},"504":{"body":"Entity selector arguments no longer need a generic type parameter or a EntitySelector parameter. Instead, the corresponding constructor should be used instead: new EntitySelectorArgument<Player>(\"target\", EntitySelector.ONE_PLAYER)\nnew EntitySelectorArgument<Collection<Player>>(\"target\", EntitySelector.MANY_PLAYERS) new EntitySelectorArgument<Entity>(\"target\", EntitySelector.ONE_ENTITY)\nnew EntitySelectorArgument<Collection<Entity>>(\"target\", EntitySelector.MANY_ENTITIES) $$\\downarrow$$ new EntitySelectorArgument.OnePlayer(\"target\")\nnew EntitySelectorArgument.ManyPlayers(\"target\") new EntitySelectorArgument.OneEntity(\"target\")\nnew EntitySelectorArgument.ManyEntities(\"target\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Entity selector arguments","id":"504","title":"Entity selector arguments"},"505":{"body":"The ScoreHolderArgument no longer needs a generic type parameter or a ScoreHolderType parameter. Instead, the corresponding constructor should be used instead: new ScoreHolderArgument<String>(nodeName, ScoreHolderType.SINGLE);\nnew ScoreHolderArgument<Collection<String>>(nodeName, ScoreHolderType.MULTIPLE); $$\\downarrow$$ new ScoreHolderArgument.Single(nodeName);\nnew ScoreHolderArgument.Multiple(nodeName);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Scoreholder arguments","id":"505","title":"Scoreholder arguments"},"506":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.5.1 to 8.6.0","id":"506","title":"From 8.5.1 to 8.6.0"},"507":{"body":"In 8.6.0, the SoundArgument now supports returning a Sound or NamespacedKey object. More information on how to use this can be found in the Sound arguments page. SoundArgument objects now require a generic type parameter to specify what the return type will be (either Sound or NamespacedKey). For the default behaviour, use Sound as the generic type parameter: new SoundArgument(\"sound\") $$\\downarrow$$ new SoundArgument<Sound>(\"sound\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Sound arguments","id":"507","title":"Sound arguments"},"508":{"body":"In 8.6.0, tooltips have been reworked to provide support for Spigot's BaseComponent[]s, and Adventure's Components. As a result, the default method StringTooltip.of() and Tooltip.of() have been deprecated in favour of the better named StringTooltip.ofString() and Tooltip.ofString() methods: StringTooltip.of(\"wave\", \"Waves at a player\") Tooltip.of(player.getWorld().getSpawnLocation(), \"World spawn\") $$\\downarrow$$ StringTooltip.ofString(\"wave\", \"Waves at a player\") Tooltip.ofString(player.getWorld().getSpawnLocation(), \"World spawn\") Additionally, the IStringTooltip interface's getTooltip method was changed to return a Brigadier Message object instead of a String. To use the IStringTooltip directly, you now have to add Brigadier to your project's dependencies (info on how to do that can be found here ). You can use the Tooltip.messageFromString(String) to easily upgrade to the new Message return type: @Override\npublic String getTooltip() { return this.itemstack.getItemMeta().getLore().get(0);\n} $$\\downarrow$$ @Override\npublic Message getTooltip() { return Tooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));\n}","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Tooltips","id":"508","title":"Tooltips"},"509":{"body":"To support Spigot's BaseComponent[]s and Adventure's Components, the CommandAPI.fail() method has now been deprecated in favour of the better named CommandAPI.failWithString() method: throw CommandAPI.fail(\"Error message\"); $$\\downarrow$$ throw CommandAPI.failWithString(\"Error message\");","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Command failures","id":"509","title":"Command failures"},"51":{"body":"","breadcrumbs":"Configuration for server owners » Configuration settings","id":"51","title":"Configuration settings"},"510":{"body":"List arguments can now be implemented using an underlying text argument, instead of requiring it to be a greedy string. This allows you to use multiple lists in a command, in any position. As such, the ListArgumentBuilder.build() method has been deprecated and replaced with ListArgumentBuilder.buildGreedy() instead: new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .build(); $$\\downarrow$$ new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .buildGreedy();","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » List arguments","id":"510","title":"List arguments"},"511":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.5.0 to 8.5.1","id":"511","title":"From 8.5.0 to 8.5.1"},"512":{"body":"In 8.5.1, the methods Brigadier.fromArgument and Brigadier.toSuggestions were changed to use Argument based parameters instead of String based parameters. Instead of providing the node name, you now have to provide the whole argument: Argument<?> myArgument = new StringArgument(\"myargument\");\nList<Argument<?>> argumentList = List.of(myArgument); Brigadier.fromArgument(argumentList, \"myargument\");\nBrigadier.toSuggestions(\"myargument\", argumentList); $$\\downarrow$$ Argument<?> myArgument = new StringArgument(\"myargument\");\nList<Argument<?>> argumentList = List.of(myArgument); Brigadier.fromArgument(argumentList, myArgument);\nBrigadier.toSuggestions(myArgument, argumentList);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Brigadier arguments","id":"512","title":"Brigadier arguments"},"513":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.3.1 to 8.4.0","id":"513","title":"From 8.3.1 to 8.4.0"},"514":{"body":"In 8.2.1, the CommandAPI exposed CommandAPIHandler.getInstance().registeredCommands to get a list of registered commands. This has now been changed and properly implemented as a getter method which can be accessed from CommandAPI: CommandAPIHandler.getInstance().registeredCommands $$\\downarrow$$ CommandAPI.getRegisteredCommands()","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Getting a list of registered commands","id":"514","title":"Getting a list of registered commands"},"515":{"body":"The import for EntitySelector for the EntitySelectorArgument has moved to improve CommandAPI shading support with jar minimization: dev.jorel.commandapi.arguments.EntitySelectorArgument.EntitySelector $$\\downarrow$$ dev.jorel.commandapi.arguments.EntitySelector","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Entity selector arguments","id":"515","title":"Entity selector arguments"},"516":{"body":"Custom arguments are no longer restricted to a string-based argument or a keyed-based argument and can now be implemented over any existing argument \"base\". This argument is now parameterized over two types: the first type being the return type of this custom argument and the second type being the return type of the \"base\" argument. Custom arguments should now use the new constructor that accepts an argument - more information on how to do that can be found on the Custom arguments page . It's recommended to review your implementation of custom arguments and upgrade them if you feel that you need a more powerful argument parser (for example, you might want to use a greedy string argument as the base argument instead of a string argument). Custom arguments that are not keyed can be drop-in replaced with a StringArgument: new CustomArgument<T>(\"nodename\", inputInfo -> { // Code here return T;\n}); $$\\downarrow$$ new CustomArgument<T, String>(new StringArgument(\"nodename\"), inputInfo -> { // Code here return T;\n}); Keyed custom arguments can be drop-in replaced with a NamespacedKeyArgument: new CustomArgument<T>(\"nodename\", inputInfo -> { // Code here return T;\n}, true); $$\\downarrow$$ new CustomArgument<T, NamespacedKey>(new NamespacedKeyArgument(\"nodename\"), inputInfo -> { // Code here return T;\n});","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Custom arguments","id":"516","title":"Custom arguments"},"517":{"body":"NBT arguments now have a different implementation if you're using the plugin version of the CommandAPI or shading the CommandAPI. NBTCompoundArguments are now parameterized over their implemented NBTCompound implementation. For the NBT API, this means: new NBTCompoundArgument(\"nbt\"); $$\\downarrow$$ new NBTCompoundArgument<NBTContainer>(\"nbt\"); If you're using the plugin version of the CommandAPI You no longer have to include the NBT API separately, the CommandAPI comes with the NBT API built-in: de.tr7zw.nbtapi.NBTContainer $$\\downarrow$$ dev.jorel.commandapi.nbtapi.NBTContainer If you're shading the CommandAPI You now need to shade the NBT API into your plugin (as well as the CommandAPI). So the CommandAPI knows how to use the underlying implementation of the NBT API, you have to configure it using the CommandAPIConfig.initializeNBTAPI() method in CommandAPI.onLoad(). More information on how to do that can be found on the NBT arguments page, under Shading usage setup .","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » NBT arguments","id":"517","title":"NBT arguments"},"518":{"body":"Arguments are now parameterized over a generic type. This does very little in terms of the running of the CommandAPI, but does ensure type safety with its internals. Instances of the Argument type now have to be parameterized. In general, this basically means: Argument myArgument = new GreedyStringArgument(\"arg\"); $$\\downarrow$$ Argument<?> myArgument = new GreedyStringArgument(\"arg\"); Arguments that have multiple return types also need to be parameterized over their return type. This includes: CustomArgument EntitySelectorArgument ScoreholderArgument For example: new EntitySelectorArgument(\"target\", EntitySelector.ONE_PLAYER); $$\\downarrow$$ new EntitySelectorArgument<Player>(\"target\", EntitySelector.ONE_PLAYER);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.0.0 or earlier to 8.1.0","id":"518","title":"From 8.0.0 or earlier to 8.1.0"},"519":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 7.0.0 to 8.0.0","id":"519","title":"From version 7.0.0 to 8.0.0"},"52":{"body":"If true, outputs command registration and unregistration logs in the console. This is primarily used for developers to identify issues with command registration. Default value verbose-outputs: false Example value verbose-outputs: true","breadcrumbs":"Configuration for server owners » verbose-outputs","id":"52","title":"verbose-outputs"},"520":{"body":"Particle arguments no longer return Bukkit's org.bukkit.Particle enum, but now return a wrapper dev.jorel.commandapi.wrappers.ParticleData instead. More information about this wrapper class and how to use it can be found on the particle arguments page . To update, change any Particle casts into a ParticleData cast instead: new CommandAPICommand(\"mycommand\") .withArgument(new ParticleArgument(\"particle\")) .executes((sender, args) -> { Particle particle = (Particle) args[0]; // Do stuff with particle }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .withArgument(new ParticleArgument(\"particle\")) .executes((sender, args) -> { ParticleData particleData = (ParticleData) args[0]; Particle particle = particleData.particle(); Object data = particleData.data(); // Do stuff with particle and data }) .register();","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Particle arguments","id":"520","title":"Particle arguments"},"521":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 6.5.2 to 7.0.0","id":"521","title":"From version 6.5.2 to 7.0.0"},"522":{"body":"The Maven repository used to serve the CommandAPI has changed from JitPack.io to Maven Central. For Maven projects, you no longer require wan explicit <repository> entry for the CommandAPI. for Gradle projects, you need to ensure mavenCentral() in present in your repositories section. The group ID has changed from dev.jorel.CommandAPI to dev.jorel More information about setting up your development environment can be found in Setting up your development environment .","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Maven repository","id":"522","title":"Maven repository"},"523":{"body":"The CommandAPI.fail() no longer automatically throws the exception that it creates, and instead now requires you to manually throw the exception yourself. This improves upon invalid states in command executors and allows invalid states to be identified more easily at compile time. To update, simply add the throw keyword before you call CommandAPI.fail(): new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { CommandAPI.fail(\"You don't have permission to run /mycommand!\"); return; } sender.sendMessage(\"Hello!\"); }) $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { throw CommandAPI.fail(\"You don't have permission to run /mycommand!\"); } sender.sendMessage(\"Hello!\"); })","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » CommandAPI command failures","id":"523","title":"CommandAPI command failures"},"524":{"body":"Suggestions have been overhauled and no longer take in a Function<SuggestionsInfo, String[]> anymore. Instead, they now take in a ArgumentSuggestions object which represents argument suggestions (and whether they are executed asynchronously or have tooltips). Normal (string) suggestions These normal suggestions methods have been replaced with an ArgumentSuggestions parameter instead of a function: Argument replaceSuggestions(Function<SuggestionInfo, String[]> suggestions);\nArgument includeSuggestions(Function<SuggestionInfo, String[]> suggestions); $$\\downarrow$$ Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); The same functionality can be reproduced by wrapping your existing functions in ArgumentSuggestions.strings: List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(info -> new String[] {\"northland\", \"eastland\", \"southland\", \"westland\" }\n)); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings(info -> new String[] {\"northland\", \"eastland\", \"southland\", \"westland\" }\n))); Normal (strings with tooltips) suggestions The ...T() methods have been replaced with the normal methods above, and can use the ArgumentSuggestions.stringsWithTooltips method: Argument replaceSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);\nArgument includeSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions); $$\\downarrow$$ Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); For example: List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestionsT( info -> new IStringTooltip[] { StringTooltip.of(\"wave\", \"Waves at a player\"), StringTooltip.of(\"hug\", \"Gives a player a hug\"), StringTooltip.of(\"glare\", \"Gives a player the death glare\") } )\n); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] { StringTooltip.of(\"wave\", \"Waves at a player\"), StringTooltip.of(\"hug\", \"Gives a player a hug\"), StringTooltip.of(\"glare\", \"Gives a player the death glare\") } ))\n); Safe suggestions Similar to above with normal suggestions, safe suggestions have been replaced with replaceSafeSuggestions and includeSafeSuggestions respectively: Argument replaceWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);\nArgument includeWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions); $$\\downarrow$$ Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);\nArgument includeSafeSuggestions(SafeSuggestions<T> suggestions); These can be used with the SafeSuggestions.suggest and SafeSuggestions.tooltips methods to wrap existing functions. For example: List<Argument> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceWithSafeSuggestions(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n)); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n)));","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Suggestions","id":"524","title":"Suggestions"},"525":{"body":"Please refer to an older version of the documentation. This has been omitted to save space and reduce confusion in this upgrading section.","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 6.2.0 or earlier to 6.3.0","id":"525","title":"From version 6.2.0 or earlier to 6.3.0"},"526":{"body":"Here's a list of questions that have come up time and time again which all have the same answer.","breadcrumbs":"FAQ » FAQ","id":"526","title":"FAQ"},"527":{"body":"The CommandAPI's documentation is the place to search for anything! In the top left corner of this documentation, you can find this icon. You can pretty much search for anything - it'll find it!","breadcrumbs":"FAQ » How do I use (insert feature here) in the CommandAPI?","id":"527","title":"How do I use (insert feature here) in the CommandAPI?"},"528":{"body":"Formally, no. If you are encountering issues with /reload, consider not using /reload. More information about reloading can be found in Plugin reloading .","breadcrumbs":"FAQ » Does the CommandAPI support reloading via /reload?","id":"528","title":"Does the CommandAPI support reloading via /reload?"},"529":{"body":"As of 9.0.0, yes! Please view information on optional arguments in Optional arguments .","breadcrumbs":"FAQ » Does the CommandAPI support optional arguments?","id":"529","title":"Does the CommandAPI support optional arguments?"},"53":{"body":"If true, turns off all logging from the CommandAPI, except for errors. Default value silent-logs: false Example value silent-logs: true","breadcrumbs":"Configuration for server owners » silent-logs","id":"53","title":"silent-logs"},"530":{"body":"Not yet. The CommandAPI's annotation system was actually originally a little test on writing a compile-time annotation system which actually worked out much better than I had intended. I plan to rewrite the CommandAPI's annotation system to make it much more powerful (and support suggestions!). This is stated in the project roadmap","breadcrumbs":"FAQ » Does the CommandAPI support suggestions in the annotation system?","id":"530","title":"Does the CommandAPI support suggestions in the annotation system?"},"531":{"body":"No. This is a Brigadier limitation. Technical reason that this is a limitation of Brigadier Brigadier's code has two classes for arguments, LiteralCommandNode and ArgumentCommandNode . The ArgumentCommandNode class contains a field customSuggestions of type SuggestionProvider<S> which is used to handle suggestions - this field is not present inside LiteralCommandNode, meaning that LiteralArguments cannot provide suggestions to users. We need suggestions to provide tooltips. This is because SuggestionProvider provides us with an instance of SuggestionsBuilder , SuggestionsBuilder contains a List<Suggestion> and the Suggestion class contains Message . This Message class is what is needed to display a tooltip to users.","breadcrumbs":"FAQ » Can you add tooltips to literal/multiliteral arguments?","id":"531","title":"Can you add tooltips to literal/multiliteral arguments?"},"532":{"body":"No. That message is handled client-side and isn't controlled by the CommandAPI. An alternative solution is to perform permission checking inside the command and return a custom message if it's not satisfied: new CommandAPICommand(\"mycommand\") .withPermission(\"some.permission\") .executes((sender, args) -> { sender.sendMessage(\"Hello!\"); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { throw CommandAPI.failWithString(\"You don't have permission to run /mycommand!\"); } sender.sendMessage(\"Hello!\"); }) .register();","breadcrumbs":"FAQ » Can I change the message that is sent to the user when they don't have permission to run a command?","id":"532","title":"Can I change the message that is sent to the user when they don't have permission to run a command?"},"533":{"body":"No. That message is handled client-side and isn't controlled by the CommandAPI.","breadcrumbs":"FAQ » Can I change the message that is sent to the user when an argument isn't valid?","id":"533","title":"Can I change the message that is sent to the user when an argument isn't valid?"},"534":{"body":"Arguments with suggestions provided using ArgumentSuggestions.strings(String...) are calculated when the command is registered . In order to have argument suggestions calculated when the command is being typed , you need to use the lambda-variant of the ArgumentSuggestions.strings(Function<SuggestionInfo, String[]> suggestions) method instead. More information about the different methods can be found here . The easiest way to do this is to add info -> at the start of your array: ArgumentSuggestions.strings(SomeClass.someArray); $$\\downarrow$$ ArgumentSuggestions.strings(info -> SomeClass.someArray);","breadcrumbs":"FAQ » My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?","id":"534","title":"My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?"},"535":{"body":"There are a few arguments that are incompatible with various versions of Minecraft. This page outlines the full list of incompatibilities that the CommandAPI has with what versions of Minecraft.","breadcrumbs":"Incompatible version information » Incompatible version information","id":"535","title":"Incompatible version information"},"536":{"body":"","breadcrumbs":"Incompatible version information » Argument changes with respect to Minecraft version","id":"536","title":"Argument changes with respect to Minecraft version"},"537":{"body":"Incompatible with Minecraft versions less than 1.16.2 (1.16, 1.16.1)","breadcrumbs":"Incompatible version information » AngleArgument","id":"537","title":"AngleArgument"},"538":{"body":"Incompatible with Minecraft version 1.16.1 (Works on 1.16.2)","breadcrumbs":"Incompatible version information » ChatArgument","id":"538","title":"ChatArgument"},"539":{"body":"Incompatible with Minecraft versions less than 1.19 and greater than 1.19.2 (Works on 1.19, 1.19.1 and 1.19.2)","breadcrumbs":"Incompatible version information » ChatArgument's chat preview","id":"539","title":"ChatArgument's chat preview"},"54":{"body":"Controls messages that the CommandAPI displays to players. Available messages: missing-executor-implementation - the message to display to senders when a command has no executor. This message supports format parameters: %s - the executor class (lowercase). For example \"craftplayer\" %S - the executor class (normal case). For example \"CraftPlayer\" Default value messages: missing-executor-implementation: \"This command has no implementations for %s\"","breadcrumbs":"Configuration for server owners » messages","id":"54","title":"messages"},"540":{"body":"Running functions generated via the FunctionArgument on Minecraft version 1.20.3 and 1.20.4 will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. (Works normally on 1.20.2 and below). Trying to retrieve the list of commands in a function on Minecraft version 1.20.3 and 1.20.4 will always return an empty array.","breadcrumbs":"Incompatible version information » FunctionArgument","id":"540","title":"FunctionArgument"},"541":{"body":"","breadcrumbs":"Incompatible version information » CommandAPI behavior with respect to Minecraft version","id":"541","title":"CommandAPI behavior with respect to Minecraft version"},"542":{"body":"In Minecraft version 1.16 , the way datapacks were loaded changed in such a way that the CommandAPI had to put in additional countermeasures to provide full support to it. To illustrate this, this was the previous loading sequence for Bukkit servers in Minecraft 1.15: \\(\\texttt{Server loads}\\rightarrow\\texttt{Plugins load}\\rightarrow\\texttt{Datapacks load}\\rightarrow\\texttt{Server finishes loading}\\) Instead however, Minecraft 1.16 changed the loading sequence to the following: \\(\\texttt{Server loads}\\rightarrow\\texttt{Datapacks load}\\rightarrow\\texttt{Plugins load}\\rightarrow\\texttt{Server finishes loading}\\) Because the CommandAPI used to register vanilla Minecraft commands before datapacks (and thus, custom Minecraft functions), it was possible to register custom commands that can be used in functions. With this new loading sequence change in Minecraft 1.16, this meant that datapacks load first before the CommandAPI does, so custom commands are not registered and functions with custom commands would fail to load. To resolve this, the CommandAPI reloads datapacks and recipes at the end: \\begin{align} &\\quad\\texttt{Server loads} \\\\ \\rightarrow&\\quad\\texttt{Datapacks load} \\\\ \\rightarrow&\\quad\\texttt{Plugins load} \\\\ \\rightarrow&\\quad\\texttt{Server finishes loading} \\\\ \\rightarrow&\\quad\\texttt{Datapacks are reloaded} && \\texttt{(by the CommandAPI)} \\\\ \\rightarrow&\\quad\\texttt{Recipes are reloaded} && \\texttt{(by the CommandAPI)} \\end{align} By doing this, this means: Custom functions from datapacks are loaded twice Recipes are reloaded twice, including recipes defined by other plugins Although this sounds pretty bad (since reloading these things twice can be time consuming, thus contributing to the server start-up time), it is the only way to make custom functions work in Minecraft 1.16 and beyond.","breadcrumbs":"Incompatible version information » Minecraft version 1.16 and beyond","id":"542","title":"Minecraft version 1.16 and beyond"},"543":{"body":"This section summarizes the list of things that could go wrong with the CommandAPI and how to mitigate these circumstances.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"543","title":"Troubleshooting"},"544":{"body":"If you've registered a command with an argument and replaced/included additional suggestions, but the suggestions: Are empty (e.g. a list of worlds returns no suggestions) Don't update automatically (e.g. a list of players doesn't update when new players join the game) This is most likely caused by using a constant array instead of using a lambda to dynamically update argument suggestions when the player requests them: new StringArgument(\"players\") .replaceSuggestions(ArgumentSuggestions.strings( Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new) )); $$\\downarrow$$ new StringArgument(\"players\") .replaceSuggestions(ArgumentSuggestions.strings( info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new) ));","breadcrumbs":"Troubleshooting » Argument suggestions are empty or aren't updating","id":"544","title":"Argument suggestions are empty or aren't updating"},"545":{"body":"If you're shading the CommandAPI and any of the following occur: Players with no permissions cannot run CommandAPI commands .withPermission(CommandPermission.NONE) doesn't work, even if a player has no permissions You've probably not initialized the CommandAPI correctly. To assign permissions to a command, you have to add CommandAPI.onEnable() to your plugin's onEnable() method.","breadcrumbs":"Troubleshooting » Permissions don't work (shading the CommandAPI)","id":"545","title":"Permissions don't work (shading the CommandAPI)"},"546":{"body":"If you've registered a command, the command should be present in the console if verbose logging is enabled. If this does not appear in the console, check that you've: Used .register() at the end of your command declaration Added CommandAPI.onLoad() and CommandAPI.onEnable() to your onLoad() and onEnable() methods if you're shading the CommandAPI Not added the commands to your plugin.yml file if you're not shading the CommandAPI","breadcrumbs":"Troubleshooting » I've registered my command but nothing happens","id":"546","title":"I've registered my command but nothing happens"},"547":{"body":"If you're getting an error which looks something like this (key thing to look for is class file version 60.0), then you're running an old and unsupported version of Java: [06.09 16:48:26] [Server] [Server thread/ERROR]: Could not load 'plugins/CommandAPI.jar' in folder 'plugins'\norg.bukkit.plugin.InvalidPluginExceptionjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:381) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:928) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]\nCaused byjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_271] at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_271] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:186) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_271] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271] at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] ... more As of CommandAPI 6.0.0 onwards, the CommandAPI is written in Java 16, so old versions such as Java 8 will not run the CommandAPI. Consider upgrading to Java 16. For context, a list of Java versions and their class file version: Java version Class file version Java version Class file version Java 17 61.0 Java 12 56.0 Java 16 60.0 Java 11 55.0 Java 15 59.0 Java 10 54.0 Java 14 58.0 Java 9 53.0 Java 13 57.0 Java 8 52.0","breadcrumbs":"Troubleshooting » The CommandAPI doesn't load, something about UnsupportedClassVersionError and \"class file version 60.0\"","id":"547","title":"The CommandAPI doesn't load, something about UnsupportedClassVersionError and \"class file version 60.0\""},"548":{"body":"If you get an error at the very start of the server's startup sequence along the lines of: [15:57:29] [Worker-Main-5/ERROR]: Failed to load function mycustomnamespace:test\njava.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_261] at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_261] at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_261] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_261]\nCaused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE] at net.minecraft.server.v1_16_R1.CustomFunction.a(SourceFile:62) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1] at net.minecraft.server.v1_16_R1.CustomFunctionManager.a(SourceFile:84) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1] ... 6 more You can safely ignore it - the CommandAPI fixes this later. This is described in more detail here .","breadcrumbs":"Troubleshooting » Server errors when loading datapacks in 1.16+","id":"548","title":"Server errors when loading datapacks in 1.16+"},"549":{"body":"See Plugin reloading","breadcrumbs":"Troubleshooting » Running /reload doesn't work","id":"549","title":"Running /reload doesn't work"},"55":{"body":"Controls whether the CommandAPI should generate a command_registration.json file showing the mapping of registered commands. This is primarily designed to be used by developers. Setting this to false will slightly improve command registration performance. The command_registration.json JSON representation of commands is in the same format as Minecraft's Data Generators Commands report . The format is Brigadier's command graph - more information about the JSON format can be found here . Default value create-dispatcher-json: false Example value create-dispatcher-json: true","breadcrumbs":"Configuration for server owners » create-dispatcher-json","id":"55","title":"create-dispatcher-json"},"550":{"body":"If players cannot connect, this could be due to the size of the command data packet. To see the resultant packet being sent to players when they log in, enable the create-dispatcher-json: true setting and view the file size of the resultant file. If the file size is abnormally large (Over 2MB is considered very large) , consider reducing the number of LiteralArguments which your plugin uses.","breadcrumbs":"Troubleshooting » Players cannot connect/timeout when joining","id":"550","title":"Players cannot connect/timeout when joining"},"551":{"body":"If you've found a bug that isn't solved here, submit a bug report on the CommandAPI's issues page and I'll try my best to resolve the issue!","breadcrumbs":"Troubleshooting » My issue isn't on here, what do I do?","id":"551","title":"My issue isn't on here, what do I do?"},"552":{"body":"","breadcrumbs":"Afterword » Afterword","id":"552","title":"Afterword"},"553":{"body":"Congratulations on making it to the end of the documentation! It's really long, but I did my best to make it the best (Bukkit/Spigot plugin) documentation in existence.","breadcrumbs":"Afterword » A message from the CommandAPI's author","id":"553","title":"A message from the CommandAPI's author"},"554":{"body":"My name is Jorel, commonly known by my Minecraft username Skepter . I started the CommandAPI in the summer holidays between my first and second year at university. On the 19th August, 2018 I made my first commit to the CommandAPI project - just a month and a day after Minecraft 1.13 was released. At the time, I just decided to call it \"The 1.13 Command API\" - it wasn't the catchiest name out there, but it sort of said what I wanted it to - it's a Command API for Minecraft 1.13, which was the update when the big overhaul to the command system was introduced. It all started as a simple idea that can be summarized in 3 bullet points: Create an API to use the new command UI that was introduced in Minecraft 1.13 Make it so the developers don't have to understand/use Mojang's brigadier Make it similar to Bukkit's existing API","breadcrumbs":"Afterword » Intro","id":"554","title":"Intro"},"555":{"body":"After the release of version 1.2, two days after the initial release, I received my first GitHub issue. This was quite a shock to me - version 1.2 only had 11 total downloads so it seemed odd that someone managed to stumble upon it despite the fact that I did nothing to promote the CommandAPI. Little did I know that that one issue was the main motivation to keep this API alive after its initial release. I would never have possible imagined in my wildest dreams that 2 years later, I would still be in contact with them and know that if I had not chosen to create this API, their server would not have survived beyond Minecraft 1.13, let alone Minecraft 1.15, two major Minecraft versions later.","breadcrumbs":"Afterword » Starting out","id":"555","title":"Starting out"},"556":{"body":"This project has been insane. Absolutely, utterly insane. At over 1000 commits and over 1,000,000 additions (that includes things such as lines of code, lines of generated HTML documentation etc.), I can say without a doubt that this is indeed my biggest project ever. Not only have I managed to deal with hundreds of GitHub issues, I've also had the opportunity to try all sorts of technologies that I could have only dreamt of using, such as: Using GitHub Actions for cloud-based build checking and project status notifications Using CodeFactor.io to automatically identify issues with my code Publishing the CommandAPI to MavenCentral Improving my understanding of Gradle to write Gradle instructions for the documentation Learning Kotlin to add Kotlin examples to the CommandAPI's documentation Learning TypeScript for an upcoming web-based CommandAPI command visualizer","breadcrumbs":"Afterword » Reflection on the project and personal gains","id":"556","title":"Reflection on the project and personal gains"},"557":{"body":"Anyway, I digress. I'd like to give credit to all of the people that have opened issues on the CommandAPI GitHub, for without these people, the CommandAPI would have only remained a shadow of what it is now. I'd like to give credit to the people that have starred the CommandAPI on its GitHub page, and all of the members of the CommandAPI Discord server . I would like to personally give thanks to the following people - these are people that have made a significant contribution to the project in terms of ideas or support early in the CommandAPI's development: Combustible , who kickstarted the project by creating the CommandAPI's first issue. From this issue, this allowed the CommandAPI to have interoperability with Minecraft commands and functions which is by far the CommandAPI's most admirable feature. Additionally, Combustible helped raise awareness of the CommandAPI via the Spigot forums and Spigot issue tracker. Draycia , who suggested implementing lazy evaluation for argument suggestions. This has been extended to provide the CommandAPI's context-aware system for argument suggestions based on previously filled arguments. HielkeMinecraft , who made three outstanding contributions to the CommandAPI. They created the suggestion of setting the result and success values of commands which improves the interoperability between commands registered with the CommandAPI and vanilla Minecraft commands. They also influenced the implementation of the requirements system to have more powerful command constraints and helped start the CommandAPI Discord server. Minenash , who was the driving force for the CommandAPI's 3.0 release, which added a plethora of new arguments to the CommandAPI. Minenash's research, code prototypes, documentation examples, bug testing and code review was a tremendous help to make the 3.0 release such a feature-rich version. Michael-Ziluck , who created an amazing pull request that helped greatly improve the performance of the CommandAPI as well as structure the entire CommandAPI project into a multi-module Maven project which significantly improved the maintainability of the CommandAPI for the future. portlek , who helped migrate the CommandAPI's repository to jitpack.io . They helped debug some technical errors with remote building and tested that the repository was working throughout the process. 469512345 , who redesigned and implemented the suggestions feature for arguments, bringing powerful asynchronous arguments and highly-extensible suggestions to the CommandAPI. They also implemented the CommandTree feature to bring yet another way for developers to create commands with the CommandAPI. I'd also like to give a special mention to the following people that have helped find bugs or have supported the project in some way early in the CommandAPI's development: aianlinb, Baka-Mitai, Checkium, Comeza, DerpNerb, DogeBogey, endrdragon, EnragedRabisu, i509VCB, KieranGateley, lifespan, Loapu, Marvmallow, MatrixTunnel, Ricky12Awesome, SHsuperCM, SpaceCheetah, The_Gavster, Tinkot, vladfrangu, zedwick.","breadcrumbs":"Afterword » Acknowledgements (early development)","id":"557","title":"Acknowledgements (early development)"},"558":{"body":"I'm well aware there are lots of users that have made significant contributions to the CommandAPI that aren't listed above! Over the past four years, hundreds of users have created GitHub issues, joined the CommandAPI Discord server and submitted pull requests to contribute to the CommandAPI. I'd like to personally give thanks to my ✨Special Contributors in the CommandAPI Discord server - these are users that have made an exceptionally significant contribution to the CommandAPI project in general, from helping new users get started with the CommandAPI, to contributing to the CommandAPI repository directly, to bringing a liveliness to the CommandAPI Discord server as a whole: willkroboth , the first ✨Special Contributor , recognized for their above-and-beyond contribution to helping new CommandAPI Discord members. DerEchtePilz , recognized for their significant contribution of creating a Kotlin DSL for the CommandAPI (with the help of Sparky from the CommandAPI Discord server). The CommandAPI would not be where it is currently without the community that has been established over the years in the CommandAPI Discord server. As such, I'd like to give a special thanks to some of the most active CommandAPI Discord server members that make the community feel lively: ! AkaGiant ! Brought To You By MineNash TheGates","breadcrumbs":"Afterword » Acknowledgements (CommandAPI Discord server)","id":"558","title":"Acknowledgements (CommandAPI Discord server)"},"559":{"body":"I didn't really want to add a way for CommandAPI users to be able to contribute financially via donations because the CommandAPI is free for all and the cost of maintaining the CommandAPI is effectively negligible. That said, I'd like to give special thanks to those that have donated to the CommandAPI.","breadcrumbs":"Afterword » Acknowledgements (Donators)","id":"559","title":"Acknowledgements (Donators)"},"56":{"body":"Controls whether the CommandAPI should use the latest NMS implementation for command registration and execution. This setting can be used to run the CommandAPI on Minecraft versions higher than it can support. For example, if the CommandAPI supports Minecraft 1.18 and Minecraft 1.18.1 comes out, you can use this to enable support for 1.18.1 before an official CommandAPI release comes out that supports 1.18.1. This feature is very experimental and should only be used if you know what you are doing. In almost every case, it is better to wait for an official CommandAPI release that supports the latest version of Minecraft. Using use-latest-nms-version is not guaranteed to work and can cause unexpected side-effects! Default value use-latest-nms-version: false Example value use-latest-nms-version: true","breadcrumbs":"Configuration for server owners » use-latest-nms-version","id":"56","title":"use-latest-nms-version"},"560":{"body":"I never really expected more than 5 or so people to use this API, so it was truly a pleasure to see everyone's responses, issues and suggestions that has made the CommandAPI what it is today. Thank you so much for using the CommandAPI!","breadcrumbs":"Afterword » Final comments","id":"560","title":"Final comments"},"57":{"body":"Controls whether the CommandAPI hooks into the Paper-exclusive ServerResourcesReloadedEvent when available. When the CommandAPI detects it is running on a Paper-based server, its default behavior will be to hook into the ServerResourcesReloadedEvent, which triggers when /minecraft:reload is run. During this event, the CommandAPI runs a custom datapack reloading sequence that helps commands registered with the CommandAPI work within datapacks. See Reloading datapacks for more information on this process. By default, this value is set to true and the CommandAPI will hook into the ServerResourcesReloadedEvent. If you want, you can set this to false, and the CommandAPI will not hook into this event. Default value hook-paper-reload: true Example value hook-paper-reload: false","breadcrumbs":"Configuration for server owners » hook-paper-reload","id":"57","title":"hook-paper-reload"},"58":{"body":"Controls whether the CommandAPI should perform its initial datapack reload when the server has finished loading. The CommandAPI automatically reloads all datapacks in a similar fashion to /minecraft:reload in order to propagate CommandAPI commands into datapack functions and tags. This operation may cause a slight delay to server startup and is not necessary if you are not using datapacks or functions that use CommandAPI commands. This operation can be skipped by setting this value to false. Note that datapacks will still be reloaded if performed manually when hook-paper-reload is set to true and you run /minecraft:reload. Default value skip-initial-datapack-reload: false Example value skip-initial-datapack-reload: true","breadcrumbs":"Configuration for server owners » skip-initial-datapack-reload","id":"58","title":"skip-initial-datapack-reload"},"59":{"body":"Controls the list of plugins to process for command conversion. See Command conversion for more information. Default value plugins-to-convert: [] Example values plugins-to-convert: - Essentials: ~ plugins-to-convert: - Essentials: - speed - hat - MyPlugin: - mycommand - MyOtherPlugin: ~ plugins-to-convert: - Essentials: - speed <speed>[0..10] - speed <target>[minecraft:game_profile] - speed (walk|fly) <speed>[0..10] - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile]","breadcrumbs":"Configuration for server owners » plugins-to-convert","id":"59","title":"plugins-to-convert"},"6":{"body":"Updates Incompatible version information page and FunctionArgument pages that functions made with the FunctionArgument will always return 1 when running on 1.20.3 and 1.20.4. Updates Kotlin DSL page to mention every possible executor method.","breadcrumbs":"Introduction » Documentation changes 9.2.0 \\(\\rightarrow\\) 9.3.0","id":"6","title":"Documentation changes 9.2.0 \\(\\rightarrow\\) 9.3.0"},"60":{"body":"Determines whether the proxy sender should be skipped when converting a command. See Skipping proxy senders for more information. Default value skip-sender-proxy: [] Example value skip-sender-proxy: - SkinsRestorer - MyPlugin","breadcrumbs":"Configuration for server owners » skip-sender-proxy","id":"60","title":"skip-sender-proxy"},"61":{"body":"A list of other commands to convert. This should be used for commands which are not declared in a plugin.yml file. See Arbitrary command conversion for more information. Default value other-commands-to-convert: [] Example value other-commands-to-convert: - /set - mycommand","breadcrumbs":"Configuration for server owners » other-commands-to-convert","id":"61","title":"other-commands-to-convert"},"62":{"body":"The CommandAPI has the ability to convert plugin commands into \"Vanilla compatible\" commands automatically on startup. This allows you to use /execute and Minecraft functions/tags for plugins that do not use the CommandAPI. For example, if you want to use the /hat command from the plugin Essentials in an /execute command or from a command block, you can use the CommandAPI's command conversion setting to do so. The CommandAPI has 3 different conversion methods, each one more specific and powerful than the others. These are the following: Entire plugin conversion Converts all commands from a plugin into Vanilla compatible commands Single command conversion Converts a single command into a Vanilla compatible command Single command conversion with custom arguments Converts a single command from a plugin into a Vanilla compatible command, whilst also declaring what the arguments to the command are","breadcrumbs":"Command conversion » Command Conversion (for server owners)","id":"62","title":"Command Conversion (for server owners)"},"63":{"body":"Drag a plugin here to view a list of available commands which can be registered for the CommandAPI. Drag and drop a plugin .jar file here","breadcrumbs":"Command conversion » Extract plugin info","id":"63","title":"Extract plugin info"},"64":{"body":"To configure command conversion, the CommandAPI reads this information from the config.yml file. This file has a bit of a weird structure, so to put it simply, these are the following rules: config.yml cannot have tab characters - The config.yml file must only consist of spaces! Indentation is important and should be two spaces If you're uncertain if your configuration is valid (or you're getting weird errors in the console), you can check if your configuration is valid by dropping your config.yml file below: Drag and drop your config.yml here","breadcrumbs":"Command conversion » YAML configuration rules","id":"64","title":"YAML configuration rules"},"65":{"body":"To convert all of the commands that a plugin has, add the name of the plugin, followed by a ~ character to the list of plugins to convert in the config.yml file.","breadcrumbs":"Command conversion » Converting all plugin commands","id":"65","title":"Converting all plugin commands"},"66":{"body":"For example, if you wanted to convert all commands that EssentialsX has, you can use the following config.yml: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: ~","breadcrumbs":"Command conversion » Example - Converting all commands from EssentialsX","id":"66","title":"Example - Converting all commands from EssentialsX"},"67":{"body":"Often, you don't want to convert every single command that a plugin declares, and instead you only want to convert a few commands that a plugin has. The CommandAPI has two ways of doing this: Plugin command conversion: This converts a command which is declared in a plugin's plugin.yml file Arbitrary command conversion: This converts a command which is not declared in a plugin's plugin.yml file","breadcrumbs":"Command conversion » Single command conversion » Single command conversion","id":"67","title":"Single command conversion"},"68":{"body":"To convert a single command, you need to first populate the config.yml with the name of the plugin and commands to be converted. To illustrate this, we'll use an example:","breadcrumbs":"Command conversion » Single command conversion » Plugin command conversion","id":"68","title":"Plugin command conversion"},"69":{"body":"Say we're using EssentialsX on our server and we want to be able to use /afk and /hat in command blocks. This would allow us to use (for example) the following commands in command blocks: /execute as @p run afk\n/execute as @p run hat To do this, we need to add Essentials to our config.yml file, and include the commands afk and hat as the commands to be converted from the Essentials plugin. This would then make our config.yml file look like this: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - hat - afk Developer's Note: Note that the commands hat and afk are used, as opposed to an alias such as head. The CommandAPI is only able to convert plugin commands that are declared in a plugin's plugin.yml file. For example, if we take a look at the EssentialsX plugin.yml file, we can see the commands afk and hat have been declared and thus, are the commands which must be used in the CommandAPI's config.yml file: name: Essentials\nmain: com.earth2me.essentials.Essentials\nversion: 2.18.0.0\nwebsite: http://tiny.cc/EssentialsCommands\ndescription: Provides an essential, core set of commands for Bukkit.\nsoftdepend: [Vault, LuckPerms]\nauthors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685]\napi-version: \"1.13\"\ncommands: afk: description: Marks you as away-from-keyboard. usage: /<command> [player/message...] aliases: [eafk,away,eaway] # (other config options omitted) hat: description: Get some cool new headgear. usage: /<command> [remove] aliases: [ehat,head,ehead] # (other config options omitted)","breadcrumbs":"Command conversion » Single command conversion » Example - Converting plugin commands","id":"69","title":"Example - Converting plugin commands"},"7":{"body":"Updates Location arguments page to mention the new centerPosition argument to center the position of integer values for location arguments. Added Delegated properties page to mention the added support of delegations.","breadcrumbs":"Introduction » Documentation changes 9.1.0 \\(\\rightarrow\\) 9.2.0","id":"7","title":"Documentation changes 9.1.0 \\(\\rightarrow\\) 9.2.0"},"70":{"body":"Some commands which are registered by plugins are not present in the plugin's plugin.yml file. Due to this, the CommandAPI cannot link a command to its respective plugin for command conversion. In order to deal with this, the CommandAPI can link arbitrary commands via the other-commands-to-convert option in the CommandAPI's config.yml file. This can be used for any of the following (and more): Commands created using Skript Commands created using MyCommand Commands which are not registered in a plugin.yml, such as WorldEdit commands To add commands to be converted, simply add them under the other-command-to-convert section in the CommandAPI's config.yml.","breadcrumbs":"Command conversion » Single command conversion » Arbitrary command conversion","id":"70","title":"Arbitrary command conversion"},"71":{"body":"In this example, we want to convert the //set command from WorldEdit, as well as a custom command /mycommand. Note that since WorldEdit's //set command has two forward slashes, we ignore the first one (because that is the symbol used to start commands), but must make sure that we include the second one as that is part of WorldEdit's command syntax. This is the following config.yml that you would need: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: []\nskip-sender-proxy: []\nother-commands-to-convert: - /set - mycommand","breadcrumbs":"Command conversion » Single command conversion » Example - Converting arbitrary commands","id":"71","title":"Example - Converting arbitrary commands"},"72":{"body":"For even finer control when converting a single command, you can provide the list of arguments that are required to run the command! This lets you use the command UI in converted commands as you see fit. Before we explain how to do this in detail, let's first take a look at an example of this in action.","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Single command conversion (with arguments)","id":"72","title":"Single command conversion (with arguments)"},"73":{"body":"EssentialsX includes a command /speed which lets you change the current speed that a player can move at. The command format is the following: /speed <speed>\n/speed <speed> <target>\n/speed <walk/fly> <speed>\n/speed <walk/fly> <speed> <target> Which means you can run any of the following commands: /speed 5\n/speed 2 Notch\n/speed fly 6\n/speed walk 3 Notch By looking at this, we can see that: <speed> is a number. By using the command, we can determine that the range of values is between 0 and 10 (inclusive). <target> is a player <walk/fly> don't change - these are \"fixed\" values. We can represent this using the following config.yml file: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - speed <speed>[0..10] - speed <target>[minecraft:game_profile] - speed (walk|fly) <speed>[0..10] - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile] Using this, we can display options, such as \"fly\" and \"walk\", as well as optional targets (\"Skepter\"): A command \"/execute run speed\" with argument suggestions for entity selectors, as well as \"fly\" and \"walk\" Additionally, we can apply limits to the numbers that can be provided. For example, here we limit the number to a value between 0 to 10. If a value is outside of that range, and error is shown to the user: A command \"/execute run speed walk 15\" with an error displaying \"Long must not be more than 10, found 15 at position 24: ...peed walk <--[HERE]","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Example - Converting EssentialsX's /speed command","id":"73","title":"Example - Converting EssentialsX's /speed command"},"74":{"body":"The argument syntax is a little tricky to get the hang of at the beginning, but it should be fairly straight forward. There are two main types of arguments that you can have:","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Command argument syntax","id":"74","title":"Command argument syntax"},"75":{"body":"Literal arguments are arguments with \"fixed\" values, such as walk or fly from our example above. To declare a literal value, place brackets around the value. For example: (walk) To have multiple different literals, place a pipe symbol | between each entry within the brackets. For example: (walk|fly)","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Literal arguments","id":"75","title":"Literal arguments"},"76":{"body":"Named arguments must have a name, declared in angled brackets <name>, followed by the type of the argument in square brackets [type]. In the example above, we had a named argument <target>, with the argument type as a player: [minecraft:game_profile]. The name in the argument can be whatever you want, but it is recommended to keep it as a lowercase value consisting only of letters. The following argument types are highly recommended and are very likely to be compatible with every plugin command that you may want to convert: Type Description api:entity An single entity (e.g. @e[limit=1]) api:entities Many entities (e.g. @e) api:player A single player (e.g. Notch or @r) api:players Many players (e.g. @a) api:greedy_string An unlimited amount of text. This can only be used as the last entry of a list of arguments brigadier:bool A Boolean value true or false brigadier:double A decimal number brigadier:float A decimal number brigadier:integer A whole number brigadier:long A whole number brigadier:string A single word minecraft:block_pos A location of x, y and z coordinates (whole numbers) In the example above, we used the a \"range type\" in the form [0..10]. This is a special argument type that will conform to brigader:long or brigader:double and apply a limit to the values that can be entered.","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Named arguments","id":"76","title":"Named arguments"},"77":{"body":"To declare the range \\(10 \\le x \\le 50\\) (a value must be between 10 and 50 (inclusive)): <name>[10..50] To declare the range \\(10 \\le x\\) (a value must be bigger than or equal to 10): <name>[10..] To declare the range \\(x \\le 50\\) (a value must be less than or equal to 50): <name>[..50] To declare the range \\(0 \\le x \\le 1\\), where \\(x\\) is a decimal value: <name>[0.0..1.0] To declare a value \\(x\\) that can take any range of values and is a decimal number: <name>[brigadier:double]","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Example - Declaring\"range type\" arguments","id":"77","title":"Example - Declaring\"range type\" arguments"},"78":{"body":"The list of types are based on the list of argument types from the Minecraft Wiki , with a few changes. The complete list that the CommandAPI supports is as follows: Type Description api:advancement An advancement api:biome A biome api:entity An single entity (e.g. @e[limit=1]) api:entities Many entities (e.g. @e) api:greedy_string An unlimited amount of text. This can only be used as the last entry of a list of arguments api:loot_table A loot table api:player A single player (e.g. Notch or @r) api:players Many players (e.g. @a) api:recipe A recipe api:sound A sound effect api:text Text encased in quotes: \"text with spaces\" brigadier:bool A Boolean value true or false brigadier:double A decimal number brigadier:float A decimal number brigadier:integer A whole number brigadier:long A whole number brigadier:string A single word minecraft:angle A yaw angle in degrees (from -180.0 to 179.9) minecraft:block_pos A location of x, y and z coordinates (whole numbers) minecraft:block_predicate A block predicate minecraft:block_state A block type (e.g. stone) minecraft:color A chat color (e.g. red, green) minecraft:column_pos A location of x and z coordinates (whole numbers) minecraft:component Raw JSON text minecraft:dimension A dimension/world, (e.g. minecraft:overworld) minecraft:entity An entity (e.g. Notch) minecraft:entity_summon An entity type (e.g. cow, wither) minecraft:float_range A range of decimal numbers minecraft:function A datapack function minecraft:game_profile A player (e.g. Notch) minecraft:int_range A range of whole numbers minecraft:item_enchantment An enchantment (e.g. unbreaking) minecraft:item_predicate An item predicate minecraft:item_stack An item (e.g. stick) minecraft:message A plain text message which can have target selectors (e.g. Hello @p). This can only be used as the last entry of a list of arguments minecraft:mob_effect A potion effect (e.g. speed, jump_boost) minecraft:nbt_compound_tag Raw compound NBT in SNBT format minecraft:objective An objective name (e.g. temperature) minecraft:objective_criteria An objective criteria (e.g. deaths) minecraft:operation An operation symbol (e.g. +=, *=) minecraft:particle A particle (e.g. crit, flame) minecraft:rotation A rotation of yaw and pitch values (e.g. ~ ~) minecraft:score_holder A score holder (e.g. Notch) minecraft:scoreboard_slot A scoreboard slot (e.g. sidebar) minecraft:swizzle A collection of axes (e.g. xyz, xz) minecraft:team A team name (e.g. hunters) minecraft:time A duration of time (e.g. 2d) minecraft:uuid A UUID (e.g. dd12be42-52a9-4a91-a8a1-11c01849e498) minecraft:vec2 A location of x and z coordinates (decimal numbers) minecraft:vec3 A location of x, y and z coordinates (decimal numbers)","breadcrumbs":"Command conversion » Single command conversion (with arguments) » List of all supported argument types","id":"78","title":"List of all supported argument types"},"79":{"body":"Entity selectors (also known as target selectors) allows you to select certain entities or players which fit a certain criteria when writing a command. Typically, these are of the form @p, @r, @a, @e or @s. By default, when converting a command without arguments, the CommandAPI will not handle these entity selectors. In order to get entity selectors to cooperate with plugins, they must be declared in the relevant config.yml section.","breadcrumbs":"Command conversion » Entity selectors » Entity selectors","id":"79","title":"Entity selectors"},"8":{"body":"Updates Multi literal arguments page to mention new MultiLiteralArgument constructor. Adds CommandArguments page to explain the CommandArguments class introduced in 9.0.0 Adds Adventure chat color argument to the adventure chat arguments page. Adds new Command unregistration page.","breadcrumbs":"Introduction » Documentation changes 9.0.3 \\(\\rightarrow\\) 9.1.0","id":"8","title":"Documentation changes 9.0.3 \\(\\rightarrow\\) 9.1.0"},"80":{"body":"EssentialsX includes a command /ext which lets you extinguish a player that is currently on fire. The command format is the following: /ext\n/ext <player> In order to convert this command, we could use the following config.yml file: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - ext Using the above config.yml file will support the following commands: /ext\n/ext Notch However, the above config.yml will not support the following commands: /ext @a[distance=10]\n/ext @p In order to handle this, we have to use the conversion with arguments (as described in the previous section ). For this ext command, we want to only use this command on one or more players , therefore we want to use the api:players argument which is compatible with one or more players: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - ext <player>[api:players] - ext Note that we declare ext <player>[api:players] before we declare ext. This is because more precise commands MUST be declared before lesser precise commands.","breadcrumbs":"Command conversion » Entity selectors » Example - Converting EssentialsX's /ext command","id":"80","title":"Example - Converting EssentialsX's /ext command"},"81":{"body":"When the CommandAPI converts a command, it does some tweaks to the thing running the command (such as the player or console) to improve compatibility with plugins (mostly permissions). This doesn't always work, and can sometimes produce an error which looks like this: [20:44:01 ERROR]: java.lang.IllegalArgumentException: object is not an instance of declaring class\n[20:44:01 ERROR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n[20:44:01 ERROR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\n[20:44:01 ERROR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\n[20:44:01 ERROR]: at java.lang.reflect.Method.invoke(Unknown Source)\n[20:44:01 ERROR]: at dev.jorel.commandapi.Converter.lambda$mergeProxySender$3(Converter.java:151)\n[20:44:01 ERROR]: at com.sun.proxy.$Proxy33.getInventory(Unknown Source) To fix this, add the plugin which the command is registered from to the list of plugins under skip-sender-proxy.","breadcrumbs":"Skipping proxy senders » Skipping proxy senders","id":"81","title":"Skipping proxy senders"},"82":{"body":"SkinsRestorer (not associated or sponsored by the CommandAPI in any way) is a plugin that lets you change the skin for a player. This suffers from the above issue and is not compatible with the CommandAPI's conversion compatibility tweaks. To do this, we'll add SkinsRestorer to the list of plugins which should be skipped: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - SkinsRestorer: ~\nskip-sender-proxy: - SkinsRestorer","breadcrumbs":"Skipping proxy senders » Example - Improving compatibility with the SkinsRestorer plugin","id":"82","title":"Example - Improving compatibility with the SkinsRestorer plugin"},"83":{"body":"To use the CommandAPI in your plugins, there are a few methods of adding it to your development environment. First things first, if you're using the CommandAPI plugin, you need to add the CommandAPI as a dependent in your plugin.yml or paper-plugin.yml: name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: [CommandAPI] name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndependencies: server: CommandAPI: load: BEFORE required: true join-classpath: true","breadcrumbs":"Setting up your development environment » Setting up your development environment","id":"83","title":"Setting up your development environment"},"84":{"body":"Developer's Note: If you've never used maven before, I highly recommend it! It makes it easier to keep your code updated with the latest dependency updates. For information on how to set up a plugin using maven, you can read Bukkit's plugin tutorial . Add the dependency to your pom.xml: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-core</artifactId> <version>9.4.1</version> <scope>provided</scope> </dependency>\n</dependencies>","breadcrumbs":"Setting up your development environment » Using Maven (recommended)","id":"84","title":"Using Maven (recommended)"},"85":{"body":"Add the repositories to your build.gradle file (the second repository is required because the CommandAPI depends on the NBT-API): repositories { mavenCentral() maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} Add the dependency to your list of dependencies in your build.gradle file: dependencies { compileOnly \"dev.jorel:commandapi-bukkit-core:9.4.1\"\n}","breadcrumbs":"Setting up your development environment » Using Gradle (recommended)","id":"85","title":"Using Gradle (recommended)"},"86":{"body":"Download the latest CommandAPI.jar from the download page here Add the CommandAPI.jar file to your project/environment's build path: Adding the external .jar file in Eclipse: An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options \"Build Path\", followed by \"Add External Archives...\" Adding the external .jar file in IntelliJ: In your project, first click File -> Project Structure -> Libraries Next, click the little + at the top: An image in IntelliJ showing the plus icon to add an external .jar. After you clicked that, you need to select Java. A little pop-up will appear where you can choose the location of your external .jar file.","breadcrumbs":"Setting up your development environment » Manually using the .jar","id":"86","title":"Manually using the .jar"},"87":{"body":"\"Shading\" is the process of including the CommandAPI inside your plugin, rather than requiring the CommandAPI as an external plugin. In other words, if you shade the CommandAPI into your plugin, you don't need to include the CommandAPI.jar in your server's plugins folder.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading the CommandAPI in your plugins","id":"87","title":"Shading the CommandAPI in your plugins"},"88":{"body":"The CommandAPI plugin has a few slight differences with the shaded CommandAPI jar file. The CommandAPI plugin has the following extra features that are not present in the shaded version: Command conversion via a config.yml file","breadcrumbs":"Shading the CommandAPI in your plugins » Shading vs CommandAPI plugin","id":"88","title":"Shading vs CommandAPI plugin"},"89":{"body":"For the CommandAPI to function as normal, you must call the CommandAPI's initializers in the onLoad() and onEnable() methods of your plugin: CommandAPI.onLoad(CommandAPIConfig config);\nCommandAPI.onEnable(); If you want to handle reloading, the CommandAPI has minimal support for it with the onDisable() method, which can go in your plugin. This is optional and is not required if you don't plan on reloading the server.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading requirements","id":"89","title":"Shading requirements"},"9":{"body":"Updates Map arguments page with new syntax","breadcrumbs":"Introduction » Documentation changes 9.0.2 \\(\\rightarrow\\) 9.0.3","id":"9","title":"Documentation changes 9.0.2 \\(\\rightarrow\\) 9.0.3"},"90":{"body":"The onLoad(CommandAPIConfig) method initializes the CommandAPI's loading sequence. This must be called before you start to access the CommandAPI and must be placed in your plugin's onLoad() method. The argument CommandAPIConfig is used to configure how the CommandAPI works. The CommandAPIConfig class has the following parameters which let you set how the CommandAPI works similar to the config.yml, which is described here . public class CommandAPIConfig { CommandAPIConfig verboseOutput(boolean value); // Enables verbose logging CommandAPIConfig silentLogs(boolean value); // Disables ALL logging (except errors) CommandAPIConfig useLatestNMSVersion(boolean value); // Whether the latest NMS implementation should be used or not CommandAPIConfig missingExecutorImplementationMessage(String value); // Set message to display when executor implementation is missing CommandAPIConfig dispatcherFile(File file); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree CommandAPIConfig setNamespace(String namespace); // The namespace to use when the CommandAPI registers a command CommandAPIConfig usePluginNamespace(); // Whether the CommandAPI should use the name of the plugin passed into the CommandAPIConfig implementation as the default namespace for commands <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); // Initializes hooks with an NBT API. See NBT arguments documentation page for more info\n} The CommandAPIConfig class follows a typical builder pattern (without you having to run .build() at the end), which lets you easily construct configuration instances. However, the CommandAPIConfig class is abstract and cannot be used to configure the CommandAPI directly. Instead, you must use a subclass of CommandAPIConfig that corresponds to the platform you are developing for. For example, when developing for Bukkit, you should use the CommandAPIBukkiConfig class. public class CommandAPIBukkitConfig extends CommandAPIConfig { CommandAPIBukkitConfig(JavaPlugin plugin); CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked); // Whether the CommandAPI should hook into the Paper-exclusive ServerResourcesReloadedEvent\n} In order to create a CommandAPIBukkitConfig object, you must give it a reference to your JavaPlugin instance. The CommandAPI always uses this to registers events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the hook-paper-reload configuration option, which may be configured using a CommandAPIBukkitConfig instance. For example, to load the CommandAPI on Bukkit with all logging disabled, you can use the following: CommandAPI.onLoad(new CommandAPIBukkitConfig(plugin).silentLogs(true)); CommandAPI.onLoad(CommandAPIBukkitConfig(plugin).silentLogs(true))","breadcrumbs":"Shading the CommandAPI in your plugins » Loading","id":"90","title":"Loading"},"91":{"body":"The onEnable() method initializes the CommandAPI's enabling sequence. Similar to the onLoad(CommandAPIConfig) method, this must be placed in your plugin's onEnable() method. This isn't as strict as the onLoad(CommandAPIConfig) method, and can be placed anywhere in your onEnable() method. The onDisable() method disables the CommandAPI gracefully. This should be placed in your plugin's onDisable() method. This doesn't unregister commands, so commands may persist during reloads - this can be mitigated using the CommandAPI.unregister() method.","breadcrumbs":"Shading the CommandAPI in your plugins » Enabling & Disabling","id":"91","title":"Enabling & Disabling"},"92":{"body":"public class MyPlugin extends JavaPlugin { @Override public void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this).verboseOutput(true)); // Load with verbose output new CommandAPICommand(\"ping\") .executes((sender, args) -> { sender.sendMessage(\"pong!\"); }) .register(); } @Override public void onEnable() { CommandAPI.onEnable(); // Register commands, listeners etc. } @Override public void onDisable() { CommandAPI.onDisable(); } } class MyPlugin : JavaPlugin() { override fun onLoad() { CommandAPI.onLoad(CommandAPIBukkitConfig(this).verboseOutput(true)) // Load with verbose output CommandAPICommand(\"ping\") .executes(CommandExecutor { sender, _ -> sender.sendMessage(\"pong!\") }) .register() } override fun onEnable() { CommandAPI.onEnable() // Register commands, listeners etc. } override fun onDisable() { CommandAPI.onDisable() } }","breadcrumbs":"Shading the CommandAPI in your plugins » Example - Setting up the CommandAPI in your plugin","id":"92","title":"Example - Setting up the CommandAPI in your plugin"},"93":{"body":"By default, the CommandAPI is written in the dev.jorel.commandapi package. It is highly recommended to \"relocate\" the shaded copy of the CommandAPI to your own package instead to prevent package clashes with other projects that shade the CommandAPI: \\begin{align} &\\qquad\\texttt{dev.jorel.commandapi} \\rightarrow \\texttt{my.custom.package.commandapi} \\\\ \\end{align}","breadcrumbs":"Shading the CommandAPI in your plugins » A note about relocating","id":"93","title":"A note about relocating"},"94":{"body":"To shade the CommandAPI into a maven project, you'll need to use the commandapi-bukkit-shade dependency, which is optimized for shading and doesn't include plugin-specific files (such as plugin.yml) . Here you have a choice between the Spigot-mapped version and the Mojang-mapped version. You do not need to use commandapi-bukkit-core if you are shading : Add the CommandAPI shade dependency: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade-mojang-mapped</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> You can shade the CommandAPI easily by adding the maven-shade-plugin to your build sequence using version 3.3.0 (compatible with Java 16): <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>shade</id> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <minimizeJar>true</minimizeJar> <relocations> <relocation> <pattern>dev.jorel.commandapi</pattern> <!-- TODO: Change this to my own package name --> <shadedPattern>my.custom.package.commandapi</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins>\n</build> As we're shading the CommandAPI into your plugin, you don't need to add depend: [CommandAPI] to your plugin.yml file.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading with Maven","id":"94","title":"Shading with Maven"},"95":{"body":"To shade the CommandAPI into a Gradle project, we'll use the Gradle Shadow Plugin . Add this to your list of plugins: plugins { id 'java' id 'com.github.johnrengelman.shadow' version '7.1.2'\n} plugins { java id(\"com.github.johnrengelman.shadow\") version \"7.1.2\"\n} Add our repositories: repositories { mavenCentral() // If you want to shade the NBT API as well maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} repositories { mavenCentral() // If you want to shade the NBT API as well maven(url = \"https://repo.codemc.org/repository/maven-public/\")\n} Next, we declare our dependencies: dependencies { implementation \"dev.jorel:commandapi-bukkit-shade:9.4.1\"\n} dependencies { implementation \"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade:9.4.1\")\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\")\n} Then we add it to the shadowJar task configuration and relocate the CommandAPI to your desired location: shadowJar { dependencies { include dependency(\"dev.jorel:commandapi-bukkit-shade:9.4.1\") } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} shadowJar { dependencies { include dependency(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\") } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} tasks.withType<ShadowJar> { dependencies { include(dependency(\"dev.jorel:commandapi-bukkit-shade:9.4.1\")) } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} tasks.withType<ShadowJar> { dependencies { include(dependency(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\")) } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} Finally, we can build the shaded jar using the following command: gradlew build shadowJar As we're shading the CommandAPI into your plugin, we don't need to add depend: [CommandAPI] to your plugin.yml file.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading with Gradle","id":"95","title":"Shading with Gradle"},"96":{"body":"The annotation system is a separate part of the CommandAPI, and as a result it needs to be included as an additional dependency to your project. The annotation system effectively needs to be added twice: Once for compilation and again to invoke the annotation processor itself.","breadcrumbs":"Using the annotation system » Using the annotation system","id":"96","title":"Using the annotation system"},"97":{"body":"Add the annotation dependency to your pom.xml: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-annotations</artifactId> <version>9.4.1</version> <scope>provided</scope> </dependency>\n</dependencies> Add the annotation processor as an annotation process to the compile task in the pom.xml: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <annotationProcessorPaths> <path> <groupId>dev.jorel</groupId> <artifactId>commandapi-annotations</artifactId> <version>9.4.1</version> </path> </annotationProcessorPaths> </configuration> </plugin> </plugins>\n</build>","breadcrumbs":"Using the annotation system » Using Maven","id":"97","title":"Using Maven"},"98":{"body":"If you haven't already done so, add the maven central repository to your build.gradle file: repositories { mavenCentral() maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} repositories { mavenCentral() maven(url = \"https://repo.codemc.org/repository/maven-public/\")\n} Add the dependency and annotation processor to your list of dependencies in your build.gradle file: dependencies { compileOnly \"dev.jorel:commandapi-annotations:9.4.1\" annotationProcessor \"dev.jorel:commandapi-annotations:9.4.1\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-annotations:9.4.1\") annotationProcessor(\"dev.jorel:commandapi-annotations:9.4.1\")\n}","breadcrumbs":"Using the annotation system » Using Gradle","id":"98","title":"Using Gradle"},"99":{"body":"To register commands with the CommandAPI, we use the CommandAPICommand class. It follows a simple builder pattern to improve readability. I think the easiest way to explain it is with an example: // Create our command\nnew CommandAPICommand(\"broadcastmsg\") .withArguments(new GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes((sender, args) -> { String message = (String) args.get(\"message\"); Bukkit.getServer().broadcastMessage(message); }) .register(); // Create our command\nCommandAPICommand(\"broadcastmsg\") .withArguments(GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes(CommandExecutor { sender, args -> val message = args[\"message\"] as String Bukkit.getServer().broadcastMessage(message) }) .register() First, we create a new CommandAPICommand, with the name of the command that the sender must enter to run it. Then, we create an argument to add to the command using withArguments. This is described in more detail in the section on arguments . In this example, we add an alias, \"broadcast\", to the command. This allows the sender to use either /broadcastmsg <message> or /broadcast <message>. By using withPermission, we require the sender to be an OP in order to run the command. We control what the command does using executes (this is described in more detail in the section on command executors ). Finally, we register the command to the CommandAPI using register. That's it! This simple snippet of code fully registers the command to the server. You don't need to supply a plugin instance, you don't have to create a custom class and you don't have to mess with the plugin.yml file. Throughout this documentation, we will use the various different methods for command registration to give you an idea of when and where certain methods are more suitable than others.","breadcrumbs":"Command registration » Command registration","id":"99","title":"Command registration"}},"length":561,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"121":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"263":{"tf":1.0},"287":{"tf":3.1622776601683795},"356":{"tf":1.0},"381":{"tf":1.4142135623730951},"430":{"tf":1.0}}},"5":{".":{"3":{".":{"5":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"0":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"129":{"tf":1.0},"156":{"tf":2.449489742783178},"199":{"tf":1.0},"215":{"tf":1.0},"247":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"347":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"470":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{"&":{"8":{"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"0":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"0":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"287":{"tf":3.1622776601683795},"458":{"tf":1.0},"83":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":2.0}}},"df":0,"docs":{}},"df":6,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.0},"69":{"tf":1.0}}},"4":{".":{"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"542":{"tf":1.0},"555":{"tf":1.0}}},"6":{".":{"1":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"2":{"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"3":{"0":{"9":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"226":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"266":{"tf":1.0},"354":{"tf":1.4142135623730951},"42":{"tf":1.0},"465":{"tf":1.0},"537":{"tf":1.0},"542":{"tf":2.23606797749979},"548":{"tf":1.0}}},"8":{".":{"1":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"9":{"'":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},".":{"1":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.0}}},"2":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{".":{"2":{"df":1,"docs":{"540":{"tf":1.0}}},"3":{"df":6,"docs":{"366":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"4":{"df":8,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"5":{"df":2,"docs":{"281":{"tf":1.4142135623730951},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"8":{".":{"0":{"_":{"2":{"6":{"1":{"df":1,"docs":{"548":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"547":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":1,"docs":{"47":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"430":{"tf":1.0}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"2":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"3":{"df":1,"docs":{"35":{"tf":1.0}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":4,"docs":{"125":{"tf":1.0},"128":{"tf":2.0},"247":{"tf":2.0},"430":{"tf":1.0}}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"156":{"tf":2.6457513110645907},"195":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"243":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"346":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"547":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":2.0}}},"1":{".":{"5":{".":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"4":{":":{"4":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"4":{"9":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"0":{"1":{"8":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"9":{"8":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"306":{"tf":1.4142135623730951},"35":{"tf":1.0},"547":{"tf":1.0},"555":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":2,"docs":{"40":{"tf":1.0},"547":{"tf":1.0}}},"3":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"4":{"df":4,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"5":{".":{"3":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}},":":{"5":{"7":{":":{"2":{"9":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"36":{"tf":1.0},"547":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"6":{":":{"4":{"8":{":":{"2":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"7":{"9":{".":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"547":{"tf":1.0}}},"8":{"0":{".":{"0":{"df":2,"docs":{"263":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"263":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":25,"docs":{"104":{"tf":1.0},"111":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":3.3166247903554},"247":{"tf":2.0},"271":{"tf":2.0},"272":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"331":{"tf":2.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"412":{"tf":4.0},"44":{"tf":1.0},"470":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951},"540":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0}}},"2":{".":{"1":{"8":{".":{"0":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"8":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{}},":":{"4":{"4":{":":{"0":{"1":{"df":1,"docs":{"81":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"211":{"tf":2.0},"277":{"tf":1.7320508075688772},"285":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":2.449489742783178},"499":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"299":{"tf":1.0}}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"9":{"6":{"d":{"df":0,"docs":{},"f":{"5":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"1":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.4142135623730951},"299":{"tf":1.0},"78":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"225":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"456":{"tf":1.0},"548":{"tf":1.4142135623730951},"555":{"tf":1.0},"73":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"3":{".":{"0":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"4":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"211":{"tf":1.7320508075688772},"386":{"tf":3.1622776601683795},"389":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951}}},"d":{"df":3,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0}}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.0},"554":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}},"1":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"2":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"3":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"6":{"9":{"5":{"1":{"2":{"3":{"4":{"5":{"df":2,"docs":{"473":{"tf":1.0},"557":{"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":{"3":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"a":{"9":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"116":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":2.8284271247461903},"44":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}},"f":{"df":1,"docs":{"116":{"tf":1.0}}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"3":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}},"0":{"df":2,"docs":{"125":{"tf":1.0},"77":{"tf":2.0}}},"2":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"108":{"tf":1.0},"195":{"tf":2.8284271247461903},"271":{"tf":2.0},"29":{"tf":1.4142135623730951},"397":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"479":{"tf":1.0},"560":{"tf":1.0},"73":{"tf":1.0}}},"6":{".":{"0":{".":{"0":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"525":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"525":{"tf":1.0}}},"1":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.0}}},"4":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"48":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":2,"docs":{"128":{"tf":2.8284271247461903},"331":{"tf":2.449489742783178}}},"5":{"7":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"406":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}},"3":{"df":1,"docs":{"39":{"tf":1.0}}},"8":{".":{"1":{"4":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"a":{"b":{"b":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"1":{"df":2,"docs":{"19":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"1":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"513":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"511":{"tf":1.0}}},"1":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"506":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"502":{"tf":1.0}}},"3":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":2,"docs":{"12":{"tf":1.0},"490":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"499":{"tf":2.0}}},"d":{"c":{"1":{"d":{"a":{"1":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"9":{".":{"0":{".":{"0":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"487":{"tf":1.0},"490":{"tf":1.7320508075688772},"529":{"tf":1.0},"8":{"tf":1.0}}},"1":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"485":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.0},"485":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":3,"docs":{"482":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":6,"docs":{"321":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":7,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"481":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.0}}},"1":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772}}},"9":{"df":1,"docs":{"128":{"tf":2.0}}},"df":5,"docs":{"199":{"tf":1.0},"251":{"tf":1.4142135623730951},"347":{"tf":1.0},"44":{"tf":1.0},"547":{"tf":1.0}},"f":{"b":{"8":{"8":{"5":{"df":0,"docs":{},"e":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"(":{"df":0,"docs":{},"ツ":{")":{"_":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":60,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"293":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"395":{"tf":2.0},"399":{"tf":2.8284271247461903},"401":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0}}},"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"a":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"266":{"tf":1.0},"388":{"tf":1.0},"456":{"tf":1.0},"486":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":41,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0},"410":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"c":{"df":0,"docs":{},"i":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"331":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"516":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":49,"docs":{"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.449489742783178},"138":{"tf":3.4641016151377544},"139":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"324":{"tf":1.0},"343":{"tf":1.0},"383":{"tf":2.23606797749979},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"451":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":2.23606797749979},"498":{"tf":1.4142135623730951},"514":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"336":{"tf":1.0},"442":{"tf":1.0},"455":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"473":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"413":{"tf":1.0}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"117":{"tf":1.0},"382":{"tf":1.0},"470":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"201":{"tf":1.0},"351":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"223":{"tf":1.4142135623730951},"302":{"tf":1.0},"556":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":1,"docs":{"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"d":{"df":94,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":2.23606797749979},"293":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"391":{"tf":1.0},"40":{"tf":2.8284271247461903},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":4.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"42":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"44":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":3.1622776601683795},"479":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.0},"545":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"377":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"447":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":39,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"131":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"277":{"tf":1.0},"295":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"378":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"42":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"447":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"470":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"383":{"tf":1.0},"403":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"|":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"264":{"tf":2.23606797749979},"265":{"tf":3.7416573867739413},"360":{"tf":1.0},"400":{"tf":1.0},"467":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"264":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"105":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"'":{"df":3,"docs":{"229":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"239":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"227":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"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":1,"docs":{"461":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"176":{"tf":2.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"69":{"tf":2.6457513110645907}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"155":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"552":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"170":{"tf":1.0},"326":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0},"526":{"tf":1.0},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"161":{"tf":1.0},"396":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"478":{"tf":1.0}},"i":{"a":{"df":3,"docs":{"420":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"394":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"466":{"tf":1.0},"69":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"555":{"tf":1.0}}}},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}}}}}},"df":83,"docs":{"102":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.7320508075688772},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"394":{"tf":1.0},"396":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"407":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"50":{"tf":1.4142135623730951},"510":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"177":{"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":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":3,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"555":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"181":{"tf":1.0},"269":{"tf":1.7320508075688772},"548":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"159":{"tf":1.4142135623730951},"178":{"tf":1.0},"240":{"tf":1.0},"326":{"tf":1.0},"369":{"tf":1.0},"388":{"tf":1.7320508075688772},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.4142135623730951},"449":{"tf":1.0},"472":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}},"n":{"df":7,"docs":{"245":{"tf":1.0},"292":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"433":{"tf":1.0},"532":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"48":{"tf":1.0},"542":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":16,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"339":{"tf":1.4142135623730951},"350":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"476":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"478":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"322":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"134":{"tf":1.0},"138":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":2.8284271247461903},"345":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"388":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.23606797749979},"453":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":7,"docs":{"263":{"tf":2.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"314":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"537":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"98":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":25,"docs":{"24":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"413":{"tf":2.6457513110645907},"415":{"tf":1.4142135623730951},"416":{"tf":3.872983346207417},"417":{"tf":1.7320508075688772},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":2.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":2.0},"430":{"tf":2.23606797749979},"431":{"tf":1.7320508075688772},"477":{"tf":2.6457513110645907},"530":{"tf":2.0},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"334":{"tf":1.0},"343":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"383":{"tf":1.4142135623730951},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"416":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.0},"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"170":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"2":{"tf":1.0},"439":{"tf":1.4142135623730951},"478":{"tf":1.0},"527":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"104":{"tf":1.0},"557":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"389":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"416":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"'":{"df":2,"docs":{"230":{"tf":1.0},"357":{"tf":1.0}}},":":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.0},"230":{"tf":1.0},"231":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":2.449489742783178},"456":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"560":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"426":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"470":{"tf":1.0},"48":{"tf":1.0},"546":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"350":{"tf":1.4142135623730951},"351":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"159":{"tf":1.0},"351":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"287":{"tf":1.0},"346":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":13,"docs":{"194":{"tf":1.0},"275":{"tf":1.7320508075688772},"323":{"tf":1.0},"381":{"tf":2.449489742783178},"393":{"tf":1.0},"395":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"474":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}},"y":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"416":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"121":{"tf":1.0},"30":{"tf":1.4142135623730951},"340":{"tf":1.0},"342":{"tf":1.7320508075688772},"343":{"tf":1.0},"387":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"464":{"tf":1.0},"476":{"tf":1.0},"544":{"tf":1.0},"558":{"tf":1.0}}}},"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":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"[":{"0":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":127,"docs":{"100":{"tf":3.3166247903554},"105":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.449489742783178},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"293":{"tf":2.449489742783178},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"298":{"tf":2.449489742783178},"300":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":3.0},"319":{"tf":2.449489742783178},"321":{"tf":1.4142135623730951},"322":{"tf":2.449489742783178},"331":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"341":{"tf":2.0},"343":{"tf":2.0},"350":{"tf":1.7320508075688772},"356":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":4.242640687119285},"408":{"tf":1.4142135623730951},"410":{"tf":1.7320508075688772},"412":{"tf":2.8284271247461903},"415":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.449489742783178},"455":{"tf":1.4142135623730951},"462":{"tf":1.0},"468":{"tf":2.0},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":2.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":1.0},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"2":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.0},"247":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":2,"docs":{"185":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"300":{"tf":1.0},"339":{"tf":1.0},"472":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"259":{"tf":1.0},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"158":{"tf":1.0},"223":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":1,"docs":{"156":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"\"":{")":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":1.0},"151":{"tf":1.7320508075688772},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.0},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"138":{"tf":1.0},"251":{"tf":1.0},"318":{"tf":2.0},"415":{"tf":1.4142135623730951},"493":{"tf":1.0}}},"1":{"df":1,"docs":{"493":{"tf":1.0}}},"2":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{")":{".":{"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"[":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"442":{"tf":2.0}}}}},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"318":{"tf":2.449489742783178},"470":{"tf":2.0},"493":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"470":{"tf":2.0},"493":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"143":{"tf":1.0},"170":{"tf":1.0},"237":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0}}},"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":258,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":3.7416573867739413},"132":{"tf":2.6457513110645907},"133":{"tf":2.8284271247461903},"134":{"tf":3.605551275463989},"135":{"tf":2.23606797749979},"136":{"tf":2.0},"137":{"tf":2.449489742783178},"138":{"tf":3.4641016151377544},"139":{"tf":3.1622776601683795},"14":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":3.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"148":{"tf":2.8284271247461903},"149":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"150":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"155":{"tf":5.0990195135927845},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"161":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":3.0},"168":{"tf":3.0},"169":{"tf":2.8284271247461903},"171":{"tf":2.6457513110645907},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":1.4142135623730951},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"195":{"tf":2.449489742783178},"197":{"tf":2.6457513110645907},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"229":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"282":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":3.1622776601683795},"307":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":2.6457513110645907},"318":{"tf":2.0},"319":{"tf":1.7320508075688772},"320":{"tf":2.8284271247461903},"321":{"tf":3.4641016151377544},"322":{"tf":1.4142135623730951},"323":{"tf":3.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"329":{"tf":2.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":2.8284271247461903},"348":{"tf":2.6457513110645907},"349":{"tf":2.449489742783178},"350":{"tf":3.4641016151377544},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":2.6457513110645907},"372":{"tf":1.0},"375":{"tf":1.7320508075688772},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":3.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.7320508075688772},"388":{"tf":3.3166247903554},"39":{"tf":1.4142135623730951},"40":{"tf":3.1622776601683795},"406":{"tf":1.0},"407":{"tf":1.0},"409":{"tf":1.7320508075688772},"410":{"tf":2.23606797749979},"416":{"tf":3.3166247903554},"425":{"tf":1.4142135623730951},"429":{"tf":2.0},"43":{"tf":2.23606797749979},"430":{"tf":2.8284271247461903},"433":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"441":{"tf":3.1622776601683795},"442":{"tf":3.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"448":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"459":{"tf":2.23606797749979},"464":{"tf":2.449489742783178},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":3.0},"470":{"tf":4.898979485566356},"473":{"tf":4.795831523312719},"474":{"tf":2.0},"486":{"tf":1.4142135623730951},"493":{"tf":2.6457513110645907},"5":{"tf":2.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":2.23606797749979},"515":{"tf":1.0},"516":{"tf":4.242640687119285},"517":{"tf":1.7320508075688772},"518":{"tf":2.23606797749979},"520":{"tf":1.7320508075688772},"524":{"tf":4.358898943540674},"529":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.7320508075688772},"535":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.7320508075688772},"557":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":3.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":2.0}}}}}},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},".":{"a":{"d":{"d":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"131":{"tf":2.0},"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"388":{"tf":2.0},"474":{"tf":1.7320508075688772},"524":{"tf":2.449489742783178}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"160":{"tf":2.8284271247461903},"165":{"tf":1.0},"170":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"345":{"tf":2.8284271247461903},"346":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"345":{"tf":2.449489742783178},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"534":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"345":{"tf":2.449489742783178},"534":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"534":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"189":{"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"215":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"306":{"tf":1.7320508075688772},"407":{"tf":1.0},"467":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"139":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"316":{"tf":1.0},"341":{"tf":1.0},"375":{"tf":1.0},"430":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{">":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"388":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"524":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"d":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"545":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"390":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"159":{"tf":1.0},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"155":{"tf":1.0},"398":{"tf":1.0},"457":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"301":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"223":{"tf":1.0},"230":{"tf":2.0},"553":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":1,"docs":{"0":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"169":{"tf":1.0},"331":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"377":{"tf":1.0},"398":{"tf":1.0},"416":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"125":{"tf":1.0},"139":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"350":{"tf":1.0},"375":{"tf":1.0},"484":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"339":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":1.0},"265":{"tf":2.6457513110645907}}},"df":3,"docs":{"161":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"216":{"tf":1.0},"472":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"386":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"453":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"461":{"tf":1.0},"542":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"320":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"369":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"383":{"tf":3.7416573867739413}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"df":2,"docs":{"2":{"tf":1.0},"351":{"tf":2.0}},"e":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":3.0},"240":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"[":{"]":{"df":2,"docs":{"508":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":35,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"308":{"tf":1.0},"33":{"tf":1.4142135623730951},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"417":{"tf":1.0},"431":{"tf":1.4142135623730951},"433":{"tf":1.0},"46":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"276":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"458":{"tf":1.0},"471":{"tf":1.0},"518":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"132":{"tf":1.0},"155":{"tf":2.23606797749979},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"472":{"tf":2.0}}},"r":{"df":1,"docs":{"469":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"461":{"tf":1.0}}}}},"d":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":23,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.4142135623730951},"33":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"379":{"tf":1.0},"43":{"tf":1.0},"516":{"tf":1.4142135623730951},"534":{"tf":1.0},"550":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"167":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"350":{"tf":1.0},"354":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"490":{"tf":1.0},"523":{"tf":1.0},"542":{"tf":1.4142135623730951},"56":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"388":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"74":{"tf":1.0}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"318":{"tf":1.0},"541":{"tf":1.0},"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"442":{"tf":2.23606797749979},"443":{"tf":1.0},"507":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"463":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"314":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{".":{"1":{"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"169":{"tf":1.0},"253":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"322":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"410":{"tf":1.0},"415":{"tf":1.0},"440":{"tf":1.0},"45":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"540":{"tf":1.0},"548":{"tf":1.4142135623730951},"64":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"239":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"22":{"tf":1.0},"321":{"tf":1.0},"344":{"tf":1.0},"461":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"530":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":24,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"181":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":3.1622776601683795},"3":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"234":{"tf":1.0},"471":{"tf":1.0},"542":{"tf":1.4142135623730951},"555":{"tf":1.0},"558":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"554":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"490":{"tf":1.0},"556":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"14":{"tf":1.0},"266":{"tf":2.8284271247461903},"267":{"tf":4.47213595499958},"78":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"267":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"110":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"477":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"269":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":3.0},"306":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":31,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"305":{"tf":2.449489742783178},"306":{"tf":4.795831523312719},"395":{"tf":1.4142135623730951},"40":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"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":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"197":{"tf":2.6457513110645907},"268":{"tf":1.7320508075688772},"275":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}},"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":{},"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":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"268":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":2,"docs":{"282":{"tf":1.0},"287":{"tf":2.449489742783178}}}}},"o":{"b":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"205":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":4.242640687119285},"230":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"102":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"341":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"456":{"tf":1.0},"470":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"151":{"tf":1.0},"251":{"tf":1.0},"339":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"410":{"tf":1.0},"430":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"195":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"x":{"df":3,"docs":{"128":{"tf":1.7320508075688772},"310":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"314":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"479":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"344":{"tf":1.0},"345":{"tf":3.605551275463989},"346":{"tf":1.0},"407":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"479":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"107":{"tf":2.23606797749979},"109":{"tf":1.0},"125":{"tf":2.23606797749979},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"212":{"tf":2.0},"322":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"g":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":23,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"467":{"tf":2.23606797749979},"468":{"tf":1.7320508075688772},"469":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":2.449489742783178},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"478":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"512":{"tf":1.0},"531":{"tf":1.4142135623730951},"554":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":7,"docs":{"407":{"tf":1.0},"468":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.0},"531":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"470":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"112":{"tf":2.0},"128":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":3.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"358":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.7320508075688772},"401":{"tf":2.0},"442":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"384":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"551":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":24,"docs":{"2":{"tf":1.0},"226":{"tf":1.0},"329":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":2.449489742783178},"352":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"475":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"333":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.23606797749979},"352":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"510":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"517":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"84":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"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":{"232":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}}}},"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"345":{"tf":2.449489742783178},"544":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"!":{"!":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"303":{"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":{},"l":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"w":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"491":{"tf":1.0},"494":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"553":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}}}},"df":57,"docs":{"1":{"tf":1.0},"102":{"tf":3.4641016151377544},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"316":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"382":{"tf":1.4142135623730951},"401":{"tf":1.0},"425":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"454":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":2.0},"468":{"tf":1.4142135623730951},"491":{"tf":3.605551275463989},"542":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"?":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"?":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"45":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"534":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"128":{"tf":1.0},"152":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"237":{"tf":1.0},"245":{"tf":1.0},"319":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"410":{"tf":1.0},"439":{"tf":1.0},"458":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"554":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":2,"docs":{"121":{"tf":2.0},"122":{"tf":1.0}},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"114":{"tf":1.4142135623730951},"425":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"167":{"tf":1.0},"414":{"tf":1.0},"471":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"320":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"130":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"190":{"tf":1.0},"252":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"322":{"tf":2.23606797749979},"339":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"416":{"tf":1.4142135623730951},"470":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":35,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"258":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"348":{"tf":1.4142135623730951},"416":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"129":{"tf":1.0},"173":{"tf":1.0},"320":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"461":{"tf":1.0},"47":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}},"x":{"df":1,"docs":{"306":{"tf":1.0}}},"z":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"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":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"210":{"tf":1.0},"211":{"tf":2.0},"306":{"tf":1.7320508075688772},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"159":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.23606797749979},"215":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"288":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"387":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"469":{"tf":1.0},"79":{"tf":1.4142135623730951},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"416":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"127":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"470":{"tf":2.449489742783178}}},"df":0,"docs":{},"g":{"df":89,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":3.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"225":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":3.0},"460":{"tf":1.0},"470":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"536":{"tf":1.0},"542":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":2.23606797749979}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"239":{"tf":1.4142135623730951},"299":{"tf":1.0},"329":{"tf":1.0},"347":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"334":{"tf":1.4142135623730951}}},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":13,"docs":{"132":{"tf":1.0},"203":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"237":{"tf":1.0},"239":{"tf":1.0},"464":{"tf":1.0},"538":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"179":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"227":{"tf":1.0},"228":{"tf":1.0},"253":{"tf":1.0},"500":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"218":{"tf":2.8284271247461903},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"46":{"tf":1.0},"470":{"tf":1.0},"539":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"155":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":3.0},"215":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":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":{"197":{"tf":5.291502622129181},"275":{"tf":3.0},"306":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"382":{"tf":1.7320508075688772},"470":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"320":{"tf":1.0},"383":{"tf":2.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"320":{"tf":1.0},"336":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"n":{"df":6,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.7320508075688772},"454":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":3,"docs":{"197":{"tf":3.1622776601683795},"267":{"tf":2.8284271247461903},"303":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":2.6457513110645907},"312":{"tf":1.0}}}},"df":116,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":2.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.23606797749979},"199":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"333":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"356":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"40":{"tf":1.0},"409":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"441":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"47":{"tf":2.0},"471":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.4142135623730951},"520":{"tf":1.0},"531":{"tf":2.0},"54":{"tf":1.4142135623730951},"547":{"tf":3.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"413":{"tf":1.0}}}}},"r":{"df":4,"docs":{"254":{"tf":1.7320508075688772},"308":{"tf":1.0},"412":{"tf":2.23606797749979},"456":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":2.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.7320508075688772},"389":{"tf":2.0},"532":{"tf":1.0},"533":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"459":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.0},"405":{"tf":4.242640687119285},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"474":{"tf":2.449489742783178},"477":{"tf":1.7320508075688772},"493":{"tf":1.0},"516":{"tf":2.0},"531":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"250":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"479":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"168":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.23606797749979},"430":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":3.1622776601683795},"430":{"tf":1.0}}}}},"t":{"df":2,"docs":{"327":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"339":{"tf":2.0}}},"r":{"df":15,"docs":{"174":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.449489742783178},"223":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":2.449489742783178},"239":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"2":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"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":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"3":{"3":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"473":{"tf":1.4142135623730951}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"131":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.4142135623730951},"475":{"tf":1.0},"517":{"tf":1.0},"526":{"tf":1.0},"56":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"z":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"119":{"tf":1.0},"237":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"419":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"430":{"tf":1.7320508075688772}}},"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":1,"docs":{"343":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":2.23606797749979}}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}}}}}},"'":{"df":33,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"30":{"tf":1.0},"312":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"426":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"523":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"335":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"309":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"492":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"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":5,"docs":{"313":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":4,"docs":{"313":{"tf":1.0},"492":{"tf":1.4142135623730951},"517":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"416":{"tf":1.4142135623730951},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"465":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"389":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0}}}}}}}}}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"313":{"tf":1.0},"492":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"492":{"tf":1.0},"90":{"tf":2.0}}}}}}}},"df":1,"docs":{"494":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"265":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.0}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"d":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":2.8284271247461903}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.7320508075688772}}}}}}},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"131":{"tf":3.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"318":{"tf":3.0},"448":{"tf":1.4142135623730951},"489":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"388":{"tf":2.0},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.449489742783178}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"405":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"372":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"376":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"408":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.449489742783178}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.7320508075688772}}}}},"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":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":1,"docs":{"405":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":19,"docs":{"100":{"tf":5.477225575051661},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"155":{"tf":1.0},"385":{"tf":1.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":2.0},"405":{"tf":2.0},"406":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"442":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"312":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":4.0}}}}}}}},"df":194,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":3.1622776601683795},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"223":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.7320508075688772},"27":{"tf":2.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"34":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.4142135623730951},"392":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":2.0},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"447":{"tf":2.449489742783178},"449":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":2.23606797749979},"463":{"tf":2.0},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":2.449489742783178},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":5.5677643628300215},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"491":{"tf":2.449489742783178},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.4142135623730951},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":3.1622776601683795},"514":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":2.6457513110645907},"518":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":2.449489742783178},"543":{"tf":1.0},"545":{"tf":2.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"548":{"tf":1.0},"55":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":3.872983346207417},"558":{"tf":3.872983346207417},"559":{"tf":2.0},"56":{"tf":2.23606797749979},"560":{"tf":1.4142135623730951},"57":{"tf":2.449489742783178},"58":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":3.3166247903554},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.6457513110645907},"95":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"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":{"168":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":31,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"242":{"tf":1.0},"247":{"tf":1.4142135623730951},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"473":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"489":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"344":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"489":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"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":{"489":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":303,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":3.1622776601683795},"100":{"tf":5.477225575051661},"101":{"tf":2.8284271247461903},"102":{"tf":5.0990195135927845},"103":{"tf":2.449489742783178},"104":{"tf":3.1622776601683795},"105":{"tf":2.449489742783178},"106":{"tf":2.6457513110645907},"107":{"tf":5.0},"108":{"tf":2.23606797749979},"109":{"tf":4.358898943540674},"11":{"tf":1.0},"110":{"tf":4.47213595499958},"111":{"tf":3.0},"112":{"tf":3.3166247903554},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":3.1622776601683795},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":2.23606797749979},"127":{"tf":2.0},"128":{"tf":3.605551275463989},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"142":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":2.0},"151":{"tf":2.449489742783178},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":2.6457513110645907},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":2.449489742783178},"168":{"tf":3.0},"173":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":2.0},"185":{"tf":2.8284271247461903},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":2.0},"247":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.7320508075688772},"308":{"tf":2.23606797749979},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":2.6457513110645907},"320":{"tf":2.8284271247461903},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"327":{"tf":1.7320508075688772},"329":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":2.23606797749979},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"340":{"tf":3.3166247903554},"341":{"tf":3.605551275463989},"342":{"tf":2.0},"343":{"tf":3.7416573867739413},"344":{"tf":2.449489742783178},"345":{"tf":2.6457513110645907},"346":{"tf":2.8284271247461903},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.23606797749979},"356":{"tf":2.6457513110645907},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"36":{"tf":2.0},"360":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":2.0},"369":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"372":{"tf":2.23606797749979},"374":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"377":{"tf":2.23606797749979},"378":{"tf":1.7320508075688772},"379":{"tf":3.1622776601683795},"38":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":3.605551275463989},"383":{"tf":2.23606797749979},"384":{"tf":1.7320508075688772},"385":{"tf":2.449489742783178},"386":{"tf":2.8284271247461903},"388":{"tf":3.0},"389":{"tf":2.6457513110645907},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"394":{"tf":2.0},"395":{"tf":2.0},"396":{"tf":2.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"399":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.7320508075688772},"403":{"tf":3.7416573867739413},"404":{"tf":1.7320508075688772},"405":{"tf":2.6457513110645907},"406":{"tf":2.6457513110645907},"407":{"tf":3.4641016151377544},"408":{"tf":2.23606797749979},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":3.4641016151377544},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.8284271247461903},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":5.0},"417":{"tf":1.0},"419":{"tf":1.7320508075688772},"420":{"tf":1.4142135623730951},"421":{"tf":1.7320508075688772},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":2.0},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":2.23606797749979},"44":{"tf":2.449489742783178},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":2.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.7320508075688772},"456":{"tf":2.449489742783178},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":3.0},"460":{"tf":2.6457513110645907},"461":{"tf":3.1622776601683795},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"467":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.7320508075688772},"473":{"tf":4.898979485566356},"474":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"493":{"tf":1.0},"498":{"tf":1.4142135623730951},"50":{"tf":4.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"542":{"tf":2.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":2.23606797749979},"548":{"tf":2.0},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"554":{"tf":2.0},"556":{"tf":1.0},"557":{"tf":2.449489742783178},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":4.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.6457513110645907},"68":{"tf":1.7320508075688772},"69":{"tf":3.7416573867739413},"70":{"tf":3.4641016151377544},"71":{"tf":2.6457513110645907},"72":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"74":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":3.1622776601683795},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.872983346207417}},"m":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"102":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"466":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"377":{"tf":2.0},"379":{"tf":1.4142135623730951},"466":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"377":{"tf":1.0},"379":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"377":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"377":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":24,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":2.449489742783178},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"341":{"tf":1.0},"349":{"tf":1.4142135623730951},"38":{"tf":1.0},"401":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"471":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"403":{"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":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"557":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}},"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":{"560":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"556":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"476":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"df":6,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0},"377":{"tf":1.0},"413":{"tf":1.7320508075688772},"415":{"tf":1.0}}},"t":{"df":23,"docs":{"0":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":2.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"173":{"tf":1.0},"309":{"tf":1.0},"451":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":2.23606797749979},"523":{"tf":1.0},"530":{"tf":1.0},"547":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"40":{"tf":1.0},"491":{"tf":1.4142135623730951},"85":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"470":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"407":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"239":{"tf":3.4641016151377544},"240":{"tf":2.6457513110645907},"508":{"tf":1.0},"509":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"470":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"128":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"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":{"456":{"tf":1.0}}},"df":17,"docs":{"193":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"456":{"tf":1.0},"50":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":10,"docs":{"189":{"tf":1.7320508075688772},"193":{"tf":3.0},"27":{"tf":1.0},"28":{"tf":1.0},"312":{"tf":1.0},"403":{"tf":1.0},"41":{"tf":1.0},"477":{"tf":1.0},"69":{"tf":1.4142135623730951},"89":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"456":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"517":{"tf":1.0},"64":{"tf":2.0},"90":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"76":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"23":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"470":{"tf":1.0},"525":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"553":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"550":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"109":{"tf":1.0}}}}},"i":{"d":{"df":7,"docs":{"109":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"382":{"tf":1.0},"528":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.4142135623730951},"375":{"tf":1.7320508075688772},"397":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"109":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"349":{"tf":1.0},"416":{"tf":1.0},"439":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"546":{"tf":1.4142135623730951},"64":{"tf":1.0},"81":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"384":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"350":{"tf":1.4142135623730951},"369":{"tf":1.0},"452":{"tf":1.4142135623730951},"466":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":37,"docs":{"100":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"243":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"324":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"352":{"tf":1.0},"408":{"tf":1.4142135623730951},"430":{"tf":1.0},"441":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"m":{"df":2,"docs":{"204":{"tf":1.0},"542":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"236":{"tf":1.0},"275":{"tf":3.0},"280":{"tf":1.0},"295":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.7320508075688772},"486":{"tf":1.0},"531":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"135":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":2.8284271247461903},"237":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"318":{"tf":2.23606797749979},"323":{"tf":1.0},"351":{"tf":1.0},"401":{"tf":1.0},"423":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"251":{"tf":1.0},"547":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"456":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.449489742783178},"559":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"377":{"tf":1.0},"381":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"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},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"456":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"169":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"477":{"tf":1.0},"50":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.449489742783178},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"459":{"tf":1.7320508075688772}}}}}}}}},"df":42,"docs":{"178":{"tf":1.4142135623730951},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":3.872983346207417},"240":{"tf":2.0},"299":{"tf":1.0},"30":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.7320508075688772},"350":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":2.0},"460":{"tf":1.7320508075688772},"461":{"tf":1.0},"468":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":2.8284271247461903}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"287":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":2.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":2.8284271247461903},"473":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"447":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"69":{"tf":1.0},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"461":{"tf":1.0},"481":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"169":{"tf":1.0},"240":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"542":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"141":{"tf":1.0},"306":{"tf":1.0},"390":{"tf":1.0},"467":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"w":{"df":2,"docs":{"243":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"320":{"tf":1.0},"389":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":104,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.0},"232":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":2.0},"320":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"331":{"tf":1.0},"339":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"379":{"tf":1.7320508075688772},"388":{"tf":3.7416573867739413},"391":{"tf":2.23606797749979},"399":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.7320508075688772},"407":{"tf":1.0},"408":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.23606797749979},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.449489742783178},"471":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":2.0},"50":{"tf":1.7320508075688772},"523":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"388":{"tf":1.0},"391":{"tf":1.7320508075688772},"474":{"tf":1.0}}}},"v":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"357":{"tf":1.0},"461":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.8284271247461903},"265":{"tf":2.6457513110645907},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":2.0}}}}},"df":36,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"277":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.4142135623730951},"366":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"486":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.0},"558":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":2.0},"349":{"tf":2.0}}}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"179":{"tf":1.0},"210":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"147":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"b":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{">":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"132":{"tf":1.0},"347":{"tf":1.0},"464":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"349":{"tf":1.0},"350":{"tf":2.449489742783178},"488":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"488":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"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":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"349":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"347":{"tf":1.0},"349":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":31,"docs":{"100":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"185":{"tf":1.0},"223":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"33":{"tf":1.0},"347":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"355":{"tf":1.0},"358":{"tf":1.0},"376":{"tf":1.0},"403":{"tf":1.0},"430":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"516":{"tf":2.8284271247461903},"532":{"tf":1.0},"542":{"tf":2.449489742783178},"57":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"402":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"183":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.7320508075688772}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"k":{"_":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":2.0},"291":{"tf":1.7320508075688772},"306":{"tf":1.0},"360":{"tf":1.4142135623730951},"407":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"520":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"354":{"tf":1.4142135623730951},"360":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"4":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":2.0},"477":{"tf":1.0},"50":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}},"y":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"1":{"2":{"b":{"df":0,"docs":{},"e":{"4":{"2":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"299":{"tf":1.4142135623730951},"395":{"tf":2.449489742783178}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"517":{"tf":1.0}}}}},"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":{},"l":{"df":4,"docs":{"155":{"tf":1.0},"316":{"tf":1.0},"556":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"181":{"tf":2.0},"251":{"tf":1.0},"472":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"557":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":4,"docs":{"287":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.8284271247461903},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"203":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"277":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":2.0},"329":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"388":{"tf":2.6457513110645907},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":2.449489742783178},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"445":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"401":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":48,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"232":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"300":{"tf":1.7320508075688772},"310":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"339":{"tf":1.0},"346":{"tf":1.0},"416":{"tf":3.3166247903554},"425":{"tf":2.449489742783178},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.4142135623730951},"471":{"tf":1.0},"489":{"tf":1.4142135623730951},"50":{"tf":3.4641016151377544},"507":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"320":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"246":{"tf":1.0},"336":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":2.0},"442":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"185":{"tf":1.0},"335":{"tf":1.0},"386":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"263":{"tf":1.0},"78":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"447":{"tf":2.449489742783178},"448":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"339":{"tf":2.8284271247461903}}}}}}},"m":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":7,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"319":{"tf":1.0},"345":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"470":{"tf":4.242640687119285}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":42,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"115":{"tf":1.0},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"182":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":3.1622776601683795},"436":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"451":{"tf":2.6457513110645907},"46":{"tf":1.0},"471":{"tf":1.0},"491":{"tf":6.082762530298219},"5":{"tf":1.0},"508":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"467":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":11,"docs":{"321":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":28,"docs":{"124":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"347":{"tf":1.0},"351":{"tf":1.0},"406":{"tf":1.7320508075688772},"407":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"490":{"tf":1.0},"548":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"351":{"tf":1.0},"383":{"tf":2.449489742783178},"397":{"tf":2.449489742783178},"398":{"tf":3.7416573867739413},"423":{"tf":2.0},"43":{"tf":1.0},"460":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"478":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"347":{"tf":1.0},"389":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":4,"docs":{"277":{"tf":1.0},"350":{"tf":1.0},"401":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"222":{"tf":1.0},"389":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"347":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.0},"417":{"tf":1.0},"44":{"tf":1.7320508075688772},"463":{"tf":1.0},"548":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"354":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"242":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"385":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"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":{}}},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"$":{"3":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"5":{"1":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"310":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"132":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"132":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"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":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"522":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"436":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"475":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":20,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"357":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"456":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":41,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.4142135623730951},"44":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"345":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"285":{"tf":1.0},"287":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"128":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"28":{"tf":1.0},"478":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"377":{"tf":1.0},"381":{"tf":1.0},"394":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.7320508075688772},"477":{"tf":1.0},"517":{"tf":1.0},"534":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"376":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"215":{"tf":1.0},"22":{"tf":1.0},"500":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"182":{"tf":1.0},"310":{"tf":1.0},"324":{"tf":1.0},"383":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.4142135623730951},"470":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"558":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"360":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"187":{"tf":1.7320508075688772},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":2.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"404":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"107":{"tf":1.0},"247":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"268":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"100":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"282":{"tf":1.0},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"397":{"tf":1.7320508075688772},"401":{"tf":1.0},"403":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"500":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"197":{"tf":3.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"390":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":2.449489742783178},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"452":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":7,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.0},"542":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"322":{"tf":1.0},"327":{"tf":1.0},"339":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"409":{"tf":1.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":38,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"352":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.4142135623730951},"494":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"554":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.0},"210":{"tf":1.0},"277":{"tf":1.0},"383":{"tf":1.7320508075688772},"430":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":44,"docs":{"187":{"tf":1.0},"263":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"408":{"tf":1.0},"470":{"tf":2.23606797749979},"481":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":2.449489742783178},"532":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"461":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"555":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"516":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":2.449489742783178},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"491":{"tf":1.0},"558":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"317":{"tf":1.0},"461":{"tf":1.0},"550":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"326":{"tf":2.8284271247461903},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"293":{"tf":3.7416573867739413},"300":{"tf":3.3166247903554},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"237":{"tf":1.0},"355":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"282":{"tf":1.4142135623730951},"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"]":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"165":{"tf":1.0},"498":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":20,"docs":{"0":{"tf":1.0},"102":{"tf":1.7320508075688772},"130":{"tf":1.0},"172":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"351":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"544":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":5.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"356":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"0":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"125":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"=":{".":{".":{"9":{"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":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.4142135623730951},"350":{"tf":1.0},"358":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{",":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"109":{"tf":1.0},"293":{"tf":1.0},"388":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"153":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"41":{"tf":1.0},"464":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"187":{"tf":1.0},"386":{"tf":1.0},"534":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"180":{"tf":1.0},"273":{"tf":1.0},"295":{"tf":1.0},"351":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"433":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":4.69041575982343}}},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}}}},"df":1,"docs":{"383":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":6,"docs":{"193":{"tf":1.4142135623730951},"202":{"tf":1.0},"412":{"tf":1.4142135623730951},"442":{"tf":1.0},"446":{"tf":1.0},"478":{"tf":1.0}}}}},"df":10,"docs":{"139":{"tf":2.0},"224":{"tf":1.0},"231":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"263":{"tf":1.0},"370":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"161":{"tf":1.0},"178":{"tf":2.23606797749979},"2":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.7320508075688772},"293":{"tf":2.8284271247461903},"297":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"346":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"477":{"tf":1.0},"5":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":2.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"203":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"176":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"176":{"tf":2.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"'":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":3.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":5.0}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"181":{"tf":3.4641016151377544}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"320":{"tf":1.0},"346":{"tf":1.7320508075688772},"368":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"224":{"tf":1.0},"235":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"492":{"tf":1.0},"546":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":2.23606797749979},"271":{"tf":3.872983346207417},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"270":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"d":{"df":20,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.7320508075688772},"186":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"380":{"tf":1.0},"388":{"tf":1.0},"472":{"tf":1.7320508075688772},"474":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"553":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"461":{"tf":1.0},"464":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"490":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":2.23606797749979},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":2.0},"326":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.7320508075688772},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"2":{"tf":1.0},"203":{"tf":1.0},"416":{"tf":1.0},"457":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":41,"docs":{"100":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.0},"168":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"215":{"tf":2.449489742783178},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":2.6457513110645907},"243":{"tf":4.898979485566356},"246":{"tf":2.23606797749979},"247":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"374":{"tf":1.0},"395":{"tf":1.4142135623730951},"430":{"tf":1.0},"439":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"515":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"'":{"df":1,"docs":{"249":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"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":{},"l":{"d":{"(":{")":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"215":{"tf":1.0},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"178":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"504":{"tf":1.0},"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":3.1622776601683795},"246":{"tf":1.0},"247":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"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":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"[":{"0":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"b":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"180":{"tf":1.0},"28":{"tf":1.4142135623730951},"319":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"388":{"tf":1.4142135623730951},"460":{"tf":1.0},"522":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"208":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"216":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"522":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"128":{"tf":1.0},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"350":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"231":{"tf":1.0},"341":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"25":{"tf":1.0},"284":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"339":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"380":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.23606797749979},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":2.0},"557":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"350":{"tf":2.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"201":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"476":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":1.7320508075688772},"73":{"tf":1.0},"80":{"tf":1.0}}},"df":5,"docs":{"460":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":7,"docs":{"460":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"470":{"tf":1.0},"558":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"439":{"tf":1.4142135623730951},"556":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"165":{"tf":1.0},"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"148":{"tf":1.0},"306":{"tf":1.0},"461":{"tf":1.0},"545":{"tf":1.0},"72":{"tf":1.0}},"t":{"df":7,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"390":{"tf":2.23606797749979},"452":{"tf":1.0},"57":{"tf":1.4142135623730951},"90":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"389":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"112":{"tf":1.0},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"390":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"226":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"405":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"210":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"167":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"416":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":213,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"298":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"322":{"tf":1.7320508075688772},"325":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":2.23606797749979},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"386":{"tf":1.7320508075688772},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":2.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.4142135623730951},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"469":{"tf":1.7320508075688772},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.6457513110645907},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"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},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"107":{"tf":2.449489742783178}}}}}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"335":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"473":{"tf":2.23606797749979},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"320":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"263":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"383":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":77,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.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.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":3.3166247903554},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":2.8284271247461903},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":2.0},"327":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"347":{"tf":1.0},"349":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"377":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"385":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":2.449489742783178},"408":{"tf":1.0},"410":{"tf":2.23606797749979},"416":{"tf":1.0},"427":{"tf":1.0},"435":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":2.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"524":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"94":{"tf":2.0},"99":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"341":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.0},"462":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":44,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0},"99":{"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":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"100":{"tf":1.0},"119":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"395":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"395":{"tf":1.0}}}}}}},"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":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"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":{"100":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"113":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"38":{"tf":1.0},"440":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"185":{"tf":1.7320508075688772},"386":{"tf":1.0},"440":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":53,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"415":{"tf":1.4142135623730951},"455":{"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":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":53,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"448":{"tf":1.0},"455":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"440":{"tf":1.0}}},"y":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"11":{"tf":1.0},"119":{"tf":1.7320508075688772}}}}}}}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"122":{"tf":1.0},"263":{"tf":1.0}}},"df":37,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":3.4641016151377544},"111":{"tf":2.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"27":{"tf":1.0},"322":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":2.0},"374":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":2.0},"388":{"tf":1.0},"391":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":2.6457513110645907},"442":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.23606797749979},"523":{"tf":1.0},"54":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"245":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"494":{"tf":1.0},"516":{"tf":1.0},"524":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"443":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"386":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"109":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"351":{"tf":1.0},"449":{"tf":1.0},"470":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"413":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.0},"469":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"461":{"tf":1.0},"514":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"80":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"115":{"tf":1.0},"213":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"356":{"tf":1.0},"370":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"358":{"tf":1.0},"369":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"189":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"368":{"tf":1.0},"416":{"tf":1.0},"500":{"tf":1.0},"63":{"tf":1.0}}}},"df":8,"docs":{"120":{"tf":1.4142135623730951},"130":{"tf":1.0},"191":{"tf":1.0},"430":{"tf":1.4142135623730951},"442":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"464":{"tf":1.0}}}},"f":{"a":{"5":{"df":1,"docs":{"479":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":4,"docs":{"317":{"tf":1.0},"416":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"173":{"tf":1.0},"341":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.4142135623730951},"335":{"tf":1.0},"355":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"258":{"tf":1.0},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"466":{"tf":1.0},"74":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":28,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"157":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"336":{"tf":1.0},"341":{"tf":1.0},"50":{"tf":3.4641016151377544},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.0},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"407":{"tf":1.0},"449":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"381":{"tf":1.0},"383":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":3,"docs":{"25":{"tf":1.0},"31":{"tf":1.0},"526":{"tf":1.0}}},"r":{"df":5,"docs":{"169":{"tf":1.0},"321":{"tf":1.0},"406":{"tf":1.0},"467":{"tf":1.0},"557":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"407":{"tf":1.0},"416":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"481":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.0},"347":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":2.0},"56":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"407":{"tf":1.0},"516":{"tf":1.0},"558":{"tf":1.0}}},"t":{"df":1,"docs":{"464":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"w":{"df":17,"docs":{"171":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"444":{"tf":1.0},"456":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"223":{"tf":1.0},"349":{"tf":1.0},"477":{"tf":1.0},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"476":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":49,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":2.23606797749979},"193":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"235":{"tf":1.0},"309":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0},"382":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"546":{"tf":1.0},"547":{"tf":3.0},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"l":{"df":4,"docs":{"275":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"168":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"181":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"389":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"435":{"tf":1.0},"470":{"tf":1.7320508075688772},"472":{"tf":1.0},"560":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"306":{"tf":2.0},"388":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"344":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"112":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"354":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"50":{"tf":1.0},"542":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"261":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"265":{"tf":1.0},"306":{"tf":1.4142135623730951},"313":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"452":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"542":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"416":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":8,"docs":{"22":{"tf":1.0},"251":{"tf":1.4142135623730951},"293":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":1.0},"495":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}},"x":{"df":10,"docs":{"20":{"tf":1.0},"28":{"tf":1.7320508075688772},"285":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"157":{"tf":1.0},"47":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772},"75":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"214":{"tf":2.0},"276":{"tf":1.4142135623730951},"430":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"u":{"df":1,"docs":{"110":{"tf":1.0}},"s":{"df":1,"docs":{"449":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"309":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.7320508075688772},"479":{"tf":1.0},"547":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":146,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":2.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"400":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"451":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"48":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"479":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":1,"docs":{"351":{"tf":1.7320508075688772}}},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"316":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"k":{"(":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{"468":{"tf":1.0},"470":{"tf":2.23606797749979},"479":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"461":{"tf":1.0},"528":{"tf":1.0}}},"t":{"df":16,"docs":{"111":{"tf":1.0},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"240":{"tf":1.0},"324":{"tf":1.0},"466":{"tf":1.0},"477":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}}},"df":20,"docs":{"139":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"350":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"423":{"tf":1.7320508075688772},"461":{"tf":1.0},"466":{"tf":1.0},"479":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"461":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"15":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":3.0},"218":{"tf":1.0},"226":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"348":{"tf":1.0},"433":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"534":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"242":{"tf":1.0},"316":{"tf":1.4142135623730951},"384":{"tf":1.0},"558":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"{":{"1":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"1":{"0":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"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":5,"docs":{"404":{"tf":1.0},"413":{"tf":2.0},"416":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"456":{"tf":1.0},"559":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":3.872983346207417}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"461":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":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":{"468":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"134":{"tf":1.0},"236":{"tf":1.0},"351":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"410":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"535":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":4,"docs":{"173":{"tf":1.0},"265":{"tf":1.0},"345":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"236":{"tf":2.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772}}}}}},"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"335":{"tf":1.0},"349":{"tf":1.0},"471":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"464":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":63,"docs":{"0":{"tf":1.0},"101":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"186":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"261":{"tf":1.0},"277":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":2.0},"331":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"353":{"tf":2.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":2.0},"357":{"tf":2.0},"358":{"tf":2.0},"359":{"tf":2.0},"360":{"tf":3.0},"361":{"tf":2.0},"362":{"tf":1.0},"363":{"tf":2.0},"364":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":2.8284271247461903},"375":{"tf":2.8284271247461903},"376":{"tf":4.242640687119285},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"432":{"tf":1.0},"44":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.0},"540":{"tf":1.4142135623730951},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"461":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":8,"docs":{"35":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"375":{"tf":2.0},"376":{"tf":2.449489742783178},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"166":{"tf":1.0},"183":{"tf":1.4142135623730951},"313":{"tf":1.0},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"401":{"tf":2.0},"458":{"tf":1.0},"92":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"203":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"441":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"321":{"tf":1.0},"557":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"181":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"372":{"tf":1.0},"389":{"tf":1.0},"544":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":2.449489742783178},"109":{"tf":2.8284271247461903},"316":{"tf":3.0},"319":{"tf":3.7416573867739413},"322":{"tf":2.0}},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":39,"docs":{"110":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":2.0},"325":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"442":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"49":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"556":{"tf":1.0},"558":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"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":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"18":{"tf":1.0},"466":{"tf":1.0},"514":{"tf":1.0},"547":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"401":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"370":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"253":{"tf":1.0},"296":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"395":{"tf":2.8284271247461903}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"153":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"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":{}}}}}},"r":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":2.0},"153":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"153":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"395":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"370":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"412":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772}}}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"331":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"267":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":3.0},"159":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"318":{"tf":2.23606797749979},"331":{"tf":2.0},"345":{"tf":2.449489742783178},"346":{"tf":3.4641016151377544},"382":{"tf":1.0},"383":{"tf":3.3166247903554},"401":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"524":{"tf":2.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"n":{"df":26,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"335":{"tf":1.0},"341":{"tf":1.0},"384":{"tf":1.0},"404":{"tf":1.0},"415":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"m":{"1":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"435":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"d":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"379":{"tf":2.449489742783178},"381":{"tf":1.0}}},"df":22,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"360":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"543":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"393":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951}}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}},"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"l":{"df":11,"docs":{"23":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"556":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"131":{"tf":1.0},"468":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"381":{"tf":1.0},"470":{"tf":1.4142135623730951},"539":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"231":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"112":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":2.0},"442":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"382":{"tf":1.4142135623730951},"388":{"tf":1.0},"405":{"tf":4.358898943540674},"44":{"tf":1.0},"522":{"tf":1.0}},"i":{"d":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"169":{"tf":1.0},"251":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{}}},"df":14,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.0},"501":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"386":{"tf":1.0}},"l":{"df":27,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"350":{"tf":2.23606797749979},"353":{"tf":1.0},"377":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"390":{"tf":1.0},"477":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"151":{"tf":1.0},"416":{"tf":1.0},"546":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":7,"docs":{"166":{"tf":1.0},"319":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":2.6457513110645907}}},"v":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":2.0},"116":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"474":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"215":{"tf":1.7320508075688772},"69":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"413":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"1":{"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"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":{},"l":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"1":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"318":{"tf":2.8284271247461903},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"78":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":2.0},"236":{"tf":2.0}}}}}}},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"423":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"108":{"tf":3.0},"150":{"tf":1.0},"168":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"28":{"tf":1.0},"396":{"tf":1.7320508075688772},"397":{"tf":3.3166247903554},"398":{"tf":2.0},"399":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.8284271247461903},"403":{"tf":2.6457513110645907},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"557":{"tf":2.6457513110645907},"558":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"494":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"100":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.449489742783178}}}}}}},"n":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":8,"docs":{"175":{"tf":1.0},"3":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"526":{"tf":1.0}}},"df":61,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.0},"336":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":2.0},"366":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":2.6457513110645907},"388":{"tf":1.0},"389":{"tf":1.0},"393":{"tf":1.4142135623730951},"405":{"tf":1.0},"416":{"tf":1.7320508075688772},"430":{"tf":1.7320508075688772},"433":{"tf":1.0},"439":{"tf":1.0},"442":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"467":{"tf":1.0},"479":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.0},"534":{"tf":1.0},"548":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"456":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":3.4641016151377544},"401":{"tf":2.8284271247461903},"408":{"tf":1.0},"410":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"360":{"tf":1.0},"407":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"277":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"557":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"112":{"tf":1.0},"193":{"tf":1.0},"271":{"tf":1.0},"368":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"554":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"478":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"461":{"tf":1.0},"50":{"tf":2.0},"57":{"tf":2.6457513110645907},"58":{"tf":1.0},"90":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"469":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}},"t":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"416":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"179":{"tf":1.4142135623730951},"328":{"tf":1.0},"380":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"0":{".":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":0,"docs":{},"n":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"7":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"v":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"c":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"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":{}}}}},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"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":{},"g":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}},"n":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"556":{"tf":1.0},"558":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"i":{"'":{"d":{"df":4,"docs":{"172":{"tf":1.0},"557":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"559":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"388":{"tf":1.0},"389":{"tf":1.0},"475":{"tf":1.0},"551":{"tf":1.0}}}},"m":{"df":3,"docs":{"390":{"tf":1.0},"469":{"tf":1.0},"558":{"tf":1.0}}},"v":{"df":5,"docs":{"159":{"tf":1.0},"410":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0}}}},".":{"df":4,"docs":{"208":{"tf":1.0},"321":{"tf":1.0},"376":{"tf":1.0},"416":{"tf":1.0}}},"5":{"0":{"9":{"df":0,"docs":{},"v":{"c":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":3,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0},"86":{"tf":1.0}}}}},"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":6,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"44":{"tf":1.0},"522":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":8,"docs":{"102":{"tf":1.0},"130":{"tf":1.0},"161":{"tf":1.0},"357":{"tf":1.0},"442":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":4,"docs":{"189":{"tf":1.0},"204":{"tf":1.0},"311":{"tf":1.0},"357":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"152":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"408":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.0},"200":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"464":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"(":{"!":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"155":{"tf":1.0},"305":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.4142135623730951},"430":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"71":{"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":6,"docs":{"112":{"tf":1.0},"318":{"tf":1.0},"389":{"tf":1.4142135623730951},"470":{"tf":1.0},"542":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"214":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"375":{"tf":1.0},"397":{"tf":1.0},"460":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"436":{"tf":1.0},"491":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"105":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"362":{"tf":1.0},"376":{"tf":1.0},"388":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.7320508075688772},"436":{"tf":1.4142135623730951},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"445":{"tf":1.0},"448":{"tf":1.4142135623730951},"453":{"tf":1.0},"463":{"tf":1.4142135623730951},"464":{"tf":2.23606797749979},"467":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":2.0},"495":{"tf":1.0},"50":{"tf":2.449489742783178},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"54":{"tf":1.7320508075688772},"557":{"tf":2.0},"56":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"322":{"tf":1.0},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"515":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"464":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"388":{"tf":1.0},"413":{"tf":1.4142135623730951},"50":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":61,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"345":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"447":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"486":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.0},"542":{"tf":1.0},"556":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"128":{"tf":2.0},"194":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"430":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.7320508075688772},"490":{"tf":1.0},"503":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"548":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"479":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"464":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"556":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":12,"docs":{"135":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"153":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"129":{"tf":1.0},"143":{"tf":1.0},"416":{"tf":1.0},"422":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"413":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"247":{"tf":1.0},"416":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.7320508075688772}},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"168":{"tf":2.0},"185":{"tf":1.4142135623730951},"388":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"119":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"388":{"tf":1.0},"440":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"508":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":48,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.0},"320":{"tf":1.0},"341":{"tf":1.0},"40":{"tf":1.4142135623730951},"416":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"370":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"439":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"313":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"313":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"50":{"tf":1.4142135623730951},"545":{"tf":1.0},"555":{"tf":1.4142135623730951},"58":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.6457513110645907},"239":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":2.449489742783178},"350":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":2.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"527":{"tf":1.0}}}}},"i":{"d":{"df":9,"docs":{"104":{"tf":1.0},"187":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"50":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"22":{"tf":1.0},"434":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0}}},"n":{"c":{"df":23,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"174":{"tf":1.0},"286":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"316":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"362":{"tf":1.0},"375":{"tf":1.0},"404":{"tf":1.0},"470":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"166":{"tf":1.0},"197":{"tf":1.0},"215":{"tf":1.0},"275":{"tf":1.4142135623730951},"386":{"tf":1.0},"401":{"tf":1.0},"426":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":58,"docs":{"169":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"399":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"413":{"tf":1.4142135623730951},"43":{"tf":1.0},"450":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"483":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":1.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"67":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"168":{"tf":1.0},"470":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":31,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":2.0},"168":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"247":{"tf":2.0},"271":{"tf":2.0},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":4.0},"300":{"tf":2.0},"306":{"tf":2.6457513110645907},"331":{"tf":2.0},"349":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.7320508075688772},"412":{"tf":3.4641016151377544},"430":{"tf":1.0},"445":{"tf":2.0},"455":{"tf":2.6457513110645907},"470":{"tf":2.8284271247461903},"473":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":11,"docs":{"110":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"299":{"tf":1.0},"334":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":16,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":2.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.4142135623730951},"247":{"tf":1.0},"271":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"441":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":2,"docs":{"168":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"196":{"tf":2.0},"197":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"407":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"218":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"370":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"388":{"tf":1.0},"439":{"tf":1.0}}}}},"f":{"a":{"c":{"df":9,"docs":{"160":{"tf":1.4142135623730951},"170":{"tf":2.0},"182":{"tf":1.7320508075688772},"236":{"tf":1.0},"335":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"461":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":13,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"461":{"tf":1.4142135623730951},"463":{"tf":1.4142135623730951},"518":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"324":{"tf":1.0},"349":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"133":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"406":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"475":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"316":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"322":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"128":{"tf":1.0},"223":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"467":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"223":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"416":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":20,"docs":{"109":{"tf":1.0},"169":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"314":{"tf":1.0},"33":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":2.0},"558":{"tf":1.0},"560":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"160":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":2.0},"183":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.0}}}}}}}}}}}}}}},"t":{"'":{"df":23,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"239":{"tf":1.0},"297":{"tf":1.0},"376":{"tf":1.0},"386":{"tf":1.0},"416":{"tf":2.0},"441":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":2.23606797749979},"478":{"tf":2.0},"479":{"tf":1.0},"516":{"tf":1.0},"532":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"347":{"tf":1.7320508075688772},"527":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"168":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"168":{"tf":1.0},"178":{"tf":1.0}}}}},"x":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"223":{"tf":2.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"128":{"tf":1.0},"176":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":2.8284271247461903},"197":{"tf":3.7416573867739413},"223":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"294":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.6457513110645907},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":2.449489742783178},"345":{"tf":1.0},"386":{"tf":2.0},"445":{"tf":1.4142135623730951},"464":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"176":{"tf":1.0},"183":{"tf":1.0},"386":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"272":{"tf":1.4142135623730951},"306":{"tf":1.0},"441":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"176":{"tf":2.23606797749979},"183":{"tf":2.6457513110645907},"197":{"tf":2.6457513110645907},"223":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"386":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.449489742783178}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":4,"docs":{"197":{"tf":1.7320508075688772},"243":{"tf":1.0},"319":{"tf":1.7320508075688772},"368":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"410":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"48":{"tf":1.0},"515":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"95":{"tf":1.0}}},"v":{"a":{"'":{"df":8,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"247":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"4":{"8":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"6":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"(":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"5":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"1":{"(":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"5":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"7":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"1":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"548":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"4":{"5":{"df":1,"docs":{"47":{"tf":1.0}}},"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"4":{"2":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"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":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"$":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"$":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"468":{"tf":1.0},"478":{"tf":2.0},"490":{"tf":1.0}}},"df":0,"docs":{}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"201":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"436":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.7320508075688772},"547":{"tf":4.58257569495584},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"356":{"tf":1.4142135623730951},"432":{"tf":1.0},"458":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"462":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"522":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"245":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"558":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"218":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"320":{"tf":1.4142135623730951},"359":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{">":{"1":{"6":{"<":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"1":{"6":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0},"382":{"tf":1.0},"555":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"15":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":2.23606797749979},"193":{"tf":3.0},"222":{"tf":1.7320508075688772},"267":{"tf":1.0},"278":{"tf":1.4142135623730951},"319":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":3.3166247903554},"362":{"tf":1.7320508075688772},"370":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0},"516":{"tf":1.7320508075688772},"547":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"523":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951}}}},"df":6,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"356":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"381":{"tf":3.3166247903554},"461":{"tf":1.0}},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"308":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"429":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"517":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"554":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"435":{"tf":1.0},"491":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":2.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"413":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"401":{"tf":1.7320508075688772},"413":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"320":{"tf":1.7320508075688772},"476":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"203":{"tf":1.0},"384":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"306":{"tf":1.0},"416":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"548":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"56":{"tf":2.449489742783178},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"100":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"236":{"tf":1.0},"477":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"134":{"tf":1.0},"484":{"tf":1.0},"556":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":2,"docs":{"247":{"tf":1.4142135623730951},"77":{"tf":2.449489742783178}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":5,"docs":{"2":{"tf":1.7320508075688772},"214":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"527":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":2.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.4142135623730951},"357":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"413":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"t":{"'":{"df":31,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"168":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"193":{"tf":1.0},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"72":{"tf":1.0}}},"df":27,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"193":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"294":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"392":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"439":{"tf":1.0},"459":{"tf":1.0},"493":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"429":{"tf":1.0},"76":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"160":{"tf":1.0},"271":{"tf":3.0},"277":{"tf":3.1622776601683795},"386":{"tf":2.8284271247461903},"389":{"tf":1.7320508075688772}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"226":{"tf":1.7320508075688772},"478":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"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":{"413":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"195":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":4.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"358":{"tf":1.0},"412":{"tf":2.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"548":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"k":{"df":10,"docs":{"1":{"tf":1.0},"22":{"tf":1.4142135623730951},"281":{"tf":1.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"470":{"tf":1.4142135623730951},"471":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":2,"docs":{"332":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":17,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0},"459":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":2.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"498":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"324":{"tf":2.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"498":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"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":1,"docs":{"510":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"510":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{">":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}}}}},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":105,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.7320508075688772},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":2.6457513110645907},"324":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":3.4641016151377544},"328":{"tf":1.4142135623730951},"329":{"tf":2.23606797749979},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"345":{"tf":1.7320508075688772},"350":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":2.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"406":{"tf":1.0},"41":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"526":{"tf":1.0},"535":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.0},"558":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"390":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"474":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"*":{">":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"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":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"\"":{"b":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}}}}},"1":{"df":1,"docs":{"320":{"tf":1.0}}},"2":{"df":1,"docs":{"320":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":12,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"468":{"tf":1.4142135623730951},"486":{"tf":2.0},"531":{"tf":1.0},"550":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"470":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951}},"e":{"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":2.0},"318":{"tf":3.4641016151377544},"319":{"tf":2.0},"320":{"tf":3.605551275463989},"321":{"tf":3.4641016151377544},"322":{"tf":2.23606797749979},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"39":{"tf":1.0},"430":{"tf":2.0},"442":{"tf":1.4142135623730951},"470":{"tf":3.0},"474":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"75":{"tf":2.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"37":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"518":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"358":{"tf":1.0},"478":{"tf":1.0},"558":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"o":{"a":{"d":{"df":25,"docs":{"101":{"tf":2.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"193":{"tf":1.7320508075688772},"302":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"363":{"tf":1.4142135623730951},"42":{"tf":1.0},"452":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.4142135623730951},"542":{"tf":3.605551275463989},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}},"c":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}},"x":{"df":1,"docs":{"395":{"tf":2.0}}},"z":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":2.23606797749979}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"df":41,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":2.6457513110645907},"132":{"tf":2.0},"179":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"197":{"tf":3.0},"207":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.0},"212":{"tf":2.0},"213":{"tf":2.23606797749979},"275":{"tf":3.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"306":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.23606797749979},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"493":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"x":{"df":1,"docs":{"197":{"tf":1.0}}},"z":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"213":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":12,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.0},"347":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"185":{"tf":1.4142135623730951},"211":{"tf":2.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"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":{"197":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"208":{"tf":1.4142135623730951},"210":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"209":{"tf":1.0},"212":{"tf":2.0},"275":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"395":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":8,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.0},"546":{"tf":1.0},"550":{"tf":1.0},"90":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":1.0},"231":{"tf":1.0},"430":{"tf":1.0},"469":{"tf":1.0},"553":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"234":{"tf":1.0},"281":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":31,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"438":{"tf":1.0},"448":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0},"547":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":2,"docs":{"306":{"tf":1.4142135623730951},"308":{"tf":1.0}}},"s":{"df":1,"docs":{"324":{"tf":1.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"78":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"275":{"tf":3.1622776601683795}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"456":{"tf":1.0},"470":{"tf":1.0}}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"405":{"tf":1.0},"44":{"tf":1.0},"463":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"196":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"106":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":2.449489742783178},"69":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":2.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"223":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"560":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"n":{"df":28,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"277":{"tf":1.0},"345":{"tf":1.0},"356":{"tf":1.4142135623730951},"37":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":1.0},"555":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"464":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"555":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":59,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"306":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"401":{"tf":2.23606797749979},"404":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"471":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"401":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"380":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":8,"docs":{"108":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.0},"433":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"389":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"337":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.4142135623730951},"336":{"tf":2.6457513110645907},"339":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"319":{"tf":3.0},"320":{"tf":1.0},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"472":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"d":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":6,"docs":{"324":{"tf":1.0},"328":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"335":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":2.449489742783178}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"479":{"tf":1.0}}}}}},"df":3,"docs":{"201":{"tf":1.7320508075688772},"203":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"128":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"448":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}},"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"306":{"tf":1.0},"331":{"tf":2.6457513110645907},"380":{"tf":1.0}}}}},"h":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"276":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"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":{".":{"a":{"d":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"277":{"tf":2.23606797749979}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"436":{"tf":1.7320508075688772},"522":{"tf":1.0},"556":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"450":{"tf":2.0},"477":{"tf":1.0},"522":{"tf":2.0},"557":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.7320508075688772},"455":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"6":{"7":{"8":{"6":{"8":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":29,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"354":{"tf":1.0},"369":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"441":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"542":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"306":{"tf":1.0},"351":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"388":{"tf":2.6457513110645907},"474":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.4142135623730951},"451":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":49,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":3.1622776601683795},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"168":{"tf":2.449489742783178},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.8284271247461903},"222":{"tf":1.7320508075688772},"225":{"tf":3.3166247903554},"232":{"tf":3.1622776601683795},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"300":{"tf":2.8284271247461903},"339":{"tf":4.0},"350":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.0},"472":{"tf":2.449489742783178},"488":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"553":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"350":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"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":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"t":{"a":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"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":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}},"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"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":{},"t":{"a":{"df":1,"docs":{"477":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"470":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":219,"docs":{"1":{"tf":1.0},"100":{"tf":3.3166247903554},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"15":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"22":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":2.449489742783178},"329":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":2.23606797749979},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":2.23606797749979},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":2.8284271247461903},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":2.8284271247461903},"408":{"tf":1.0},"409":{"tf":1.4142135623730951},"410":{"tf":2.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.8284271247461903},"424":{"tf":1.7320508075688772},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"481":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"492":{"tf":1.4142135623730951},"493":{"tf":2.23606797749979},"494":{"tf":1.7320508075688772},"498":{"tf":1.0},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.0},"455":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"55":{"tf":1.0}}},":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"285":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"o":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"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":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"109":{"tf":3.7416573867739413}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"b":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"c":{"2":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":79,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"132":{"tf":1.0},"187":{"tf":1.0},"218":{"tf":2.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"40":{"tf":1.0},"432":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":2.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"542":{"tf":2.8284271247461903},"554":{"tf":2.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.0},"78":{"tf":1.0}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"282":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"557":{"tf":1.0}}},"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"515":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}}},"s":{"df":9,"docs":{"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"543":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"b":{"df":4,"docs":{"177":{"tf":1.7320508075688772},"243":{"tf":1.0},"297":{"tf":1.0},"389":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"316":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"403":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"159":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"211":{"tf":1.0},"301":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"df":4,"docs":{"447":{"tf":1.0},"477":{"tf":1.0},"491":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":5,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"467":{"tf":1.0},"478":{"tf":1.0},"554":{"tf":1.0}}},"df":5,"docs":{"245":{"tf":1.0},"478":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"383":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"44":{"tf":2.0},"442":{"tf":1.4142135623730951},"444":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"498":{"tf":1.0},"507":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"171":{"tf":1.0},"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"555":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"257":{"tf":1.4142135623730951},"287":{"tf":2.0},"41":{"tf":1.0},"494":{"tf":1.0},"515":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"233":{"tf":1.0},"439":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"213":{"tf":1.0},"316":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"493":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"560":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"321":{"tf":2.23606797749979},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"39":{"tf":1.0},"557":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":14,"docs":{"132":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"483":{"tf":1.7320508075688772},"486":{"tf":1.7320508075688772},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"322":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"460":{"tf":2.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.7320508075688772},"393":{"tf":1.7320508075688772},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"518":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"297":{"tf":1.0},"472":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"512":{"tf":2.0},"518":{"tf":1.4142135623730951}}}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"397":{"tf":1.4142135623730951},"399":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"236":{"tf":2.0},"318":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"349":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.4142135623730951}},"e":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"359":{"tf":1.0}}},"df":3,"docs":{"359":{"tf":1.0},"360":{"tf":1.0},"548":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"432":{"tf":1.0},"462":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}}}}}},"df":1,"docs":{"360":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"/":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"346":{"tf":1.0}}}}}}}},">":{"[":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{".":{"1":{".":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":83,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":3.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"168":{"tf":1.4142135623730951},"183":{"tf":2.23606797749979},"186":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.7320508075688772},"363":{"tf":1.0},"364":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"419":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.4142135623730951},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"554":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":14,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":2.0},"15":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"253":{"tf":1.0},"267":{"tf":1.4142135623730951},"278":{"tf":1.7320508075688772},"292":{"tf":1.0},"293":{"tf":2.0},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"230":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}},"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"b":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"171":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.4142135623730951},"517":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"314":{"tf":1.4142135623730951},"517":{"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":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":2.0},"314":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"313":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":2.8284271247461903},"46":{"tf":1.4142135623730951},"517":{"tf":2.8284271247461903},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.7320508075688772}}}},"df":1,"docs":{"464":{"tf":1.0}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"119":{"tf":1.0},"184":{"tf":1.0},"384":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":66,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":2.23606797749979},"265":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951},"349":{"tf":1.0},"363":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"422":{"tf":1.0},"429":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":2.0},"466":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":1.7320508075688772},"428":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":1,"docs":{"470":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"306":{"tf":1.0},"320":{"tf":1.4142135623730951},"345":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"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":{"d":{"_":{"5":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"3":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"8":{"7":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"1":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"6":{"2":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"8":{"4":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"2":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"0":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"7":{"3":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"2":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"357":{"tf":1.0},"461":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"456":{"tf":1.0}}}}}}}}}}}},"w":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"472":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":191,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":2.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":2.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"415":{"tf":2.23606797749979},"416":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"432":{"tf":1.0},"439":{"tf":2.0},"44":{"tf":2.6457513110645907},"441":{"tf":1.0},"455":{"tf":1.0},"460":{"tf":2.6457513110645907},"462":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":2.449489742783178},"472":{"tf":2.0},"473":{"tf":2.0},"474":{"tf":2.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":2.0},"491":{"tf":1.0},"493":{"tf":2.23606797749979},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"503":{"tf":2.0},"504":{"tf":2.8284271247461903},"505":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"517":{"tf":1.4142135623730951},"518":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":3.4641016151377544},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"544":{"tf":1.7320508075688772},"554":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.0},"452":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"m":{"df":7,"docs":{"27":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"477":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"90":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":32,"docs":{"10":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"232":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":2.0},"383":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.4142135623730951},"448":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"512":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"136":{"tf":2.0},"140":{"tf":2.0},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"325":{"tf":1.7320508075688772},"334":{"tf":2.0},"350":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"177":{"tf":1.4142135623730951},"211":{"tf":1.0},"221":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0}},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":2,"docs":{"377":{"tf":1.0},"477":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":54,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"267":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":2.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"470":{"tf":3.0},"472":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.23606797749979},"54":{"tf":1.0},"540":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"263":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"263":{"tf":1.0},"493":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"277":{"tf":1.0}}},"df":5,"docs":{"277":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"441":{"tf":1.4142135623730951},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"472":{"tf":2.8284271247461903},"473":{"tf":1.0},"475":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":6,"docs":{"123":{"tf":1.0},"346":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"546":{"tf":1.0},"555":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"108":{"tf":1.0},"151":{"tf":1.0},"388":{"tf":1.0},"442":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"556":{"tf":1.0}}}}},"w":{"df":61,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":2.0},"178":{"tf":1.0},"197":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"313":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":2.23606797749979},"473":{"tf":1.0},"474":{"tf":1.0},"481":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.7320508075688772},"517":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"151":{"tf":2.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"167":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":2.6457513110645907},"350":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"m":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":3.3166247903554},"13":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"194":{"tf":2.8284271247461903},"195":{"tf":3.0},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"287":{"tf":3.4641016151377544},"299":{"tf":2.449489742783178},"331":{"tf":1.0},"41":{"tf":1.0},"412":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"460":{"tf":1.0},"464":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"550":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"77":{"tf":1.0},"78":{"tf":3.1622776601683795}}}}},"df":1,"docs":{"470":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"194":{"tf":1.4142135623730951},"347":{"tf":1.0},"366":{"tf":1.0},"430":{"tf":1.4142135623730951},"470":{"tf":4.0}}}}}}},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"328":{"tf":1.0}}},"df":95,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.449489742783178},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.1622776601683795},"258":{"tf":1.7320508075688772},"259":{"tf":4.0},"266":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":2.449489742783178},"307":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"319":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"470":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"492":{"tf":1.0},"493":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":2.6457513110645907},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"255":{"tf":1.0},"464":{"tf":1.0},"497":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"259":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"555":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"347":{"tf":1.0},"400":{"tf":1.0},"447":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"313":{"tf":1.0},"450":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.0},"245":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"426":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"245":{"tf":1.4142135623730951},"28":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":2.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}}}},"l":{"d":{"df":5,"docs":{"28":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"547":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"525":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"388":{"tf":1.0},"525":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":9,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"223":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"112":{"tf":1.0},"456":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}},"df":33,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"184":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"398":{"tf":1.0},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"486":{"tf":1.4142135623730951},"555":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"n":{"df":22,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"390":{"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":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"128":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"416":{"tf":1.0},"432":{"tf":1.4142135623730951},"461":{"tf":1.0},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"412":{"tf":1.0},"471":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"226":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"177":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"381":{"tf":2.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"230":{"tf":1.0},"267":{"tf":1.0},"557":{"tf":1.0}}},"r":{"df":15,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"276":{"tf":2.23606797749979},"277":{"tf":1.4142135623730951},"412":{"tf":1.0},"422":{"tf":1.0},"428":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"1":{"tf":1.0},"215":{"tf":1.0},"318":{"tf":1.0},"350":{"tf":1.0},"465":{"tf":1.4142135623730951},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"297":{"tf":1.0},"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"466":{"tf":1.7320508075688772}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":41,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":3.4641016151377544},"156":{"tf":3.0},"207":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"316":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"446":{"tf":1.4142135623730951},"456":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"529":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"152":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"250":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"328":{"tf":1.0},"355":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"534":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"389":{"tf":1.0}},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"1":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"7":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"3":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"8":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"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":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":2.0},"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"547":{"tf":1.0}}},"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"6":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"1":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"0":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"5":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"6":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"394":{"tf":1.0},"498":{"tf":1.0},"530":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"407":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"470":{"tf":1.0}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0},"382":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"476":{"tf":1.0},"530":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"226":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"417":{"tf":1.0},"449":{"tf":1.4142135623730951},"464":{"tf":1.0},"475":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":2.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":18,"docs":{"124":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"308":{"tf":1.0},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"334":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"405":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"524":{"tf":1.0},"554":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"244":{"tf":1.0},"413":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"346":{"tf":1.0}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"176":{"tf":1.4142135623730951},"183":{"tf":2.0},"313":{"tf":1.4142135623730951},"356":{"tf":2.0},"390":{"tf":1.0},"401":{"tf":2.449489742783178},"43":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.0},"456":{"tf":1.4142135623730951},"477":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}}}}}},"p":{"3":{"c":{"!":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"417":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"478":{"tf":1.0},"48":{"tf":1.0},"484":{"tf":1.0},"5":{"tf":1.7320508075688772},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"214":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"232":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"161":{"tf":1.0},"226":{"tf":1.7320508075688772},"230":{"tf":2.0},"232":{"tf":1.0},"349":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"47":{"tf":3.3166247903554},"48":{"tf":4.123105625617661},"50":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"335":{"tf":1.0},"348":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"193":{"tf":1.0},"210":{"tf":1.0},"223":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"347":{"tf":1.0},"348":{"tf":1.0},"416":{"tf":2.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":2.449489742783178},"441":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"305":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"306":{"tf":2.0},"335":{"tf":2.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":3.3166247903554},"548":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"r":{"df":6,"docs":{"236":{"tf":1.0},"347":{"tf":1.7320508075688772},"349":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"516":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":2.449489742783178}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":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":10,"docs":{"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"389":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"470":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.4142135623730951},"279":{"tf":2.0},"280":{"tf":2.6457513110645907},"281":{"tf":2.449489742783178},"282":{"tf":2.6457513110645907},"283":{"tf":1.7320508075688772},"284":{"tf":2.449489742783178},"285":{"tf":2.0},"286":{"tf":2.0},"287":{"tf":3.1622776601683795},"288":{"tf":1.7320508075688772},"289":{"tf":2.449489742783178},"290":{"tf":2.0},"291":{"tf":2.0},"5":{"tf":1.7320508075688772},"520":{"tf":3.3166247903554},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":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":{"285":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":2.449489742783178},"291":{"tf":1.0},"520":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"212":{"tf":1.7320508075688772},"470":{"tf":1.0},"479":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"388":{"tf":5.744562646538029},"391":{"tf":3.0},"474":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"388":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"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":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":3.3166247903554},"391":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"184":{"tf":1.0},"227":{"tf":1.0},"303":{"tf":1.0},"464":{"tf":1.0},"492":{"tf":1.0},"90":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"412":{"tf":1.7320508075688772},"467":{"tf":1.0},"558":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"1":{".":{"1":{"3":{".":{"2":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":7,"docs":{"345":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"441":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":2.449489742783178},"560":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":21,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"158":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"412":{"tf":1.0},"452":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"k":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"405":{"tf":4.898979485566356}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"177":{"tf":1.0},"232":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"35":{"tf":1.0},"377":{"tf":2.449489742783178},"378":{"tf":1.4142135623730951},"379":{"tf":2.6457513110645907},"380":{"tf":2.23606797749979},"381":{"tf":3.1622776601683795},"382":{"tf":3.1622776601683795},"383":{"tf":3.7416573867739413},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":2.8284271247461903},"416":{"tf":1.4142135623730951},"421":{"tf":2.0},"427":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"545":{"tf":2.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"421":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"225":{"tf":2.0},"232":{"tf":1.4142135623730951},"381":{"tf":1.0},"478":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"355":{"tf":1.0},"452":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"120":{"tf":1.0},"416":{"tf":1.4142135623730951}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"g":{"df":3,"docs":{"100":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"499":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"223":{"tf":1.0},"360":{"tf":1.4142135623730951},"382":{"tf":1.0},"405":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"45":{"tf":1.0},"527":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":3.7416573867739413},"240":{"tf":2.8284271247461903},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":2,"docs":{"239":{"tf":3.4641016151377544},"240":{"tf":2.449489742783178}}}}}}}},"n":{"df":2,"docs":{"530":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"490":{"tf":1.0},"494":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"298":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"'":{"df":22,"docs":{"109":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"249":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":2.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"401":{"tf":1.4142135623730951},"414":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":2.0},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"322":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"128":{"tf":1.0},"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"176":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"]":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{"df":1,"docs":{"269":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":1.0},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"y":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951}}}}}}}}},"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}},"e":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"443":{"tf":1.4142135623730951}}}}},"y":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"383":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}},"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":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":{}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":2.0}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"177":{"tf":1.0},"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"1":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},"2":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}},"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"0":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":2.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"265":{"tf":1.0},"293":{"tf":1.0},"381":{"tf":1.0},"410":{"tf":1.4142135623730951},"441":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"138":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":2.0},"442":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"131":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"383":{"tf":1.7320508075688772},"410":{"tf":1.0},"448":{"tf":1.0},"460":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"100":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.23606797749979},"128":{"tf":4.123105625617661},"130":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":3.7416573867739413},"14":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":3.0},"150":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"154":{"tf":3.0},"156":{"tf":2.449489742783178},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":3.0},"168":{"tf":4.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":3.4641016151377544},"181":{"tf":3.4641016151377544},"183":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"200":{"tf":1.0},"204":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"230":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"241":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"251":{"tf":4.69041575982343},"265":{"tf":3.1622776601683795},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"277":{"tf":3.1622776601683795},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.0},"295":{"tf":1.7320508075688772},"296":{"tf":2.6457513110645907},"298":{"tf":2.23606797749979},"300":{"tf":2.8284271247461903},"301":{"tf":1.0},"306":{"tf":2.449489742783178},"308":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"322":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"336":{"tf":1.0},"339":{"tf":4.358898943540674},"341":{"tf":1.4142135623730951},"343":{"tf":2.449489742783178},"345":{"tf":3.1622776601683795},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":2.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.0},"383":{"tf":4.242640687119285},"386":{"tf":3.0},"388":{"tf":3.872983346207417},"389":{"tf":2.449489742783178},"391":{"tf":1.7320508075688772},"393":{"tf":2.0},"401":{"tf":2.449489742783178},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"414":{"tf":1.0},"416":{"tf":2.8284271247461903},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":3.0},"442":{"tf":2.449489742783178},"443":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.0},"455":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"50":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178},"54":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"401":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"339":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"224":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"384":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":17,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"128":{"tf":1.0},"189":{"tf":1.0},"355":{"tf":1.4142135623730951},"457":{"tf":1.0},"459":{"tf":1.0},"545":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"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":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"435":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":90,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.8284271247461903},"108":{"tf":1.0},"109":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.7320508075688772},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"36":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":2.23606797749979},"436":{"tf":1.7320508075688772},"44":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.4142135623730951},"456":{"tf":2.8284271247461903},"457":{"tf":1.4142135623730951},"458":{"tf":2.23606797749979},"459":{"tf":2.449489742783178},"460":{"tf":1.0},"461":{"tf":3.0},"47":{"tf":1.0},"477":{"tf":2.23606797749979},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"517":{"tf":1.7320508075688772},"528":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":2.449489742783178},"63":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.23606797749979},"97":{"tf":2.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"554":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"86":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":8,"docs":{"157":{"tf":1.0},"185":{"tf":1.0},"275":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.6457513110645907},"252":{"tf":1.0},"346":{"tf":1.0},"473":{"tf":1.4142135623730951},"510":{"tf":1.0},"548":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"368":{"tf":1.0},"379":{"tf":1.0},"447":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":2.0},"542":{"tf":1.0},"555":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}}}},"df":5,"docs":{"178":{"tf":2.23606797749979},"292":{"tf":2.0},"293":{"tf":4.0},"5":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"292":{"tf":1.4142135623730951},"464":{"tf":1.0},"5":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"292":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"178":{"tf":2.23606797749979},"293":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"132":{"tf":2.0},"178":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.23606797749979},"493":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"469":{"tf":1.0},"471":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"251":{"tf":1.0},"407":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"194":{"tf":1.4142135623730951},"211":{"tf":1.0},"80":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"304":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.8284271247461903},"307":{"tf":1.4142135623730951},"308":{"tf":2.8284271247461903},"385":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"470":{"tf":3.7416573867739413},"474":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"347":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"327":{"tf":1.4142135623730951},"336":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"542":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.7320508075688772},"335":{"tf":1.0},"380":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"17":{"tf":1.0},"218":{"tf":1.7320508075688772},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"539":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":12,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"240":{"tf":1.0},"38":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"542":{"tf":1.0},"80":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"349":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":11,"docs":{"153":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":2.0},"178":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"407":{"tf":1.0},"468":{"tf":1.0},"557":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"122":{"tf":1.0},"190":{"tf":1.0},"453":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"191":{"tf":2.23606797749979},"210":{"tf":1.0},"453":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"37":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"456":{"tf":1.0},"545":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"335":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"108":{"tf":1.0},"158":{"tf":1.0},"347":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"477":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"100":{"tf":1.0},"320":{"tf":1.0},"403":{"tf":1.0},"416":{"tf":1.0},"478":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"265":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"476":{"tf":2.0},"477":{"tf":2.449489742783178},"478":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"522":{"tf":1.4142135623730951},"530":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":2.0},"557":{"tf":2.23606797749979},"558":{"tf":1.0},"86":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"239":{"tf":2.0},"277":{"tf":1.0},"388":{"tf":1.0},"461":{"tf":1.0},"514":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.0},"447":{"tf":2.449489742783178},"448":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":105,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"210":{"tf":2.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.0},"336":{"tf":2.23606797749979},"339":{"tf":3.4641016151377544},"340":{"tf":1.7320508075688772},"341":{"tf":2.23606797749979},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.0},"402":{"tf":1.4142135623730951},"403":{"tf":1.0},"406":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"430":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"534":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"121":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":60,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.449489742783178},"196":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"253":{"tf":2.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.7320508075688772},"336":{"tf":2.449489742783178},"337":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.7320508075688772},"350":{"tf":1.0},"356":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"401":{"tf":2.0},"407":{"tf":1.7320508075688772},"416":{"tf":2.8284271247461903},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.449489742783178},"452":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.7320508075688772},"462":{"tf":1.7320508075688772},"466":{"tf":1.0},"468":{"tf":3.3166247903554},"471":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":2.0},"508":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"450":{"tf":1.0},"556":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.4142135623730951},"479":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"495":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"df":9,"docs":{"212":{"tf":1.0},"225":{"tf":1.0},"361":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"416":{"tf":1.0},"542":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"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":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"n":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"347":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"201":{"tf":1.0},"203":{"tf":1.0},"329":{"tf":1.0}}}},"df":5,"docs":{"201":{"tf":1.0},"223":{"tf":1.0},"323":{"tf":1.0},"339":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"215":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"168":{"tf":4.69041575982343},"197":{"tf":1.0},"243":{"tf":1.0},"306":{"tf":5.5677643628300215}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"473":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"a":{"d":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"470":{"tf":4.58257569495584}}}},"df":7,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":3.3166247903554},"195":{"tf":1.0},"40":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":2.23606797749979},"470":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":2.23606797749979},"455":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"167":{"tf":1.0},"470":{"tf":1.0}},"g":{"df":15,"docs":{"0":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":2.8284271247461903},"196":{"tf":1.0},"197":{"tf":3.872983346207417},"247":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.4142135623730951},"430":{"tf":1.0},"473":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":5.916079783099616}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"1":{"0":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"160":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":4,"docs":{"218":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"267":{"tf":1.0},"322":{"tf":1.0},"389":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"413":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"224":{"tf":1.0},"313":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"125":{"tf":1.0},"15":{"tf":1.0},"267":{"tf":1.0},"321":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"553":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"151":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0},"531":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0},"380":{"tf":1.0},"555":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"176":{"tf":4.242640687119285},"294":{"tf":1.4142135623730951},"295":{"tf":2.6457513110645907},"296":{"tf":2.449489742783178},"524":{"tf":2.0},"542":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"176":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":1,"docs":{"176":{"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":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"184":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"297":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.4142135623730951},"44":{"tf":1.0},"461":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"461":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"d":{"df":9,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"290":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":2.0},"466":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":2.0},"38":{"tf":1.0},"470":{"tf":2.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"u":{"c":{"df":4,"docs":{"40":{"tf":1.0},"413":{"tf":1.0},"525":{"tf":1.0},"550":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"240":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"168":{"tf":2.23606797749979},"209":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"302":{"tf":1.0},"313":{"tf":1.0},"348":{"tf":1.4142135623730951},"407":{"tf":1.0},"429":{"tf":1.0},"440":{"tf":1.0},"456":{"tf":1.4142135623730951},"459":{"tf":1.0},"484":{"tf":1.0},"492":{"tf":1.4142135623730951},"525":{"tf":1.0},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"44":{"tf":2.449489742783178},"477":{"tf":2.23606797749979},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"40":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":160,"docs":{"1":{"tf":2.449489742783178},"100":{"tf":2.6457513110645907},"101":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"107":{"tf":2.6457513110645907},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":3.3166247903554},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":3.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"298":{"tf":2.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":2.449489742783178},"320":{"tf":1.0},"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":2.8284271247461903},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"379":{"tf":2.8284271247461903},"381":{"tf":2.8284271247461903},"382":{"tf":1.0},"383":{"tf":3.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"395":{"tf":2.23606797749979},"396":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951},"402":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":2.23606797749979},"406":{"tf":1.7320508075688772},"408":{"tf":1.4142135623730951},"410":{"tf":2.449489742783178},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"419":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"448":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":2.23606797749979},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"50":{"tf":1.0},"514":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":16,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"176":{"tf":1.0},"36":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"454":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"321":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"208":{"tf":1.0},"263":{"tf":1.0},"476":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"477":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":4,"docs":{"218":{"tf":1.0},"40":{"tf":1.0},"490":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"25":{"tf":1.4142135623730951},"354":{"tf":1.0},"4":{"tf":1.0},"403":{"tf":2.449489742783178},"461":{"tf":4.242640687119285},"462":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"528":{"tf":2.449489742783178},"542":{"tf":2.23606797749979},"549":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.6457513110645907},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":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":{"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"211":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"308":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"557":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"146":{"tf":1.0},"178":{"tf":1.7320508075688772},"22":{"tf":1.0},"234":{"tf":1.0},"243":{"tf":3.1622776601683795},"308":{"tf":1.7320508075688772},"321":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":3.3166247903554},"461":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"386":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"226":{"tf":1.0},"306":{"tf":2.23606797749979},"344":{"tf":1.0},"350":{"tf":1.0},"446":{"tf":2.23606797749979},"490":{"tf":1.0},"493":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"388":{"tf":1.0}}}}}}},"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.4142135623730951},"28":{"tf":1.0},"320":{"tf":1.0},"344":{"tf":1.0},"446":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"350":{"tf":1.0},"544":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"350":{"tf":1.0}}}}}}},"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":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"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":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"22":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"473":{"tf":1.0},"55":{"tf":1.0},"551":{"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":12,"docs":{"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":2.0},"450":{"tf":3.0},"522":{"tf":2.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"85":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":55,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":2.0},"170":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"349":{"tf":2.0},"350":{"tf":1.0},"361":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"426":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"464":{"tf":1.0},"55":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"524":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"161":{"tf":1.0},"479":{"tf":1.0},"544":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":72,"docs":{"100":{"tf":2.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"161":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"265":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"306":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"348":{"tf":1.0},"350":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"384":{"tf":3.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"388":{"tf":2.449489742783178},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"416":{"tf":1.0},"421":{"tf":1.0},"427":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.7320508075688772},"446":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"477":{"tf":1.0},"492":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"383":{"tf":2.6457513110645907}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":4,"docs":{"100":{"tf":1.0},"471":{"tf":1.4142135623730951},"542":{"tf":1.0},"551":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"278":{"tf":1.0},"461":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"266":{"tf":1.0},"297":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.0},"250":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"369":{"tf":1.0},"441":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":2,"docs":{"102":{"tf":1.0},"416":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"251":{"tf":1.4142135623730951},"271":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"379":{"tf":1.0},"387":{"tf":1.4142135623730951},"40":{"tf":1.0},"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"341":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"341":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":41,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":2.0},"128":{"tf":1.0},"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"211":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.0},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"372":{"tf":1.0},"374":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"467":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"557":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":18,"docs":{"164":{"tf":1.0},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"197":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"341":{"tf":1.0},"350":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"540":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"@":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":97,"docs":{"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"134":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"183":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"216":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"231":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":2.0},"291":{"tf":2.0},"297":{"tf":2.449489742783178},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"318":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772},"350":{"tf":3.3166247903554},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":2.0},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"388":{"tf":1.0},"395":{"tf":1.0},"401":{"tf":2.449489742783178},"407":{"tf":1.0},"416":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":2.0},"516":{"tf":2.449489742783178},"518":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.7320508075688772},"544":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"350":{"tf":1.0},"388":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"516":{"tf":1.0},"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"407":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":2.0},"251":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"508":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"464":{"tf":1.0},"530":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"413":{"tf":1.0},"557":{"tf":1.0}}},"k":{"df":0,"docs":{},"y":{"1":{"2":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"&":{"\\":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"324":{"tf":1.4142135623730951},"333":{"tf":2.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"214":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"468":{"tf":1.0},"478":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"123":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":3.605551275463989},"263":{"tf":1.0},"499":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{"df":1,"docs":{"499":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"323":{"tf":1.0},"347":{"tf":1.0},"472":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"362":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"370":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"370":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":2.23606797749979},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"394":{"tf":1.0},"416":{"tf":2.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"473":{"tf":2.0},"477":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"518":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"540":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"413":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"547":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"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":{}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":22,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"169":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"303":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"524":{"tf":1.4142135623730951},"548":{"tf":1.0}},"r":{"df":2,"docs":{"148":{"tf":1.4142135623730951},"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"169":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"305":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"518":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"106":{"tf":1.0},"407":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"374":{"tf":1.0},"388":{"tf":1.7320508075688772},"394":{"tf":1.0},"398":{"tf":1.4142135623730951},"407":{"tf":1.0},"416":{"tf":1.0},"454":{"tf":1.0},"524":{"tf":1.0},"526":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"385":{"tf":1.0},"532":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"303":{"tf":2.0},"525":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":2.8284271247461903},"154":{"tf":2.0},"408":{"tf":1.0},"410":{"tf":2.449489742783178}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"158":{"tf":1.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"463":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"d":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"254":{"tf":2.8284271247461903},"256":{"tf":1.0},"260":{"tf":1.0},"276":{"tf":1.4142135623730951},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"174":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"500":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"276":{"tf":1.0},"78":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"430":{"tf":1.0},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"505":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"505":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"399":{"tf":1.0}}},"df":1,"docs":{"398":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"184":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"383":{"tf":1.0},"407":{"tf":1.0},"50":{"tf":2.0},"524":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":3,"docs":{"197":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"554":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":58,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"224":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"345":{"tf":1.0},"348":{"tf":1.0},"35":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"36":{"tf":3.0},"38":{"tf":1.0},"384":{"tf":1.7320508075688772},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"397":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":3.3166247903554},"449":{"tf":1.0},"456":{"tf":1.4142135623730951},"463":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"543":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"322":{"tf":1.0},"335":{"tf":1.0},"352":{"tf":1.0},"381":{"tf":1.0},"40":{"tf":1.0},"401":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"439":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":2,"docs":{"415":{"tf":1.0},"555":{"tf":1.0}}},"n":{"df":4,"docs":{"397":{"tf":1.0},"407":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"215":{"tf":1.0},"223":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"345":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"515":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"466":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"398":{"tf":1.0},"451":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":18,"docs":{"112":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"186":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.23606797749979},"351":{"tf":1.0},"383":{"tf":2.0},"408":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"208":{"tf":1.0},"395":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}},"e":{"(":{"\"":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":4,"docs":{"415":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"425":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}}}}},"i":{"df":2,"docs":{"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":64,"docs":{"100":{"tf":2.8284271247461903},"105":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.6457513110645907},"165":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"168":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"185":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.7320508075688772},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"343":{"tf":1.0},"349":{"tf":2.23606797749979},"351":{"tf":1.7320508075688772},"362":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"405":{"tf":3.4641016151377544},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":2.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"50":{"tf":2.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":2.0}}},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}},"t":{"df":7,"docs":{"204":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.449489742783178},"389":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"189":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.23606797749979},"339":{"tf":3.1622776601683795},"517":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"312":{"tf":1.0},"465":{"tf":1.0},"542":{"tf":1.7320508075688772},"548":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"22":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"45":{"tf":1.0},"465":{"tf":1.0},"548":{"tf":1.0},"87":{"tf":1.0}}},".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":85,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":2.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"37":{"tf":1.0},"389":{"tf":2.23606797749979},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"4":{"tf":1.0},"401":{"tf":2.449489742783178},"403":{"tf":1.0},"41":{"tf":2.0},"414":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.6457513110645907},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":64,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":2.0},"158":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"257":{"tf":1.7320508075688772},"267":{"tf":2.0},"269":{"tf":2.6457513110645907},"277":{"tf":2.0},"29":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"310":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.4142135623730951},"357":{"tf":2.0},"364":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.4142135623730951},"388":{"tf":1.0},"398":{"tf":2.8284271247461903},"40":{"tf":1.0},"412":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"1":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"df":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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"313":{"tf":1.0},"39":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"5":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":2.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"557":{"tf":1.0},"95":{"tf":1.0}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":2.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"423":{"tf":1.7320508075688772},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"355":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.6457513110645907},"413":{"tf":1.0},"423":{"tf":1.0},"477":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"392":{"tf":1.0},"405":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"40":{"tf":1.0},"403":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":31,"docs":{"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"239":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"383":{"tf":1.4142135623730951},"40":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"432":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":17,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.4142135623730951},"205":{"tf":1.0},"317":{"tf":1.0},"320":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"413":{"tf":1.0},"425":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"275":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"2":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"412":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"412":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":3,"docs":{"202":{"tf":1.0},"268":{"tf":1.0},"412":{"tf":4.69041575982343}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":3.605551275463989}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":45,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"319":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"554":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"405":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":37,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"187":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"269":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"473":{"tf":1.4142135623730951},"478":{"tf":1.0},"554":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"361":{"tf":2.0},"362":{"tf":2.6457513110645907},"363":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"299":{"tf":1.0},"316":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"405":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"407":{"tf":1.0}}},"df":40,"docs":{"107":{"tf":1.4142135623730951},"125":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"398":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":2.0},"426":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"477":{"tf":1.0},"523":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}},"f":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":5,"docs":{"155":{"tf":1.7320508075688772},"160":{"tf":1.0},"240":{"tf":1.0},"43":{"tf":1.0},"474":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":24,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"242":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"375":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"459":{"tf":1.0},"62":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"195":{"tf":1.4142135623730951},"272":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"375":{"tf":1.0},"550":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"204":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"73":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"82":{"tf":2.23606797749979}}}}}}}}}},"p":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"357":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":2.0},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"404":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"174":{"tf":1.7320508075688772},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":2.6457513110645907},"257":{"tf":1.7320508075688772},"464":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"w":{"df":1,"docs":{"186":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"413":{"tf":1.0},"449":{"tf":1.0},"477":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"472":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"449":{"tf":1.4142135623730951},"450":{"tf":1.7320508075688772},"451":{"tf":2.23606797749979}}}}}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"306":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"v":{"df":1,"docs":{"551":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"389":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"314":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"467":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"100":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"81":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":4,"docs":{"357":{"tf":1.0},"470":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":2.23606797749979},"464":{"tf":1.0},"503":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"503":{"tf":1.0},"507":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"297":{"tf":3.4641016151377544},"298":{"tf":2.8284271247461903},"503":{"tf":1.0},"507":{"tf":2.23606797749979},"542":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":2.8284271247461903},"81":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"201":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"28":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":2.449489742783178},"473":{"tf":2.449489742783178},"525":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"476":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"247":{"tf":2.449489742783178},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"508":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"15":{"tf":1.4142135623730951},"201":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"340":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.4142135623730951},"401":{"tf":2.0},"412":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":2.0},"494":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":28,"docs":{"115":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.0},"312":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"434":{"tf":1.0},"472":{"tf":1.0},"507":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"d":{">":{"[":{"0":{".":{".":{"1":{"0":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"460":{"tf":6.244997998398398},"59":{"tf":2.23606797749979},"73":{"tf":4.69041575982343},"78":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"306":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"106":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.4142135623730951},"477":{"tf":1.0},"5":{"tf":1.0},"547":{"tf":4.898979485566356},"548":{"tf":2.0},"557":{"tf":1.4142135623730951},"94":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"473":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"222":{"tf":1.0},"451":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"215":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"472":{"tf":2.0},"557":{"tf":1.0}},"t":{"df":27,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"236":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"363":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":4.58257569495584},"475":{"tf":1.0},"48":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"355":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"275":{"tf":3.0},"35":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"40":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"457":{"tf":1.0},"470":{"tf":2.23606797749979},"523":{"tf":1.4142135623730951},"530":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"i":{"c":{"df":21,"docs":{"166":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"362":{"tf":2.0},"370":{"tf":2.0},"416":{"tf":2.6457513110645907},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"459":{"tf":1.7320508075688772},"468":{"tf":3.3166247903554},"478":{"tf":1.0},"488":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":9,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"106":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"350":{"tf":1.0},"452":{"tf":2.0},"473":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"239":{"tf":2.23606797749979},"28":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"555":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":2,"docs":{"130":{"tf":1.0},"346":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.449489742783178},"183":{"tf":1.0},"197":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"147":{"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":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"350":{"tf":1.0},"516":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"0":{"df":4,"docs":{"166":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"415":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":20,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"347":{"tf":1.0}}},"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":2,"docs":{"131":{"tf":2.449489742783178},"132":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"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":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":3.4641016151377544}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"446":{"tf":1.4142135623730951},"448":{"tf":1.0},"489":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"415":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"416":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"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":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":113,"docs":{"112":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"131":{"tf":1.0},"132":{"tf":3.1622776601683795},"134":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.449489742783178},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":2.23606797749979},"182":{"tf":1.0},"183":{"tf":3.4641016151377544},"184":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":2.23606797749979},"189":{"tf":2.449489742783178},"193":{"tf":2.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.23606797749979},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":2.0},"265":{"tf":1.0},"300":{"tf":2.0},"318":{"tf":3.4641016151377544},"320":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":2.23606797749979},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":2.449489742783178},"339":{"tf":3.872983346207417},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":2.0},"351":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"370":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"388":{"tf":2.6457513110645907},"391":{"tf":1.7320508075688772},"398":{"tf":1.0},"401":{"tf":2.449489742783178},"412":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"448":{"tf":2.0},"459":{"tf":1.7320508075688772},"466":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"473":{"tf":2.23606797749979},"486":{"tf":1.0},"489":{"tf":3.1622776601683795},"493":{"tf":2.8284271247461903},"496":{"tf":1.7320508075688772},"497":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"516":{"tf":1.7320508075688772},"524":{"tf":2.6457513110645907},"534":{"tf":1.0},"99":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"180":{"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":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"180":{"tf":1.0}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"180":{"tf":2.449489742783178},"184":{"tf":2.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"156":{"tf":1.0},"217":{"tf":1.0},"28":{"tf":1.0},"306":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"433":{"tf":1.0},"476":{"tf":1.7320508075688772},"490":{"tf":1.0},"557":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"463":{"tf":1.0},"478":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"110":{"tf":1.0},"242":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"19":{"tf":1.0},"36":{"tf":1.0},"404":{"tf":2.449489742783178},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"266":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"551":{"tf":1.0},"558":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"452":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"341":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.0},"129":{"tf":1.0},"557":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":59,"docs":{"182":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":2.23606797749979},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"439":{"tf":1.4142135623730951},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"343":{"tf":2.0},"473":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"451":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"471":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":94,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"159":{"tf":4.242640687119285},"160":{"tf":3.1622776601683795},"161":{"tf":2.449489742783178},"162":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":3.3166247903554},"170":{"tf":3.1622776601683795},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":3.0},"180":{"tf":3.1622776601683795},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":2.23606797749979},"185":{"tf":1.7320508075688772},"186":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.7320508075688772},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":2.23606797749979},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":2.23606797749979},"346":{"tf":3.4641016151377544},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.7320508075688772},"442":{"tf":1.0},"446":{"tf":2.23606797749979},"468":{"tf":1.0},"471":{"tf":2.6457513110645907},"472":{"tf":3.0},"473":{"tf":4.898979485566356},"524":{"tf":4.58257569495584},"530":{"tf":1.4142135623730951},"531":{"tf":2.0},"534":{"tf":2.23606797749979},"544":{"tf":2.23606797749979},"557":{"tf":2.449489742783178},"560":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"327":{"tf":1.0},"349":{"tf":1.0},"498":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"531":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"345":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"345":{"tf":3.605551275463989},"346":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.0},"471":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"543":{"tf":1.0},"554":{"tf":1.0}},"i":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"470":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"554":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"0":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"p":{"a":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"314":{"tf":1.0},"375":{"tf":1.4142135623730951},"430":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"df":4,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":2.0},"186":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"447":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"515":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"54":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"243":{"tf":1.0},"251":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"152":{"tf":1.0},"268":{"tf":1.0},"306":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"434":{"tf":1.0},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"201":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"379":{"tf":1.0},"483":{"tf":1.0},"555":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"3":{".":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":2.0},"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"161":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"363":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"416":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":64,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.4142135623730951},"376":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":25,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"170":{"tf":1.0},"247":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"413":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"429":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"474":{"tf":1.0},"530":{"tf":2.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":10,"docs":{"123":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"363":{"tf":1.0}}},"df":15,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":2.23606797749979},"361":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":2.0},"376":{"tf":1.7320508075688772},"42":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"203":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"347":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"377":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"438":{"tf":1.0},"441":{"tf":1.0},"460":{"tf":1.4142135623730951},"473":{"tf":1.0},"524":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"383":{"tf":1.0}}},".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"(":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},">":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"?":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":44,"docs":{"121":{"tf":2.0},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"138":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"156":{"tf":2.8284271247461903},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"178":{"tf":2.23606797749979},"181":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"212":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"223":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"293":{"tf":3.605551275463989},"296":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"381":{"tf":2.449489742783178},"383":{"tf":5.0},"388":{"tf":2.0},"410":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":23,"docs":{"132":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":3.0},"148":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"280":{"tf":2.0},"285":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.4142135623730951},"312":{"tf":2.0},"335":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"407":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"260":{"tf":1.0},"464":{"tf":1.0},"496":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":3.3166247903554},"496":{"tf":2.449489742783178},"500":{"tf":1.0},"78":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"317":{"tf":1.0},"531":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"164":{"tf":2.23606797749979},"166":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"350":{"tf":1.0},"388":{"tf":2.23606797749979},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":1.0},"432":{"tf":1.0},"474":{"tf":1.4142135623730951}}}}}}},"l":{"df":8,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"426":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"518":{"tf":1.0},"557":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}},"df":6,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"\\":{"\"":{":":{"\\":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"132":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"318":{"tf":2.449489742783178},"323":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":21,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"239":{"tf":4.47213595499958},"240":{"tf":2.8284271247461903},"318":{"tf":4.0},"351":{"tf":1.0},"358":{"tf":1.0},"380":{"tf":1.0},"412":{"tf":3.3166247903554},"510":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":1,"docs":{"470":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"345":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"5":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0}}}},"t":{"'":{"df":8,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"410":{"tf":1.0},"464":{"tf":1.0},"478":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"410":{"tf":1.0},"412":{"tf":3.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"410":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"381":{"tf":1.0},"388":{"tf":1.0},"40":{"tf":1.0},"429":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"354":{"tf":1.0},"375":{"tf":1.0},"473":{"tf":1.0},"486":{"tf":1.0},"80":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"316":{"tf":1.0},"321":{"tf":1.0},"389":{"tf":1.0},"472":{"tf":1.0}}},"v":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"429":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":3,"docs":{"1":{"tf":1.0},"416":{"tf":1.0},"99":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":2.0}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"189":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"347":{"tf":1.0},"398":{"tf":1.0},"446":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"197":{"tf":1.7320508075688772},"368":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"w":{"df":23,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"488":{"tf":2.0},"509":{"tf":1.4142135623730951},"523":{"tf":2.0},"532":{"tf":1.0}},"n":{"df":3,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"u":{"df":5,"docs":{"128":{"tf":1.0},"213":{"tf":1.0},"451":{"tf":1.0},"542":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"282":{"tf":1.0},"287":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"299":{"tf":2.23606797749979},"300":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"197":{"tf":2.449489742783178}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"293":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"223":{"tf":1.4142135623730951},"243":{"tf":1.0},"251":{"tf":1.0},"287":{"tf":1.0},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"329":{"tf":1.0},"336":{"tf":1.7320508075688772},"350":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"398":{"tf":1.4142135623730951},"413":{"tf":1.0},"446":{"tf":1.0},"459":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":2.23606797749979},"478":{"tf":1.0},"49":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.4142135623730951},"530":{"tf":1.0},"542":{"tf":1.4142135623730951},"554":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"477":{"tf":1.0}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"388":{"tf":1.0},"40":{"tf":1.0},"474":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"230":{"tf":2.0},"300":{"tf":1.0},"37":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"168":{"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":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"185":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":1,"docs":{"184":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":17,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"179":{"tf":2.6457513110645907},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":3.605551275463989},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"328":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"df":8,"docs":{"108":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"397":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"86":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"100":{"tf":1.0},"156":{"tf":4.69041575982343},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"423":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"287":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"345":{"tf":2.23606797749979},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{"df":1,"docs":{"310":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"22":{"tf":1.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.7320508075688772},"407":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":2.23606797749979},"411":{"tf":1.0},"412":{"tf":1.0},"90":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"161":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"380":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.4142135623730951},"540":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"543":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":41,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"176":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"320":{"tf":2.23606797749979},"336":{"tf":1.0},"341":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":2.23606797749979},"401":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"50":{"tf":3.0},"516":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"560":{"tf":1.0}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"344":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"187":{"tf":1.0},"335":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"345":{"tf":1.0},"542":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":59,"docs":{"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.4142135623730951},"381":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"423":{"tf":1.4142135623730951},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"486":{"tf":1.0},"516":{"tf":1.0},"531":{"tf":1.0},"555":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":82,"docs":{"0":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"236":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":2.23606797749979},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"339":{"tf":1.0},"348":{"tf":2.0},"349":{"tf":2.0},"380":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.7320508075688772},"416":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"516":{"tf":2.23606797749979},"518":{"tf":2.23606797749979},"531":{"tf":1.0},"534":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.449489742783178}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":11,"docs":{"164":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"363":{"tf":1.0},"456":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"459":{"tf":1.0},"554":{"tf":1.0},"72":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"320":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"1":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"360":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"517":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"314":{"tf":1.0},"323":{"tf":1.4142135623730951},"332":{"tf":1.0},"347":{"tf":1.0},"407":{"tf":1.0},"467":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0}},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":7,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"41":{"tf":1.0},"469":{"tf":1.0},"556":{"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":{"130":{"tf":1.0},"56":{"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":{"357":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"301":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"352":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"464":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":3.3166247903554},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":3.0},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"259":{"tf":2.23606797749979},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"466":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":4,"docs":{"102":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"477":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"126":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"547":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"388":{"tf":1.0},"389":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"169":{"tf":1.0},"253":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"18":{"tf":2.449489742783178},"193":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"466":{"tf":1.0},"478":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.23606797749979},"503":{"tf":1.0},"520":{"tf":1.0},"523":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":2.0},"554":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":40,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.4142135623730951},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"357":{"tf":2.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"410":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":20,"docs":{"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.4142135623730951},"523":{"tf":1.0},"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"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":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{"29":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":11,"docs":{"156":{"tf":1.7320508075688772},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":2.0},"403":{"tf":2.8284271247461903},"460":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":364,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":3.3166247903554},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":3.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.6457513110645907},"184":{"tf":2.6457513110645907},"185":{"tf":2.6457513110645907},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.8284271247461903},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":2.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":3.3166247903554},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":2.0},"301":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":1.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":2.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":2.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":2.6457513110645907},"344":{"tf":1.4142135623730951},"345":{"tf":2.23606797749979},"346":{"tf":2.23606797749979},"347":{"tf":2.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.0},"350":{"tf":2.23606797749979},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":2.0},"357":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"401":{"tf":2.0},"403":{"tf":1.0},"404":{"tf":2.23606797749979},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.4142135623730951},"410":{"tf":2.6457513110645907},"413":{"tf":1.4142135623730951},"415":{"tf":2.0},"416":{"tf":3.4641016151377544},"419":{"tf":1.0},"420":{"tf":1.4142135623730951},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":2.23606797749979},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.7320508075688772},"44":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.4142135623730951},"45":{"tf":1.0},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.7320508075688772},"461":{"tf":2.23606797749979},"465":{"tf":2.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":3.3166247903554},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":4.0},"474":{"tf":1.7320508075688772},"477":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":2.23606797749979},"492":{"tf":1.4142135623730951},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":2.6457513110645907},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"52":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.7320508075688772},"56":{"tf":3.0},"560":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":3.1622776601683795},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"237":{"tf":1.7320508075688772},"240":{"tf":1.0}}}}}}}}},"r":{"df":53,"docs":{"119":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.8284271247461903},"251":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.4142135623730951},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":2.449489742783178},"386":{"tf":1.0},"396":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":2.8284271247461903},"407":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.0},"428":{"tf":1.0},"441":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"558":{"tf":2.0},"559":{"tf":1.0},"73":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"202":{"tf":1.0},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"554":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":1,"docs":{"271":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"293":{"tf":1.0},"362":{"tf":1.0},"452":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":6,"docs":{"249":{"tf":1.0},"251":{"tf":2.0},"301":{"tf":1.7320508075688772},"388":{"tf":2.0},"40":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{".":{"3":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"276":{"tf":3.605551275463989}}},"df":89,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":3.1622776601683795},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"168":{"tf":2.449489742783178},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"215":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":3.1622776601683795},"232":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.0},"261":{"tf":1.4142135623730951},"265":{"tf":2.449489742783178},"267":{"tf":2.0},"269":{"tf":2.0},"271":{"tf":2.0},"275":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.242640687119285},"295":{"tf":1.4142135623730951},"296":{"tf":2.0},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"306":{"tf":3.3166247903554},"308":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.4142135623730951},"331":{"tf":2.0},"339":{"tf":1.4142135623730951},"343":{"tf":2.0},"350":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.449489742783178},"391":{"tf":1.0},"395":{"tf":2.0},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"410":{"tf":1.0},"412":{"tf":3.0},"439":{"tf":2.0},"442":{"tf":2.449489742783178},"445":{"tf":2.0},"448":{"tf":2.0},"455":{"tf":2.0},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"472":{"tf":1.7320508075688772},"473":{"tf":2.0},"474":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":15,"docs":{"169":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.7320508075688772},"358":{"tf":1.0},"382":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.0},"533":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":88,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":2.8284271247461903},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":2.23606797749979},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":2.6457513110645907},"280":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":2.0},"339":{"tf":3.3166247903554},"346":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"423":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"445":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"486":{"tf":1.0},"489":{"tf":2.0},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"90":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"109":{"tf":2.8284271247461903},"120":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.7320508075688772},"465":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":2.0}}},"df":0,"docs":{}}}}},"r":{"df":4,"docs":{"388":{"tf":1.0},"401":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"318":{"tf":2.23606797749979},"405":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"448":{"tf":1.0},"470":{"tf":1.0}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"477":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":20,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"277":{"tf":1.0},"324":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"535":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"337":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"449":{"tf":2.449489742783178},"451":{"tf":2.0},"453":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"546":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"i":{"df":26,"docs":{"110":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"518":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},">":{"1":{".":{"9":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"491":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.0}}},"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"435":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"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":57,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"321":{"tf":1.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"436":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"458":{"tf":1.0},"47":{"tf":3.1622776601683795},"477":{"tf":2.0},"478":{"tf":1.0},"48":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"519":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.4142135623730951},"535":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"547":{"tf":4.242640687119285},"555":{"tf":1.7320508075688772},"557":{"tf":1.0},"56":{"tf":2.449489742783178},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}}},"h":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}},"i":{"a":{"df":19,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"167":{"tf":1.7320508075688772},"245":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"500":{"tf":1.0},"528":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"282":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"291":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"\"":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"[":{"df":0,"docs":{},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"]":{"df":0,"docs":{},"}":{",":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{},"w":{"df":13,"docs":{"177":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"313":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"468":{"tf":1.0},"529":{"tf":1.0},"550":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":1,"docs":{"403":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"454":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"313":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"492":{"tf":2.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"317":{"tf":1.0},"403":{"tf":1.0},"88":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":1,"docs":{"356":{"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":{"df":2,"docs":{"389":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"522":{"tf":1.0}},"t":{"df":111,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"347":{"tf":1.0},"350":{"tf":1.7320508075688772},"355":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"421":{"tf":1.0},"439":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.0},"474":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":2.0},"419":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":8,"docs":{"164":{"tf":3.3166247903554},"179":{"tf":1.0},"185":{"tf":1.0},"414":{"tf":3.0},"415":{"tf":3.605551275463989},"416":{"tf":4.242640687119285},"425":{"tf":2.0},"432":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"415":{"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":{},"u":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"554":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"181":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}}},"y":{"df":55,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"299":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"402":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0},"441":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"263":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":46,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"414":{"tf":1.0},"460":{"tf":1.4142135623730951},"470":{"tf":2.23606797749979},"472":{"tf":1.0},"473":{"tf":1.7320508075688772},"68":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":17,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"313":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"414":{"tf":1.0},"470":{"tf":2.0},"69":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":16,"docs":{"128":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.0},"293":{"tf":1.0},"321":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.7320508075688772},"467":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}}}},"b":{"df":2,"docs":{"186":{"tf":1.0},"556":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":23,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"223":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.0},"457":{"tf":1.0},"460":{"tf":1.0},"469":{"tf":1.4142135623730951},"476":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"388":{"tf":1.0},"461":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"352":{"tf":1.0},"467":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"159":{"tf":1.0},"225":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"347":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"132":{"tf":1.0},"157":{"tf":1.0},"197":{"tf":1.7320508075688772},"237":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"255":{"tf":1.0},"33":{"tf":1.0},"381":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"443":{"tf":1.0},"470":{"tf":1.0},"512":{"tf":1.0},"558":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"100":{"tf":1.0},"409":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"181":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":10,"docs":{"100":{"tf":1.0},"131":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"306":{"tf":1.0},"388":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"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":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"343":{"tf":1.0}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"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":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"204":{"tf":1.0},"300":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"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":{"271":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"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":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"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":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{},"w":{"df":71,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.7320508075688772},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":2.8284271247461903},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":2.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.0},"343":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.0},"405":{"tf":3.4641016151377544},"415":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"473":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"493":{"tf":3.4641016151377544},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"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":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"223":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"204":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"131":{"tf":1.0}}},"2":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"448":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"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":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"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":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"400":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"168":{"tf":2.6457513110645907},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.6457513110645907},"210":{"tf":1.0},"306":{"tf":1.0},"353":{"tf":1.4142135623730951},"389":{"tf":1.0},"432":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"327":{"tf":1.0},"498":{"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":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"498":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}}}}},"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":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"138":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"489":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"226":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.0},"343":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"476":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}}}},"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"377":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"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":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":2.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"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":{},"n":{"d":{"df":4,"docs":{"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"393":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"328":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}},"df":6,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"406":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"402":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"388":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"r":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"110":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"317":{"tf":1.0},"368":{"tf":1.4142135623730951},"388":{"tf":1.0},"416":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":47,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"167":{"tf":2.0},"169":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.4142135623730951},"549":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}},"l":{"d":{"'":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.4142135623730951},"464":{"tf":1.0},"495":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.4142135623730951},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"185":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":3.872983346207417},"341":{"tf":1.7320508075688772},"350":{"tf":5.0},"352":{"tf":1.0},"356":{"tf":2.0},"360":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"461":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"389":{"tf":1.0},"392":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"370":{"tf":1.0},"467":{"tf":1.0},"524":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"335":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"369":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":25,"docs":{"115":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"189":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"350":{"tf":1.4142135623730951},"368":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"530":{"tf":1.0},"556":{"tf":1.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"336":{"tf":1.7320508075688772},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"547":{"tf":1.0},"93":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"543":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"122":{"tf":1.0},"470":{"tf":1.0}}}}}}},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"477":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":12,"docs":{"128":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"78":{"tf":2.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"p":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"390":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":5,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"263":{"tf":1.4142135623730951},"499":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.7416573867739413},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951}}}},"df":1,"docs":{"529":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"348":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"181":{"tf":1.0},"46":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":17,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"197":{"tf":1.0},"269":{"tf":1.0},"312":{"tf":1.0},"314":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"517":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":10,"docs":{"389":{"tf":1.0},"404":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"464":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"551":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":10,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"523":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"216":{"tf":1.0}}}},"z":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"199":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.4641016151377544},"347":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"108":{"tf":1.0},"470":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"121":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"263":{"tf":1.0},"287":{"tf":3.1622776601683795},"356":{"tf":1.0},"381":{"tf":1.4142135623730951},"430":{"tf":1.0}}},"5":{".":{"3":{".":{"5":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"0":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"129":{"tf":1.0},"156":{"tf":2.449489742783178},"199":{"tf":1.0},"215":{"tf":1.0},"247":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"347":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"470":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{"&":{"8":{"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"0":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"0":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"287":{"tf":3.1622776601683795},"458":{"tf":1.0},"83":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":6,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.0},"69":{"tf":1.0}}},"4":{".":{"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"542":{"tf":1.0},"555":{"tf":1.0}}},"6":{".":{"1":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"2":{"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"3":{"0":{"9":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"226":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"47":{"tf":1.0},"477":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"266":{"tf":1.0},"354":{"tf":1.7320508075688772},"42":{"tf":1.0},"465":{"tf":1.0},"537":{"tf":1.0},"542":{"tf":2.449489742783178},"548":{"tf":1.4142135623730951}}},"8":{".":{"1":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"9":{"'":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},".":{"1":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.0}}},"2":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{".":{"2":{"df":1,"docs":{"540":{"tf":1.0}}},"3":{"df":6,"docs":{"366":{"tf":1.7320508075688772},"368":{"tf":2.0},"372":{"tf":1.7320508075688772},"374":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"4":{"df":8,"docs":{"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"5":{"df":11,"docs":{"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"8":{".":{"0":{"_":{"2":{"6":{"1":{"df":1,"docs":{"548":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"547":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":1,"docs":{"47":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"430":{"tf":1.0}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"2":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"3":{"df":1,"docs":{"35":{"tf":1.0}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":4,"docs":{"125":{"tf":1.0},"128":{"tf":2.0},"247":{"tf":2.0},"430":{"tf":1.0}}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"156":{"tf":2.6457513110645907},"195":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"243":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"346":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"547":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":2.0}}},"1":{".":{"5":{".":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"4":{":":{"4":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"4":{"9":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"0":{"1":{"8":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"9":{"8":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"306":{"tf":1.4142135623730951},"35":{"tf":1.0},"547":{"tf":1.0},"555":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":2,"docs":{"40":{"tf":1.0},"547":{"tf":1.0}}},"3":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"4":{"df":4,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"5":{".":{"3":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}},":":{"5":{"7":{":":{"2":{"9":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"36":{"tf":1.0},"547":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"6":{":":{"4":{"8":{":":{"2":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"7":{"9":{".":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"8":{"0":{".":{"0":{"df":2,"docs":{"263":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"263":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":25,"docs":{"104":{"tf":1.0},"111":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":3.3166247903554},"247":{"tf":2.0},"271":{"tf":2.0},"272":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"331":{"tf":2.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"412":{"tf":4.0},"44":{"tf":1.0},"470":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951},"540":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0}}},"2":{".":{"1":{"8":{".":{"0":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"8":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{}},":":{"4":{"4":{":":{"0":{"1":{"df":1,"docs":{"81":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"211":{"tf":2.0},"277":{"tf":1.7320508075688772},"285":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":2.449489742783178},"499":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"299":{"tf":1.0}}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"9":{"6":{"d":{"df":0,"docs":{},"f":{"5":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"1":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.7320508075688772},"299":{"tf":1.0},"78":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"225":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"456":{"tf":1.0},"548":{"tf":1.4142135623730951},"555":{"tf":1.0},"73":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"3":{".":{"0":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}},"3":{".":{"0":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"211":{"tf":1.7320508075688772},"386":{"tf":3.1622776601683795},"389":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951}}},"d":{"df":3,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.0},"554":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"6":{"9":{"5":{"1":{"2":{"3":{"4":{"5":{"df":2,"docs":{"473":{"tf":1.0},"557":{"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":{"3":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"a":{"9":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"116":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":2.8284271247461903},"44":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}},"f":{"df":1,"docs":{"116":{"tf":1.0}}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}},"0":{"df":2,"docs":{"125":{"tf":1.0},"77":{"tf":2.0}}},"2":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"108":{"tf":1.0},"195":{"tf":2.8284271247461903},"271":{"tf":2.0},"29":{"tf":1.4142135623730951},"397":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"479":{"tf":1.0},"560":{"tf":1.0},"73":{"tf":1.0}}},"6":{".":{"0":{".":{"0":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"48":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":2,"docs":{"128":{"tf":2.8284271247461903},"331":{"tf":2.449489742783178}}},"5":{"7":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"406":{"tf":1.0},"519":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}},"3":{"df":1,"docs":{"39":{"tf":1.0}}},"8":{".":{"1":{"4":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"a":{"b":{"b":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"514":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"513":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"1":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":7,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951}}},"3":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{},"x":{"df":2,"docs":{"12":{"tf":1.0},"490":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"499":{"tf":2.0}}},"d":{"c":{"1":{"d":{"a":{"1":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"9":{".":{"0":{".":{"0":{"df":32,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"133":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"490":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0},"8":{"tf":1.0}}},"1":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"482":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":6,"docs":{"321":{"tf":1.0},"482":{"tf":1.4142135623730951},"483":{"tf":1.0},"484":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":7,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"481":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772}}},"9":{"df":1,"docs":{"128":{"tf":2.0}}},"df":5,"docs":{"199":{"tf":1.0},"251":{"tf":1.4142135623730951},"347":{"tf":1.0},"44":{"tf":1.0},"547":{"tf":1.0}},"f":{"b":{"8":{"8":{"5":{"df":0,"docs":{},"e":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"(":{"df":0,"docs":{},"ツ":{")":{"_":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":60,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"293":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"395":{"tf":2.0},"399":{"tf":2.8284271247461903},"401":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0}}},"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"a":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"266":{"tf":1.0},"388":{"tf":1.0},"456":{"tf":1.0},"486":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":41,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0},"410":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"c":{"df":0,"docs":{},"i":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"331":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"516":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":49,"docs":{"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.6457513110645907},"138":{"tf":3.605551275463989},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":2.23606797749979},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"324":{"tf":1.0},"343":{"tf":1.0},"383":{"tf":2.23606797749979},"447":{"tf":1.0},"448":{"tf":1.7320508075688772},"451":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":2.449489742783178},"498":{"tf":1.4142135623730951},"514":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"336":{"tf":1.0},"442":{"tf":1.0},"455":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"473":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"413":{"tf":1.0}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"117":{"tf":1.0},"382":{"tf":1.0},"470":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"201":{"tf":1.0},"351":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"223":{"tf":1.4142135623730951},"302":{"tf":1.0},"556":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":1,"docs":{"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"d":{"df":94,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":2.23606797749979},"293":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"391":{"tf":1.0},"40":{"tf":2.8284271247461903},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":4.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"42":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"44":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":3.1622776601683795},"479":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"545":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"377":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"447":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":39,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"131":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"277":{"tf":1.0},"295":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"42":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"442":{"tf":1.7320508075688772},"443":{"tf":1.7320508075688772},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"383":{"tf":1.0},"403":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"|":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"264":{"tf":2.6457513110645907},"265":{"tf":4.0},"360":{"tf":1.0},"400":{"tf":1.4142135623730951},"467":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"264":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"105":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":2.449489742783178},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"31":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"'":{"df":3,"docs":{"229":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"239":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"227":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"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":1,"docs":{"461":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"176":{"tf":2.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"69":{"tf":2.6457513110645907}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"155":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"552":{"tf":1.7320508075688772},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"170":{"tf":1.0},"326":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0},"526":{"tf":1.0},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"161":{"tf":1.0},"396":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"478":{"tf":1.0}},"i":{"a":{"df":3,"docs":{"420":{"tf":1.7320508075688772},"69":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"394":{"tf":2.23606797749979},"395":{"tf":2.6457513110645907},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"466":{"tf":1.0},"69":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"555":{"tf":1.0}}}},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}}}}}},"df":83,"docs":{"102":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.7320508075688772},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"394":{"tf":1.0},"396":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"407":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"50":{"tf":1.4142135623730951},"510":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"177":{"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":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":3,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"555":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"181":{"tf":1.0},"269":{"tf":1.7320508075688772},"548":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"159":{"tf":1.4142135623730951},"178":{"tf":1.0},"240":{"tf":1.0},"326":{"tf":1.0},"369":{"tf":1.0},"388":{"tf":1.7320508075688772},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.4142135623730951},"449":{"tf":1.0},"472":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}},"n":{"df":7,"docs":{"245":{"tf":1.0},"292":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"433":{"tf":1.0},"532":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"48":{"tf":1.0},"542":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":16,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"339":{"tf":1.4142135623730951},"350":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"476":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"478":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"322":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"134":{"tf":1.0},"138":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":2.8284271247461903},"345":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"388":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.23606797749979},"453":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":7,"docs":{"263":{"tf":2.449489742783178},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"314":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"537":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"98":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"24":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"413":{"tf":3.0},"414":{"tf":1.0},"415":{"tf":2.0},"416":{"tf":4.123105625617661},"417":{"tf":2.23606797749979},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.7320508075688772},"423":{"tf":1.7320508075688772},"424":{"tf":2.0},"425":{"tf":2.23606797749979},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":2.449489742783178},"430":{"tf":2.6457513110645907},"431":{"tf":2.23606797749979},"432":{"tf":1.0},"477":{"tf":2.6457513110645907},"530":{"tf":2.23606797749979},"96":{"tf":2.449489742783178},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"334":{"tf":1.0},"343":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"383":{"tf":1.4142135623730951},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"416":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.0},"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"170":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"2":{"tf":1.0},"439":{"tf":1.4142135623730951},"478":{"tf":1.0},"527":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"104":{"tf":1.0},"557":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"389":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"416":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"'":{"df":2,"docs":{"230":{"tf":1.0},"357":{"tf":1.0}}},":":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.0},"230":{"tf":1.0},"231":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":2.0},"314":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":2.449489742783178},"456":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"560":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"426":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"470":{"tf":1.0},"48":{"tf":1.0},"546":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"350":{"tf":1.4142135623730951},"351":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"159":{"tf":1.0},"351":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"287":{"tf":1.0},"346":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":13,"docs":{"194":{"tf":1.0},"275":{"tf":1.7320508075688772},"323":{"tf":1.0},"381":{"tf":2.449489742783178},"393":{"tf":1.0},"395":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"474":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}},"y":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"416":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"121":{"tf":1.0},"30":{"tf":1.4142135623730951},"340":{"tf":1.0},"342":{"tf":2.0},"343":{"tf":1.0},"387":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"464":{"tf":1.0},"476":{"tf":1.0},"544":{"tf":1.4142135623730951},"558":{"tf":1.0}}}},"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":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"[":{"0":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":127,"docs":{"100":{"tf":3.3166247903554},"105":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.449489742783178},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"293":{"tf":2.449489742783178},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"298":{"tf":2.449489742783178},"300":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":3.0},"319":{"tf":2.449489742783178},"321":{"tf":1.4142135623730951},"322":{"tf":2.449489742783178},"331":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"341":{"tf":2.0},"343":{"tf":2.0},"350":{"tf":1.7320508075688772},"356":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":4.242640687119285},"408":{"tf":1.4142135623730951},"410":{"tf":1.7320508075688772},"412":{"tf":2.8284271247461903},"415":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.449489742783178},"455":{"tf":1.4142135623730951},"462":{"tf":1.0},"468":{"tf":2.0},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":2.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":1.0},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"2":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.0},"247":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":2,"docs":{"185":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"300":{"tf":1.0},"339":{"tf":1.0},"472":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"259":{"tf":1.0},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"158":{"tf":1.0},"223":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":1,"docs":{"156":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"\"":{")":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":1.0},"151":{"tf":1.7320508075688772},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.0},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"138":{"tf":1.0},"251":{"tf":1.0},"318":{"tf":2.0},"415":{"tf":1.4142135623730951},"493":{"tf":1.0}}},"1":{"df":1,"docs":{"493":{"tf":1.0}}},"2":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{")":{".":{"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"[":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"442":{"tf":2.0}}}}},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"318":{"tf":2.449489742783178},"470":{"tf":2.0},"493":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"470":{"tf":2.0},"493":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"143":{"tf":1.0},"170":{"tf":1.0},"237":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0}}},"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":324,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":4.0},"132":{"tf":3.0},"133":{"tf":3.0},"134":{"tf":3.7416573867739413},"135":{"tf":2.6457513110645907},"136":{"tf":2.449489742783178},"137":{"tf":2.8284271247461903},"138":{"tf":3.7416573867739413},"139":{"tf":3.4641016151377544},"14":{"tf":2.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"142":{"tf":2.449489742783178},"143":{"tf":3.3166247903554},"144":{"tf":2.23606797749979},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"147":{"tf":2.8284271247461903},"148":{"tf":3.3166247903554},"149":{"tf":2.23606797749979},"15":{"tf":2.449489742783178},"150":{"tf":2.6457513110645907},"151":{"tf":3.1622776601683795},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":5.477225575051661},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.23606797749979},"159":{"tf":3.3166247903554},"160":{"tf":1.4142135623730951},"161":{"tf":2.449489742783178},"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":2.23606797749979},"167":{"tf":3.605551275463989},"168":{"tf":3.4641016151377544},"169":{"tf":3.4641016151377544},"170":{"tf":1.7320508075688772},"171":{"tf":3.3166247903554},"172":{"tf":2.449489742783178},"173":{"tf":2.8284271247461903},"174":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.0},"178":{"tf":2.23606797749979},"179":{"tf":2.449489742783178},"18":{"tf":2.6457513110645907},"180":{"tf":2.0},"181":{"tf":2.449489742783178},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":2.6457513110645907},"191":{"tf":3.0},"192":{"tf":2.449489742783178},"193":{"tf":2.6457513110645907},"194":{"tf":2.449489742783178},"195":{"tf":3.1622776601683795},"196":{"tf":1.7320508075688772},"197":{"tf":3.1622776601683795},"198":{"tf":2.449489742783178},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"202":{"tf":2.0},"203":{"tf":3.3166247903554},"204":{"tf":2.6457513110645907},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":3.0},"208":{"tf":2.0},"209":{"tf":2.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.0},"211":{"tf":2.6457513110645907},"212":{"tf":2.0},"213":{"tf":2.23606797749979},"214":{"tf":2.6457513110645907},"215":{"tf":2.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.23606797749979},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"224":{"tf":3.0},"225":{"tf":2.0},"226":{"tf":2.8284271247461903},"227":{"tf":3.0},"228":{"tf":2.0},"229":{"tf":2.449489742783178},"230":{"tf":2.0},"231":{"tf":2.449489742783178},"232":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"237":{"tf":2.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":2.23606797749979},"242":{"tf":2.449489742783178},"243":{"tf":2.6457513110645907},"244":{"tf":2.449489742783178},"245":{"tf":2.449489742783178},"246":{"tf":2.449489742783178},"247":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":2.449489742783178},"250":{"tf":3.0},"251":{"tf":2.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":2.23606797749979},"255":{"tf":2.449489742783178},"256":{"tf":2.6457513110645907},"257":{"tf":2.0},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"26":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"262":{"tf":2.23606797749979},"263":{"tf":2.8284271247461903},"264":{"tf":2.6457513110645907},"265":{"tf":2.0},"266":{"tf":2.6457513110645907},"267":{"tf":2.0},"268":{"tf":3.1622776601683795},"269":{"tf":2.0},"270":{"tf":2.6457513110645907},"271":{"tf":2.0},"272":{"tf":2.6457513110645907},"273":{"tf":2.0},"274":{"tf":2.6457513110645907},"275":{"tf":2.0},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.8284271247461903},"279":{"tf":2.6457513110645907},"28":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":2.0},"282":{"tf":2.6457513110645907},"283":{"tf":2.0},"284":{"tf":2.0},"285":{"tf":2.23606797749979},"286":{"tf":2.23606797749979},"287":{"tf":2.449489742783178},"288":{"tf":2.0},"289":{"tf":2.0},"290":{"tf":2.23606797749979},"291":{"tf":2.23606797749979},"292":{"tf":3.0},"293":{"tf":2.23606797749979},"294":{"tf":2.6457513110645907},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.6457513110645907},"298":{"tf":2.0},"299":{"tf":2.6457513110645907},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":2.6457513110645907},"302":{"tf":2.6457513110645907},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.8284271247461903},"306":{"tf":3.7416573867739413},"307":{"tf":2.6457513110645907},"308":{"tf":2.0},"309":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":2.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"315":{"tf":2.23606797749979},"316":{"tf":3.1622776601683795},"317":{"tf":3.605551275463989},"318":{"tf":3.1622776601683795},"319":{"tf":2.8284271247461903},"320":{"tf":3.605551275463989},"321":{"tf":4.123105625617661},"322":{"tf":2.449489742783178},"323":{"tf":3.605551275463989},"324":{"tf":2.449489742783178},"325":{"tf":2.23606797749979},"326":{"tf":2.23606797749979},"327":{"tf":2.0},"328":{"tf":1.7320508075688772},"329":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":2.8284271247461903},"333":{"tf":2.0},"334":{"tf":2.0},"335":{"tf":2.0},"336":{"tf":1.7320508075688772},"337":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":2.8284271247461903},"341":{"tf":2.23606797749979},"342":{"tf":1.7320508075688772},"343":{"tf":2.0},"344":{"tf":1.7320508075688772},"345":{"tf":2.449489742783178},"346":{"tf":2.0},"347":{"tf":3.4641016151377544},"348":{"tf":3.1622776601683795},"349":{"tf":3.0},"350":{"tf":4.0},"351":{"tf":2.23606797749979},"352":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"372":{"tf":1.0},"375":{"tf":2.23606797749979},"376":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.6457513110645907},"381":{"tf":3.1622776601683795},"383":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"387":{"tf":2.0},"388":{"tf":3.3166247903554},"39":{"tf":1.4142135623730951},"40":{"tf":3.1622776601683795},"406":{"tf":1.0},"407":{"tf":1.0},"409":{"tf":2.0},"410":{"tf":2.449489742783178},"416":{"tf":3.3166247903554},"425":{"tf":1.4142135623730951},"429":{"tf":2.0},"43":{"tf":2.23606797749979},"430":{"tf":3.0},"433":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"441":{"tf":3.3166247903554},"442":{"tf":3.1622776601683795},"443":{"tf":1.4142135623730951},"445":{"tf":2.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"448":{"tf":2.0},"453":{"tf":1.7320508075688772},"459":{"tf":2.23606797749979},"464":{"tf":2.6457513110645907},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":3.0},"470":{"tf":4.898979485566356},"473":{"tf":4.898979485566356},"474":{"tf":2.0},"486":{"tf":1.4142135623730951},"493":{"tf":2.8284271247461903},"5":{"tf":2.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"505":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":2.0},"512":{"tf":2.449489742783178},"515":{"tf":1.4142135623730951},"516":{"tf":4.358898943540674},"517":{"tf":2.0},"518":{"tf":2.23606797749979},"520":{"tf":2.0},"524":{"tf":4.358898943540674},"529":{"tf":2.0},"531":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":2.0},"535":{"tf":1.0},"536":{"tf":1.4142135623730951},"544":{"tf":2.0},"557":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":2.23606797749979},"76":{"tf":3.3166247903554},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":2.0}}}}}},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},".":{"a":{"d":{"d":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"131":{"tf":2.0},"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"388":{"tf":2.0},"474":{"tf":1.7320508075688772},"524":{"tf":2.449489742783178}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"160":{"tf":3.0},"165":{"tf":1.0},"170":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"345":{"tf":2.8284271247461903},"346":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"345":{"tf":2.449489742783178},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"534":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"345":{"tf":2.449489742783178},"534":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"534":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"189":{"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"215":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"306":{"tf":1.7320508075688772},"407":{"tf":1.0},"467":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"139":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"316":{"tf":1.0},"341":{"tf":1.0},"375":{"tf":1.0},"430":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{">":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"388":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"524":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"d":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"545":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"390":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"159":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":2.23606797749979},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"524":{"tf":1.0},"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"155":{"tf":1.0},"398":{"tf":1.0},"457":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"301":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"223":{"tf":1.0},"230":{"tf":2.0},"553":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"o":{"df":1,"docs":{"0":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"169":{"tf":1.0},"331":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"377":{"tf":1.0},"398":{"tf":1.0},"416":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"125":{"tf":1.0},"139":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"350":{"tf":1.0},"375":{"tf":1.0},"484":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"339":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":1.0},"265":{"tf":2.8284271247461903}}},"df":3,"docs":{"161":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"216":{"tf":1.0},"472":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"386":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"453":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"461":{"tf":1.0},"542":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"320":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"369":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"383":{"tf":3.7416573867739413}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"df":2,"docs":{"2":{"tf":1.0},"351":{"tf":2.0}},"e":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":3.0},"240":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"[":{"]":{"df":2,"docs":{"508":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":42,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"382":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"413":{"tf":2.6457513110645907},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"276":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"458":{"tf":1.0},"471":{"tf":1.0},"518":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"132":{"tf":1.0},"155":{"tf":2.23606797749979},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"472":{"tf":2.0}}},"r":{"df":1,"docs":{"469":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"461":{"tf":1.0}}}}},"d":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":23,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.4142135623730951},"33":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"379":{"tf":1.0},"43":{"tf":1.0},"516":{"tf":1.4142135623730951},"534":{"tf":1.0},"550":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"167":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"350":{"tf":1.0},"354":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"490":{"tf":1.0},"523":{"tf":1.0},"542":{"tf":1.4142135623730951},"56":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"388":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"74":{"tf":1.0}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"318":{"tf":1.0},"541":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"442":{"tf":2.23606797749979},"443":{"tf":1.0},"507":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"463":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"314":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{".":{"1":{"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"169":{"tf":1.0},"253":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"322":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"410":{"tf":1.0},"415":{"tf":1.0},"440":{"tf":1.0},"45":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"540":{"tf":1.0},"548":{"tf":1.4142135623730951},"64":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"239":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"22":{"tf":1.0},"321":{"tf":1.0},"344":{"tf":1.0},"461":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"530":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":24,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"181":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":3.1622776601683795},"3":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"234":{"tf":1.0},"471":{"tf":1.0},"542":{"tf":1.7320508075688772},"555":{"tf":1.0},"558":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"554":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"490":{"tf":1.0},"556":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"14":{"tf":1.0},"266":{"tf":3.1622776601683795},"267":{"tf":4.69041575982343},"78":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"267":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"110":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"477":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"269":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":3.0},"306":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":31,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":2.8284271247461903},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":3.0},"275":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"305":{"tf":2.8284271247461903},"306":{"tf":5.0},"395":{"tf":1.4142135623730951},"40":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"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":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":2.6457513110645907},"268":{"tf":2.23606797749979},"269":{"tf":1.0},"275":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}},"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":{},"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":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"268":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":2,"docs":{"282":{"tf":1.0},"287":{"tf":2.449489742783178}}}}},"o":{"b":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"205":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":4.358898943540674},"230":{"tf":3.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"102":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"341":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"456":{"tf":1.0},"470":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"151":{"tf":1.0},"251":{"tf":1.0},"339":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"410":{"tf":1.0},"430":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"195":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"x":{"df":3,"docs":{"128":{"tf":1.7320508075688772},"310":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"314":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"479":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"344":{"tf":1.0},"345":{"tf":3.7416573867739413},"346":{"tf":1.0},"407":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"479":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"107":{"tf":2.23606797749979},"109":{"tf":1.0},"125":{"tf":2.449489742783178},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"212":{"tf":2.23606797749979},"322":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"g":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":23,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"467":{"tf":2.6457513110645907},"468":{"tf":2.23606797749979},"469":{"tf":1.4142135623730951},"470":{"tf":2.0},"471":{"tf":2.8284271247461903},"472":{"tf":1.4142135623730951},"473":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"554":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":7,"docs":{"407":{"tf":1.0},"468":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.0},"531":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"470":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"112":{"tf":2.23606797749979},"128":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":3.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"358":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.7320508075688772},"401":{"tf":2.0},"442":{"tf":1.7320508075688772},"472":{"tf":2.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"384":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"551":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":24,"docs":{"2":{"tf":1.0},"226":{"tf":1.0},"329":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"337":{"tf":2.23606797749979},"339":{"tf":2.449489742783178},"352":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"475":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"333":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.449489742783178},"352":{"tf":1.4142135623730951},"379":{"tf":1.0},"441":{"tf":1.0},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"510":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"517":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":2.23606797749979},"109":{"tf":1.0},"187":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"84":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"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":{"232":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}}}},"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"345":{"tf":2.449489742783178},"544":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"!":{"!":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"303":{"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":{},"l":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"w":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"491":{"tf":1.0},"494":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"553":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}}}},"df":57,"docs":{"1":{"tf":1.0},"102":{"tf":3.4641016151377544},"103":{"tf":2.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"316":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"382":{"tf":1.4142135623730951},"401":{"tf":1.0},"425":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"454":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":2.0},"468":{"tf":1.4142135623730951},"491":{"tf":3.605551275463989},"542":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"?":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"?":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"45":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"534":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"128":{"tf":1.0},"152":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"237":{"tf":1.0},"245":{"tf":1.0},"319":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"410":{"tf":1.0},"439":{"tf":1.0},"458":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"554":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":2,"docs":{"121":{"tf":2.0},"122":{"tf":1.0}},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"114":{"tf":1.4142135623730951},"425":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"167":{"tf":1.0},"414":{"tf":1.0},"471":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"320":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"121":{"tf":1.0},"130":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"190":{"tf":1.0},"252":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"322":{"tf":2.23606797749979},"339":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"416":{"tf":1.4142135623730951},"470":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":35,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":2.449489742783178},"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"258":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"348":{"tf":1.4142135623730951},"416":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"129":{"tf":1.0},"173":{"tf":1.0},"320":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"461":{"tf":1.0},"47":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}},"x":{"df":1,"docs":{"306":{"tf":1.0}}},"z":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"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":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"210":{"tf":1.0},"211":{"tf":2.23606797749979},"306":{"tf":1.7320508075688772},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"159":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"215":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"288":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"387":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"469":{"tf":1.0},"79":{"tf":1.4142135623730951},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"416":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"127":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"470":{"tf":2.449489742783178}}},"df":0,"docs":{},"g":{"df":89,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":3.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"22":{"tf":2.0},"221":{"tf":2.0},"225":{"tf":1.0},"228":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"32":{"tf":1.4142135623730951},"327":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":3.1622776601683795},"460":{"tf":1.0},"470":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"503":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"542":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":2.23606797749979}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"239":{"tf":1.4142135623730951},"299":{"tf":1.0},"329":{"tf":1.0},"347":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"334":{"tf":1.4142135623730951}}},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":13,"docs":{"132":{"tf":1.0},"203":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"237":{"tf":1.0},"239":{"tf":1.0},"464":{"tf":1.0},"538":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}},"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"179":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"227":{"tf":1.0},"228":{"tf":1.0},"253":{"tf":1.0},"500":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"218":{"tf":3.1622776601683795},"219":{"tf":2.0},"220":{"tf":2.449489742783178},"221":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.6457513110645907},"227":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"229":{"tf":2.23606797749979},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"234":{"tf":2.0},"235":{"tf":3.0},"236":{"tf":2.23606797749979},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"46":{"tf":1.0},"470":{"tf":1.0},"539":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"155":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":3.0},"215":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":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":{"197":{"tf":5.385164807134504},"275":{"tf":3.1622776601683795},"306":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"382":{"tf":2.0},"470":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"320":{"tf":1.0},"383":{"tf":2.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"320":{"tf":1.0},"336":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"n":{"df":6,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.7320508075688772},"454":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":3,"docs":{"197":{"tf":3.1622776601683795},"267":{"tf":3.0},"303":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":2.6457513110645907},"312":{"tf":1.0}}}},"df":126,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":2.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.449489742783178},"199":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"333":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"356":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"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":2.0},"370":{"tf":2.23606797749979},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"40":{"tf":1.0},"409":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"441":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"47":{"tf":2.0},"471":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.4142135623730951},"520":{"tf":1.0},"531":{"tf":2.0},"54":{"tf":1.4142135623730951},"547":{"tf":3.1622776601683795},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"413":{"tf":1.0}}}}},"r":{"df":4,"docs":{"254":{"tf":2.0},"308":{"tf":1.0},"412":{"tf":2.23606797749979},"456":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":2.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.7320508075688772},"389":{"tf":2.0},"532":{"tf":1.0},"533":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"459":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.0},"405":{"tf":4.242640687119285},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"474":{"tf":2.449489742783178},"477":{"tf":1.7320508075688772},"493":{"tf":1.0},"516":{"tf":2.0},"531":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"250":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"479":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"168":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.23606797749979},"430":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":3.1622776601683795},"430":{"tf":1.0}}}}},"t":{"df":2,"docs":{"327":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"339":{"tf":2.0}}},"r":{"df":15,"docs":{"174":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":2.6457513110645907},"223":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":2.6457513110645907},"239":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"2":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"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":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"3":{"3":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"473":{"tf":1.4142135623730951}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"131":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.4142135623730951},"475":{"tf":1.0},"517":{"tf":1.0},"526":{"tf":1.0},"56":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"z":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"119":{"tf":1.0},"237":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"419":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"430":{"tf":1.7320508075688772}}},"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":1,"docs":{"343":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":2.23606797749979}}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}}}}}},"'":{"df":33,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"30":{"tf":1.0},"312":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"426":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"551":{"tf":1.0},"553":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"523":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"335":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"309":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"492":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"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":5,"docs":{"313":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":4,"docs":{"313":{"tf":1.0},"492":{"tf":1.4142135623730951},"517":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"416":{"tf":1.4142135623730951},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"465":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"389":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0}}}}}}}}}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"313":{"tf":1.0},"492":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"492":{"tf":1.0},"90":{"tf":2.0}}}}}}}},"df":1,"docs":{"494":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"265":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.0}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"d":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":2.8284271247461903}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.7320508075688772}}}}}}},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"131":{"tf":3.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"318":{"tf":3.0},"448":{"tf":1.4142135623730951},"489":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"388":{"tf":2.0},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.449489742783178}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"405":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"372":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"376":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"408":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.449489742783178}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.7320508075688772}}}}},"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":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":1,"docs":{"405":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":19,"docs":{"100":{"tf":5.5677643628300215},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"155":{"tf":1.0},"385":{"tf":1.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":2.0},"405":{"tf":2.0},"406":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"442":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"312":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":4.0}}}}}}}},"df":195,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":3.3166247903554},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"223":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.7320508075688772},"27":{"tf":2.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"34":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.4142135623730951},"392":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":2.0},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"447":{"tf":2.449489742783178},"449":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"452":{"tf":2.0},"453":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":2.23606797749979},"463":{"tf":2.449489742783178},"464":{"tf":1.4142135623730951},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":2.8284271247461903},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"47":{"tf":2.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":5.656854249492381},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"491":{"tf":2.449489742783178},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.7320508075688772},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":3.1622776601683795},"514":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":2.6457513110645907},"518":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"528":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.4142135623730951},"542":{"tf":2.449489742783178},"543":{"tf":1.0},"545":{"tf":2.23606797749979},"546":{"tf":1.4142135623730951},"547":{"tf":2.23606797749979},"548":{"tf":1.0},"55":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":3.872983346207417},"558":{"tf":4.0},"559":{"tf":2.0},"56":{"tf":2.23606797749979},"560":{"tf":1.4142135623730951},"57":{"tf":2.449489742783178},"58":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772},"90":{"tf":3.4641016151377544},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"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":{"168":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":44,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"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.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"242":{"tf":1.0},"247":{"tf":1.4142135623730951},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"473":{"tf":1.0},"484":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"493":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"344":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"489":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"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":{"489":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":425,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":3.1622776601683795},"100":{"tf":5.5677643628300215},"101":{"tf":3.1622776601683795},"102":{"tf":5.291502622129181},"103":{"tf":2.8284271247461903},"104":{"tf":3.4641016151377544},"105":{"tf":2.8284271247461903},"106":{"tf":3.0},"107":{"tf":5.196152422706632},"108":{"tf":2.449489742783178},"109":{"tf":4.47213595499958},"11":{"tf":1.0},"110":{"tf":4.69041575982343},"111":{"tf":3.4641016151377544},"112":{"tf":3.605551275463989},"113":{"tf":2.449489742783178},"114":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":3.4641016151377544},"122":{"tf":2.449489742783178},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.6457513110645907},"126":{"tf":2.8284271247461903},"127":{"tf":2.6457513110645907},"128":{"tf":4.0},"129":{"tf":2.6457513110645907},"130":{"tf":2.6457513110645907},"131":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"151":{"tf":2.8284271247461903},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":2.6457513110645907},"168":{"tf":3.1622776601683795},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.449489742783178},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.6457513110645907},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":2.6457513110645907},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":2.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":2.0},"299":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":2.449489742783178},"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":2.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.0},"319":{"tf":3.0},"320":{"tf":3.0},"321":{"tf":2.0},"322":{"tf":2.6457513110645907},"323":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.6457513110645907},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":2.8284271247461903},"340":{"tf":3.7416573867739413},"341":{"tf":4.0},"342":{"tf":2.6457513110645907},"343":{"tf":4.123105625617661},"344":{"tf":3.0},"345":{"tf":3.1622776601683795},"346":{"tf":3.1622776601683795},"347":{"tf":2.0},"348":{"tf":1.7320508075688772},"349":{"tf":2.23606797749979},"350":{"tf":2.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":2.8284271247461903},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"36":{"tf":2.0},"360":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":2.0},"369":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"372":{"tf":2.23606797749979},"374":{"tf":1.4142135623730951},"376":{"tf":2.0},"377":{"tf":2.23606797749979},"378":{"tf":2.0},"379":{"tf":3.3166247903554},"38":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":3.7416573867739413},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":2.6457513110645907},"386":{"tf":2.8284271247461903},"388":{"tf":3.0},"389":{"tf":2.6457513110645907},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"394":{"tf":2.0},"395":{"tf":2.0},"396":{"tf":2.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"399":{"tf":2.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":2.0},"403":{"tf":3.872983346207417},"404":{"tf":1.7320508075688772},"405":{"tf":2.6457513110645907},"406":{"tf":3.0},"407":{"tf":3.605551275463989},"408":{"tf":2.6457513110645907},"409":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"410":{"tf":3.7416573867739413},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":3.1622776601683795},"414":{"tf":2.0},"415":{"tf":2.0},"416":{"tf":5.196152422706632},"417":{"tf":1.0},"419":{"tf":1.7320508075688772},"420":{"tf":1.4142135623730951},"421":{"tf":1.7320508075688772},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":2.0},"431":{"tf":2.23606797749979},"432":{"tf":2.23606797749979},"433":{"tf":2.23606797749979},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.23606797749979},"44":{"tf":2.449489742783178},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":2.23606797749979},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":2.0},"455":{"tf":2.0},"456":{"tf":2.8284271247461903},"457":{"tf":1.7320508075688772},"458":{"tf":2.449489742783178},"459":{"tf":3.3166247903554},"460":{"tf":3.0},"461":{"tf":3.1622776601683795},"462":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":3.3166247903554},"472":{"tf":1.7320508075688772},"473":{"tf":5.0},"474":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"493":{"tf":1.0},"498":{"tf":1.4142135623730951},"50":{"tf":4.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"514":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"523":{"tf":1.7320508075688772},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"542":{"tf":2.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"548":{"tf":2.0},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"554":{"tf":2.0},"556":{"tf":1.0},"557":{"tf":2.449489742783178},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":4.242640687119285},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":3.1622776601683795},"68":{"tf":2.449489742783178},"69":{"tf":4.123105625617661},"70":{"tf":3.872983346207417},"71":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"73":{"tf":3.1622776601683795},"74":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.0},"80":{"tf":3.4641016151377544},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":4.123105625617661}},"m":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"102":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"466":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"377":{"tf":2.0},"379":{"tf":1.4142135623730951},"466":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"377":{"tf":1.0},"379":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"377":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"377":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":27,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"156":{"tf":2.449489742783178},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"341":{"tf":1.0},"349":{"tf":1.4142135623730951},"38":{"tf":1.0},"401":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"471":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"403":{"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":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"557":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}},"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":{"560":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"556":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"476":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"df":6,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0},"377":{"tf":1.0},"413":{"tf":1.7320508075688772},"415":{"tf":1.0}}},"t":{"df":23,"docs":{"0":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":2.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"173":{"tf":1.0},"309":{"tf":1.0},"451":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":2.23606797749979},"523":{"tf":1.0},"530":{"tf":1.0},"547":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"40":{"tf":1.0},"491":{"tf":1.4142135623730951},"85":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"470":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"407":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":2.6457513110645907},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"239":{"tf":3.4641016151377544},"240":{"tf":2.6457513110645907},"508":{"tf":1.0},"509":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"470":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"128":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"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":{"456":{"tf":1.0}}},"df":17,"docs":{"193":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"456":{"tf":1.0},"50":{"tf":2.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":10,"docs":{"189":{"tf":2.0},"193":{"tf":3.1622776601683795},"27":{"tf":1.0},"28":{"tf":1.0},"312":{"tf":1.0},"403":{"tf":1.0},"41":{"tf":1.0},"477":{"tf":1.0},"69":{"tf":1.4142135623730951},"89":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"456":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"517":{"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},"64":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"76":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"23":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"470":{"tf":1.0},"525":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"553":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"550":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"109":{"tf":1.0}}}}},"i":{"d":{"df":7,"docs":{"109":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"382":{"tf":1.0},"528":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.4142135623730951},"375":{"tf":1.7320508075688772},"397":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"109":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"349":{"tf":1.0},"416":{"tf":1.0},"439":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"546":{"tf":1.4142135623730951},"64":{"tf":1.0},"81":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"384":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0},"325":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"350":{"tf":1.4142135623730951},"369":{"tf":1.0},"452":{"tf":1.4142135623730951},"466":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":37,"docs":{"100":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"243":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"324":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"352":{"tf":1.0},"408":{"tf":1.4142135623730951},"430":{"tf":1.0},"441":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"m":{"df":2,"docs":{"204":{"tf":1.0},"542":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"236":{"tf":1.0},"275":{"tf":3.0},"280":{"tf":1.0},"295":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.7320508075688772},"486":{"tf":1.0},"531":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"135":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":3.0},"237":{"tf":1.0},"275":{"tf":2.0},"306":{"tf":1.0},"318":{"tf":2.23606797749979},"323":{"tf":1.0},"351":{"tf":1.0},"401":{"tf":1.0},"423":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"251":{"tf":1.0},"547":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"456":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.449489742783178},"559":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"377":{"tf":1.0},"381":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"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},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"456":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":37,"docs":{"169":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.8284271247461903},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"88":{"tf":1.0}}},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"459":{"tf":1.7320508075688772}}}}}}}}},"df":42,"docs":{"178":{"tf":1.4142135623730951},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":3.872983346207417},"240":{"tf":2.0},"299":{"tf":1.0},"30":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.7320508075688772},"350":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"456":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"459":{"tf":2.0},"460":{"tf":2.0},"461":{"tf":1.0},"468":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"59":{"tf":2.449489742783178},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":2.8284271247461903}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"214":{"tf":1.0},"287":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":2.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":2.8284271247461903},"473":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"447":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"69":{"tf":1.0},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"461":{"tf":1.0},"481":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"169":{"tf":1.0},"240":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"542":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"141":{"tf":1.0},"306":{"tf":1.0},"390":{"tf":1.0},"467":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"w":{"df":2,"docs":{"243":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"320":{"tf":1.0},"389":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":104,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":2.0},"114":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.0},"232":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":2.0},"320":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"331":{"tf":1.0},"339":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"362":{"tf":1.0},"379":{"tf":1.7320508075688772},"388":{"tf":3.7416573867739413},"391":{"tf":2.23606797749979},"399":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.7320508075688772},"407":{"tf":1.0},"408":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.23606797749979},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.449489742783178},"471":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":2.0},"50":{"tf":1.7320508075688772},"523":{"tf":1.0},"55":{"tf":2.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"388":{"tf":1.4142135623730951},"391":{"tf":2.0},"474":{"tf":1.0}}}},"v":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"357":{"tf":1.0},"461":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":3.0},"265":{"tf":2.6457513110645907},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":2.0}}}}},"df":36,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.4142135623730951},"366":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"486":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.0},"558":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":2.0},"349":{"tf":2.0}}}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"179":{"tf":1.0},"210":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"147":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"b":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{">":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"132":{"tf":1.0},"347":{"tf":1.0},"464":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"349":{"tf":1.0},"350":{"tf":2.449489742783178},"488":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"488":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"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":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"349":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"347":{"tf":1.0},"349":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":33,"docs":{"100":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.0},"223":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"33":{"tf":1.0},"347":{"tf":2.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.0},"376":{"tf":1.0},"403":{"tf":1.0},"430":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"516":{"tf":3.0},"532":{"tf":1.0},"542":{"tf":2.449489742783178},"57":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"402":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"183":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.7320508075688772}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"k":{"_":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"280":{"tf":2.23606797749979},"281":{"tf":2.449489742783178},"282":{"tf":2.23606797749979},"283":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":2.23606797749979},"287":{"tf":2.23606797749979},"288":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":2.449489742783178},"291":{"tf":2.23606797749979},"306":{"tf":1.0},"360":{"tf":1.4142135623730951},"407":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"520":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"354":{"tf":1.4142135623730951},"360":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"4":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":2.23606797749979},"477":{"tf":1.0},"50":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":3.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}},"y":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"1":{"2":{"b":{"df":0,"docs":{},"e":{"4":{"2":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"299":{"tf":1.4142135623730951},"395":{"tf":2.449489742783178}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"517":{"tf":1.0}}}}},"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":{},"l":{"df":4,"docs":{"155":{"tf":1.0},"316":{"tf":1.0},"556":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"181":{"tf":2.0},"251":{"tf":1.0},"472":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"557":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":4,"docs":{"287":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.8284271247461903},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"203":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"277":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":2.0},"329":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"388":{"tf":2.6457513110645907},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":2.449489742783178},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"445":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"401":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":48,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"232":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"300":{"tf":1.7320508075688772},"310":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"339":{"tf":1.0},"346":{"tf":1.0},"416":{"tf":3.3166247903554},"425":{"tf":2.6457513110645907},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.4142135623730951},"471":{"tf":1.0},"489":{"tf":1.4142135623730951},"50":{"tf":3.605551275463989},"507":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"320":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"246":{"tf":1.0},"336":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"185":{"tf":1.0},"335":{"tf":1.0},"386":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"263":{"tf":1.0},"78":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"447":{"tf":2.8284271247461903},"448":{"tf":2.0},"7":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"339":{"tf":2.8284271247461903}}}}}}},"m":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":7,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"319":{"tf":1.0},"345":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"470":{"tf":4.242640687119285}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":42,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"115":{"tf":1.0},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"182":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":3.3166247903554},"436":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"451":{"tf":2.8284271247461903},"46":{"tf":1.4142135623730951},"471":{"tf":1.0},"491":{"tf":6.164414002968976},"5":{"tf":1.0},"508":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"467":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":11,"docs":{"321":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":28,"docs":{"124":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"347":{"tf":1.0},"351":{"tf":1.0},"406":{"tf":1.7320508075688772},"407":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"490":{"tf":1.0},"548":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"351":{"tf":1.0},"383":{"tf":2.449489742783178},"397":{"tf":2.449489742783178},"398":{"tf":3.7416573867739413},"423":{"tf":2.23606797749979},"43":{"tf":1.0},"460":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"478":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"347":{"tf":1.0},"389":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":4,"docs":{"277":{"tf":1.0},"350":{"tf":1.0},"401":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"222":{"tf":1.0},"389":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"347":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.0},"417":{"tf":1.0},"44":{"tf":1.7320508075688772},"463":{"tf":1.0},"548":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"354":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"242":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"385":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"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":{}}},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"$":{"3":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"5":{"1":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"310":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"132":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"132":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"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":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"522":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"436":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"475":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"357":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"456":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":41,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.4142135623730951},"44":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"345":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"285":{"tf":1.0},"287":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"128":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"28":{"tf":1.0},"478":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"377":{"tf":1.0},"381":{"tf":1.0},"394":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.7320508075688772},"477":{"tf":1.0},"517":{"tf":1.0},"534":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"376":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"215":{"tf":1.0},"22":{"tf":1.0},"500":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"310":{"tf":1.0},"324":{"tf":1.0},"383":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.4142135623730951},"470":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"558":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"360":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"187":{"tf":1.7320508075688772},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":2.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"404":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":3.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"107":{"tf":1.0},"247":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.0},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"268":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"100":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"282":{"tf":1.0},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"397":{"tf":1.7320508075688772},"401":{"tf":1.0},"403":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"500":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"197":{"tf":3.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"390":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":2.6457513110645907},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"313":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.6457513110645907},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.7320508075688772},"413":{"tf":1.0},"415":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"525":{"tf":1.0},"527":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":7,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.0},"542":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"322":{"tf":1.0},"327":{"tf":1.0},"339":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"409":{"tf":1.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":38,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"352":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.4142135623730951},"494":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"554":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.0},"210":{"tf":1.0},"277":{"tf":1.0},"383":{"tf":1.7320508075688772},"430":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":44,"docs":{"187":{"tf":1.0},"263":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"408":{"tf":1.0},"470":{"tf":2.23606797749979},"481":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":2.449489742783178},"532":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"461":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"555":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"516":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"440":{"tf":2.6457513110645907},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"446":{"tf":2.0},"447":{"tf":1.0},"491":{"tf":1.0},"558":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"317":{"tf":1.0},"461":{"tf":1.0},"550":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"326":{"tf":3.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"293":{"tf":3.7416573867739413},"300":{"tf":3.3166247903554},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"237":{"tf":1.0},"355":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"282":{"tf":1.4142135623730951},"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"]":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"165":{"tf":1.0},"498":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":20,"docs":{"0":{"tf":1.0},"102":{"tf":1.7320508075688772},"130":{"tf":1.0},"172":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"351":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"544":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":5.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"356":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"0":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"125":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"=":{".":{".":{"9":{"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":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.4142135623730951},"350":{"tf":1.0},"358":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{",":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"109":{"tf":1.0},"293":{"tf":1.0},"388":{"tf":1.0},"518":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"153":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"41":{"tf":1.0},"464":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"187":{"tf":1.0},"386":{"tf":1.0},"534":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"180":{"tf":1.0},"273":{"tf":1.0},"295":{"tf":1.0},"351":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"433":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":4.795831523312719}}},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}}}},"df":1,"docs":{"383":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":6,"docs":{"193":{"tf":1.7320508075688772},"202":{"tf":1.0},"412":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"478":{"tf":1.0}}}}},"df":10,"docs":{"139":{"tf":2.0},"224":{"tf":1.0},"231":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"263":{"tf":1.0},"370":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"161":{"tf":1.0},"178":{"tf":2.449489742783178},"2":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":2.23606797749979},"293":{"tf":3.1622776601683795},"297":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"346":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"477":{"tf":1.0},"5":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":2.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"203":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"176":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"176":{"tf":2.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"'":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":3.1622776601683795}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":5.0}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"181":{"tf":3.605551275463989}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"320":{"tf":1.0},"346":{"tf":2.0},"368":{"tf":1.0},"534":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.7320508075688772}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"224":{"tf":1.0},"235":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":2.6457513110645907},"271":{"tf":4.123105625617661},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"270":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"d":{"df":20,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.7320508075688772},"186":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"380":{"tf":1.0},"388":{"tf":1.0},"472":{"tf":1.7320508075688772},"474":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"553":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"461":{"tf":1.0},"464":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"490":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":2.23606797749979},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":2.0},"326":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.7320508075688772},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"2":{"tf":1.0},"203":{"tf":1.0},"416":{"tf":1.0},"457":{"tf":1.4142135623730951},"557":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":44,"docs":{"100":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.0},"168":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"215":{"tf":2.449489742783178},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":3.0},"243":{"tf":5.0990195135927845},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.6457513110645907},"247":{"tf":3.3166247903554},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"374":{"tf":1.0},"395":{"tf":1.4142135623730951},"430":{"tf":1.0},"439":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"515":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":2.6457513110645907},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"'":{"df":1,"docs":{"249":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"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":{},"l":{"d":{"(":{")":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"215":{"tf":1.0},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"178":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"504":{"tf":1.0},"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":3.1622776601683795},"246":{"tf":1.0},"247":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"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":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"[":{"0":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"b":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"180":{"tf":1.0},"28":{"tf":1.4142135623730951},"319":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"388":{"tf":1.4142135623730951},"460":{"tf":1.0},"522":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"208":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"216":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"522":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"128":{"tf":1.0},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"350":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"231":{"tf":1.0},"341":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"25":{"tf":1.0},"284":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"339":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"380":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.23606797749979},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":2.23606797749979},"557":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"350":{"tf":2.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"201":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"476":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":2.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":5,"docs":{"460":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":7,"docs":{"460":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"470":{"tf":1.0},"558":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"439":{"tf":1.4142135623730951},"556":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"165":{"tf":1.0},"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"148":{"tf":1.0},"306":{"tf":1.0},"461":{"tf":1.0},"545":{"tf":1.0},"72":{"tf":1.0}},"t":{"df":7,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"390":{"tf":2.23606797749979},"452":{"tf":1.0},"57":{"tf":1.4142135623730951},"90":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"389":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"112":{"tf":1.0},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"390":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"226":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"405":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"210":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"167":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"416":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":213,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":2.23606797749979},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"277":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"293":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":2.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"322":{"tf":2.0},"325":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":3.3166247903554},"386":{"tf":2.0},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":2.23606797749979},"393":{"tf":1.7320508075688772},"395":{"tf":1.7320508075688772},"397":{"tf":1.7320508075688772},"399":{"tf":1.7320508075688772},"401":{"tf":1.7320508075688772},"403":{"tf":1.7320508075688772},"405":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":2.23606797749979},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"458":{"tf":1.7320508075688772},"460":{"tf":1.4142135623730951},"462":{"tf":1.7320508075688772},"469":{"tf":2.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"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.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"107":{"tf":2.449489742783178}}}}}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"335":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"473":{"tf":2.23606797749979},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"320":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"263":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"383":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":77,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.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.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":3.4641016151377544},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":3.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":2.0},"327":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"347":{"tf":1.0},"349":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"377":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"385":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":2.6457513110645907},"408":{"tf":1.0},"410":{"tf":2.23606797749979},"416":{"tf":1.0},"427":{"tf":1.0},"435":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":2.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"460":{"tf":1.0},"470":{"tf":4.242640687119285},"524":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"94":{"tf":2.0},"99":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"341":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.0},"462":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":44,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0},"99":{"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":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"100":{"tf":1.0},"119":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"395":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"395":{"tf":1.0}}}}}}},"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":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"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":{"100":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"113":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"38":{"tf":1.0},"440":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"185":{"tf":1.7320508075688772},"386":{"tf":1.0},"440":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":53,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"415":{"tf":1.4142135623730951},"455":{"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":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":53,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"448":{"tf":1.0},"455":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"440":{"tf":1.0}}},"y":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"11":{"tf":1.0},"119":{"tf":2.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"122":{"tf":1.0},"263":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":3.7416573867739413},"111":{"tf":2.6457513110645907},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"27":{"tf":1.0},"322":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":2.0},"374":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":2.0},"388":{"tf":1.0},"391":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":2.8284271247461903},"442":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.23606797749979},"523":{"tf":1.0},"54":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"152":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"245":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"494":{"tf":1.0},"516":{"tf":1.0},"524":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"443":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"386":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"109":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"351":{"tf":1.0},"449":{"tf":1.0},"470":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"413":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.0},"469":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"461":{"tf":1.0},"514":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"80":{"tf":3.872983346207417}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"115":{"tf":1.0},"213":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"356":{"tf":1.0},"370":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"358":{"tf":1.0},"369":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"189":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"368":{"tf":1.0},"416":{"tf":1.0},"500":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":8,"docs":{"120":{"tf":1.4142135623730951},"130":{"tf":1.0},"191":{"tf":1.0},"430":{"tf":1.4142135623730951},"442":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"464":{"tf":1.0}}}},"f":{"a":{"5":{"df":1,"docs":{"479":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":4,"docs":{"317":{"tf":1.0},"416":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"173":{"tf":1.0},"341":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"111":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.4142135623730951},"335":{"tf":1.0},"355":{"tf":1.0},"509":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"258":{"tf":1.0},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"466":{"tf":1.0},"74":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":28,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"157":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"336":{"tf":1.0},"341":{"tf":1.0},"50":{"tf":3.4641016151377544},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.0},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"407":{"tf":1.0},"449":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"381":{"tf":1.0},"383":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":11,"docs":{"25":{"tf":1.0},"31":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}}},"r":{"df":5,"docs":{"169":{"tf":1.0},"321":{"tf":1.0},"406":{"tf":1.0},"467":{"tf":1.0},"557":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"407":{"tf":1.0},"416":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"481":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.0},"347":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":2.0},"56":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"407":{"tf":1.0},"516":{"tf":1.0},"558":{"tf":1.0}}},"t":{"df":1,"docs":{"464":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"w":{"df":17,"docs":{"171":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"444":{"tf":1.0},"456":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"223":{"tf":1.0},"349":{"tf":1.0},"477":{"tf":1.0},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"476":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":49,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":2.449489742783178},"193":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"235":{"tf":1.0},"309":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0},"382":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"546":{"tf":1.0},"547":{"tf":3.1622776601683795},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"l":{"df":4,"docs":{"275":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"168":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"181":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"389":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"435":{"tf":1.0},"470":{"tf":1.7320508075688772},"472":{"tf":1.0},"560":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"306":{"tf":2.0},"388":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"344":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"112":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"354":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"50":{"tf":1.0},"542":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"261":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"265":{"tf":1.0},"306":{"tf":1.4142135623730951},"313":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"452":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"542":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"416":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":8,"docs":{"22":{"tf":1.0},"251":{"tf":1.4142135623730951},"293":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":1.0},"495":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}},"x":{"df":10,"docs":{"20":{"tf":1.0},"28":{"tf":1.7320508075688772},"285":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"157":{"tf":1.0},"47":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772},"75":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"214":{"tf":2.0},"276":{"tf":1.4142135623730951},"430":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"u":{"df":1,"docs":{"110":{"tf":1.0}},"s":{"df":1,"docs":{"449":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"309":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"547":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":146,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":2.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"400":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"451":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"48":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"479":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":1,"docs":{"351":{"tf":1.7320508075688772}}},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"316":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"k":{"(":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{"468":{"tf":1.0},"470":{"tf":2.23606797749979},"479":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"461":{"tf":1.0},"528":{"tf":1.0}}},"t":{"df":16,"docs":{"111":{"tf":1.0},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"240":{"tf":1.0},"324":{"tf":1.0},"466":{"tf":1.0},"477":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}}},"df":20,"docs":{"139":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"350":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"423":{"tf":1.7320508075688772},"461":{"tf":1.0},"466":{"tf":1.0},"479":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"461":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"15":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":3.0},"218":{"tf":1.0},"226":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"348":{"tf":1.0},"433":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"534":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"242":{"tf":1.0},"316":{"tf":1.4142135623730951},"384":{"tf":1.0},"558":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"{":{"1":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"1":{"0":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"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":5,"docs":{"404":{"tf":1.0},"413":{"tf":2.0},"416":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"456":{"tf":1.0},"559":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":4.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"261":{"tf":1.7320508075688772},"461":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":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":{"468":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"134":{"tf":1.0},"236":{"tf":1.0},"351":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"410":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"535":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":4,"docs":{"173":{"tf":1.0},"265":{"tf":1.0},"345":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"236":{"tf":2.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772}}}}}},"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"335":{"tf":1.0},"349":{"tf":1.0},"471":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"464":{"tf":1.0},"540":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"101":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"186":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":2.0},"240":{"tf":1.7320508075688772},"261":{"tf":1.0},"277":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":2.23606797749979},"331":{"tf":1.0},"335":{"tf":2.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"353":{"tf":2.449489742783178},"354":{"tf":2.0},"355":{"tf":2.449489742783178},"356":{"tf":2.449489742783178},"357":{"tf":2.6457513110645907},"358":{"tf":2.6457513110645907},"359":{"tf":2.449489742783178},"360":{"tf":3.3166247903554},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"371":{"tf":1.0},"372":{"tf":3.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":3.3166247903554},"376":{"tf":4.58257569495584},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"432":{"tf":1.0},"44":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.7320508075688772},"470":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.0},"540":{"tf":1.4142135623730951},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"461":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":11,"docs":{"35":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":2.23606797749979},"371":{"tf":1.0},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":2.0},"376":{"tf":2.449489742783178},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"166":{"tf":1.0},"183":{"tf":1.4142135623730951},"313":{"tf":1.0},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"401":{"tf":2.0},"458":{"tf":1.0},"92":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"203":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"441":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"321":{"tf":1.0},"557":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"181":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"372":{"tf":1.0},"389":{"tf":1.0},"544":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"104":{"tf":2.8284271247461903},"105":{"tf":2.6457513110645907},"109":{"tf":2.8284271247461903},"316":{"tf":3.0},"319":{"tf":3.872983346207417},"322":{"tf":2.23606797749979}},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":39,"docs":{"110":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":2.0},"325":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"442":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"49":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"556":{"tf":1.0},"558":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"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":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.0},"370":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"18":{"tf":1.0},"466":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"547":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"401":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.7320508075688772},"370":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"253":{"tf":1.0},"296":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"395":{"tf":2.8284271247461903}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"153":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"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":{}}}}}},"r":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":2.0},"153":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"153":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.7320508075688772},"370":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"412":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772}}}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"331":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"267":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":3.0},"159":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"28":{"tf":1.0},"293":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"318":{"tf":2.23606797749979},"331":{"tf":2.23606797749979},"345":{"tf":2.449489742783178},"346":{"tf":3.4641016151377544},"382":{"tf":1.0},"383":{"tf":3.3166247903554},"401":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"524":{"tf":2.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"n":{"df":26,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"335":{"tf":1.0},"341":{"tf":1.0},"384":{"tf":1.0},"404":{"tf":1.0},"415":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"m":{"1":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"435":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"d":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"379":{"tf":2.6457513110645907},"381":{"tf":1.0}}},"df":22,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"360":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"418":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"463":{"tf":1.0},"470":{"tf":1.0},"543":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"393":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951}}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}},"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"l":{"df":11,"docs":{"23":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"522":{"tf":1.0},"556":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"95":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"131":{"tf":1.0},"468":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"381":{"tf":1.0},"470":{"tf":1.4142135623730951},"539":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"231":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"112":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":2.0},"442":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"382":{"tf":1.4142135623730951},"388":{"tf":1.0},"405":{"tf":4.358898943540674},"44":{"tf":1.0},"522":{"tf":1.0}},"i":{"d":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"169":{"tf":1.0},"251":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.7320508075688772},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"386":{"tf":1.0}},"l":{"df":27,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.7320508075688772},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"350":{"tf":2.23606797749979},"353":{"tf":1.0},"377":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"390":{"tf":1.0},"477":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"151":{"tf":1.0},"416":{"tf":1.0},"546":{"tf":1.4142135623730951}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":7,"docs":{"166":{"tf":1.0},"319":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":2.6457513110645907}}},"v":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":2.0},"116":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"474":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"215":{"tf":2.0},"69":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"413":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"1":{"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"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":{},"l":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"1":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"318":{"tf":2.8284271247461903},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"78":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":2.0},"236":{"tf":2.0}}}}}}},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"423":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"150":{"tf":1.0},"168":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"28":{"tf":1.0},"396":{"tf":2.23606797749979},"397":{"tf":3.605551275463989},"398":{"tf":2.449489742783178},"399":{"tf":2.23606797749979},"40":{"tf":1.0},"400":{"tf":2.0},"401":{"tf":3.1622776601683795},"402":{"tf":1.0},"403":{"tf":2.8284271247461903},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"557":{"tf":2.6457513110645907},"558":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"494":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"100":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.449489742783178}}}}}}},"n":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":8,"docs":{"175":{"tf":1.0},"3":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"526":{"tf":1.0}}},"df":61,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.0},"336":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":2.0},"366":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":2.6457513110645907},"388":{"tf":1.0},"389":{"tf":1.0},"393":{"tf":1.4142135623730951},"405":{"tf":1.0},"416":{"tf":1.7320508075688772},"430":{"tf":1.7320508075688772},"433":{"tf":1.0},"439":{"tf":1.0},"442":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"467":{"tf":1.0},"479":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"534":{"tf":1.0},"548":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"456":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":3.4641016151377544},"401":{"tf":2.8284271247461903},"408":{"tf":1.0},"410":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"360":{"tf":1.0},"407":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"277":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"557":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"112":{"tf":1.0},"193":{"tf":1.0},"271":{"tf":1.0},"368":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"554":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"478":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"461":{"tf":1.0},"50":{"tf":2.0},"57":{"tf":2.8284271247461903},"58":{"tf":1.0},"90":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"469":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}},"t":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"416":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"179":{"tf":1.4142135623730951},"328":{"tf":1.0},"380":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"0":{".":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":0,"docs":{},"n":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"7":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"v":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"c":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"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":{}}}}},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"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":{},"g":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}},"n":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"556":{"tf":1.0},"558":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"i":{"'":{"d":{"df":4,"docs":{"172":{"tf":1.0},"557":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"559":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"388":{"tf":1.0},"389":{"tf":1.0},"475":{"tf":1.0},"551":{"tf":1.0}}}},"m":{"df":3,"docs":{"390":{"tf":1.0},"469":{"tf":1.0},"558":{"tf":1.0}}},"v":{"df":5,"docs":{"159":{"tf":1.0},"410":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0}}}},".":{"df":4,"docs":{"208":{"tf":1.0},"321":{"tf":1.0},"376":{"tf":1.0},"416":{"tf":1.0}}},"5":{"0":{"9":{"df":0,"docs":{},"v":{"c":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":3,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0},"86":{"tf":1.0}}}}},"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":6,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"44":{"tf":1.0},"522":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":8,"docs":{"102":{"tf":1.0},"130":{"tf":1.0},"161":{"tf":1.0},"357":{"tf":1.0},"442":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":4,"docs":{"189":{"tf":1.0},"204":{"tf":1.0},"311":{"tf":1.0},"357":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"152":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"408":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.0},"200":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"464":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"(":{"!":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"155":{"tf":1.0},"305":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.4142135623730951},"430":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"71":{"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":6,"docs":{"112":{"tf":1.0},"318":{"tf":1.0},"389":{"tf":1.4142135623730951},"470":{"tf":1.0},"542":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"214":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"375":{"tf":1.0},"397":{"tf":1.0},"460":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"436":{"tf":1.0},"491":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"105":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"362":{"tf":1.0},"376":{"tf":1.0},"388":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.7320508075688772},"436":{"tf":1.4142135623730951},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"453":{"tf":1.0},"463":{"tf":1.4142135623730951},"464":{"tf":2.23606797749979},"467":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":2.0},"495":{"tf":1.0},"50":{"tf":2.449489742783178},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"54":{"tf":1.7320508075688772},"557":{"tf":2.0},"56":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"322":{"tf":1.0},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"515":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"464":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"388":{"tf":1.0},"413":{"tf":1.4142135623730951},"50":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":61,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"345":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"447":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"486":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.0},"542":{"tf":1.0},"556":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"128":{"tf":2.0},"194":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"430":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.7320508075688772},"490":{"tf":1.0},"503":{"tf":1.0},"535":{"tf":2.23606797749979},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"548":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"479":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"464":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"556":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":12,"docs":{"135":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":2.0},"139":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"153":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"129":{"tf":1.0},"143":{"tf":1.0},"416":{"tf":1.0},"422":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"413":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"247":{"tf":1.0},"416":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.7320508075688772}},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"168":{"tf":2.0},"185":{"tf":1.4142135623730951},"388":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"119":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"388":{"tf":1.0},"440":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"508":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0},"63":{"tf":1.4142135623730951},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":55,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.0},"320":{"tf":1.0},"341":{"tf":1.0},"40":{"tf":1.4142135623730951},"416":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"370":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"439":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"313":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"313":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"50":{"tf":1.4142135623730951},"545":{"tf":1.0},"555":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"186":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.6457513110645907},"239":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":2.449489742783178},"350":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":2.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"527":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":9,"docs":{"104":{"tf":1.0},"187":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"50":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"22":{"tf":1.0},"434":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.0},"467":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"48":{"tf":1.0}}},"n":{"c":{"df":23,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"174":{"tf":1.0},"286":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"316":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"362":{"tf":1.0},"375":{"tf":1.0},"404":{"tf":1.0},"470":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"166":{"tf":1.0},"197":{"tf":1.0},"215":{"tf":1.0},"275":{"tf":1.4142135623730951},"386":{"tf":1.0},"401":{"tf":1.0},"426":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":58,"docs":{"169":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"399":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"413":{"tf":1.4142135623730951},"43":{"tf":1.0},"450":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"483":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":1.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"67":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"168":{"tf":1.0},"470":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":31,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":2.0},"168":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"247":{"tf":2.0},"271":{"tf":2.0},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":4.0},"300":{"tf":2.0},"306":{"tf":2.6457513110645907},"331":{"tf":2.0},"349":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.7320508075688772},"412":{"tf":3.4641016151377544},"430":{"tf":1.0},"445":{"tf":2.0},"455":{"tf":2.6457513110645907},"470":{"tf":2.8284271247461903},"473":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":11,"docs":{"110":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"299":{"tf":1.0},"334":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":16,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":2.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.4142135623730951},"247":{"tf":1.0},"271":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"441":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":2,"docs":{"168":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"196":{"tf":2.23606797749979},"197":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"407":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"218":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"370":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"388":{"tf":1.0},"439":{"tf":1.0}}}}},"f":{"a":{"c":{"df":9,"docs":{"160":{"tf":1.7320508075688772},"170":{"tf":2.23606797749979},"182":{"tf":1.7320508075688772},"236":{"tf":1.0},"335":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"461":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":16,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"461":{"tf":1.4142135623730951},"463":{"tf":2.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"518":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"324":{"tf":1.0},"349":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"133":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"406":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":46,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"475":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"316":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"322":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"128":{"tf":1.0},"223":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"467":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"223":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"416":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":20,"docs":{"109":{"tf":1.0},"169":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"314":{"tf":1.0},"33":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":2.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":2.0},"558":{"tf":1.0},"560":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"160":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":2.23606797749979},"183":{"tf":2.0},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.0}}}}}}}}}}}}}}},"t":{"'":{"df":23,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"239":{"tf":1.0},"297":{"tf":1.0},"376":{"tf":1.0},"386":{"tf":1.0},"416":{"tf":2.0},"441":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":2.23606797749979},"478":{"tf":2.0},"479":{"tf":1.0},"516":{"tf":1.0},"532":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"347":{"tf":1.7320508075688772},"527":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"168":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"168":{"tf":1.0},"178":{"tf":1.0}}}}},"x":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"223":{"tf":2.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"128":{"tf":1.0},"176":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":3.0},"197":{"tf":3.872983346207417},"223":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.7320508075688772},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"294":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.8284271247461903},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":2.449489742783178},"345":{"tf":1.0},"386":{"tf":2.0},"445":{"tf":1.4142135623730951},"464":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"176":{"tf":1.0},"183":{"tf":1.0},"386":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"272":{"tf":1.4142135623730951},"306":{"tf":1.0},"441":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"176":{"tf":2.23606797749979},"183":{"tf":2.6457513110645907},"197":{"tf":2.6457513110645907},"223":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"386":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.449489742783178}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":4,"docs":{"197":{"tf":1.7320508075688772},"243":{"tf":1.0},"319":{"tf":1.7320508075688772},"368":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"410":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"48":{"tf":1.0},"515":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0}}},"v":{"a":{"'":{"df":8,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"247":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"4":{"8":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"6":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"(":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"5":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"1":{"(":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"5":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"7":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"1":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"548":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"4":{"5":{"df":1,"docs":{"47":{"tf":1.0}}},"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"4":{"2":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"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":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"$":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"$":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"468":{"tf":1.0},"478":{"tf":2.0},"490":{"tf":1.0}}},"df":0,"docs":{}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"201":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"436":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":2.0},"547":{"tf":4.58257569495584},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"356":{"tf":1.4142135623730951},"432":{"tf":1.0},"458":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"462":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"522":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"245":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"558":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"218":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"320":{"tf":1.4142135623730951},"359":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{">":{"1":{"6":{"<":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"1":{"6":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0},"382":{"tf":1.0},"555":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"15":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":2.449489742783178},"193":{"tf":3.0},"222":{"tf":1.7320508075688772},"267":{"tf":1.0},"278":{"tf":1.4142135623730951},"319":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":3.3166247903554},"362":{"tf":1.7320508075688772},"370":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0},"516":{"tf":1.7320508075688772},"547":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"523":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951}}}},"df":6,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"356":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"381":{"tf":3.4641016151377544},"461":{"tf":1.0}},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"308":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"429":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"517":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"554":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"435":{"tf":1.0},"491":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":2.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":2.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"413":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"401":{"tf":1.7320508075688772},"413":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"320":{"tf":1.7320508075688772},"476":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"203":{"tf":1.0},"384":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"306":{"tf":1.0},"416":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"548":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"56":{"tf":2.6457513110645907},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"100":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"236":{"tf":1.0},"477":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"134":{"tf":1.0},"484":{"tf":1.0},"556":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":2,"docs":{"247":{"tf":1.4142135623730951},"77":{"tf":2.449489742783178}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":5,"docs":{"2":{"tf":1.7320508075688772},"214":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"527":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":2.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.4142135623730951},"357":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"413":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"t":{"'":{"df":31,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"168":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"193":{"tf":1.0},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"72":{"tf":1.0}}},"df":27,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"193":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"294":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"392":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"439":{"tf":1.0},"459":{"tf":1.0},"493":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"429":{"tf":1.0},"76":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"160":{"tf":1.0},"271":{"tf":3.0},"277":{"tf":3.3166247903554},"386":{"tf":3.0},"389":{"tf":1.7320508075688772}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"226":{"tf":1.7320508075688772},"478":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"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":{"413":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"195":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.7320508075688772},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":4.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"358":{"tf":1.0},"412":{"tf":2.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"548":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"k":{"df":10,"docs":{"1":{"tf":1.0},"22":{"tf":1.4142135623730951},"281":{"tf":1.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"470":{"tf":1.4142135623730951},"471":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":2,"docs":{"332":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":17,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0},"459":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":2.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"498":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"324":{"tf":2.23606797749979},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"498":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"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":1,"docs":{"510":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"510":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{">":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}}}}},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":106,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":2.0},"159":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"166":{"tf":3.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.7320508075688772},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":3.0},"324":{"tf":2.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.449489742783178},"327":{"tf":3.7416573867739413},"328":{"tf":2.0},"329":{"tf":2.449489742783178},"330":{"tf":1.0},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"345":{"tf":1.7320508075688772},"350":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":2.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"406":{"tf":1.0},"41":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"466":{"tf":2.23606797749979},"468":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"510":{"tf":2.0},"514":{"tf":1.7320508075688772},"526":{"tf":1.0},"535":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.0},"558":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"390":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"474":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"*":{">":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"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":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"\"":{"b":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}}}}}}}},"1":{"df":1,"docs":{"320":{"tf":1.0}}},"2":{"df":1,"docs":{"320":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":12,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"468":{"tf":1.4142135623730951},"486":{"tf":2.23606797749979},"531":{"tf":1.0},"550":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"470":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951}},"e":{"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"315":{"tf":1.7320508075688772},"316":{"tf":2.23606797749979},"317":{"tf":2.6457513110645907},"318":{"tf":3.872983346207417},"319":{"tf":2.6457513110645907},"320":{"tf":4.0},"321":{"tf":3.872983346207417},"322":{"tf":2.8284271247461903},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"39":{"tf":1.0},"430":{"tf":2.0},"442":{"tf":1.4142135623730951},"470":{"tf":3.0},"474":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"37":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"518":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"358":{"tf":1.0},"478":{"tf":1.0},"558":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"o":{"a":{"d":{"df":25,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"193":{"tf":1.7320508075688772},"302":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"363":{"tf":1.4142135623730951},"42":{"tf":1.0},"452":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"542":{"tf":3.605551275463989},"547":{"tf":1.7320508075688772},"548":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}},"c":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}},"x":{"df":1,"docs":{"395":{"tf":2.0}}},"z":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"df":41,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":2.6457513110645907},"132":{"tf":2.0},"179":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"197":{"tf":3.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.449489742783178},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.1622776601683795},"212":{"tf":2.23606797749979},"213":{"tf":2.6457513110645907},"275":{"tf":3.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"289":{"tf":2.0},"290":{"tf":2.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"306":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.23606797749979},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"493":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"x":{"df":1,"docs":{"197":{"tf":1.0}}},"z":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"213":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":12,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"347":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"185":{"tf":1.4142135623730951},"211":{"tf":2.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"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":{"197":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"208":{"tf":1.4142135623730951},"210":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":2.0},"275":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"395":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":8,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"546":{"tf":1.0},"550":{"tf":1.0},"90":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":1.0},"231":{"tf":1.0},"430":{"tf":1.0},"469":{"tf":1.0},"553":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"234":{"tf":1.0},"281":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":31,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"438":{"tf":1.0},"448":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0},"547":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":2,"docs":{"306":{"tf":1.4142135623730951},"308":{"tf":1.0}}},"s":{"df":1,"docs":{"324":{"tf":1.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"78":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":2.0},"275":{"tf":3.3166247903554}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"456":{"tf":1.0},"470":{"tf":1.0}}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"405":{"tf":1.0},"44":{"tf":1.0},"463":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"196":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"106":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":2.449489742783178},"69":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"560":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"n":{"df":28,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"277":{"tf":1.0},"345":{"tf":1.0},"356":{"tf":1.4142135623730951},"37":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":1.0},"555":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"464":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"555":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":59,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"306":{"tf":1.0},"322":{"tf":1.4142135623730951},"343":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"401":{"tf":2.23606797749979},"404":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"401":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"380":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":8,"docs":{"108":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.0},"433":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"389":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"336":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"337":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"333":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.4142135623730951},"336":{"tf":2.6457513110645907},"339":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"319":{"tf":3.0},"320":{"tf":1.0},"328":{"tf":2.23606797749979},"331":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":2.0},"388":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"472":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"d":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":6,"docs":{"324":{"tf":1.0},"328":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"336":{"tf":1.0},"339":{"tf":2.449489742783178}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"479":{"tf":1.0}}}}}},"df":3,"docs":{"201":{"tf":1.7320508075688772},"203":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"128":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"448":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}},"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"306":{"tf":1.0},"331":{"tf":2.6457513110645907},"380":{"tf":1.0}}}}},"h":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"276":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"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":{".":{"a":{"d":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"276":{"tf":2.6457513110645907},"277":{"tf":2.449489742783178}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"436":{"tf":1.7320508075688772},"522":{"tf":1.0},"556":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.7320508075688772},"435":{"tf":2.0},"450":{"tf":2.23606797749979},"477":{"tf":1.0},"522":{"tf":2.23606797749979},"557":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"x":{"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.7320508075688772},"455":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"6":{"7":{"8":{"6":{"8":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":29,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"354":{"tf":1.0},"369":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"441":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"542":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"306":{"tf":1.0},"351":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"388":{"tf":2.6457513110645907},"474":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.4142135623730951},"451":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":49,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":3.3166247903554},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"168":{"tf":2.6457513110645907},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":3.0},"222":{"tf":1.7320508075688772},"225":{"tf":3.4641016151377544},"232":{"tf":3.3166247903554},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"300":{"tf":2.8284271247461903},"339":{"tf":4.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.23606797749979},"442":{"tf":2.0},"472":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"532":{"tf":2.0},"533":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"553":{"tf":1.4142135623730951},"78":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"350":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"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":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"t":{"a":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"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":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}},"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"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":{},"t":{"a":{"df":1,"docs":{"477":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"470":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":219,"docs":{"1":{"tf":1.0},"100":{"tf":3.4641016151377544},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"15":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"22":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":2.449489742783178},"329":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"362":{"tf":2.449489742783178},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":2.23606797749979},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":3.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":3.0},"408":{"tf":1.0},"409":{"tf":1.4142135623730951},"410":{"tf":2.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.8284271247461903},"424":{"tf":2.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"481":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"492":{"tf":1.4142135623730951},"493":{"tf":2.23606797749979},"494":{"tf":2.0},"498":{"tf":1.0},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.0},"455":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"55":{"tf":1.0}}},":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"285":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"o":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"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":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"109":{"tf":3.872983346207417}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"b":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"c":{"2":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":79,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"132":{"tf":1.0},"187":{"tf":1.0},"218":{"tf":2.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"40":{"tf":1.0},"432":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"542":{"tf":3.0},"554":{"tf":2.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.0},"78":{"tf":1.0}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"282":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"557":{"tf":1.0}}},"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"515":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":42,"docs":{"262":{"tf":1.7320508075688772},"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}}}},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}}},"s":{"df":9,"docs":{"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"543":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"b":{"df":4,"docs":{"177":{"tf":1.7320508075688772},"243":{"tf":1.0},"297":{"tf":1.0},"389":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"316":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"403":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"159":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"211":{"tf":1.0},"301":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"df":4,"docs":{"447":{"tf":1.0},"477":{"tf":1.0},"491":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":5,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"467":{"tf":1.0},"478":{"tf":1.0},"554":{"tf":1.0}}},"df":5,"docs":{"245":{"tf":1.0},"478":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"383":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"44":{"tf":2.0},"442":{"tf":1.4142135623730951},"444":{"tf":2.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"498":{"tf":1.0},"507":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"171":{"tf":1.0},"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"555":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"257":{"tf":1.7320508075688772},"287":{"tf":2.0},"41":{"tf":1.0},"494":{"tf":1.0},"515":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"233":{"tf":1.0},"439":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"213":{"tf":1.0},"316":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"493":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"560":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"321":{"tf":2.6457513110645907},"322":{"tf":2.0},"331":{"tf":1.4142135623730951},"39":{"tf":1.0},"557":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":14,"docs":{"132":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"483":{"tf":2.0},"486":{"tf":2.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"322":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"460":{"tf":2.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":2.0},"393":{"tf":2.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"518":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"297":{"tf":1.0},"472":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"512":{"tf":2.0},"518":{"tf":1.4142135623730951}}}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"397":{"tf":1.4142135623730951},"399":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"236":{"tf":2.0},"318":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"349":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.4142135623730951}},"e":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"359":{"tf":1.0}}},"df":3,"docs":{"359":{"tf":1.0},"360":{"tf":1.0},"548":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"432":{"tf":1.0},"462":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}}}}}},"df":1,"docs":{"360":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"/":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"346":{"tf":1.0}}}}}}}},">":{"[":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{".":{"1":{".":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":83,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":3.1622776601683795},"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"168":{"tf":1.4142135623730951},"183":{"tf":2.23606797749979},"186":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.7320508075688772},"363":{"tf":1.0},"364":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"419":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.4142135623730951},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"554":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":14,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":2.0},"15":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}},"e":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"253":{"tf":1.0},"267":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.0},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"230":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}},"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"b":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"171":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.4142135623730951},"517":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"314":{"tf":1.4142135623730951},"517":{"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":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":2.0},"314":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"313":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"309":{"tf":2.23606797749979},"310":{"tf":1.4142135623730951},"311":{"tf":2.23606797749979},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":3.0},"46":{"tf":1.4142135623730951},"517":{"tf":3.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":2.0}}}},"df":1,"docs":{"464":{"tf":1.0}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"119":{"tf":1.0},"184":{"tf":1.0},"384":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":66,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":2.23606797749979},"265":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951},"349":{"tf":1.0},"363":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"422":{"tf":1.0},"429":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":2.0},"466":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":2.0},"428":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":1,"docs":{"470":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"306":{"tf":1.0},"320":{"tf":1.4142135623730951},"345":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"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":{"d":{"_":{"5":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"3":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"8":{"7":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"1":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"6":{"2":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"8":{"4":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"2":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"0":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"7":{"3":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"2":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"357":{"tf":1.0},"461":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"456":{"tf":1.0}}}}}}}}}}}},"w":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"472":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":191,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":2.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":2.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"415":{"tf":2.23606797749979},"416":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"432":{"tf":1.0},"439":{"tf":2.0},"44":{"tf":2.6457513110645907},"441":{"tf":1.0},"455":{"tf":1.0},"460":{"tf":2.6457513110645907},"462":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":2.449489742783178},"472":{"tf":2.0},"473":{"tf":2.0},"474":{"tf":2.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":2.0},"491":{"tf":1.0},"493":{"tf":2.23606797749979},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"503":{"tf":2.0},"504":{"tf":2.8284271247461903},"505":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"517":{"tf":1.4142135623730951},"518":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":3.4641016151377544},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"544":{"tf":1.7320508075688772},"554":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.0},"452":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"m":{"df":7,"docs":{"27":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"477":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.449489742783178},"90":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":32,"docs":{"10":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":2.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"232":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":2.0},"383":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.4142135623730951},"448":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"512":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"136":{"tf":2.0},"140":{"tf":2.0},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"325":{"tf":1.7320508075688772},"334":{"tf":2.0},"350":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"177":{"tf":1.4142135623730951},"211":{"tf":1.0},"221":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0}},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":2,"docs":{"377":{"tf":1.0},"477":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":62,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.23606797749979},"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},"124":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"267":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":2.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"470":{"tf":3.0},"472":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.23606797749979},"54":{"tf":1.0},"540":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"263":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"263":{"tf":1.0},"493":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"277":{"tf":1.0}}},"df":5,"docs":{"277":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"441":{"tf":1.4142135623730951},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"472":{"tf":2.8284271247461903},"473":{"tf":1.0},"475":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"h":{"df":6,"docs":{"123":{"tf":1.0},"346":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"546":{"tf":1.4142135623730951},"555":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"108":{"tf":1.0},"151":{"tf":1.0},"388":{"tf":1.0},"442":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"556":{"tf":1.0}}}}},"w":{"df":61,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":2.0},"178":{"tf":1.0},"197":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"313":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":2.23606797749979},"473":{"tf":1.0},"474":{"tf":1.0},"481":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.7320508075688772},"517":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"151":{"tf":2.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"167":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"350":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"m":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":3.3166247903554},"13":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"194":{"tf":2.8284271247461903},"195":{"tf":3.0},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"287":{"tf":3.4641016151377544},"299":{"tf":2.449489742783178},"331":{"tf":1.0},"41":{"tf":1.0},"412":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"460":{"tf":1.0},"464":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"550":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"77":{"tf":1.0},"78":{"tf":3.1622776601683795}}}}},"df":1,"docs":{"470":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"194":{"tf":1.7320508075688772},"347":{"tf":1.0},"366":{"tf":1.0},"430":{"tf":1.4142135623730951},"470":{"tf":4.0}}}}}}},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"328":{"tf":1.0}}},"df":95,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.449489742783178},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":2.449489742783178},"256":{"tf":2.23606797749979},"257":{"tf":3.4641016151377544},"258":{"tf":2.23606797749979},"259":{"tf":4.242640687119285},"266":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":2.449489742783178},"307":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"319":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"470":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"492":{"tf":1.0},"493":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":2.6457513110645907},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"255":{"tf":1.0},"464":{"tf":1.0},"497":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"259":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"555":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"347":{"tf":1.0},"400":{"tf":1.0},"447":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"313":{"tf":1.0},"450":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.0},"245":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"245":{"tf":1.7320508075688772},"426":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"245":{"tf":1.4142135623730951},"28":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":2.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}}}},"l":{"d":{"df":5,"docs":{"28":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"547":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"525":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"388":{"tf":1.0},"525":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":9,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"223":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"112":{"tf":1.0},"456":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}},"df":33,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"184":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"398":{"tf":1.0},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"486":{"tf":1.4142135623730951},"555":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"n":{"df":22,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"390":{"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":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"128":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"416":{"tf":1.0},"432":{"tf":1.4142135623730951},"461":{"tf":1.0},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"412":{"tf":1.0},"471":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"226":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"177":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"381":{"tf":2.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"267":{"tf":1.0},"557":{"tf":1.0}}},"r":{"df":15,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"276":{"tf":2.23606797749979},"277":{"tf":1.4142135623730951},"412":{"tf":1.0},"422":{"tf":1.0},"428":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"1":{"tf":1.0},"215":{"tf":1.0},"318":{"tf":1.0},"350":{"tf":1.0},"465":{"tf":1.4142135623730951},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"297":{"tf":1.0},"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"466":{"tf":1.7320508075688772}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":42,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.7416573867739413},"156":{"tf":3.3166247903554},"207":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"316":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"339":{"tf":1.0},"345":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"456":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"529":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"152":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"250":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"328":{"tf":1.0},"355":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"534":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"389":{"tf":1.0}},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"1":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"7":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"3":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"8":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"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":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":2.0},"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"547":{"tf":1.0}}},"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"6":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"1":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"0":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"5":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"6":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"394":{"tf":1.0},"498":{"tf":1.0},"530":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"407":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"470":{"tf":1.0}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0},"382":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"476":{"tf":1.0},"530":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"226":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"417":{"tf":1.0},"449":{"tf":1.4142135623730951},"464":{"tf":1.0},"475":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":18,"docs":{"124":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"308":{"tf":1.0},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"334":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"405":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"524":{"tf":1.0},"554":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"244":{"tf":1.0},"413":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"346":{"tf":1.0}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"176":{"tf":1.4142135623730951},"183":{"tf":2.0},"313":{"tf":1.4142135623730951},"356":{"tf":2.0},"390":{"tf":1.0},"401":{"tf":2.449489742783178},"43":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}}},"p":{"3":{"c":{"!":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"417":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"478":{"tf":1.0},"48":{"tf":1.0},"484":{"tf":1.0},"5":{"tf":1.7320508075688772},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"214":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"232":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"161":{"tf":1.0},"226":{"tf":1.7320508075688772},"230":{"tf":2.0},"232":{"tf":1.0},"349":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"47":{"tf":3.3166247903554},"48":{"tf":4.123105625617661},"50":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"335":{"tf":1.0},"348":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"193":{"tf":1.0},"210":{"tf":1.0},"223":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"347":{"tf":1.0},"348":{"tf":1.0},"416":{"tf":2.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":2.0},"430":{"tf":2.449489742783178},"441":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"305":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"306":{"tf":2.0},"335":{"tf":2.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":3.3166247903554},"548":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"r":{"df":6,"docs":{"236":{"tf":1.0},"347":{"tf":1.7320508075688772},"349":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"516":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":2.449489742783178}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":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":10,"docs":{"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"389":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"470":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.4142135623730951},"279":{"tf":2.449489742783178},"280":{"tf":2.8284271247461903},"281":{"tf":2.8284271247461903},"282":{"tf":3.1622776601683795},"283":{"tf":2.23606797749979},"284":{"tf":3.0},"285":{"tf":2.6457513110645907},"286":{"tf":2.6457513110645907},"287":{"tf":3.605551275463989},"288":{"tf":2.23606797749979},"289":{"tf":3.0},"290":{"tf":2.6457513110645907},"291":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"520":{"tf":3.4641016151377544},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":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":{"285":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"279":{"tf":1.0},"280":{"tf":1.7320508075688772},"284":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":2.449489742783178},"291":{"tf":1.0},"520":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"212":{"tf":1.7320508075688772},"470":{"tf":1.0},"479":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"388":{"tf":5.830951894845301},"391":{"tf":3.1622776601683795},"474":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"388":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"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":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":3.3166247903554},"391":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"184":{"tf":1.0},"227":{"tf":1.0},"303":{"tf":1.0},"464":{"tf":1.0},"492":{"tf":1.0},"90":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"412":{"tf":1.7320508075688772},"467":{"tf":1.0},"558":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"1":{".":{"1":{"3":{".":{"2":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":7,"docs":{"345":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"441":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":2.449489742783178},"560":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":21,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"158":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"412":{"tf":1.0},"452":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"k":{"df":1,"docs":{"386":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"405":{"tf":4.898979485566356}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"177":{"tf":1.0},"232":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"35":{"tf":1.0},"377":{"tf":2.8284271247461903},"378":{"tf":2.0},"379":{"tf":3.0},"380":{"tf":2.6457513110645907},"381":{"tf":3.4641016151377544},"382":{"tf":3.4641016151377544},"383":{"tf":4.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":3.0},"416":{"tf":1.4142135623730951},"421":{"tf":2.0},"427":{"tf":2.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":2.0},"545":{"tf":2.23606797749979},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"421":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"225":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"381":{"tf":1.0},"478":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"355":{"tf":1.0},"452":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"120":{"tf":1.0},"416":{"tf":1.4142135623730951}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"g":{"df":3,"docs":{"100":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"499":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"223":{"tf":1.0},"360":{"tf":1.7320508075688772},"382":{"tf":1.0},"405":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"45":{"tf":1.0},"527":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":3.7416573867739413},"240":{"tf":2.8284271247461903},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":2,"docs":{"239":{"tf":3.4641016151377544},"240":{"tf":2.449489742783178}}}}}}}},"n":{"df":2,"docs":{"530":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"490":{"tf":1.0},"494":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"298":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":22,"docs":{"109":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"249":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":2.23606797749979},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"308":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"401":{"tf":1.4142135623730951},"414":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":2.0},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"322":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"128":{"tf":1.0},"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"176":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"]":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{"df":1,"docs":{"269":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":1.0},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"y":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951}}}}}}}}},"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}},"e":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"443":{"tf":1.4142135623730951}}}}},"y":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"383":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}},"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":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":{}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":2.0}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"177":{"tf":1.0},"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"1":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},"2":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}},"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"0":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":2.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"265":{"tf":1.0},"293":{"tf":1.0},"381":{"tf":1.0},"410":{"tf":1.4142135623730951},"441":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"138":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":2.0},"442":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"131":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"383":{"tf":1.7320508075688772},"410":{"tf":1.0},"448":{"tf":1.0},"460":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":137,"docs":{"100":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.23606797749979},"128":{"tf":4.123105625617661},"130":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":3.7416573867739413},"14":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":3.0},"150":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"154":{"tf":3.0},"156":{"tf":2.449489742783178},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":3.0},"168":{"tf":4.123105625617661},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":3.605551275463989},"181":{"tf":3.4641016151377544},"183":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"200":{"tf":1.0},"204":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":3.605551275463989},"225":{"tf":2.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.23606797749979},"232":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"241":{"tf":1.7320508075688772},"242":{"tf":2.23606797749979},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":1.0},"247":{"tf":2.449489742783178},"251":{"tf":4.795831523312719},"265":{"tf":3.3166247903554},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":2.449489742783178},"273":{"tf":2.0},"277":{"tf":3.1622776601683795},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.123105625617661},"295":{"tf":2.0},"296":{"tf":2.8284271247461903},"298":{"tf":2.23606797749979},"300":{"tf":2.8284271247461903},"301":{"tf":1.0},"306":{"tf":2.449489742783178},"308":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"322":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"336":{"tf":1.0},"339":{"tf":4.358898943540674},"341":{"tf":1.4142135623730951},"343":{"tf":2.449489742783178},"345":{"tf":3.1622776601683795},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":2.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.0},"383":{"tf":4.242640687119285},"386":{"tf":3.0},"388":{"tf":3.872983346207417},"389":{"tf":2.449489742783178},"391":{"tf":1.7320508075688772},"393":{"tf":2.0},"401":{"tf":2.449489742783178},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"414":{"tf":1.0},"416":{"tf":2.8284271247461903},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":3.1622776601683795},"442":{"tf":2.449489742783178},"443":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.0},"455":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"50":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178},"54":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"550":{"tf":2.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"401":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"339":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"224":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"384":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":17,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"128":{"tf":1.0},"189":{"tf":1.0},"355":{"tf":1.4142135623730951},"457":{"tf":1.0},"459":{"tf":1.0},"545":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"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":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"435":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":93,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.8284271247461903},"108":{"tf":1.0},"109":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.7320508075688772},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"36":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.7320508075688772},"414":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":2.23606797749979},"436":{"tf":1.7320508075688772},"44":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.4142135623730951},"456":{"tf":2.8284271247461903},"457":{"tf":1.7320508075688772},"458":{"tf":2.449489742783178},"459":{"tf":2.449489742783178},"460":{"tf":1.0},"461":{"tf":3.3166247903554},"462":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":2.23606797749979},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"517":{"tf":1.7320508075688772},"528":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"59":{"tf":2.6457513110645907},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.449489742783178},"97":{"tf":2.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"554":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"86":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":8,"docs":{"157":{"tf":1.0},"185":{"tf":1.0},"275":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":22,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":3.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},"252":{"tf":1.0},"346":{"tf":1.0},"473":{"tf":1.4142135623730951},"510":{"tf":1.0},"548":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"368":{"tf":1.0},"379":{"tf":1.0},"447":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":2.0},"542":{"tf":1.0},"555":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}}}},"df":5,"docs":{"178":{"tf":2.449489742783178},"292":{"tf":2.449489742783178},"293":{"tf":4.242640687119285},"5":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"292":{"tf":1.4142135623730951},"464":{"tf":1.0},"5":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"292":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"178":{"tf":2.23606797749979},"293":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"132":{"tf":2.0},"178":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.23606797749979},"493":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"469":{"tf":1.0},"471":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"251":{"tf":1.0},"407":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"194":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"304":{"tf":1.7320508075688772},"305":{"tf":2.6457513110645907},"306":{"tf":3.1622776601683795},"307":{"tf":2.23606797749979},"308":{"tf":3.3166247903554},"385":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"470":{"tf":3.872983346207417},"474":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":26,"docs":{"347":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"327":{"tf":1.4142135623730951},"336":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"542":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.7320508075688772},"335":{"tf":1.0},"380":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"17":{"tf":1.0},"218":{"tf":1.7320508075688772},"233":{"tf":2.6457513110645907},"234":{"tf":1.7320508075688772},"235":{"tf":2.8284271247461903},"236":{"tf":2.6457513110645907},"237":{"tf":2.0},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.449489742783178},"539":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":12,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"167":{"tf":2.0},"169":{"tf":1.0},"240":{"tf":1.0},"38":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"542":{"tf":1.0},"80":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"349":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":11,"docs":{"153":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":2.0},"178":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"407":{"tf":1.0},"468":{"tf":1.0},"557":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"122":{"tf":1.0},"190":{"tf":1.0},"453":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.6457513110645907},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"210":{"tf":1.0},"453":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"37":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"456":{"tf":1.0},"545":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"335":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"108":{"tf":1.0},"158":{"tf":1.0},"347":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"477":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"100":{"tf":1.0},"320":{"tf":1.0},"403":{"tf":1.0},"416":{"tf":1.0},"478":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"265":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":24,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"476":{"tf":2.449489742783178},"477":{"tf":2.6457513110645907},"478":{"tf":1.4142135623730951},"479":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"530":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":2.23606797749979},"557":{"tf":2.23606797749979},"558":{"tf":1.0},"86":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"239":{"tf":2.0},"277":{"tf":1.0},"388":{"tf":1.0},"461":{"tf":1.0},"514":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.0},"447":{"tf":2.8284271247461903},"448":{"tf":2.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":105,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"210":{"tf":2.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":2.6457513110645907},"328":{"tf":2.23606797749979},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.23606797749979},"336":{"tf":2.449489742783178},"339":{"tf":3.4641016151377544},"340":{"tf":1.7320508075688772},"341":{"tf":2.23606797749979},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.0},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"406":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"430":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"534":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.4142135623730951}},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"121":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":60,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.449489742783178},"196":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"253":{"tf":2.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.7320508075688772},"336":{"tf":2.449489742783178},"337":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.7320508075688772},"350":{"tf":1.0},"356":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"401":{"tf":2.0},"407":{"tf":1.7320508075688772},"416":{"tf":2.8284271247461903},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.449489742783178},"452":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.7320508075688772},"462":{"tf":1.7320508075688772},"466":{"tf":1.0},"468":{"tf":3.3166247903554},"471":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":2.0},"508":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"450":{"tf":1.0},"556":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.4142135623730951},"479":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"495":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"df":9,"docs":{"212":{"tf":1.0},"225":{"tf":1.0},"361":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"416":{"tf":1.0},"542":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"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":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"n":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"347":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"201":{"tf":1.0},"203":{"tf":1.0},"329":{"tf":1.0}}}},"df":5,"docs":{"201":{"tf":1.0},"223":{"tf":1.0},"323":{"tf":1.0},"339":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"215":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"168":{"tf":4.69041575982343},"197":{"tf":1.0},"243":{"tf":1.0},"306":{"tf":5.656854249492381}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"473":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"a":{"d":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"470":{"tf":4.58257569495584}}}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":3.3166247903554},"195":{"tf":1.0},"40":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":2.23606797749979},"470":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":2.23606797749979},"455":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"167":{"tf":1.0},"470":{"tf":1.0}},"g":{"df":15,"docs":{"0":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":3.1622776601683795},"196":{"tf":1.4142135623730951},"197":{"tf":4.0},"247":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.4142135623730951},"430":{"tf":1.0},"473":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":5.916079783099616}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"1":{"0":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"139":{"tf":2.23606797749979},"140":{"tf":2.0},"141":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"160":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":4,"docs":{"218":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"267":{"tf":1.0},"322":{"tf":1.0},"389":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"413":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.4142135623730951},"224":{"tf":1.0},"313":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"267":{"tf":1.0},"321":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"553":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"151":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0},"531":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0},"380":{"tf":1.0},"555":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"176":{"tf":4.358898943540674},"294":{"tf":2.0},"295":{"tf":3.0},"296":{"tf":2.8284271247461903},"524":{"tf":2.0},"542":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"176":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":1,"docs":{"176":{"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":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"184":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"297":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.4142135623730951},"44":{"tf":1.0},"461":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"461":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"d":{"df":9,"docs":{"160":{"tf":1.0},"161":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"290":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":2.0},"466":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":2.0},"38":{"tf":1.0},"470":{"tf":2.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"u":{"c":{"df":4,"docs":{"40":{"tf":1.0},"413":{"tf":1.0},"525":{"tf":1.0},"550":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"240":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"168":{"tf":2.23606797749979},"209":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"302":{"tf":1.0},"313":{"tf":1.0},"348":{"tf":1.4142135623730951},"407":{"tf":1.0},"429":{"tf":1.0},"440":{"tf":1.0},"456":{"tf":1.4142135623730951},"459":{"tf":1.0},"484":{"tf":1.0},"492":{"tf":1.4142135623730951},"525":{"tf":1.0},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"44":{"tf":2.449489742783178},"477":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"40":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":160,"docs":{"1":{"tf":2.449489742783178},"100":{"tf":2.6457513110645907},"101":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"107":{"tf":2.6457513110645907},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":3.3166247903554},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":3.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"298":{"tf":2.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":2.449489742783178},"320":{"tf":1.0},"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":3.0},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"379":{"tf":2.8284271247461903},"381":{"tf":2.8284271247461903},"382":{"tf":1.0},"383":{"tf":3.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"395":{"tf":2.23606797749979},"396":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951},"402":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":2.23606797749979},"406":{"tf":1.7320508075688772},"408":{"tf":1.4142135623730951},"410":{"tf":2.449489742783178},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"419":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.0},"439":{"tf":1.4142135623730951},"448":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":2.449489742783178},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"50":{"tf":1.0},"514":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":2.0},"55":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":18,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"176":{"tf":1.0},"36":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"454":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"208":{"tf":1.0},"263":{"tf":1.0},"476":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"477":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":4,"docs":{"218":{"tf":1.0},"40":{"tf":1.0},"490":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"25":{"tf":1.4142135623730951},"354":{"tf":1.0},"4":{"tf":1.0},"403":{"tf":2.449489742783178},"461":{"tf":4.47213595499958},"462":{"tf":2.23606797749979},"465":{"tf":2.0},"50":{"tf":2.8284271247461903},"528":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"549":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":2.8284271247461903},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":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":{"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"211":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"308":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"557":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"146":{"tf":1.0},"178":{"tf":2.0},"22":{"tf":1.0},"234":{"tf":1.0},"243":{"tf":3.3166247903554},"308":{"tf":2.0},"321":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":3.3166247903554},"461":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"386":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":18,"docs":{"105":{"tf":1.7320508075688772},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"226":{"tf":1.0},"306":{"tf":2.449489742783178},"344":{"tf":1.0},"350":{"tf":1.0},"446":{"tf":2.449489742783178},"490":{"tf":1.0},"493":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"388":{"tf":1.0}}}}}}},"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.4142135623730951},"28":{"tf":1.0},"320":{"tf":1.0},"344":{"tf":1.0},"446":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"350":{"tf":1.0},"544":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"350":{"tf":1.0}}}}}}},"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":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"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":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"22":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"473":{"tf":1.0},"55":{"tf":1.0},"551":{"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":12,"docs":{"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":2.0},"450":{"tf":3.1622776601683795},"522":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"85":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":55,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":2.0},"170":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"349":{"tf":2.0},"350":{"tf":1.0},"361":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"426":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"464":{"tf":1.0},"55":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"524":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"161":{"tf":1.0},"479":{"tf":1.0},"544":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":72,"docs":{"100":{"tf":2.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"155":{"tf":3.0},"156":{"tf":2.449489742783178},"160":{"tf":1.0},"161":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"265":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"306":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"348":{"tf":1.0},"350":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":2.449489742783178},"387":{"tf":1.7320508075688772},"388":{"tf":2.6457513110645907},"389":{"tf":2.449489742783178},"390":{"tf":2.23606797749979},"391":{"tf":2.0},"392":{"tf":2.0},"393":{"tf":2.0},"40":{"tf":1.7320508075688772},"416":{"tf":1.0},"421":{"tf":1.0},"427":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":2.0},"446":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"477":{"tf":1.0},"492":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"383":{"tf":2.6457513110645907}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":4,"docs":{"100":{"tf":1.0},"471":{"tf":1.4142135623730951},"542":{"tf":1.0},"551":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"278":{"tf":1.0},"461":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"266":{"tf":1.0},"297":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.0},"250":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"369":{"tf":1.0},"441":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":2,"docs":{"102":{"tf":1.0},"416":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"251":{"tf":1.4142135623730951},"271":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":2.449489742783178},"345":{"tf":2.0},"346":{"tf":1.0},"379":{"tf":1.0},"387":{"tf":1.4142135623730951},"40":{"tf":1.0},"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"341":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"341":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":41,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"126":{"tf":3.0},"127":{"tf":2.449489742783178},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"211":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"372":{"tf":1.0},"374":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"467":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"557":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":18,"docs":{"164":{"tf":1.0},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"197":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"341":{"tf":1.0},"350":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"540":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"@":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":97,"docs":{"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"134":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"183":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"216":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"231":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":2.0},"291":{"tf":2.0},"297":{"tf":2.449489742783178},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"318":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772},"350":{"tf":3.3166247903554},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":2.0},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"388":{"tf":1.0},"395":{"tf":1.0},"401":{"tf":2.449489742783178},"407":{"tf":1.0},"416":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":2.0},"516":{"tf":2.449489742783178},"518":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.7320508075688772},"544":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"350":{"tf":1.0},"388":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"516":{"tf":1.0},"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"407":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":2.0},"251":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"508":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"464":{"tf":1.0},"530":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"413":{"tf":1.0},"557":{"tf":1.0}}},"k":{"df":0,"docs":{},"y":{"1":{"2":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"&":{"\\":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"324":{"tf":1.4142135623730951},"333":{"tf":2.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"214":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"468":{"tf":1.0},"478":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"123":{"tf":1.0},"214":{"tf":2.6457513110645907},"215":{"tf":3.872983346207417},"263":{"tf":1.0},"499":{"tf":1.7320508075688772},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{"df":1,"docs":{"499":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"323":{"tf":1.0},"347":{"tf":1.0},"472":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"362":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"370":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"121":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"394":{"tf":1.0},"416":{"tf":2.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.7320508075688772},"470":{"tf":2.449489742783178},"473":{"tf":2.0},"477":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"518":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"540":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"413":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"547":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"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":{}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":23,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"169":{"tf":2.23606797749979},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.23606797749979},"175":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.7320508075688772},"186":{"tf":1.0},"303":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"524":{"tf":1.4142135623730951},"548":{"tf":1.0}},"r":{"df":2,"docs":{"148":{"tf":1.4142135623730951},"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"169":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"305":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"518":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"106":{"tf":1.0},"407":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"374":{"tf":1.0},"388":{"tf":1.7320508075688772},"394":{"tf":1.0},"398":{"tf":1.4142135623730951},"407":{"tf":1.0},"416":{"tf":1.0},"454":{"tf":1.0},"524":{"tf":1.0},"526":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"385":{"tf":1.0},"532":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"303":{"tf":2.0},"525":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"408":{"tf":1.0},"410":{"tf":2.449489742783178}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"158":{"tf":1.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"463":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"d":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"252":{"tf":2.6457513110645907},"253":{"tf":1.7320508075688772},"254":{"tf":3.3166247903554},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"276":{"tf":1.4142135623730951},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"174":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.0},"500":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"276":{"tf":1.0},"78":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"430":{"tf":1.0},"505":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"505":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"505":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"399":{"tf":1.0}}},"df":1,"docs":{"398":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"184":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"383":{"tf":1.0},"407":{"tf":1.0},"50":{"tf":2.0},"524":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":3,"docs":{"197":{"tf":2.6457513110645907},"2":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"554":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":58,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"224":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"345":{"tf":1.0},"348":{"tf":1.0},"35":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"36":{"tf":3.0},"38":{"tf":1.0},"384":{"tf":1.7320508075688772},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"397":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":3.3166247903554},"449":{"tf":1.0},"456":{"tf":1.4142135623730951},"463":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"543":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"322":{"tf":1.0},"335":{"tf":1.0},"352":{"tf":1.0},"381":{"tf":1.0},"40":{"tf":1.0},"401":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"439":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":2,"docs":{"415":{"tf":1.0},"555":{"tf":1.0}}},"n":{"df":4,"docs":{"397":{"tf":1.0},"407":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"215":{"tf":1.0},"223":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"345":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"515":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.6457513110645907},"80":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"466":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"398":{"tf":1.4142135623730951},"451":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":18,"docs":{"112":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":2.0},"186":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.23606797749979},"351":{"tf":1.0},"383":{"tf":2.0},"408":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"208":{"tf":1.0},"395":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}},"e":{"(":{"\"":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":4,"docs":{"415":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"425":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}}}}},"i":{"df":2,"docs":{"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":64,"docs":{"100":{"tf":2.8284271247461903},"105":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.6457513110645907},"165":{"tf":2.0},"166":{"tf":2.23606797749979},"168":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"185":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.7320508075688772},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"343":{"tf":1.0},"349":{"tf":2.23606797749979},"351":{"tf":1.7320508075688772},"362":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"405":{"tf":3.4641016151377544},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":2.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"50":{"tf":2.0},"54":{"tf":1.0},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":2.0}}},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}},"t":{"df":7,"docs":{"204":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.449489742783178},"389":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"550":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"189":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.23606797749979},"339":{"tf":3.1622776601683795},"517":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"312":{"tf":1.0},"465":{"tf":1.0},"542":{"tf":1.7320508075688772},"548":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"22":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"45":{"tf":1.0},"465":{"tf":1.0},"548":{"tf":1.0},"87":{"tf":1.0}}},".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":95,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":2.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"37":{"tf":1.0},"389":{"tf":2.23606797749979},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"4":{"tf":1.0},"401":{"tf":2.449489742783178},"403":{"tf":1.0},"41":{"tf":2.0},"414":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":69,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"257":{"tf":1.7320508075688772},"267":{"tf":2.23606797749979},"269":{"tf":2.8284271247461903},"277":{"tf":2.0},"29":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"310":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.4142135623730951},"357":{"tf":2.449489742783178},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.4142135623730951},"388":{"tf":1.0},"398":{"tf":2.8284271247461903},"40":{"tf":1.0},"412":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"1":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"383":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"df":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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":29,"docs":{"100":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"313":{"tf":1.0},"39":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":3.605551275463989},"95":{"tf":3.4641016151377544}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"557":{"tf":1.0},"95":{"tf":1.0}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":2.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"423":{"tf":1.7320508075688772},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"355":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.6457513110645907},"413":{"tf":1.0},"423":{"tf":1.0},"477":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"392":{"tf":1.0},"405":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"40":{"tf":1.0},"403":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":31,"docs":{"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"239":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"383":{"tf":1.4142135623730951},"40":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"432":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":17,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.4142135623730951},"205":{"tf":1.0},"317":{"tf":1.0},"320":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"413":{"tf":1.0},"425":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"275":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"2":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"412":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"412":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":3,"docs":{"202":{"tf":1.0},"268":{"tf":1.0},"412":{"tf":4.795831523312719}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":3.605551275463989}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":45,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"319":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"554":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"405":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":37,"docs":{"112":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"187":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"269":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"478":{"tf":1.0},"554":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":11,"docs":{"35":{"tf":1.4142135623730951},"361":{"tf":2.449489742783178},"362":{"tf":3.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"299":{"tf":1.0},"316":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"405":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"407":{"tf":1.0}}},"df":40,"docs":{"107":{"tf":1.4142135623730951},"125":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"398":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":2.0},"426":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"477":{"tf":1.0},"523":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}},"f":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":5,"docs":{"155":{"tf":1.7320508075688772},"160":{"tf":1.0},"240":{"tf":1.0},"43":{"tf":1.0},"474":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":31,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"242":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"375":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"459":{"tf":1.0},"62":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"195":{"tf":1.4142135623730951},"272":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"375":{"tf":1.0},"550":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"204":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"73":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"82":{"tf":2.449489742783178}}}}}}}}}},"p":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"357":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"404":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"174":{"tf":2.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":2.8284271247461903},"257":{"tf":1.7320508075688772},"464":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"w":{"df":1,"docs":{"186":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"413":{"tf":1.0},"449":{"tf":1.0},"477":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"472":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":2.23606797749979}}}}}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"306":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"v":{"df":1,"docs":{"551":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"389":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"314":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"467":{"tf":1.0},"547":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"100":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"81":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":4,"docs":{"357":{"tf":1.0},"470":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":2.23606797749979},"464":{"tf":1.0},"503":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"503":{"tf":1.0},"507":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"297":{"tf":3.7416573867739413},"298":{"tf":3.1622776601683795},"503":{"tf":1.4142135623730951},"507":{"tf":2.449489742783178},"542":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":2.8284271247461903},"81":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"201":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"28":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":2.449489742783178},"473":{"tf":2.449489742783178},"525":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"476":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"247":{"tf":2.6457513110645907},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"508":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"122":{"tf":1.0},"15":{"tf":1.4142135623730951},"201":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"340":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.4142135623730951},"401":{"tf":2.23606797749979},"412":{"tf":1.0},"459":{"tf":1.4142135623730951},"477":{"tf":2.0},"494":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":28,"docs":{"115":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.0},"312":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"434":{"tf":1.0},"472":{"tf":1.0},"507":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"d":{">":{"[":{"0":{".":{".":{"1":{"0":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"460":{"tf":6.324555320336759},"59":{"tf":2.23606797749979},"73":{"tf":4.795831523312719},"78":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"306":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"106":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.4142135623730951},"477":{"tf":1.0},"5":{"tf":1.0},"547":{"tf":4.898979485566356},"548":{"tf":2.0},"557":{"tf":1.4142135623730951},"94":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"473":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"222":{"tf":1.0},"451":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"215":{"tf":2.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"472":{"tf":2.0},"557":{"tf":1.0}},"t":{"df":27,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"236":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"363":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":4.58257569495584},"475":{"tf":1.0},"48":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"355":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"275":{"tf":3.0},"35":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"40":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"457":{"tf":1.0},"470":{"tf":2.23606797749979},"523":{"tf":1.4142135623730951},"530":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"i":{"c":{"df":21,"docs":{"166":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"362":{"tf":2.0},"370":{"tf":2.0},"416":{"tf":2.6457513110645907},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"459":{"tf":1.7320508075688772},"468":{"tf":3.3166247903554},"478":{"tf":1.0},"488":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":9,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"106":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"350":{"tf":1.0},"452":{"tf":2.0},"473":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"239":{"tf":2.23606797749979},"28":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"555":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":2,"docs":{"130":{"tf":1.0},"346":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.449489742783178},"183":{"tf":1.0},"197":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"147":{"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":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"350":{"tf":1.0},"516":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"0":{"df":4,"docs":{"166":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"415":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":20,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"347":{"tf":1.0}}},"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":2,"docs":{"131":{"tf":2.449489742783178},"132":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"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":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":3.4641016151377544}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"446":{"tf":1.4142135623730951},"448":{"tf":1.0},"489":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"415":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"416":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"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":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":115,"docs":{"112":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"131":{"tf":1.0},"132":{"tf":3.1622776601683795},"134":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.449489742783178},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":2.449489742783178},"182":{"tf":1.0},"183":{"tf":3.4641016151377544},"184":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":2.23606797749979},"189":{"tf":2.449489742783178},"193":{"tf":2.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":2.0},"265":{"tf":1.0},"300":{"tf":2.0},"318":{"tf":3.4641016151377544},"320":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":2.23606797749979},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":2.449489742783178},"339":{"tf":3.872983346207417},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":2.0},"351":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"370":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"388":{"tf":2.6457513110645907},"391":{"tf":1.7320508075688772},"398":{"tf":1.0},"401":{"tf":2.449489742783178},"412":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"448":{"tf":2.0},"459":{"tf":1.7320508075688772},"466":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"473":{"tf":2.23606797749979},"486":{"tf":1.0},"489":{"tf":3.1622776601683795},"493":{"tf":2.8284271247461903},"496":{"tf":1.7320508075688772},"497":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"516":{"tf":1.7320508075688772},"524":{"tf":2.6457513110645907},"534":{"tf":1.0},"99":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"180":{"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":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"180":{"tf":1.0}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"180":{"tf":2.449489742783178},"184":{"tf":2.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"156":{"tf":1.0},"217":{"tf":1.0},"28":{"tf":1.0},"306":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"433":{"tf":1.0},"476":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"490":{"tf":1.0},"557":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"463":{"tf":1.0},"478":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"110":{"tf":1.0},"242":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"19":{"tf":1.0},"36":{"tf":1.0},"404":{"tf":2.8284271247461903},"405":{"tf":2.0},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"266":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"551":{"tf":1.0},"558":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"452":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"341":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.0},"129":{"tf":1.0},"557":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":59,"docs":{"182":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":2.23606797749979},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"439":{"tf":1.4142135623730951},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"343":{"tf":2.23606797749979},"473":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"451":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"471":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":96,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"159":{"tf":4.47213595499958},"160":{"tf":3.3166247903554},"161":{"tf":2.6457513110645907},"162":{"tf":2.0},"163":{"tf":2.6457513110645907},"164":{"tf":2.8284271247461903},"165":{"tf":2.449489742783178},"166":{"tf":2.6457513110645907},"167":{"tf":2.6457513110645907},"168":{"tf":2.23606797749979},"169":{"tf":3.7416573867739413},"170":{"tf":3.4641016151377544},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":2.449489742783178},"178":{"tf":1.7320508075688772},"179":{"tf":3.4641016151377544},"180":{"tf":3.605551275463989},"181":{"tf":2.23606797749979},"182":{"tf":1.7320508075688772},"183":{"tf":2.23606797749979},"184":{"tf":2.8284271247461903},"185":{"tf":2.449489742783178},"186":{"tf":4.242640687119285},"187":{"tf":2.0},"188":{"tf":2.0},"189":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.7320508075688772},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":2.449489742783178},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"346":{"tf":3.605551275463989},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.7320508075688772},"442":{"tf":1.0},"446":{"tf":2.449489742783178},"468":{"tf":1.0},"471":{"tf":3.0},"472":{"tf":3.1622776601683795},"473":{"tf":5.0},"524":{"tf":4.69041575982343},"530":{"tf":1.7320508075688772},"531":{"tf":2.0},"534":{"tf":2.6457513110645907},"544":{"tf":2.449489742783178},"557":{"tf":2.449489742783178},"560":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"327":{"tf":1.0},"349":{"tf":1.0},"498":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"531":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"345":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"345":{"tf":3.605551275463989},"346":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.0},"471":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":2.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"543":{"tf":1.0},"554":{"tf":1.0}},"i":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"470":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"554":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"0":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"p":{"a":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"314":{"tf":1.0},"375":{"tf":1.4142135623730951},"430":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"df":4,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":2.23606797749979},"186":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"515":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"54":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"243":{"tf":1.0},"251":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"152":{"tf":1.0},"268":{"tf":1.0},"306":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"434":{"tf":1.0},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"201":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"379":{"tf":1.0},"483":{"tf":1.0},"555":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"3":{".":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":2.0},"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"161":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"363":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"416":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":64,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.4142135623730951},"376":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":27,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"170":{"tf":1.0},"247":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"41":{"tf":1.0},"413":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"429":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"474":{"tf":1.0},"530":{"tf":2.23606797749979},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":10,"docs":{"123":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"363":{"tf":1.0}}},"df":29,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":2.23606797749979},"358":{"tf":1.4142135623730951},"359":{"tf":2.6457513110645907},"360":{"tf":2.6457513110645907},"361":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"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":2.23606797749979},"376":{"tf":2.0},"42":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"203":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"347":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"377":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"438":{"tf":1.0},"441":{"tf":1.0},"460":{"tf":1.4142135623730951},"473":{"tf":1.0},"524":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"383":{"tf":1.0}}},".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"(":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},">":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"?":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":44,"docs":{"121":{"tf":2.0},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"138":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"156":{"tf":2.8284271247461903},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"178":{"tf":2.23606797749979},"181":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"212":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"223":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"293":{"tf":3.605551275463989},"296":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"381":{"tf":2.449489742783178},"383":{"tf":5.0},"388":{"tf":2.0},"410":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.4142135623730951},"460":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":23,"docs":{"132":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":3.0},"148":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"280":{"tf":2.0},"285":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.4142135623730951},"312":{"tf":2.0},"335":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"407":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"260":{"tf":1.0},"464":{"tf":1.0},"496":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":3.605551275463989},"496":{"tf":2.449489742783178},"500":{"tf":1.0},"78":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"317":{"tf":1.0},"531":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"164":{"tf":2.449489742783178},"166":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"350":{"tf":1.0},"388":{"tf":2.449489742783178},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":1.0},"432":{"tf":1.0},"474":{"tf":1.4142135623730951}}}}}}},"l":{"df":8,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"426":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"518":{"tf":1.0},"557":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}},"df":6,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"\\":{"\"":{":":{"\\":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"132":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"318":{"tf":2.449489742783178},"323":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":21,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"239":{"tf":4.47213595499958},"240":{"tf":2.8284271247461903},"318":{"tf":4.0},"351":{"tf":1.0},"358":{"tf":1.0},"380":{"tf":1.0},"412":{"tf":3.3166247903554},"510":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":1,"docs":{"470":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"345":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"5":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0}}}},"t":{"'":{"df":8,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"410":{"tf":1.0},"464":{"tf":1.0},"478":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"410":{"tf":1.0},"412":{"tf":3.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"410":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"381":{"tf":1.0},"388":{"tf":1.0},"40":{"tf":1.0},"429":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"354":{"tf":1.0},"375":{"tf":1.0},"473":{"tf":1.0},"486":{"tf":1.0},"80":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"316":{"tf":1.0},"321":{"tf":1.0},"389":{"tf":1.0},"472":{"tf":1.0}}},"v":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"429":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":3,"docs":{"1":{"tf":1.0},"416":{"tf":1.0},"99":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":2.0}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"189":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"347":{"tf":1.0},"398":{"tf":1.0},"446":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"197":{"tf":1.7320508075688772},"368":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"w":{"df":23,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"488":{"tf":2.0},"509":{"tf":1.4142135623730951},"523":{"tf":2.0},"532":{"tf":1.0}},"n":{"df":3,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"u":{"df":5,"docs":{"128":{"tf":1.0},"213":{"tf":1.0},"451":{"tf":1.0},"542":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"282":{"tf":1.0},"287":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"299":{"tf":2.23606797749979},"300":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"197":{"tf":2.449489742783178}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"293":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":2.449489742783178},"173":{"tf":1.0},"223":{"tf":1.4142135623730951},"243":{"tf":1.0},"251":{"tf":1.0},"287":{"tf":1.0},"299":{"tf":2.23606797749979},"300":{"tf":2.0},"329":{"tf":1.0},"336":{"tf":1.7320508075688772},"350":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"398":{"tf":1.4142135623730951},"413":{"tf":1.0},"446":{"tf":1.0},"459":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":2.23606797749979},"478":{"tf":1.0},"49":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.4142135623730951},"530":{"tf":1.0},"542":{"tf":1.4142135623730951},"554":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"477":{"tf":1.0}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"388":{"tf":1.0},"40":{"tf":1.0},"474":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"230":{"tf":2.0},"300":{"tf":1.0},"37":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"168":{"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":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"185":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":1,"docs":{"184":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":17,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"179":{"tf":3.0},"180":{"tf":3.1622776601683795},"181":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"183":{"tf":2.0},"184":{"tf":3.872983346207417},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"328":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"531":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"df":8,"docs":{"108":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"397":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"86":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"100":{"tf":1.0},"156":{"tf":4.69041575982343},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.7320508075688772},"401":{"tf":1.4142135623730951},"423":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"287":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"345":{"tf":2.23606797749979},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{"df":1,"docs":{"310":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"22":{"tf":1.0},"320":{"tf":1.4142135623730951},"406":{"tf":2.23606797749979},"407":{"tf":2.6457513110645907},"408":{"tf":2.0},"409":{"tf":1.7320508075688772},"410":{"tf":2.6457513110645907},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"161":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"380":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.4142135623730951},"540":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":41,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"176":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"320":{"tf":2.23606797749979},"336":{"tf":1.0},"341":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":2.23606797749979},"401":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"50":{"tf":3.0},"516":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"560":{"tf":1.0}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"344":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"187":{"tf":1.0},"335":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"345":{"tf":1.0},"542":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":59,"docs":{"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.4142135623730951},"381":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"423":{"tf":1.4142135623730951},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"486":{"tf":1.0},"516":{"tf":1.0},"531":{"tf":1.0},"555":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":218,"docs":{"0":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"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.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"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.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},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":2.449489742783178},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"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":2.449489742783178},"349":{"tf":2.23606797749979},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.7320508075688772},"416":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"516":{"tf":2.23606797749979},"518":{"tf":2.23606797749979},"531":{"tf":1.0},"534":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.4142135623730951},"78":{"tf":2.6457513110645907}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":11,"docs":{"164":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"363":{"tf":1.0},"456":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"459":{"tf":1.0},"554":{"tf":1.0},"72":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"320":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"1":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"360":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"517":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"314":{"tf":1.0},"323":{"tf":1.4142135623730951},"332":{"tf":1.0},"347":{"tf":1.0},"407":{"tf":1.0},"467":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0}},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":7,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"41":{"tf":1.0},"469":{"tf":1.0},"556":{"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":{"130":{"tf":1.0},"56":{"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":{"357":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"301":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"352":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"464":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":3.3166247903554},"103":{"tf":2.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"109":{"tf":3.605551275463989},"259":{"tf":2.449489742783178},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"466":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":11,"docs":{"102":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"477":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"126":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"547":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"388":{"tf":1.0},"389":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"169":{"tf":1.0},"253":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"18":{"tf":2.449489742783178},"193":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"466":{"tf":1.0},"478":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.23606797749979},"503":{"tf":1.0},"520":{"tf":1.0},"523":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"554":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":44,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.4142135623730951},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"357":{"tf":2.449489742783178},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"410":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":59,"docs":{"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.7320508075688772},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.4142135623730951},"523":{"tf":1.0},"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"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":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{"29":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":11,"docs":{"156":{"tf":1.7320508075688772},"309":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"396":{"tf":1.0},"402":{"tf":2.23606797749979},"403":{"tf":3.0},"460":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":368,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":3.3166247903554},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":3.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":2.0},"183":{"tf":2.8284271247461903},"184":{"tf":2.6457513110645907},"185":{"tf":2.6457513110645907},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.8284271247461903},"212":{"tf":2.449489742783178},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":2.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.449489742783178},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":3.3166247903554},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":2.0},"301":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":1.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":2.0},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":2.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":2.6457513110645907},"344":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"346":{"tf":2.23606797749979},"347":{"tf":2.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.0},"350":{"tf":2.23606797749979},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":2.23606797749979},"357":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":1.0},"393":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.7320508075688772},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"401":{"tf":2.0},"403":{"tf":1.0},"404":{"tf":2.23606797749979},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.4142135623730951},"410":{"tf":2.6457513110645907},"413":{"tf":1.4142135623730951},"415":{"tf":2.0},"416":{"tf":3.4641016151377544},"419":{"tf":1.0},"420":{"tf":1.4142135623730951},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":2.23606797749979},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":2.23606797749979},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":2.6457513110645907},"442":{"tf":1.4142135623730951},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":2.23606797749979},"447":{"tf":2.23606797749979},"448":{"tf":1.7320508075688772},"45":{"tf":1.0},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.7320508075688772},"461":{"tf":2.23606797749979},"465":{"tf":2.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":3.3166247903554},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":4.123105625617661},"474":{"tf":1.7320508075688772},"477":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":2.23606797749979},"492":{"tf":1.4142135623730951},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":2.6457513110645907},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"52":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"560":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":3.1622776601683795},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":53,"docs":{"119":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.8284271247461903},"251":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.4142135623730951},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":2.449489742783178},"386":{"tf":1.0},"396":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":2.8284271247461903},"407":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.0},"428":{"tf":1.0},"441":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"558":{"tf":2.0},"559":{"tf":1.0},"73":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"202":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"554":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":1,"docs":{"271":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"293":{"tf":1.0},"362":{"tf":1.0},"452":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":6,"docs":{"249":{"tf":1.0},"251":{"tf":2.0},"301":{"tf":2.23606797749979},"388":{"tf":2.0},"40":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{".":{"3":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"276":{"tf":3.605551275463989}}},"df":89,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":3.1622776601683795},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"168":{"tf":2.449489742783178},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"215":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":3.1622776601683795},"232":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.0},"261":{"tf":1.4142135623730951},"265":{"tf":2.449489742783178},"267":{"tf":2.0},"269":{"tf":2.0},"271":{"tf":2.0},"275":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.242640687119285},"295":{"tf":1.4142135623730951},"296":{"tf":2.0},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"306":{"tf":3.3166247903554},"308":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.4142135623730951},"331":{"tf":2.0},"339":{"tf":1.4142135623730951},"343":{"tf":2.0},"350":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.449489742783178},"391":{"tf":1.0},"395":{"tf":2.0},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"410":{"tf":1.0},"412":{"tf":3.0},"439":{"tf":2.0},"442":{"tf":2.449489742783178},"445":{"tf":2.0},"448":{"tf":2.0},"455":{"tf":2.0},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"472":{"tf":1.7320508075688772},"473":{"tf":2.0},"474":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":15,"docs":{"169":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.7320508075688772},"358":{"tf":1.0},"382":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.0},"533":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":88,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":2.8284271247461903},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":2.23606797749979},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"237":{"tf":2.0},"240":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":2.6457513110645907},"280":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":2.0},"339":{"tf":3.3166247903554},"346":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"423":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"445":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"486":{"tf":1.0},"489":{"tf":2.0},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"90":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"107":{"tf":1.7320508075688772},"109":{"tf":2.8284271247461903},"120":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.7320508075688772},"465":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":2.0}}},"df":0,"docs":{}}}}},"r":{"df":4,"docs":{"388":{"tf":1.0},"401":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"318":{"tf":2.23606797749979},"405":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"448":{"tf":1.0},"470":{"tf":1.0}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"477":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":20,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"277":{"tf":1.0},"324":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"535":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"337":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":10,"docs":{"449":{"tf":2.8284271247461903},"450":{"tf":1.0},"451":{"tf":2.23606797749979},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"546":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"i":{"df":26,"docs":{"110":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"518":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},">":{"1":{".":{"9":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"491":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.0}}},"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"435":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"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":57,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"27":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"321":{"tf":1.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"436":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"458":{"tf":1.0},"47":{"tf":3.3166247903554},"477":{"tf":2.0},"478":{"tf":1.0},"48":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"535":{"tf":2.23606797749979},"536":{"tf":1.7320508075688772},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.7320508075688772},"541":{"tf":1.7320508075688772},"542":{"tf":2.0},"547":{"tf":4.358898943540674},"555":{"tf":1.7320508075688772},"557":{"tf":1.0},"56":{"tf":2.6457513110645907},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}}},"h":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}},"i":{"a":{"df":19,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"167":{"tf":1.7320508075688772},"245":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"500":{"tf":1.0},"528":{"tf":1.4142135623730951},"540":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"282":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"291":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"\"":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"[":{"df":0,"docs":{},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"]":{"df":0,"docs":{},"}":{",":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{},"w":{"df":13,"docs":{"177":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"313":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"468":{"tf":1.0},"529":{"tf":1.0},"550":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":1,"docs":{"403":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"454":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"313":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"492":{"tf":2.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"317":{"tf":1.4142135623730951},"403":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":1,"docs":{"356":{"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":{"df":2,"docs":{"389":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"522":{"tf":1.0}},"t":{"df":111,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"347":{"tf":1.0},"350":{"tf":1.7320508075688772},"355":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"421":{"tf":1.0},"439":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.0},"474":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":2.0},"419":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":8,"docs":{"164":{"tf":3.3166247903554},"179":{"tf":1.0},"185":{"tf":1.0},"414":{"tf":3.1622776601683795},"415":{"tf":3.7416573867739413},"416":{"tf":4.358898943540674},"425":{"tf":2.0},"432":{"tf":3.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"415":{"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":{},"u":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"554":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"181":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}}},"y":{"df":55,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"299":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"402":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0},"441":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"263":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":46,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"414":{"tf":1.0},"460":{"tf":1.4142135623730951},"470":{"tf":2.23606797749979},"472":{"tf":1.0},"473":{"tf":1.7320508075688772},"68":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":17,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"313":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"414":{"tf":1.0},"470":{"tf":2.0},"69":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":16,"docs":{"128":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.0},"293":{"tf":1.0},"321":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.7320508075688772},"467":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}}}},"b":{"df":2,"docs":{"186":{"tf":1.0},"556":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":23,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"223":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.0},"457":{"tf":1.0},"460":{"tf":1.0},"469":{"tf":1.4142135623730951},"476":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"388":{"tf":1.0},"461":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"352":{"tf":1.0},"467":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"159":{"tf":1.0},"225":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"347":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"132":{"tf":1.0},"157":{"tf":1.0},"197":{"tf":1.7320508075688772},"237":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"255":{"tf":1.0},"33":{"tf":1.0},"381":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"443":{"tf":1.0},"470":{"tf":1.0},"512":{"tf":1.0},"558":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"100":{"tf":1.0},"409":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"181":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":10,"docs":{"100":{"tf":1.0},"131":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"306":{"tf":1.0},"388":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"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":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"343":{"tf":1.0}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"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":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"204":{"tf":1.0},"300":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"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":{"271":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"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":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"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":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{},"w":{"df":71,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.7320508075688772},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":2.8284271247461903},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":2.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.0},"343":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.0},"405":{"tf":3.4641016151377544},"415":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"473":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"493":{"tf":3.4641016151377544},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"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":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"223":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"204":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"131":{"tf":1.0}}},"2":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"448":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"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":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"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":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"400":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"168":{"tf":2.6457513110645907},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.6457513110645907},"210":{"tf":1.0},"306":{"tf":1.0},"353":{"tf":1.4142135623730951},"389":{"tf":1.0},"432":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"327":{"tf":1.0},"498":{"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":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"498":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}}}}},"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":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"138":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"489":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"226":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"339":{"tf":2.0},"343":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"476":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}}}},"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"377":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"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":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":2.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"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":{},"n":{"d":{"df":4,"docs":{"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"393":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"328":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}},"df":6,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"406":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"402":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"388":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"r":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"110":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"317":{"tf":1.0},"368":{"tf":1.4142135623730951},"388":{"tf":1.0},"416":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":47,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"167":{"tf":2.0},"169":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"478":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}},"l":{"d":{"'":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.4142135623730951},"464":{"tf":1.0},"495":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.4142135623730951},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":2.23606797749979},"303":{"tf":4.123105625617661},"341":{"tf":1.7320508075688772},"350":{"tf":5.0990195135927845},"352":{"tf":1.0},"356":{"tf":2.0},"360":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"461":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"389":{"tf":1.0},"392":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"370":{"tf":1.0},"467":{"tf":1.0},"524":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"335":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"369":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":25,"docs":{"115":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"189":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"350":{"tf":1.4142135623730951},"368":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"530":{"tf":1.0},"556":{"tf":1.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"336":{"tf":1.7320508075688772},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"547":{"tf":1.0},"93":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"543":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"122":{"tf":1.0},"470":{"tf":1.0}}}}}}},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"477":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":12,"docs":{"128":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"78":{"tf":2.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"p":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"w":{"df":5,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"263":{"tf":1.4142135623730951},"499":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.7416573867739413},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951}}}},"df":1,"docs":{"529":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"348":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"181":{"tf":1.0},"46":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":17,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"197":{"tf":1.0},"269":{"tf":1.0},"312":{"tf":1.0},"314":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"517":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":10,"docs":{"389":{"tf":1.0},"404":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"464":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"551":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":10,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"523":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"216":{"tf":1.0}}}},"z":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"199":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.4641016151377544},"347":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"108":{"tf":1.0},"470":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{".":{"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"5":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"354":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{".":{"3":{"df":4,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0}}},"4":{"df":1,"docs":{"282":{"tf":1.0}}},"5":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{"0":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"4":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}},"1":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"2":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"3":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"2":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"3":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{".":{"0":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"525":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"525":{"tf":1.0}}},"1":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.0}}},"4":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"1":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"513":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"511":{"tf":1.0}}},"1":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"506":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"502":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"485":{"tf":1.0},"487":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.0},"485":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":3,"docs":{"482":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":3,"docs":{"482":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.0}}},"1":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"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},"448":{"tf":1.0},"493":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"d":{"df":1,"docs":{"531":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":13,"docs":{"378":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"409":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"443":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"470":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"400":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"420":{"tf":1.0}},"s":{"df":2,"docs":{"394":{"tf":1.0},"395":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"326":{"tf":1.0},"462":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"537":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"530":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"342":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"237":{"tf":1.0}}},"df":140,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"132":{"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.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.0},"448":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"553":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"180":{"tf":1.0},"206":{"tf":1.0},"308":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"431":{"tf":1.0},"433":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"541":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"542":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"125":{"tf":1.0},"212":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"512":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"472":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"329":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":58,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"538":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"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},"539":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"275":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"382":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"280":{"tf":1.0},"349":{"tf":1.0},"361":{"tf":1.0},"418":{"tf":1.0},"547":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"553":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"523":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.0},"558":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"133":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.0}}}}}},"df":93,"docs":{"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},"110":{"tf":1.0},"111":{"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},"121":{"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},"151":{"tf":1.0},"154":{"tf":1.0},"165":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"204":{"tf":1.0},"243":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"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},"355":{"tf":1.0},"356":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"399":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"438":{"tf":1.0},"443":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"509":{"tf":1.0},"514":{"tf":1.0},"523":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":2,"docs":{"189":{"tf":1.0},"193":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"230":{"tf":1.0},"275":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"456":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":10,"docs":{"458":{"tf":1.0},"460":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"187":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"271":{"tf":1.0},"453":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":4,"docs":{"183":{"tf":1.0},"347":{"tf":1.0},"355":{"tf":1.0},"516":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":9,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"425":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"438":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"447":{"tf":1.0},"448":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"491":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"423":{"tf":1.0}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"557":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"182":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"532":{"tf":1.0},"534":{"tf":1.0},"545":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":5,"docs":{"434":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"518":{"tf":1.0},"525":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"412":{"tf":1.0},"442":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}},"t":{"df":1,"docs":{"181":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"346":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"492":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"457":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"504":{"tf":1.0},"515":{"tf":1.0},"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":130,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"129":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"526":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"189":{"tf":1.0},"50":{"tf":1.0},"547":{"tf":1.0}}},"l":{"df":1,"docs":{"275":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"261":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":14,"docs":{"173":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"328":{"tf":1.0},"335":{"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},"375":{"tf":1.0},"376":{"tf":1.0},"468":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"369":{"tf":1.0},"370":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"363":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"363":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"364":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"271":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":1.0}}},"df":3,"docs":{"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0}}},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"436":{"tf":1.0},"450":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"480":{"tf":1.0},"501":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"527":{"tf":1.0},"551":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"546":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"155":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"445":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"535":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"434":{"tf":1.0},"45":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"160":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"475":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"533":{"tf":1.0},"551":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"551":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"271":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.0},"230":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"433":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"386":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"453":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"324":{"tf":1.0},"329":{"tf":1.0},"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"466":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"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},"75":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":5,"docs":{"101":{"tf":1.0},"492":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":7,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":1,"docs":{"275":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"322":{"tf":1.0},"472":{"tf":1.0},"534":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"334":{"tf":1.0},"337":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"328":{"tf":1.0},"332":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"435":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"112":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"472":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"553":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"154":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"398":{"tf":1.0},"407":{"tf":1.0},"424":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"376":{"tf":1.0}}},":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"234":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"444":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"360":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"122":{"tf":1.0},"124":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"t":{"df":4,"docs":{"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":1.0},"428":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"56":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"286":{"tf":1.0},"291":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"546":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"346":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"251":{"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},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"497":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"326":{"tf":1.0},"445":{"tf":1.0},"529":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"62":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"348":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":11,"docs":{"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"520":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"283":{"tf":1.0},"288":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"386":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"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},"405":{"tf":1.0},"427":{"tf":1.0},"532":{"tf":1.0},"545":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"232":{"tf":1.0},"556":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"298":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":6,"docs":{"277":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"386":{"tf":1.0}}},"df":15,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"439":{"tf":1.0},"550":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"106":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"461":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"178":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"304":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"233":{"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},"539":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"491":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"447":{"tf":1.0},"448":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"403":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":6,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"176":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"356":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"514":{"tf":1.0},"546":{"tf":1.0}},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"461":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"528":{"tf":1.4142135623730951},"549":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"178":{"tf":1.0},"243":{"tf":1.0},"308":{"tf":1.0},"495":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"105":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"306":{"tf":1.0},"446":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"450":{"tf":1.0},"522":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"443":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"536":{"tf":1.0},"541":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"295":{"tf":1.0},"341":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":41,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"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":{}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"215":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"365":{"tf":1.0},"366":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"374":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"532":{"tf":1.0},"549":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":10,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"174":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"250":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"242":{"tf":1.0},"504":{"tf":1.0},"515":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"168":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"439":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"532":{"tf":1.0},"533":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"300":{"tf":1.0},"49":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"152":{"tf":1.0},"158":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"357":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"311":{"tf":1.0},"492":{"tf":1.0},"545":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"412":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"438":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"410":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}},"p":{"df":3,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"174":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"306":{"tf":1.0},"401":{"tf":1.0},"459":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"460":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"476":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"404":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"159":{"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},"169":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"446":{"tf":1.0},"471":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"468":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"530":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"357":{"tf":1.0},"359":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"299":{"tf":1.0}}}},"p":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"508":{"tf":1.0},"531":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"400":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"406":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"169":{"tf":1.0},"190":{"tf":1.0},"246":{"tf":1.0},"348":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.0}}}},"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":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"259":{"tf":1.0}},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"143":{"tf":1.0},"146":{"tf":1.0}}}},"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"357":{"tf":1.0},"452":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"480":{"tf":1.0},"501":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0}}}},"df":36,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"527":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"r":{"df":2,"docs":{"532":{"tf":1.0},"533":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"533":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"153":{"tf":1.0},"237":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"449":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"234":{"tf":1.0},"47":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"317":{"tf":1.0},"88":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"320":{"tf":1.0}}},"p":{"df":4,"docs":{"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"284":{"tf":1.0},"289":{"tf":1.0},"415":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"462":{"tf":1.0},"545":{"tf":1.0},"549":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"164":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"253":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"390":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/docs/9.4.1/searchindex.json b/docs/9.4.1/searchindex.json new file mode 100644 index 0000000000..f310d3e566 --- /dev/null +++ b/docs/9.4.1/searchindex.json @@ -0,0 +1 @@ +{"doc_urls":["intro.html#introduction","intro.html#how-the-commandapi-works","intro.html#how-this-documentation-works","intro.html#documentation-changelog","intro.html#documentation-changes-940-rightarrow-941","intro.html#documentation-changes-930-rightarrow-940","intro.html#documentation-changes-920-rightarrow-930","intro.html#documentation-changes-910-rightarrow-920","intro.html#documentation-changes-903-rightarrow-910","intro.html#documentation-changes-902-rightarrow-903","intro.html#documentation-changes-901-rightarrow-902","intro.html#documentation-changes-900-rightarrow-901","intro.html#documentation-changes-880-rightarrow-900","intro.html#documentation-changes-870-rightarrow-880","intro.html#documentation-changes-860-rightarrow-870","intro.html#documentation-changes-851-rightarrow-860","intro.html#documentation-changes-850-rightarrow-851","intro.html#documentation-changes-840-rightarrow-850","intro.html#documentation-changes-830-rightarrow-840","intro.html#documentation-changes-820-rightarrow-821","intro.html#documentation-changes-800-rightarrow-820","intro.html#documentation-changes-700-rightarrow-800","intro.html#documentation-changes-654-rightarrow-700","intro.html#documentation-changes-640-rightarrow-654","intro.html#documentation-changes-631-rightarrow-640","intro.html#documentation-changes-630-rightarrow-631","intro.html#documentation-changes-620-rightarrow-630","intro.html#documentation-changes-600-rightarrow-620","intro.html#documentation-changes-512-rightarrow-600","intro.html#documentation-changes-511-rightarrow-512","intro.html#documentation-changes-510-rightarrow-511","intro.html#documentation-changes-56-rightarrow-510","intro.html#documentation-changes-53-rightarrow-56","intro.html#documentation-changes-52-rightarrow-53","intro.html#documentation-changes-51-rightarrow-52","intro.html#documentation-changes-50-rightarrow-51","intro.html#documentation-changes-43-rightarrow-50","intro.html#documentation-changes-42-rightarrow-43","intro.html#documentation-changes-41-rightarrow-42","intro.html#documentation-changes-40-rightarrow-41","intro.html#documentation-changes-34-rightarrow-40","intro.html#documentation-changes-33-rightarrow-34","intro.html#documentation-changes-31-rightarrow-33","intro.html#documentation-changes-30-rightarrow-31","intro.html#documentation-changes-21-rightarrow-30","installation.html#installation","installation.html#additional-dependencies","installation.html#running-the-commandapi-on-old-versions-of-minecraft","installation.html#example---running-the-commandapi-using-java-17-and-minecraft-1132","config.html#configuration-for-server-owners","config.html#default-configyml-file","config.html#configuration-settings","config.html#verbose-outputs","config.html#silent-logs","config.html#messages","config.html#create-dispatcher-json","config.html#use-latest-nms-version","config.html#hook-paper-reload","config.html#skip-initial-datapack-reload","config.html#plugins-to-convert","config.html#skip-sender-proxy","config.html#other-commands-to-convert","conversionforowners.html#command-conversion-for-server-owners","conversionforowners.html#extract-plugin-info","conversionforowners.html#yaml-configuration-rules","conversionforowners.html#converting-all-plugin-commands","conversionforowners.html#example---converting-all-commands-from-essentialsx","conversionforownerssingle.html#single-command-conversion","conversionforownerssingle.html#plugin-command-conversion","conversionforownerssingle.html#example---converting-plugin-commands","conversionforownerssingle.html#arbitrary-command-conversion","conversionforownerssingle.html#example---converting-arbitrary-commands","conversionforownerssingleargs.html#single-command-conversion-with-arguments","conversionforownerssingleargs.html#example---converting-essentialsxs-speed-command","conversionforownerssingleargs.html#command-argument-syntax","conversionforownerssingleargs.html#literal-arguments","conversionforownerssingleargs.html#named-arguments","conversionforownerssingleargs.html#example---declaringrange-type-arguments","conversionforownerssingleargs.html#list-of-all-supported-argument-types","conversionentityselectors.html#entity-selectors","conversionentityselectors.html#example---converting-essentialsxs-ext-command","skippingproxysenders.html#skipping-proxy-senders","skippingproxysenders.html#example---improving-compatibility-with-the-skinsrestorer-plugin","setup_dev.html#setting-up-your-development-environment","setup_dev.html#using-maven-recommended","setup_dev.html#using-gradle-recommended","setup_dev.html#manually-using-the-jar","setup_shading.html#shading-the-commandapi-in-your-plugins","setup_shading.html#shading-vs-commandapi-plugin","setup_shading.html#shading-requirements","setup_shading.html#loading","setup_shading.html#enabling--disabling","setup_shading.html#example---setting-up-the-commandapi-in-your-plugin","setup_shading.html#a-note-about-relocating","setup_shading.html#shading-with-maven","setup_shading.html#shading-with-gradle","setup_annotations.html#using-the-annotation-system","setup_annotations.html#using-maven","setup_annotations.html#using-gradle","commandregistration.html#command-registration","commandregistration.html#commandapicommand-methods","commandregistration.html#command-loading-order","commandunregistration.html#command-unregistration","commandunregistration.html#unregistering-a-bukkit-command---version","commandunregistration.html#unregistering-a-vanilla-command---gamemode","commandunregistration.html#example---replacing-minecrafts-gamemode-command","commandunregistration.html#unregistering-a-plugin-command---luckpermsluckperms","commandunregistration.html#unregistering-a-commandapi-command","commandunregistration.html#special-case-unregistering-bukkits-help","commandunregistration.html#special-case-unregistering-only-minecraftgamemode","commandexecutors.html#command-executors","normalexecutors.html#normal-command-executors","normalexecutors.html#example---creating-a-message-broadcasting-system","normalexecutors.html#restricting-who-can-run-your-command","normalexecutors.html#example---a-suicide-command","normalexecutors.html#multiple-command-executor-implementations","normalexecutors.html#example---a-suicide-command-with-different-implementations","normalexecutors.html#multiple-command-executors-with-the-same-implementation","normalexecutors.html#example---a-suicide-command-with-the-same-implementation","normalexecutors.html#using-the-executioninfo","proxysender.html#proxied-commandsenders","proxysender.html#example---running-a-command-as-a-chicken","native.html#native-commandsenders","native.html#minecrafts-execute-arguments","native.html#using-the-native-commandsender","native.html#example---a-really-simple-break-block-command","resultingcommandexecutors.html#resulting-command-executors","resultingcommandexecutors.html#example---random-number-result-command","resultingcommandexecutors.html#example---lootbox-system-with-execute-command","commandfailures.html#handling-command-failures","commandfailures.html#example---command-failing-for-element-not-in-a-list","arguments.html#arguments","arguments.html#argument-casting","commandarguments.html#commandarguments","commandarguments.html#access-the-inner-structure-directly","commandarguments.html#access-arguments","commandarguments.html#access-arguments-by-node-name","commandarguments.html#access-arguments-by-index","commandarguments.html#example---access-arguments-by-node-name-and-index","commandarguments.html#access-raw-arguments","commandarguments.html#access-raw-arguments-by-node-name","commandarguments.html#access-raw-arguments-by-index","commandarguments.html#example---access-raw-arguments-by-node-name-and-index","commandarguments.html#access-unsafe-arguments","commandarguments.html#access-arguments-by-node-name-1","commandarguments.html#access-arguments-by-index-1","commandarguments.html#example---access-unsafe-arguments-by-node-name-and-index","commandarguments.html#access-safe-arguments","commandarguments.html#access-safe-arguments-using-an-argument-instance","commandarguments.html#example---access-safe-arguments-using-an-argument-instance","optional_arguments.html#optional-arguments","optional_arguments.html#example---sayhi-command-with-an-optional-argument","optional_arguments.html#setting-existing-arguments-as-optional-arguments","optional_arguments.html#avoiding-null-values","optional_arguments.html#example---sayhi-command-while-using-the-getoptional-method","optional_arguments.html#implementing-required-arguments-after-optional-arguments","optional_arguments.html#example---required-arguments-after-optional-arguments","listed.html#listed-arguments","listed.html#example---setting-listed-arguments","argumentsuggestions.html#argument-suggestions","argumentsuggestions.html#the-argumentsuggestions-interface","suggestionsinfo.html#the-suggestionsinfo-record","stringargumentsuggestions.html#string-argument-suggestions","stringargumentsuggestions.html#suggestions-with-a-string-array","stringargumentsuggestions.html#example---teleport-to-worlds-by-replacing-suggestions","stringargumentsuggestions.html#suggestions-depending-on-a-command-sender","stringargumentsuggestions.html#example---friend-list-by-replacing-suggestions","stringargumentsuggestions.html#suggestions-depending-on-previous-arguments","stringargumentsuggestions.html#example---sending-a-message-to-a-nearby-player","safeargumentsuggestions.html#safely-typed-argument-suggestions","safeargumentsuggestions.html#the-safesuggestions-interface","safeargumentsuggestions.html#supported-arguments","safeargumentsuggestions.html#safe-time-arguments","safeargumentsuggestions.html#safe-function-arguments","safeargumentsuggestions.html#safe-scoreboard-slot-arguments","safeargumentsuggestions.html#examples","safeargumentsuggestions.html#example---safe-recipe-arguments","safeargumentsuggestions.html#example---safe-spawnmob-suggestions","safeargumentsuggestions.html#example---removing-a-potion-effect-from-a-player","tooltips.html#argument-suggestions-with-tooltips","tooltips.html#tooltips-with-normal-string-based-suggestions","tooltips.html#example---an-emotes-command-with-string-suggestion-tooltips","tooltips.html#using-istringtooltip-directly","tooltips.html#example---using-istringtooltip-for-custom-items","tooltips.html#tooltips-with-safe-suggestions","tooltips.html#example---teleportation-command-with-suggestion-descriptions","asyncsuggestions.html#asynchronous-suggestions","asyncsuggestions.html#creating-completable-futures","asyncsuggestions.html#asynchronous-suggestions-examples","asyncsuggestions.html#reading-keys-from-a-config-file","argumenttypes.html#argument-types","argument_primitives.html#primitive-arguments","argument_primitives.html#boolean-arguments","argument_primitives.html#example---config-editing-plugin","argument_primitives.html#numerical-arguments","argument_range.html#ranged-arguments","argument_range.html#the-integerrange--floatrange-class","argument_range.html#example---searching-chests-for-certain-items","argument_strings.html#string-arguments","argument_strings.html#string-argument","argument_strings.html#examples-of-stringargument-uses","argument_strings.html#text-argument","argument_strings.html#examples-of-textargument-uses","argument_strings.html#greedy-string-argument","argument_strings.html#example---messaging-command","argument_strings.html#examples-of-greedystringargument-uses","category_positional_arguments.html#position-based-arguments","argument_locations.html#location-arguments","argument_locations.html#location-3d-space","argument_locations.html#locationtypeblock_position","argument_locations.html#locationtypeprecise_position","argument_locations.html#example---locationargument-precise-position-centering","argument_locations.html#example---break-block-using-coordinates","argument_locations.html#location-2d-space","argument_rotation.html#rotation-arguments","argument_rotation.html#example-rotate-an-armor-stand-head","argument_axis.html#axisargument","argument_axis.html#examples-of-axisargument-uses","argument_chats.html#chat-arguments","argument_chat_spigot.html#spigot-chat-arguments","argument_chat_spigot.html#chat-color-argument","argument_chat_spigot.html#example---username-color-changing-plugin","argument_chat_spigot.html#chat-component-argument","argument_chat_spigot.html#example---book-made-from-raw-json","argument_chat_spigot.html#chat-argument","argument_chat_spigot.html#example---sending-personalized-messages-to-players","argument_chat_adventure.html#adventure-chat-arguments","argument_chat_adventure.html#adventure-chat-color-argument","argument_chat_adventure.html#example---username-color-changing-plugin","argument_chat_adventure.html#adventure-chat-component-argument","argument_chat_adventure.html#example---opening-a-book-with-raw-json-content","argument_chat_adventure.html#adventure-chat-argument","argument_chat_adventure.html#example---sending-personalized-messages-to-players","chatpreview.html#chat-preview","chatpreview.html#minecraft-version-support","chatpreview.html#enabling-chat-preview","chatpreview.html#specifying-a-chat-preview-function","chatpreview.html#using-the-chat-preview-function-as-the-arguments-value","chatpreview.html#chat-preview-examples","chatpreview.html#example---using-chat-preview","chatpreview.html#example---using-chat-preview-with-usepreview","argument_entities.html#entity--player-arguments","argument_entities.html#entity-selector-argument","argument_entities.html#example---remove-entities-command","argument_entities.html#player-argument","argument_entities.html#offlineplayer-argument","argument_entities.html#entity-type-argument","argument_entities.html#example---spawning-entities","category_scoreboard_arguments.html#scoreboard-arguments","argument_scoreboards.html#scoreboard-arguments","argument_scoreboards.html#score-holder-argument","argument_scoreboards.html#example---rewarding-players-with-scoreboard-objectives","argument_scoreboards.html#scoreboard-slot-argument","argument_scoreboards.html#scoreboardslot-wrapper","argument_scoreboards.html#example---clearing-objectives-in-a-scoreboard-slot","argument_objectives.html#objective-arguments","argument_objectives.html#objective-argument","argument_objectives.html#example---move-objective-to-sidebar","argument_objectives.html#objective-criteria-argument","argument_objectives.html#example---unregister-all-objectives-by-criteria","argument_team.html#team-arguments","argument_team.html#example---toggling-friendly-fire-in-a-team","category_miscellaneous_arguments.html#miscellaneous-arguments","argument_angle.html#angle-arguments","advancementargument.html#advancement-arguments","advancementargument.html#example---awarding-a-player-an-advancement","argument_biome.html#biome-arguments","argument_biome.html#example---setting-the-biome-of-a-chunk","argument_blockstate.html#blockstate-arguments","argument_blockstate.html#example---setting-a-block","argument_enchantment.html#enchantment-argument","argument_enchantment.html#example---giving-a-player-an-enchantment-on-their-current-item","argument_itemstack.html#itemstack-arguments","argument_itemstack.html#example---giving-a-player-an-itemstack","argument_loottable.html#loottable-argument","argument_loottable.html#example---filling-a-chest-with-loot-table-contents","argument_mathoperation.html#mathoperation-arguments","argument_mathoperation.html#example---changing-a-players-level","argument_namespacedkey.html#namespacedkey-arguments","argument_particles.html#particle-arguments","argument_particles.html#the-particledata-class","argument_particles.html#particle-data","argument_particle_old.html#particle-data-1165---1204","argument_particle_old.html#particleargument-examples","argument_particle_old.html#example---show-particles-at-a-players-location-without-data","argument_particle_old.html#example---show-particles--at-a-players-location-with-data","argument_particle_old.html#particle-data-implementation-notes","argument_particle_new.html#particle-data-1205","argument_particle_new.html#particleargument-examples","argument_particle_new.html#example---show-particles-at-a-players-location-without-data","argument_particle_new.html#example---show-particles--at-a-players-location-with-data","argument_particle_new.html#particle-data-implementation-notes","argument_potion.html#potion-effect-arguments","argument_potion.html#example---giving-a-player-a-potion-effect","argument_recipe.html#recipe-arguments","argument_recipe.html#example---giving-a-player-the-result-of-a-recipe","argument_recipe.html#example---unlocking-a-recipe-for-a-player","argument_sound.html#sound-arguments","argument_sound.html#example---playing-sound-to-yourself","argument_time.html#time-arguments","argument_time.html#example---displaying-a-server-wide-announcement","argument_uuid.html#uuid-arguments","argument_world.html#world-arguments","argument_world.html#example---unloading-world","predicateargs.html#predicate-arguments","argument_blockpredicate.html#block-predicate-arguments","argument_blockpredicate.html#example---replacing-specific-blocks-in-a-radius","argument_itemstackpredicate.html#itemstack-predicate-arguments","argument_itemstackpredicate.html#example---removing-items-in-inventories-based-on-predicates","argument_nbt.html#nbt-arguments","argument_nbt.html#plugin-usage-setup","argument_nbt.html#shading-usage-setup","argument_nbt.html#hooking-into-an-nbt-api","argument_nbt.html#example---hooking-into-the-nbt-api","argument_nbt.html#example---","category_literal_arguments.html#literal-arguments","argument_literal.html#literal-arguments","argument_literal.html#literal-arguments-vs-regular-arguments","argument_literal.html#example---literal-arguments-and-regular-arguments","argument_literal.html#example---gamemode-command-using-literal-arguments","argument_literal.html#literal-argument-warnings","argument_multiliteral.html#multi-literal-arguments","argument_multiliteral.html#example---using-multi-literals-to-make-the-gamemode-command","argument_list.html#list-arguments","argument_list.html#the-listargumentbuilder","argument_list.html#construction","argument_list.html#allowing-duplicates-optional","argument_list.html#providing-the-list","argument_list.html#providing-a-list-mapping-function","argument_list.html#building-the-listargumentbuilder","argument_list.html#examples","argument_list.html#example---multi-give-command","argument_map.html#map-arguments","argument_map.html#the-mapargumentbuilder","argument_map.html#building-a-mapargument","argument_map.html#providing-mapper-functions","argument_map.html#providing-suggestions","argument_map.html#building-the-mapargument","argument_map.html#examples","argument_map.html#example---sendmessage-command","argument_command.html#command-arguments","argument_command.html#command-results","argument_command.html#arbitrary-commands","argument_command.html#example---a-sudo-command","argument_command.html#restricted-commands","argument_command.html#example---restricting-commands-using-suggestion-branches","argument_command.html#null-and-empty-suggestions","argument_custom.html#custom-arguments","argument_custom.html#type-params","argument_custom.html#the-customargumentinfoparser-class","argument_custom.html#example---world-argument","argument_custom.html#message-builders","argument_custom.html#example---message-builder-for-invalid-objective-argument","functions.html#functions","functions.html#functions-in-116","functions.html#using-custom-commands-in-functions","functions.html#example---registering-command-for-use-in-a-function","functionsetup.html#setting-up-functions--tags","functionsetup.html#creating-functions","functionsetup.html#creating-tags","functionsetup.html#namespaces--where-to-place-everything","simplefunctionwrapper.html#the-simplefunctionwrapper-class","simplefunctionwrapper.html#simplefunctionwrapper-methods","simplefunctionwrapper.html#gettagnamespacedkey-and-getfunctionnamespacedkey","simplefunctionwrapper.html#getfunctions-and-gettags","simplefunctionwrapper.html#runcommandsender","simplefunctionwrapper.html#runcommandsender-support-in-1203","simplefunctionwrapper.html#getcommands","simplefunctionwrapper.html#getcommands-support-in-1203","functionwrapper.html#the-functionwrapper","functionwrapper.html#functionwrapper-methods","functionwrapper.html#run","functionwrapper.html#run-support-in-1203","functionwrapper.html#runasentity","functionwrapper.html#runasentity-support-in-1203","argument_function.html#function-arguments","argument_function.html#example---minecrafts-function-command","permissions.html#permissions","permissions.html#adding-permissions-to-commands","permissions.html#example---god-command-with-permissions","permissions.html#adding-permissions-to-arguments","permissions.html#example---kill-command-with-argument-permissions","permissions.html#child-based-permissions","permissions.html#example---economy-command-with-argument-permissions","requirements.html#requirements","requirements.html#adding-requirements-to-commands","requirements.html#example---perks-based-on-a-players-level","requirements.html#adding-requirements-to-arguments","requirements.html#example---a-party-creation-and-teleportation-system","requirements.html#updating-requirements","requirements.html#example---updating-requirements-for-xp-changes","requirements.html#example---updating-requirements-for-the-party-creation-example","requirements.html#multiple-requirements","requirements.html#example---using-multiple-requirements","aliases.html#aliases","aliases.html#example---using-aliases-for-getpos","help.html#help","help.html#parts-of-a-help","help.html#help-methods-and-semantics","help.html#example---adding-help-to-a-command","help.html#advanced-help-topics","help.html#example---adding-locale-specific-help","help.html#command-usage","help.html#example---providing-a-command-usage","subcommands.html#subcommands","subcommands.html#example---permission-system-with-subcommands","commandtrees.html#command-trees","commandtrees.html#the-executes-and-then-methods","commandtrees.html#declaring-a-command-tree","commandtrees.html#adding-arguments-to-a-command-tree","commandtrees.html#example---declaring-a-command-tree-with-a-single-argument","commandtrees.html#command-tree-examples","commandtrees.html#example---sign-editing-plugin","annotationsintro.html#annotation-based-commands","annotationsintro.html#example-a-warp-command","annotationsintro.html#warp-command-without-annotations","annotationsintro.html#warp-command-with-annotations","annotations.html#annotations","annotations.html#annotations-that-go-on-classes","annotations.html#commandcommandname","annotations.html#alias","annotations.html#permissionpermissionnode","annotations.html#needsop","annotations.html#helpfull-description","annotations.html#annotations-that-go-on-methods","annotations.html#default","annotations.html#subcommand","annotations.html#permission","annotations.html#needsop-1","annotations.html#annotations-that-go-on-parameters","annotations.html#special-argument-annotations","registeringannotations.html#registering-annotation-based-commands","registeringannotations.html#example-registering-a-warp-command","kotlinintro.html#kotlin-based-commands","kotlinintro.html#installing-the-dsl","kotlinintro.html#adding-the-dependency-with-maven","kotlinintro.html#adding-the-dependency-with-gradle","kotlindsl.html#using-the-dsl","kotlindsl.html#defining-a-simple-message-command","kotlindsl.html#example---sending-a-message-to-a-player-using-the-kotlin-dsl","kotlindsl.html#executors","kotlindsl.html#arguments","kotlindsl.html#editing-arguments","kotlindsl.html#adding-requirements-to-commands","kotlindsl.html#more-examples","kotlindsl.html#example---implementing-optional-arguments-with-the-kotlin-dsl","kotlindsl.html#example---replacing-suggestions-using-the-kotlin-dsl","delegated_properties.html#delegated-properties","delegated_properties.html#access-arguments-using-delegated-properties","velocity_intro.html#velocity","velocity_intro.html#adding-the-snapshot-repository-with-maven-or-gradle","velocity_intro.html#adding-the-dependency","velocity_intro.html#setting-up-the-commandapi","velocity_intro.html#current-limitations","velocity_intro.html#registering-a-simple-command","velocity_intro.html#example---registering-a-simple-command","conversion.html#command-conversion","conversion.html#entire-plugins","conversion.html#example---converting-commands-for-a-target-plugin","conversion.html#only-specific-commands","conversion.html#example---converting-essentialsxs-speed-command","reloading.html#plugin-reloading","reloading.html#example---allowing-a-command-to-work-with-reload","internal.html#internal-commandapi","internal.html#argument-identifiers","internal.html#reloading-datapacks","internal.html#getting-a-list-of-registered-commands","brigadier.html#brigadier--commandapi","brigadier.html#brigadier-support-functions","brigadier.html#examples","brigadier.html#example---adding-a-predicate-to-the-execute-command","brigadiersuggestions.html#brigadier-suggestions","brigadiersuggestions.html#example---making-an-emoji-broadcasting-message","brigadiersuggestions.html#example---using-a-minecraft-command-as-an-argument","predicatetips.html#predicate-tips","contributionintro.html#introduction","projectstructure.html#project-structure","projectstructure.html#commandapi-submodule-folders","projectstructure.html#docs-folder","projectstructure.html#docssrc-folder","upgrading.html#upgrading-guide","upgrading.html#from-920-to-930","upgrading.html#from-903-to-910","upgrading.html#multiliteralargument-changes","upgrading.html#commandarguments-changes","upgrading.html#from-901-to-902","upgrading.html#multiliteralargument-and-literalargument-changes","upgrading.html#from-900-to-901","upgrading.html#customargumentexception-changes","upgrading.html#commandarguments-changes-1","upgrading.html#from-88x-to-900","upgrading.html#project-dependencies","upgrading.html#loading-and-enabling-the-commandapi-when-shading","upgrading.html#accessing-arguments","upgrading.html#commandapi-helper-methods","upgrading.html#removal-of-the-environmentargument","upgrading.html#changes-to-the-teamargument","upgrading.html#changes-to-the-objectiveargument","upgrading.html#changes-to-the-listargumentbuilder","upgrading.html#changes-to-the-rotation-wrapper","upgrading.html#changes-to-the-scoreboardslot-wrapper","upgrading_old.html#upgrading-guide","upgrading_old.html#from-860-to-870","upgrading_old.html#sound-arguments","upgrading_old.html#entity-selector-arguments","upgrading_old.html#scoreholder-arguments","upgrading_old.html#from-851-to-860","upgrading_old.html#sound-arguments-1","upgrading_old.html#tooltips","upgrading_old.html#command-failures","upgrading_old.html#list-arguments","upgrading_old.html#from-850-to-851","upgrading_old.html#brigadier-arguments","upgrading_old.html#from-831-to-840","upgrading_old.html#getting-a-list-of-registered-commands","upgrading_old.html#entity-selector-arguments-1","upgrading_old.html#custom-arguments","upgrading_old.html#nbt-arguments","upgrading_old.html#from-800-or-earlier-to-810","upgrading_old.html#from-version-700-to-800","upgrading_old.html#particle-arguments","upgrading_old.html#from-version-652-to-700","upgrading_old.html#maven-repository","upgrading_old.html#commandapi-command-failures","upgrading_old.html#suggestions","upgrading_old.html#from-version-620-or-earlier-to-630","faq.html#faq","faq.html#how-do-i-use-insert-feature-here-in-the-commandapi","faq.html#does-the-commandapi-support-reloading-via-reload","faq.html#does-the-commandapi-support-optional-arguments","faq.html#does-the-commandapi-support-suggestions-in-the-annotation-system","faq.html#can-you-add-tooltips-to-literalmultiliteral-arguments","faq.html#can-i-change-the-message-that-is-sent-to-the-user-when-they-dont-have-permission-to-run-a-command","faq.html#can-i-change-the-message-that-is-sent-to-the-user-when-an-argument-isnt-valid","faq.html#my-suggestions-on-my-arguments-are-empty-or-dont-update-how-do-i-make-dynamic-suggestions","incompatibleversions.html#incompatible-version-information","incompatibleversions.html#argument-changes-with-respect-to-minecraft-version","incompatibleversions.html#angleargument","incompatibleversions.html#chatargument","incompatibleversions.html#chatarguments-chat-preview","incompatibleversions.html#functionargument","incompatibleversions.html#commandapi-behavior-with-respect-to-minecraft-version","incompatibleversions.html#minecraft-version-116-and-beyond","troubleshooting.html#troubleshooting","troubleshooting.html#argument-suggestions-are-empty-or-arent-updating","troubleshooting.html#permissions-dont-work-shading-the-commandapi","troubleshooting.html#ive-registered-my-command-but-nothing-happens","troubleshooting.html#the-commandapi-doesnt-load-something-about-unsupportedclassversionerror-and-class-file-version-600","troubleshooting.html#server-errors-when-loading-datapacks-in-116","troubleshooting.html#running-reload-doesnt-work","troubleshooting.html#players-cannot-connecttimeout-when-joining","troubleshooting.html#my-issue-isnt-on-here-what-do-i-do","afterword.html#afterword","afterword.html#a-message-from-the-commandapis-author","afterword.html#intro","afterword.html#starting-out","afterword.html#reflection-on-the-project-and-personal-gains","afterword.html#acknowledgements-early-development","afterword.html#acknowledgements-commandapi-discord-server","afterword.html#acknowledgements-donators","afterword.html#final-comments"],"index":{"documentStore":{"docInfo":{"0":{"body":47,"breadcrumbs":2,"title":1},"1":{"body":81,"breadcrumbs":3,"title":2},"10":{"body":15,"breadcrumbs":6,"title":5},"100":{"body":336,"breadcrumbs":4,"title":2},"101":{"body":56,"breadcrumbs":5,"title":3},"102":{"body":194,"breadcrumbs":4,"title":2},"103":{"body":98,"breadcrumbs":6,"title":4},"104":{"body":139,"breadcrumbs":6,"title":4},"105":{"body":69,"breadcrumbs":7,"title":5},"106":{"body":115,"breadcrumbs":6,"title":4},"107":{"body":218,"breadcrumbs":5,"title":3},"108":{"body":137,"breadcrumbs":7,"title":5},"109":{"body":290,"breadcrumbs":6,"title":4},"11":{"body":19,"breadcrumbs":6,"title":5},"110":{"body":133,"breadcrumbs":4,"title":2},"111":{"body":70,"breadcrumbs":8,"title":3},"112":{"body":123,"breadcrumbs":10,"title":5},"113":{"body":44,"breadcrumbs":8,"title":3},"114":{"body":37,"breadcrumbs":8,"title":3},"115":{"body":44,"breadcrumbs":9,"title":4},"116":{"body":53,"breadcrumbs":10,"title":5},"117":{"body":60,"breadcrumbs":10,"title":5},"118":{"body":49,"breadcrumbs":10,"title":5},"119":{"body":48,"breadcrumbs":7,"title":2},"12":{"body":38,"breadcrumbs":6,"title":5},"120":{"body":23,"breadcrumbs":6,"title":2},"121":{"body":123,"breadcrumbs":8,"title":4},"122":{"body":55,"breadcrumbs":6,"title":2},"123":{"body":43,"breadcrumbs":7,"title":3},"124":{"body":29,"breadcrumbs":7,"title":3},"125":{"body":87,"breadcrumbs":10,"title":6},"126":{"body":62,"breadcrumbs":8,"title":3},"127":{"body":46,"breadcrumbs":10,"title":5},"128":{"body":293,"breadcrumbs":10,"title":5},"129":{"body":39,"breadcrumbs":8,"title":3},"13":{"body":6,"breadcrumbs":6,"title":5},"130":{"body":134,"breadcrumbs":10,"title":5},"131":{"body":143,"breadcrumbs":3,"title":1},"132":{"body":249,"breadcrumbs":4,"title":2},"133":{"body":48,"breadcrumbs":4,"title":1},"134":{"body":93,"breadcrumbs":7,"title":4},"135":{"body":30,"breadcrumbs":5,"title":2},"136":{"body":31,"breadcrumbs":7,"title":4},"137":{"body":41,"breadcrumbs":6,"title":3},"138":{"body":150,"breadcrumbs":9,"title":6},"139":{"body":62,"breadcrumbs":6,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":31,"breadcrumbs":8,"title":5},"141":{"body":29,"breadcrumbs":7,"title":4},"142":{"body":55,"breadcrumbs":10,"title":7},"143":{"body":49,"breadcrumbs":6,"title":3},"144":{"body":32,"breadcrumbs":7,"title":4},"145":{"body":23,"breadcrumbs":6,"title":3},"146":{"body":45,"breadcrumbs":10,"title":7},"147":{"body":111,"breadcrumbs":6,"title":3},"148":{"body":49,"breadcrumbs":9,"title":6},"149":{"body":98,"breadcrumbs":10,"title":7},"15":{"body":94,"breadcrumbs":6,"title":5},"150":{"body":40,"breadcrumbs":6,"title":2},"151":{"body":116,"breadcrumbs":9,"title":5},"152":{"body":41,"breadcrumbs":9,"title":5},"153":{"body":48,"breadcrumbs":7,"title":3},"154":{"body":65,"breadcrumbs":10,"title":6},"155":{"body":149,"breadcrumbs":9,"title":5},"156":{"body":229,"breadcrumbs":9,"title":5},"157":{"body":29,"breadcrumbs":6,"title":2},"158":{"body":77,"breadcrumbs":8,"title":4},"159":{"body":86,"breadcrumbs":6,"title":2},"16":{"body":10,"breadcrumbs":6,"title":5},"160":{"body":71,"breadcrumbs":6,"title":2},"161":{"body":126,"breadcrumbs":8,"title":2},"162":{"body":0,"breadcrumbs":10,"title":3},"163":{"body":17,"breadcrumbs":10,"title":3},"164":{"body":98,"breadcrumbs":12,"title":5},"165":{"body":22,"breadcrumbs":11,"title":4},"166":{"body":131,"breadcrumbs":12,"title":5},"167":{"body":99,"breadcrumbs":11,"title":4},"168":{"body":242,"breadcrumbs":12,"title":5},"169":{"body":81,"breadcrumbs":12,"title":4},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":58,"breadcrumbs":10,"title":2},"171":{"body":108,"breadcrumbs":10,"title":2},"172":{"body":44,"breadcrumbs":11,"title":3},"173":{"body":29,"breadcrumbs":11,"title":3},"174":{"body":26,"breadcrumbs":12,"title":4},"175":{"body":8,"breadcrumbs":9,"title":1},"176":{"body":169,"breadcrumbs":12,"title":4},"177":{"body":126,"breadcrumbs":12,"title":4},"178":{"body":114,"breadcrumbs":13,"title":5},"179":{"body":57,"breadcrumbs":10,"title":3},"18":{"body":49,"breadcrumbs":6,"title":5},"180":{"body":76,"breadcrumbs":12,"title":5},"181":{"body":156,"breadcrumbs":13,"title":6},"182":{"body":42,"breadcrumbs":10,"title":3},"183":{"body":197,"breadcrumbs":12,"title":5},"184":{"body":122,"breadcrumbs":10,"title":3},"185":{"body":127,"breadcrumbs":12,"title":5},"186":{"body":74,"breadcrumbs":8,"title":2},"187":{"body":74,"breadcrumbs":9,"title":3},"188":{"body":0,"breadcrumbs":9,"title":3},"189":{"body":87,"breadcrumbs":10,"title":4},"19":{"body":5,"breadcrumbs":6,"title":5},"190":{"body":16,"breadcrumbs":6,"title":2},"191":{"body":40,"breadcrumbs":8,"title":2},"192":{"body":13,"breadcrumbs":8,"title":2},"193":{"body":136,"breadcrumbs":10,"title":4},"194":{"body":84,"breadcrumbs":8,"title":2},"195":{"body":85,"breadcrumbs":8,"title":2},"196":{"body":50,"breadcrumbs":9,"title":3},"197":{"body":317,"breadcrumbs":11,"title":5},"198":{"body":15,"breadcrumbs":8,"title":2},"199":{"body":28,"breadcrumbs":8,"title":2},"2":{"body":66,"breadcrumbs":3,"title":2},"20":{"body":12,"breadcrumbs":6,"title":5},"200":{"body":5,"breadcrumbs":9,"title":3},"201":{"body":40,"breadcrumbs":8,"title":2},"202":{"body":10,"breadcrumbs":9,"title":3},"203":{"body":56,"breadcrumbs":9,"title":3},"204":{"body":81,"breadcrumbs":9,"title":3},"205":{"body":28,"breadcrumbs":9,"title":3},"206":{"body":0,"breadcrumbs":9,"title":3},"207":{"body":24,"breadcrumbs":10,"title":2},"208":{"body":38,"breadcrumbs":11,"title":3},"209":{"body":15,"breadcrumbs":9,"title":1},"21":{"body":12,"breadcrumbs":6,"title":5},"210":{"body":59,"breadcrumbs":9,"title":1},"211":{"body":106,"breadcrumbs":13,"title":5},"212":{"body":78,"breadcrumbs":13,"title":5},"213":{"body":31,"breadcrumbs":11,"title":3},"214":{"body":68,"breadcrumbs":10,"title":2},"215":{"body":115,"breadcrumbs":13,"title":5},"216":{"body":26,"breadcrumbs":8,"title":1},"217":{"body":6,"breadcrumbs":10,"title":3},"218":{"body":63,"breadcrumbs":8,"title":2},"219":{"body":0,"breadcrumbs":12,"title":3},"22":{"body":99,"breadcrumbs":6,"title":5},"220":{"body":22,"breadcrumbs":12,"title":3},"221":{"body":82,"breadcrumbs":14,"title":5},"222":{"body":65,"breadcrumbs":12,"title":3},"223":{"body":210,"breadcrumbs":14,"title":5},"224":{"body":35,"breadcrumbs":11,"title":2},"225":{"body":95,"breadcrumbs":14,"title":5},"226":{"body":64,"breadcrumbs":12,"title":3},"227":{"body":27,"breadcrumbs":13,"title":4},"228":{"body":50,"breadcrumbs":14,"title":5},"229":{"body":15,"breadcrumbs":13,"title":4},"23":{"body":11,"breadcrumbs":6,"title":5},"230":{"body":159,"breadcrumbs":15,"title":6},"231":{"body":24,"breadcrumbs":12,"title":3},"232":{"body":112,"breadcrumbs":14,"title":5},"233":{"body":29,"breadcrumbs":10,"title":2},"234":{"body":20,"breadcrumbs":11,"title":3},"235":{"body":23,"breadcrumbs":11,"title":3},"236":{"body":126,"breadcrumbs":12,"title":4},"237":{"body":39,"breadcrumbs":14,"title":6},"238":{"body":0,"breadcrumbs":11,"title":3},"239":{"body":246,"breadcrumbs":12,"title":4},"24":{"body":13,"breadcrumbs":6,"title":5},"240":{"body":147,"breadcrumbs":13,"title":5},"241":{"body":0,"breadcrumbs":10,"title":3},"242":{"body":69,"breadcrumbs":10,"title":3},"243":{"body":149,"breadcrumbs":11,"title":4},"244":{"body":29,"breadcrumbs":9,"title":2},"245":{"body":41,"breadcrumbs":9,"title":2},"246":{"body":23,"breadcrumbs":10,"title":3},"247":{"body":124,"breadcrumbs":10,"title":3},"248":{"body":14,"breadcrumbs":8,"title":2},"249":{"body":41,"breadcrumbs":10,"title":2},"25":{"body":26,"breadcrumbs":6,"title":5},"250":{"body":39,"breadcrumbs":11,"title":3},"251":{"body":191,"breadcrumbs":13,"title":5},"252":{"body":29,"breadcrumbs":11,"title":3},"253":{"body":61,"breadcrumbs":10,"title":2},"254":{"body":73,"breadcrumbs":13,"title":5},"255":{"body":15,"breadcrumbs":10,"title":2},"256":{"body":6,"breadcrumbs":10,"title":2},"257":{"body":58,"breadcrumbs":12,"title":4},"258":{"body":18,"breadcrumbs":11,"title":3},"259":{"body":81,"breadcrumbs":12,"title":4},"26":{"body":19,"breadcrumbs":6,"title":5},"260":{"body":7,"breadcrumbs":10,"title":2},"261":{"body":60,"breadcrumbs":13,"title":5},"262":{"body":0,"breadcrumbs":8,"title":2},"263":{"body":42,"breadcrumbs":10,"title":2},"264":{"body":17,"breadcrumbs":10,"title":2},"265":{"body":103,"breadcrumbs":12,"title":4},"266":{"body":43,"breadcrumbs":10,"title":2},"267":{"body":127,"breadcrumbs":12,"title":4},"268":{"body":48,"breadcrumbs":10,"title":2},"269":{"body":80,"breadcrumbs":11,"title":3},"27":{"body":38,"breadcrumbs":6,"title":5},"270":{"body":19,"breadcrumbs":10,"title":2},"271":{"body":94,"breadcrumbs":14,"title":6},"272":{"body":22,"breadcrumbs":10,"title":2},"273":{"body":39,"breadcrumbs":12,"title":4},"274":{"body":15,"breadcrumbs":10,"title":2},"275":{"body":138,"breadcrumbs":14,"title":6},"276":{"body":103,"breadcrumbs":10,"title":2},"277":{"body":162,"breadcrumbs":12,"title":4},"278":{"body":24,"breadcrumbs":10,"title":2},"279":{"body":16,"breadcrumbs":10,"title":2},"28":{"body":71,"breadcrumbs":6,"title":5},"280":{"body":40,"breadcrumbs":10,"title":2},"281":{"body":32,"breadcrumbs":10,"title":2},"282":{"body":77,"breadcrumbs":16,"title":4},"283":{"body":19,"breadcrumbs":14,"title":2},"284":{"body":78,"breadcrumbs":19,"title":7},"285":{"body":84,"breadcrumbs":18,"title":6},"286":{"body":42,"breadcrumbs":16,"title":4},"287":{"body":169,"breadcrumbs":14,"title":3},"288":{"body":19,"breadcrumbs":13,"title":2},"289":{"body":78,"breadcrumbs":18,"title":7},"29":{"body":38,"breadcrumbs":6,"title":5},"290":{"body":75,"breadcrumbs":17,"title":6},"291":{"body":42,"breadcrumbs":15,"title":4},"292":{"body":27,"breadcrumbs":12,"title":3},"293":{"body":250,"breadcrumbs":14,"title":5},"294":{"body":13,"breadcrumbs":10,"title":2},"295":{"body":62,"breadcrumbs":13,"title":5},"296":{"body":71,"breadcrumbs":12,"title":4},"297":{"body":81,"breadcrumbs":10,"title":2},"298":{"body":86,"breadcrumbs":12,"title":4},"299":{"body":66,"breadcrumbs":10,"title":2},"3":{"body":13,"breadcrumbs":3,"title":2},"30":{"body":29,"breadcrumbs":6,"title":5},"300":{"body":109,"breadcrumbs":13,"title":5},"301":{"body":14,"breadcrumbs":10,"title":2},"302":{"body":13,"breadcrumbs":10,"title":2},"303":{"body":75,"breadcrumbs":11,"title":3},"304":{"body":0,"breadcrumbs":8,"title":2},"305":{"body":50,"breadcrumbs":12,"title":3},"306":{"body":349,"breadcrumbs":14,"title":5},"307":{"body":22,"breadcrumbs":12,"title":3},"308":{"body":80,"breadcrumbs":15,"title":6},"309":{"body":28,"breadcrumbs":8,"title":2},"31":{"body":23,"breadcrumbs":6,"title":5},"310":{"body":17,"breadcrumbs":9,"title":3},"311":{"body":25,"breadcrumbs":9,"title":3},"312":{"body":60,"breadcrumbs":9,"title":3},"313":{"body":60,"breadcrumbs":10,"title":4},"314":{"body":70,"breadcrumbs":7,"title":1},"315":{"body":0,"breadcrumbs":8,"title":2},"316":{"body":80,"breadcrumbs":10,"title":2},"317":{"body":23,"breadcrumbs":13,"title":5},"318":{"body":187,"breadcrumbs":13,"title":5},"319":{"body":152,"breadcrumbs":14,"title":6},"32":{"body":13,"breadcrumbs":6,"title":5},"320":{"body":125,"breadcrumbs":11,"title":3},"321":{"body":91,"breadcrumbs":12,"title":3},"322":{"body":154,"breadcrumbs":16,"title":7},"323":{"body":48,"breadcrumbs":8,"title":2},"324":{"body":39,"breadcrumbs":7,"title":1},"325":{"body":46,"breadcrumbs":7,"title":1},"326":{"body":44,"breadcrumbs":9,"title":3},"327":{"body":75,"breadcrumbs":8,"title":2},"328":{"body":70,"breadcrumbs":10,"title":4},"329":{"body":42,"breadcrumbs":8,"title":2},"33":{"body":58,"breadcrumbs":6,"title":5},"330":{"body":0,"breadcrumbs":7,"title":1},"331":{"body":160,"breadcrumbs":10,"title":4},"332":{"body":18,"breadcrumbs":8,"title":2},"333":{"body":41,"breadcrumbs":7,"title":1},"334":{"body":78,"breadcrumbs":8,"title":2},"335":{"body":87,"breadcrumbs":9,"title":3},"336":{"body":84,"breadcrumbs":8,"title":2},"337":{"body":14,"breadcrumbs":8,"title":2},"338":{"body":0,"breadcrumbs":7,"title":1},"339":{"body":350,"breadcrumbs":9,"title":3},"34":{"body":9,"breadcrumbs":6,"title":5},"340":{"body":40,"breadcrumbs":8,"title":2},"341":{"body":89,"breadcrumbs":8,"title":2},"342":{"body":14,"breadcrumbs":8,"title":2},"343":{"body":104,"breadcrumbs":9,"title":3},"344":{"body":28,"breadcrumbs":8,"title":2},"345":{"body":228,"breadcrumbs":12,"title":6},"346":{"body":128,"breadcrumbs":9,"title":3},"347":{"body":81,"breadcrumbs":8,"title":2},"348":{"body":41,"breadcrumbs":8,"title":2},"349":{"body":122,"breadcrumbs":8,"title":2},"35":{"body":32,"breadcrumbs":6,"title":5},"350":{"body":252,"breadcrumbs":9,"title":3},"351":{"body":66,"breadcrumbs":8,"title":2},"352":{"body":22,"breadcrumbs":12,"title":6},"353":{"body":26,"breadcrumbs":3,"title":1},"354":{"body":45,"breadcrumbs":4,"title":2},"355":{"body":42,"breadcrumbs":6,"title":4},"356":{"body":82,"breadcrumbs":7,"title":5},"357":{"body":39,"breadcrumbs":10,"title":4},"358":{"body":39,"breadcrumbs":8,"title":2},"359":{"body":24,"breadcrumbs":8,"title":2},"36":{"body":95,"breadcrumbs":6,"title":5},"360":{"body":60,"breadcrumbs":9,"title":3},"361":{"body":36,"breadcrumbs":6,"title":2},"362":{"body":42,"breadcrumbs":6,"title":2},"363":{"body":32,"breadcrumbs":6,"title":2},"364":{"body":14,"breadcrumbs":6,"title":2},"365":{"body":0,"breadcrumbs":5,"title":1},"366":{"body":44,"breadcrumbs":7,"title":3},"367":{"body":0,"breadcrumbs":5,"title":1},"368":{"body":56,"breadcrumbs":7,"title":3},"369":{"body":40,"breadcrumbs":5,"title":1},"37":{"body":48,"breadcrumbs":6,"title":5},"370":{"body":47,"breadcrumbs":6,"title":2},"371":{"body":0,"breadcrumbs":5,"title":1},"372":{"body":81,"breadcrumbs":7,"title":3},"373":{"body":0,"breadcrumbs":5,"title":1},"374":{"body":30,"breadcrumbs":7,"title":3},"375":{"body":47,"breadcrumbs":6,"title":2},"376":{"body":84,"breadcrumbs":8,"title":4},"377":{"body":65,"breadcrumbs":2,"title":1},"378":{"body":9,"breadcrumbs":4,"title":3},"379":{"body":105,"breadcrumbs":5,"title":4},"38":{"body":30,"breadcrumbs":6,"title":5},"380":{"body":47,"breadcrumbs":4,"title":3},"381":{"body":143,"breadcrumbs":6,"title":5},"382":{"body":43,"breadcrumbs":4,"title":3},"383":{"body":347,"breadcrumbs":6,"title":5},"384":{"body":45,"breadcrumbs":2,"title":1},"385":{"body":27,"breadcrumbs":4,"title":3},"386":{"body":155,"breadcrumbs":6,"title":5},"387":{"body":16,"breadcrumbs":4,"title":3},"388":{"body":388,"breadcrumbs":6,"title":5},"389":{"body":132,"breadcrumbs":3,"title":2},"39":{"body":33,"breadcrumbs":6,"title":5},"390":{"body":62,"breadcrumbs":6,"title":5},"391":{"body":62,"breadcrumbs":7,"title":6},"392":{"body":18,"breadcrumbs":3,"title":2},"393":{"body":43,"breadcrumbs":5,"title":4},"394":{"body":19,"breadcrumbs":2,"title":1},"395":{"body":110,"breadcrumbs":5,"title":4},"396":{"body":24,"breadcrumbs":2,"title":1},"397":{"body":59,"breadcrumbs":3,"title":2},"398":{"body":106,"breadcrumbs":4,"title":3},"399":{"body":93,"breadcrumbs":5,"title":4},"4":{"body":11,"breadcrumbs":6,"title":5},"40":{"body":153,"breadcrumbs":6,"title":5},"400":{"body":16,"breadcrumbs":4,"title":3},"401":{"body":178,"breadcrumbs":6,"title":5},"402":{"body":16,"breadcrumbs":3,"title":2},"403":{"body":66,"breadcrumbs":5,"title":4},"404":{"body":42,"breadcrumbs":2,"title":1},"405":{"body":342,"breadcrumbs":5,"title":4},"406":{"body":45,"breadcrumbs":4,"title":2},"407":{"body":117,"breadcrumbs":4,"title":2},"408":{"body":48,"breadcrumbs":5,"title":3},"409":{"body":21,"breadcrumbs":6,"title":4},"41":{"body":49,"breadcrumbs":6,"title":5},"410":{"body":137,"breadcrumbs":8,"title":6},"411":{"body":0,"breadcrumbs":5,"title":3},"412":{"body":249,"breadcrumbs":6,"title":4},"413":{"body":105,"breadcrumbs":6,"title":3},"414":{"body":33,"breadcrumbs":6,"title":3},"415":{"body":95,"breadcrumbs":7,"title":4},"416":{"body":394,"breadcrumbs":6,"title":3},"417":{"body":11,"breadcrumbs":2,"title":1},"418":{"body":0,"breadcrumbs":4,"title":3},"419":{"body":13,"breadcrumbs":2,"title":1},"42":{"body":15,"breadcrumbs":6,"title":5},"420":{"body":18,"breadcrumbs":2,"title":1},"421":{"body":22,"breadcrumbs":2,"title":1},"422":{"body":15,"breadcrumbs":2,"title":1},"423":{"body":51,"breadcrumbs":3,"title":2},"424":{"body":5,"breadcrumbs":4,"title":3},"425":{"body":69,"breadcrumbs":2,"title":1},"426":{"body":57,"breadcrumbs":2,"title":1},"427":{"body":21,"breadcrumbs":2,"title":1},"428":{"body":9,"breadcrumbs":2,"title":1},"429":{"body":59,"breadcrumbs":4,"title":3},"43":{"body":79,"breadcrumbs":6,"title":5},"430":{"body":139,"breadcrumbs":4,"title":3},"431":{"body":15,"breadcrumbs":8,"title":4},"432":{"body":82,"breadcrumbs":8,"title":4},"433":{"body":24,"breadcrumbs":6,"title":3},"434":{"body":16,"breadcrumbs":5,"title":2},"435":{"body":65,"breadcrumbs":6,"title":3},"436":{"body":65,"breadcrumbs":6,"title":3},"437":{"body":0,"breadcrumbs":4,"title":2},"438":{"body":15,"breadcrumbs":6,"title":4},"439":{"body":94,"breadcrumbs":9,"title":7},"44":{"body":127,"breadcrumbs":6,"title":5},"440":{"body":77,"breadcrumbs":3,"title":1},"441":{"body":86,"breadcrumbs":3,"title":1},"442":{"body":132,"breadcrumbs":4,"title":2},"443":{"body":47,"breadcrumbs":5,"title":3},"444":{"body":10,"breadcrumbs":4,"title":2},"445":{"body":86,"breadcrumbs":8,"title":6},"446":{"body":61,"breadcrumbs":8,"title":6},"447":{"body":54,"breadcrumbs":4,"title":2},"448":{"body":44,"breadcrumbs":7,"title":5},"449":{"body":33,"breadcrumbs":2,"title":1},"45":{"body":19,"breadcrumbs":4,"title":1},"450":{"body":28,"breadcrumbs":6,"title":5},"451":{"body":36,"breadcrumbs":3,"title":2},"452":{"body":54,"breadcrumbs":4,"title":3},"453":{"body":30,"breadcrumbs":3,"title":2},"454":{"body":20,"breadcrumbs":4,"title":3},"455":{"body":66,"breadcrumbs":5,"title":4},"456":{"body":83,"breadcrumbs":4,"title":2},"457":{"body":22,"breadcrumbs":4,"title":2},"458":{"body":74,"breadcrumbs":7,"title":5},"459":{"body":68,"breadcrumbs":4,"title":2},"46":{"body":31,"breadcrumbs":5,"title":2},"460":{"body":166,"breadcrumbs":7,"title":5},"461":{"body":159,"breadcrumbs":4,"title":2},"462":{"body":35,"breadcrumbs":7,"title":5},"463":{"body":14,"breadcrumbs":4,"title":2},"464":{"body":186,"breadcrumbs":4,"title":2},"465":{"body":40,"breadcrumbs":4,"title":2},"466":{"body":75,"breadcrumbs":6,"title":4},"467":{"body":75,"breadcrumbs":4,"title":2},"468":{"body":152,"breadcrumbs":5,"title":3},"469":{"body":23,"breadcrumbs":3,"title":1},"47":{"body":147,"breadcrumbs":8,"title":5},"470":{"body":550,"breadcrumbs":7,"title":5},"471":{"body":76,"breadcrumbs":4,"title":2},"472":{"body":243,"breadcrumbs":7,"title":5},"473":{"body":407,"breadcrumbs":7,"title":5},"474":{"body":122,"breadcrumbs":4,"title":2},"475":{"body":11,"breadcrumbs":2,"title":1},"476":{"body":36,"breadcrumbs":4,"title":2},"477":{"body":225,"breadcrumbs":5,"title":3},"478":{"body":80,"breadcrumbs":4,"title":2},"479":{"body":31,"breadcrumbs":4,"title":2},"48":{"body":123,"breadcrumbs":11,"title":8},"480":{"body":0,"breadcrumbs":4,"title":2},"481":{"body":12,"breadcrumbs":4,"title":2},"482":{"body":0,"breadcrumbs":4,"title":2},"483":{"body":22,"breadcrumbs":4,"title":2},"484":{"body":12,"breadcrumbs":4,"title":2},"485":{"body":0,"breadcrumbs":4,"title":2},"486":{"body":69,"breadcrumbs":5,"title":3},"487":{"body":0,"breadcrumbs":4,"title":2},"488":{"body":27,"breadcrumbs":4,"title":2},"489":{"body":61,"breadcrumbs":4,"title":2},"49":{"body":16,"breadcrumbs":6,"title":3},"490":{"body":44,"breadcrumbs":4,"title":2},"491":{"body":135,"breadcrumbs":4,"title":2},"492":{"body":45,"breadcrumbs":6,"title":4},"493":{"body":152,"breadcrumbs":4,"title":2},"494":{"body":22,"breadcrumbs":5,"title":3},"495":{"body":12,"breadcrumbs":4,"title":2},"496":{"body":39,"breadcrumbs":4,"title":2},"497":{"body":39,"breadcrumbs":4,"title":2},"498":{"body":53,"breadcrumbs":4,"title":2},"499":{"body":29,"breadcrumbs":5,"title":3},"5":{"body":53,"breadcrumbs":6,"title":5},"50":{"body":251,"breadcrumbs":6,"title":3},"500":{"body":43,"breadcrumbs":5,"title":3},"501":{"body":0,"breadcrumbs":8,"title":2},"502":{"body":0,"breadcrumbs":8,"title":2},"503":{"body":35,"breadcrumbs":8,"title":2},"504":{"body":36,"breadcrumbs":9,"title":3},"505":{"body":24,"breadcrumbs":8,"title":2},"506":{"body":0,"breadcrumbs":8,"title":2},"507":{"body":39,"breadcrumbs":8,"title":2},"508":{"body":78,"breadcrumbs":7,"title":1},"509":{"body":21,"breadcrumbs":8,"title":2},"51":{"body":0,"breadcrumbs":5,"title":2},"510":{"body":38,"breadcrumbs":8,"title":2},"511":{"body":0,"breadcrumbs":8,"title":2},"512":{"body":44,"breadcrumbs":8,"title":2},"513":{"body":0,"breadcrumbs":8,"title":2},"514":{"body":18,"breadcrumbs":10,"title":4},"515":{"body":13,"breadcrumbs":9,"title":3},"516":{"body":121,"breadcrumbs":8,"title":2},"517":{"body":78,"breadcrumbs":8,"title":2},"518":{"body":53,"breadcrumbs":9,"title":3},"519":{"body":0,"breadcrumbs":9,"title":3},"52":{"body":24,"breadcrumbs":5,"title":2},"520":{"body":62,"breadcrumbs":8,"title":2},"521":{"body":0,"breadcrumbs":9,"title":3},"522":{"body":42,"breadcrumbs":8,"title":2},"523":{"body":60,"breadcrumbs":9,"title":3},"524":{"body":208,"breadcrumbs":7,"title":1},"525":{"body":12,"breadcrumbs":10,"title":4},"526":{"body":10,"breadcrumbs":2,"title":1},"527":{"body":17,"breadcrumbs":6,"title":5},"528":{"body":13,"breadcrumbs":6,"title":5},"529":{"body":9,"breadcrumbs":5,"title":4},"53":{"body":16,"breadcrumbs":5,"title":2},"530":{"body":32,"breadcrumbs":6,"title":5},"531":{"body":53,"breadcrumbs":5,"title":4},"532":{"body":40,"breadcrumbs":9,"title":8},"533":{"body":7,"breadcrumbs":8,"title":7},"534":{"body":40,"breadcrumbs":9,"title":8},"535":{"body":14,"breadcrumbs":6,"title":3},"536":{"body":0,"breadcrumbs":8,"title":5},"537":{"body":7,"breadcrumbs":4,"title":1},"538":{"body":6,"breadcrumbs":4,"title":1},"539":{"body":11,"breadcrumbs":6,"title":3},"54":{"body":41,"breadcrumbs":4,"title":1},"540":{"body":37,"breadcrumbs":4,"title":1},"541":{"body":0,"breadcrumbs":8,"title":5},"542":{"body":143,"breadcrumbs":7,"title":4},"543":{"body":9,"breadcrumbs":2,"title":1},"544":{"body":49,"breadcrumbs":6,"title":5},"545":{"body":29,"breadcrumbs":6,"title":5},"546":{"body":34,"breadcrumbs":6,"title":5},"547":{"body":226,"breadcrumbs":10,"title":9},"548":{"body":95,"breadcrumbs":6,"title":5},"549":{"body":3,"breadcrumbs":5,"title":4},"55":{"body":54,"breadcrumbs":6,"title":3},"550":{"body":40,"breadcrumbs":4,"title":3},"551":{"body":17,"breadcrumbs":4,"title":3},"552":{"body":0,"breadcrumbs":2,"title":1},"553":{"body":14,"breadcrumbs":4,"title":3},"554":{"body":79,"breadcrumbs":2,"title":1},"555":{"body":67,"breadcrumbs":3,"title":2},"556":{"body":80,"breadcrumbs":5,"title":4},"557":{"body":261,"breadcrumbs":4,"title":3},"558":{"body":116,"breadcrumbs":5,"title":4},"559":{"body":25,"breadcrumbs":3,"title":2},"56":{"body":80,"breadcrumbs":7,"title":4},"560":{"body":22,"breadcrumbs":3,"title":2},"57":{"body":67,"breadcrumbs":6,"title":3},"58":{"body":69,"breadcrumbs":7,"title":4},"59":{"body":42,"breadcrumbs":5,"title":2},"6":{"body":24,"breadcrumbs":6,"title":5},"60":{"body":25,"breadcrumbs":6,"title":3},"61":{"body":24,"breadcrumbs":5,"title":2},"62":{"body":80,"breadcrumbs":6,"title":4},"63":{"body":15,"breadcrumbs":5,"title":3},"64":{"body":47,"breadcrumbs":5,"title":3},"65":{"body":13,"breadcrumbs":5,"title":3},"66":{"body":18,"breadcrumbs":6,"title":4},"67":{"body":35,"breadcrumbs":8,"title":3},"68":{"body":15,"breadcrumbs":8,"title":3},"69":{"body":154,"breadcrumbs":9,"title":4},"7":{"body":22,"breadcrumbs":6,"title":5},"70":{"body":56,"breadcrumbs":8,"title":3},"71":{"body":52,"breadcrumbs":9,"title":4},"72":{"body":29,"breadcrumbs":10,"title":4},"73":{"body":145,"breadcrumbs":11,"title":5},"74":{"body":13,"breadcrumbs":9,"title":3},"75":{"body":32,"breadcrumbs":8,"title":2},"76":{"body":119,"breadcrumbs":8,"title":2},"77":{"body":53,"breadcrumbs":10,"title":4},"78":{"body":263,"breadcrumbs":10,"title":4},"79":{"body":39,"breadcrumbs":6,"title":2},"8":{"body":31,"breadcrumbs":6,"title":5},"80":{"body":105,"breadcrumbs":9,"title":5},"81":{"body":63,"breadcrumbs":6,"title":3},"82":{"body":38,"breadcrumbs":8,"title":5},"83":{"body":46,"breadcrumbs":8,"title":4},"84":{"body":40,"breadcrumbs":7,"title":3},"85":{"body":28,"breadcrumbs":7,"title":3},"86":{"body":71,"breadcrumbs":7,"title":3},"87":{"body":21,"breadcrumbs":6,"title":3},"88":{"body":22,"breadcrumbs":7,"title":4},"89":{"body":29,"breadcrumbs":5,"title":2},"9":{"body":6,"breadcrumbs":6,"title":5},"90":{"body":208,"breadcrumbs":4,"title":1},"91":{"body":41,"breadcrumbs":5,"title":2},"92":{"body":62,"breadcrumbs":8,"title":5},"93":{"body":24,"breadcrumbs":5,"title":2},"94":{"body":118,"breadcrumbs":5,"title":2},"95":{"body":151,"breadcrumbs":5,"title":2},"96":{"body":24,"breadcrumbs":6,"title":3},"97":{"body":42,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":152,"breadcrumbs":4,"title":2}},"docs":{"0":{"body":"Welcome to the documentation for the CommandAPI. The CommandAPI lets you create vanilla Minecraft commands which utilize the new command features which were implemented in Minecraft 1.13, including but not limited to: Having commands compatible with the vanilla /execute command Having commands which can be run using Minecraft functions Having better auto-completion and suggestions Having command type checks before execution (e.g. ensuring a number is within a certain range)","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"Developer's Note: This is a pretty important section, I would recommend reading before implementing the CommandAPI in your own projects. This section tells you about setup which is not stated anywhere else in the documentation. Think of it as the \"knowledge you should know before using this API\". The CommandAPI does not follow the \"standard\" method of registering commands. In other words, commands which are registered with the CommandAPI will be registered as pure vanilla Minecraft commands as opposed to Bukkit or Spigot commands. This means that the following implications exist: Commands should not be declared in the plugin.yml file. Commands are automatically registered under the minecraft namespace. For example, if you register a command /hello, you can also run it using /minecraft:hello. However, you can change this default minecraft namespace. More about this on the command registration page . Commands are not \"linked\" to a certain plugin. In other words, you cannot look up which commands are registered by which plugin.","breadcrumbs":"Introduction » How the CommandAPI works","id":"1","title":"How the CommandAPI works"},"10":{"body":"Updates Multi literal arguments page to add the node name information Updates Help page so it contains withUsage() information","breadcrumbs":"Introduction » Documentation changes 9.0.1 \\(\\rightarrow\\) 9.0.2","id":"10","title":"Documentation changes 9.0.1 \\(\\rightarrow\\) 9.0.2"},"100":{"body":"The CommandAPICommand has various methods, which are outlined below: Setting the command name new CommandAPICommand(String commandName) This constructor creates a new instance of the CommandAPICommand object. This constructor requires the name of the command. Setting command properties CommandAPICommand withArguments(List<Argument> arguments)\nCommandAPICommand withArguments(Argument... arguments) The withArguments method is used to add arguments to your command. The arguments parameter is appended to the the list of arguments for the command. CommandAPICommand withPermission(CommandPermission)\nCommandAPICommand withPermission(String) The withPermission method is used to assign a permission that is required to execute the command. (See the section on permissions for more info). CommandAPICommand withRequirements(sender -> {}) The withRequirements method is used to assign additional constraints required to execute the command, similar to permissions. (See the section on requirements for more info). CommandAPICommand withAliases(String... args) The withAliases method is used to declare a list of aliases that can be used to run this command via. (See the section on aliases for more info). CommandAPICommand withHelp(String shortDescription, fullDescription)\nCommandAPICommand withHelp(HelpTopic helpTopic)\nCommandAPICommand withShortDescription(String shortDescription)\nCommandAPICommand withFullDescription(String fullDescription) The withHelp method, along with its specific withShortDescription and withFullDescription methods are used to declare the help topic for this command which is displayed in the /help command. (See the section on help for more info). CommandAPICommand withSubcommand(CommandAPICommand subcommand) The withSubcommand method is used to declare a subcommand that leads on from the current command. (See the section on subcommands for more info). Setting the command's executor CommandAPICommand executes((sender, args) -> {})\nCommandAPICommand executes(info -> {}) Executes a command using the CommandSender object. CommandAPICommand executesPlayer((player, args) -> {})\nCommandAPICommand executesPlayer(info -> {}) Executes a command only if the command sender is a Player. CommandAPICommand executesEntity((entity, args) -> {})\nCommandAPICommand executesEntity(info -> {}) Executes a command only if the command sender is an Entity. CommandAPICommand executesCommandBlock((cmdblock, args) -> {})\nCommandAPICommand executesCommandBlock(info -> {}) Executes a command only if the command sender is a BlockCommandSender. CommandAPICommand executesConsole((console, args) -> {})\nCommandAPICommand executesConsole(info -> {}) Executes a command only if the command sender is a ConsoleCommandSender. CommandAPICommand executesProxy((proxy, args) -> {})\nCommandAPICommand executesProxy(info -> {}) Executes a command only if the command sender is a ProxiedCommandSender. CommandAPICommand executesNative((proxy, args) -> {})\nCommandAPICommand executesNative(info -> {}) Executes a command regardless of what the command sender is, using the NativeProxyCommandSender. Read more about native proxied command senders here . Developer's Note: Sometimes, the Java compiler throws an error saying that a method is ambiguous for the type CommandAPICommand. This is due to a limitation in Java's type inference system and is not a fault of the CommandAPI. If we take the following code, used to spawn a pig: new CommandAPICommand(\"spawnpigs\") .executesPlayer((player, args) -> { for(int i = 0; i < 10; i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0)); } }) .register(); The Java type inference system cannot determine what the type of the lambda (player, args) -> () is, therefore it produces the following compilation error: The method executesPlayer(PlayerCommandExecutor) is ambiguous for the type CommandAPICommand This can easily be resolved by declaring the specific type of the command sender and the arguments. For example: new CommandAPICommand(\"spawnpigs\") .executesPlayer((Player player, CommandArguments args) -> { for(int i = 0; i < 10; i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(0)); } }) .register(); Registering the command void register() Registers the command with the default minecraft namespace. If you are shading you can set the default namespace using CommandAPIConfig#setNamespace(String) or CommandAPIBukkitConfig#usePluginNamespace(). void register(String namespace) Registers the command with a custom provided namespace. void register(JavaPlugin plugin) Registers the command with the provided plugin's name.","breadcrumbs":"Command registration » CommandAPICommand methods","id":"100","title":"CommandAPICommand methods"},"101":{"body":"It is recommended to register commands in either the onLoad() or onEnable() method. With the CommandAPI, depending on whether you use onLoad() or onEnable() to load your commands depends on whether your plugin is used with Minecraft's functions: When to load What to do onLoad() method Register commands to be used in Minecraft functions ( see the Function section for more info ) onEnable() method Register regular commands The CommandAPI does support registering commands outside of these methods while the server is running. Commands registered after the server is done loading should work the same as commands registered in onEnable.","breadcrumbs":"Command registration » Command loading order","id":"101","title":"Command loading order"},"102":{"body":"The CommandAPI allows you to remove commands completely from Minecraft's command list. This includes Vanilla commands, Bukkit commands, and plugin commands. There are three methods you might use when unregistering commands: CommandAPI.unregister(String commandName);\nCommandAPI.unregister(String commandName, boolean unregisterNamespaces);\nCommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit); To understand when and how to use these methods, you need to know a little about how Bukkit loads and sets up commands. This is basically the order of events when a Bukkit server starts: Vanilla commands are placed in the Vanilla CommandDispatcher Bukkit commands are placed in the Bukkit CommandMap Given the bukkit namespace (E.g. bukkit:version) Plugins are loaded onLoad is called Plugins are enabled Plugin commands are read from the plugin.yml file and placed in the Bukkit CommandMap Given the plugin's name as their namespace (E.g. luckperms:lp) onEnable is called Repeat for each plugin Bukkit's help command is registered Vanilla commands are added to the Bukkit CommandMap Given the minecraft namespace (E.g. minecraft:gamemode) The server is done loading Unregistering a command only works if it happens after the command is created. Bukkit's command system is special and has two locations where commands can exist -- either the Vanilla CommandDispatcher or the Bukkit CommandMap -- so you also need to know where your command is registered. With that in mind, here is what each of the unregister methods do: CommandAPI.unregister(String commandName); Unregisters a command from the Vanilla CommandDispatcher. CommandAPI.unregister(String commandName, boolean unregisterNamespaces); Unregisters a command from the Vanilla CommandDispatcher. If unregisterNamespaces is true, then any namespaced version of the command is also unregistered. CommandAPIBukkit.unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit); Unregisters a command from Bukkit. As before, if unregisterNamespaces is true, then any namespaced version of the command is also unregistered. If unregisterBukkit is true, then only Bukkit commands in the Bukkit CommandMap are unregistered. If unregisterBukkit is false, only commands from the Vanilla CommandDispatcher are unregistered. To give a better idea of how and when to use these methods, the rest of this page documents how to unregister different types of commands.","breadcrumbs":"Command unregistration » Command unregistration","id":"102","title":"Command unregistration"},"103":{"body":"/version is a command provided by Bukkit. Looking at the sequence of events above, that means it is created during step 2, before plugins are loaded in step 3. Consequently, the command will exist when our plugin's onLoad method is called, so we'll unregister it there. The same code will work in onEnable too, since step 4 is also after step 2. Since this command exists in the Bukkit CommandMap, we'll need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll also remove the namespaced version -- /bukkit:version -- so unregisterNamespaces will be true. All together, the code looks like this: @Override\npublic void onLoad() { CommandAPIBukkit.unregister(\"version\", true, true);\n} override fun onLoad() { CommandAPIBukkit.unregister(\"version\", false, true)\n} With this plugin, executing /version or /bukkit:version will give the unknown command message. Note that aliases like /ver and its namespaced version /bukkit:ver will still work. To remove aliases as well, you need to unregister each as its own command. For, /ver, that would mean calling CommandAPIBukkit.unregister(\"ver\", true, true).","breadcrumbs":"Command unregistration » Unregistering a Bukkit command - /version","id":"103","title":"Unregistering a Bukkit command - /version"},"104":{"body":"/gamemode is a command provided by Vanilla Minecraft. Like the previous example , Vanilla commands are created in step 1, before plugins are loaded in step 3. For variety, we'll unregister the command in our plugin's onEnable -- step 4 -- but the same code would also work in onLoad. Since this command exists in the Vanilla CommandDispatcher, we can use CommandAPI#unregister. That works the same as CommandAPIBukkit#unregister with unregisterBukkit set to false. We don't care about the namespace, so unregisterNamespaces will be false. That means we can use the simplest method, CommandAPI.unregister(String commandName), since it sets unregisterNamespaces to false by default. All together, the code looks like this: @Override\npublic void onEnable() { CommandAPI.unregister(\"gamemode\");\n} override fun onEnable() { CommandAPI.unregister(\"gamemode\")\n} With this code, executing /gamemode will give the unknown command exception as expected. However, even though unregisterNamespaces was false, /minecraft:gamemode can also not be run. This happens because Vanilla commands are given their namespace in step 6, after our plugin has removed /gamemode. When the server starts, /gamemode is created in step 2 inside the Vanilla CommandDispatcher. In step 4, our plugin is enabled and we remove the /gamemode command from that CommandDispatcher. After all the plugins enable, step 6 moves all commands in the Vanilla CommandDispatcher to the Bukkit CommandMap and gives them the minecraft namespace. Since /gamemode doesn't exist at this point, step 6 cannot create the /minecraft:gamemode command. So, even though unregisterNamespaces was false, /minecraft:gamemode doesn't exist anyway.","breadcrumbs":"Command unregistration » Unregistering a Vanilla command - /gamemode","id":"104","title":"Unregistering a Vanilla command - /gamemode"},"105":{"body":"To replace a command, first unregister the original command, then register a new implementation for that command. @Override\npublic void onEnable() { CommandAPI.unregister(\"gamemode\"); // Register our new /gamemode, with survival, creative, adventure and spectator new CommandAPICommand(\"gamemode\") .withArguments(new MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\")) .executes((sender, args) -> { // Implementation of our /gamemode command }) .register();\n} override fun onEnable() { CommandAPI.unregister(\"gamemode\"); // Register our new /gamemode, with survival, creative, adventure and spectator CommandAPICommand(\"gamemode\") .withArguments(MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\")) .executes(CommandExecutor { sender, args -> // Implementation of our /gamemode command }) .register()\n} Now, when /gamemode is executed, it will use the new implementation defined using the CommandAPI.","breadcrumbs":"Command unregistration » Example - Replacing Minecraft's /gamemode command","id":"105","title":"Example - Replacing Minecraft's /gamemode command"},"106":{"body":"The /luckperms command is provided by the Bukkit LuckPerms plugin. Plugin commands are created during step 4, immediately before calling the onEnable method of the respective plugin. In this case, unregistering the command in our own plugin's onLoad would not work, since the command wouldn't exist yet. We also have to make sure that our onEnable method is called after LuckPerm's. The best way to make sure that happens is to add LuckPerms as a depend or softdepend in our plugin's plugin.yml. You can read more about the different between depend and softdepend in Spigot's documentation , but that will look something like this: name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: - LuckPerms Since plugin commands are stored in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. For demonstration’s sake, we only want to unregister the namespaced version -- /luckperms:luckperms -- and leave /luckperms alone. To do this, give \"luckperms:luckperms\" as the commandName, and set unregisterNamespaces to false. All together, the code looks like this: @Override\npublic void onEnable() { CommandAPIBukkit.unregister(\"luckperms:luckperms\", false, true);\n} override fun onEnable() { CommandAPIBukkit.unregister(\"luckperms:luckperms\", false, true)\n} Executing /luckperms will work as normal, but /luckperms:luckperms will give the unknown command message.","breadcrumbs":"Command unregistration » Unregistering a Plugin command - /luckperms:luckperms","id":"106","title":"Unregistering a Plugin command - /luckperms:luckperms"},"107":{"body":"Unregistering a command created by the CommandAPI is similar to both unregistering a Vanilla command and a plugin command. Like a Vanilla command, CommandAPI commands are stored in the Vanilla CommandDispatcher, so they should be unregistered with unregisterBukkit set to false. Like plugin commands, they may be created in onEnable, so you need to make sure your plugin is enabled after the plugin that adds the command. Unlike plugin commands, CommandAPI commands may be created in onLoad, as discussed in Command loading order . That just means you may also be able to unregister the command in you own plugin's onLoad. As always, simply make sure you unregister a command after it is created, and it will be removed properly. For our example, let's say we want to unregister the /break command created by the Bukkit Maven Example Project for the CommandAPI. If you look at that plugin's code, you can see that it registers the /break command in it's onEnable method. Therefore, we can unregister the command in our own plugin's onEnable, making sure that our plugin will enable second by adding ExamplePlugin as a depend or softdepend . name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: - CommandAPI - ExamplePlugin Developer's Note: If you can't find the code where a CommandAPI command is registered or just don't have access to the code of a plugin, you can still figure out when a command is registered. If you set verbose-outputs to true in the CommandAPI's configuration, it will log command registration. For the ExamplePlugin, setting verbose-outputs to true gives this: [Server thread/INFO]: [ExamplePlugin] Enabling ExamplePlugin v0.0.1\n[Server thread/INFO]: [CommandAPI] Registering command /break block<LocationArgument>\n[Server thread/INFO]: [CommandAPI] Registering command /myeffect target<PlayerArgument> potion<PotionEffectArgument>\n[Server thread/INFO]: [CommandAPI] Registering command /nbt nbt<NBTCompoundArgument> You can see that the ExamplePlugin registers its commands when onEnable is called. In summary, we will unregister the /break command in our plugin's onEnable. We added Example plugin to the depend list in our plugin.yml so that our onEnable method runs second. unregisterNamespaces and unregisterBukkit will be set to false, and those are the default values, so we can simply use CommandAPI.unregister(String commandName). All together, the code looks like this: @Override\npublic void onEnable() { CommandAPI.unregister(\"break\");\n} override fun onEnable() { CommandAPI.unregister(\"break\")\n} Now, when you try to execute /break, you will just get the unknown command message as if it never existed.","breadcrumbs":"Command unregistration » Unregistering a CommandAPI command","id":"107","title":"Unregistering a CommandAPI command"},"108":{"body":"If you look at the sequence of events at the top of this page, you might notice that Bukkit's /help command gets its own place in step 5. Unlike the other Bukkit commands , /help is special and gets registered after plugins are loaded and enabled (don't ask, I don't know why :P). That means unregistering /help in onLoad or onEnable does not work, since the command doesn't exist yet. In order to run our unregister task after the server is enabled, we can use Bukkit's Scheduler API . There are many ways to set up and run a task, and this should work in whatever way you like. You can even give the task zero delay, since Bukkit only starts processing tasks after the server is enabled. Since /help is in the Bukkit CommandMap, we need to use CommandAPIBukkit#unregister with unregisterBukkit set to true. We'll leave /bukkit:help alone, so unregisterNamespaces will be false. All together, we can unregister Bukkit's /help command with this code: @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPIBukkit.unregister(\"help\", false, true); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPIBukkit.unregister(\"help\", false, true) } }.runTaskLater(this, 0)\n} Funnily, if you try to execute /help, the server will still tell you: Unknown command. Type \"/help\" for help.. Luckily, unregisterNamespaces was false, so you can still use /bukkit:help to figure out your problem.","breadcrumbs":"Command unregistration » Special case: Unregistering Bukkit's /help","id":"108","title":"Special case: Unregistering Bukkit's /help"},"109":{"body":"In the earlier example for Unregistering /gamemode , even though unregisterNamespaces was false, the /minecraft:gamemode command was also not executable. As explained up there, this happens because the namespaced version of commands in the Vanilla CommandDispatcher are not created until after plugins are loaded and enabled. Since we unregistered /gamemode in onEnable, when the time came for the server to transfer Vanilla commands into the Bukkit CommandMap, it didn't know to create the minecraft:gamemode command. Consequently, this means we cannot normally remove only the /minecraft:gamemode command without also unregistering /gamemode. Of course, it is still possible to only unregister /minecraft:gamemode and the namespaced versions of other Vanilla commands. As always, in order to unregister a command, you have to unregister after the command is created. So, we just need to unregister /minecraft:gamemode after the server is enabled. Like the previous special case , we can use Bukkit's Scheduler API to run our unregister task after the server is enabled. While /minecraft:gamemode only exists in the Bukkit CommandMap, it is the namespaced version of the Vanilla /gamemode command, so it is considered a Vanilla command. That means unregisterBukkit should be false, which is what it defaults to when using CommandAPI#unregister. The CommandAPI understands that once the server is enabled Vanilla commands will have been copied to the CommandMap, so it will be able to find /minecraft:gamemode Finally, unregisterNamespaces should be false, and since that's the default value we don't have to include it. All together, the code looks like this: @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"minecraft:gamemode\"); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"minecraft:gamemode\") } }.runTaskLater(this, 0)\n} With this code, /gamemode will execute as normal, but /minecraft:gamemode will give the unknown command message. Developer's Note: Doing the opposite action here -- only unregistering /gamemode but keeping /minecraft:gamemode -- is not recommended. That would be the following code, where commandName is \"gamemode\" (or any command in the Vanilla CommandDispatcher), and unregisterNamespaces is false: // NOT RECOMMENDED\n@Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"gamemode\"); } }.runTaskLater(this, 0);\n} // NOT RECOMMENDED\noverride fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"gamemode\") } }.runTaskLater(this, 0)\n} The expected outcome of this code is that /minecraft:gamemode would work as expected, and /gamemode would give the command not found message. However, that is only true for the player's commands. If you try to use /minecraft:gamemode in the console, it will not work properly. Specifically, while you can tab-complete the command's label, minecraft:gamemode the command's arguments will not have any suggestions. If you try to execute /minecraft:gamemode in the console, it will always tell you your command is unknown or incomplete. The main point is that if you ever try to unregister a Vanilla command after the server is enabled, the namespaced version of that command will break for the console. To avoid this issue, always set unregisterNamespaces to true if unregisterBukkit is false when unregistering commands after the server is enabled. @Override\npublic void onEnable() { new BukkitRunnable() { @Override public void run() { CommandAPI.unregister(\"gamemode\", true); } }.runTaskLater(this, 0);\n} override fun onEnable() { object : BukkitRunnable() { override fun run() { CommandAPI.unregister(\"gamemode\", true) } }.runTaskLater(this, 0)\n}","breadcrumbs":"Command unregistration » Special case: Unregistering only /minecraft:gamemode","id":"109","title":"Special case: Unregistering only /minecraft:gamemode"},"11":{"body":"Updates Optional arguments page to update the method list for avoiding null values Updates Normal command executors page to now mention the existence of the ExecutionInfo","breadcrumbs":"Introduction » Documentation changes 9.0.0 \\(\\rightarrow\\) 9.0.1","id":"11","title":"Documentation changes 9.0.0 \\(\\rightarrow\\) 9.0.1"},"110":{"body":"Developer's Note: This section can be a little bit difficult to follow. If you only want the bare basic features (executes a command) , read the section on Normal command executors - this behaves very similar to the onCommand method in Bukkit. The CommandAPI provides various command executors which are lambdas which execute the code you want when a command is called. With a lot of simplification, there are two main types of command executors: Ones that just runs the command (let's call it a normal command executor ) Ones that returns an integer as a result (let's call it a resulting command executor ) Developer's Note: In general, you need not focus too much on what type of command executor to implement. If you know for certain that you're going to be using your command with command blocks, and specifically want to state whether a command returns a value, just ensure you return an integer at the end of your declared command executor. Java will infer the type (whether it's a normal command executor or a resulting command executor) automatically, so feel free to return an integer or not. In addition to these two types of command executors, there are ways to restrict the execution of commands to certain CommandSender subclasses. In other words, you can make commands executable by players in game only for instance. These restrictions are covered in more detail in Normal command executors .","breadcrumbs":"Command executors » Command executors","id":"110","title":"Command executors"},"111":{"body":"Command executors are of the following format, where sender is a CommandSender , and args is a CommandArguments object, which represents arguments which are parsed by the CommandAPI. new CommandAPICommand(\"...\") .executes((sender, args) -> { //Code here }) .register(); With normal command executors, these do not need to return anything. By default, this will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully, either by throwing an exception (RuntimeException) or by forcing the command to fail (See the section on handling command failures ). In short, this is what values are returned when a command is executed from a normal command executor: Command Works Command Doesn't Work Success Value 1 0 Result Value 1 0","breadcrumbs":"Command executors » Normal command executors » Normal command executors","id":"111","title":"Normal command executors"},"112":{"body":"To illustrate this, let's take a look at a simple message broadcasting command. We'll make a command which sends a message to everyone on the server, using the following syntax: /broadcastmsg <message>\n/broadcastmessage <message>\n/broadcast <message> We use an argument \"message\" to hold the message to broadcast, we provide some aliases and set a permission required to run the command. Then we declare our main command body by using the .executes() method, before finally registering the command: // Create our command\nnew CommandAPICommand(\"broadcastmsg\") .withArguments(new GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes((sender, args) -> { String message = (String) args.get(\"message\"); Bukkit.getServer().broadcastMessage(message); }) .register(); // Create our command\nCommandAPICommand(\"broadcastmsg\") .withArguments(GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes(CommandExecutor { _, args -> val message = args[\"message\"] as String Bukkit.getServer().broadcastMessage(message) }) .register() Note how when we finish up our implementation of .executes(), we don't return anything. This is unlike commands in the standard Bukkit API where the onCommand method returns a Boolean value: boolean onCommand(CommandSender, Command, String, String[]) The returning of this Boolean value is handled automatically by the CommandAPI on a much lower level.","breadcrumbs":"Command executors » Normal command executors » Example - Creating a message broadcasting system","id":"112","title":"Example - Creating a message broadcasting system"},"113":{"body":"The CommandAPICommand class has multiple different executes...() methods that can restrict the command sender to any of the following objects: CommandSender Object Method to use Who can run this? CommandSender .executes() Any CommandSender Player .executesPlayer() In-game players only Entity .executesEntity() Entities only BlockCommandSender .executesCommandBlock() Command blocks only ConsoleCommandSender .executesConsole() The console only ProxiedCommandSender .executesProxy() Proxied senders only(via /execute as ...) NativeProxyCommandSender .executesNative() See Native commandsenders","breadcrumbs":"Command executors » Normal command executors » Restricting who can run your command","id":"113","title":"Restricting who can run your command"},"114":{"body":"Say we wanted to create a command /suicide, which kills the player that executes it. Since this command can't be used by non-players (you can't kill a command block!), we can restrict it so only players can execute this command. Since it's a player, we can use the .executesPlayer() method: new CommandAPICommand(\"suicide\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); CommandAPICommand(\"suicide\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .register()","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command","id":"114","title":"Example - A /suicide command"},"115":{"body":"The CommandAPI allows you to chain different implementations of the command depending on the type of CommandSender. This allows you to easily specify what types of CommandSenders are required to run a command. Extending on the suicide example above, we could write another implementation for a different CommandSender. Here, we write an implementation to make entities (non-player) go out with a bang when they run the command (using /execute as <entity> run suicide command).","breadcrumbs":"Command executors » Normal command executors » Multiple command executor implementations","id":"115","title":"Multiple command executor implementations"},"116":{"body":"new CommandAPICommand(\"suicide\") .executesPlayer((player, args) -> { player.setHealth(0); }) .executesEntity((entity, args) -> { entity.getWorld().createExplosion(entity.getLocation(), 4); entity.remove(); }) .register(); CommandAPICommand(\"suicide\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .executesEntity(EntityCommandExecutor { entity, _ -> entity.world.createExplosion(entity.location, 4f) entity.remove() }) .register() This saves having to use instanceof multiple times to check the type of the CommandSender. The different command sender priority is the following (from highest priority to lowest priority): \\begin{align} &\\quad\\texttt{.executesNative()} && \\texttt{(Always chosen if used)}\\\\ &\\quad\\texttt{.executesPlayer()} \\\\ &\\quad\\texttt{.executesEntity()} \\\\ &\\quad\\texttt{.executesConsole()} \\\\ &\\quad\\texttt{.executesCommandBlock()} \\\\ &\\quad\\texttt{.executesProxy()} \\\\ &\\quad\\texttt{.executes()} \\end{align}","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command with different implementations","id":"116","title":"Example - A /suicide command with different implementations"},"117":{"body":"The CommandAPI also allows you to have multiple command executors with the same command implementation. This is useful for when you want to restrict the command sender required to run a command, but want to run the same code for each different command sender type. This is achieved using the .executes(executor, ...) method, which accepts a variadic array of ExecutorType objects. ExecutorType has the following values: ExecutorType Object Who can run this? ALL Any CommandSender PLAYER In-game players only ENTITY Entities only BLOCK Command blocks only CONSOLE The console only PROXY Proxied senders only(via /execute as ...) NATIVE See Native commandsenders","breadcrumbs":"Command executors » Normal command executors » Multiple command executors with the same implementation","id":"117","title":"Multiple command executors with the same implementation"},"118":{"body":"Expanding on the suicide example above, we can restrict the command to only players and entities. We know that the command sender is a LivingEntity, so we can cast to it safely. new CommandAPICommand(\"suicide\") .executes((sender, args) -> { LivingEntity entity; if (sender instanceof ProxiedCommandSender proxy) { entity = (LivingEntity) proxy.getCallee(); } else { entity = (LivingEntity) sender; } entity.setHealth(0); }, ExecutorType.PLAYER, ExecutorType.PROXY) .register(); CommandAPICommand(\"suicide\") .executes(CommandExecutor { sender, _ -> val entity = (if (sender is ProxiedCommandSender) sender.callee else sender) as LivingEntity entity.setHealth(0.0) }, ExecutorType.PLAYER, ExecutorType.PROXY) .register()","breadcrumbs":"Command executors » Normal command executors » Example - A /suicide command with the same implementation","id":"118","title":"Example - A /suicide command with the same implementation"},"119":{"body":"You also have the option to implement a command executor which uses an ExecutionInfo object: new CommandAPICommand(\"...\") .executes(info -> { // Use info here }) .register(); The ExecutionInfo provides two user-facing methods which both let you access the CommandSender and the arguments: CommandSender sender(); This method automatically detects which CommandSender type has been used, similar to the .executesXXX() method (see here )! Therefore, casting is not necessary! The second method lets you access the command's arguments: CommandArguments args();","breadcrumbs":"Command executors » Normal command executors » Using the ExecutionInfo","id":"119","title":"Using the ExecutionInfo"},"12":{"body":"Developer's Note: 9.0.0 is a giant update that is incompatible with 8.8.x and prior versions. A lot of the documentation's code examples and explanations have been changed for the various changes made in this version. Please read the Upgrading guide for information on how to upgrade to 9.0.0. Adds the new Optional arguments section Adds Kotlin DSL code examples to all code examples","breadcrumbs":"Introduction » Documentation changes 8.8.0 \\(\\rightarrow\\) 9.0.0","id":"12","title":"Documentation changes 8.8.0 \\(\\rightarrow\\) 9.0.0"},"120":{"body":"The CommandAPI has extra support for vanilla Minecraft's /execute command, by allowing the CommandSender to be an instance of the ProxiedCommandSender class. This allows the CommandSender to contain two extra pieces of information: The \"proxied sender\" and the original sender.","breadcrumbs":"Command executors » Proxied commandsenders » Proxied commandsenders","id":"120","title":"Proxied commandsenders"},"121":{"body":"Say we have a command which kills the sender of a command. This is easily implemented as follows: new CommandAPICommand(\"killme\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); CommandAPICommand(\"killme\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .register() commandAPICommand(\"killme\") { playerExecutor { player, _ -> player.health = 0.0 }\n} But what if the sender of the command is not a player? By using Minecraft's /execute command, we could execute the command as any arbitrary entity, as shown with the command below: /execute as @e[type=chicken] run killme To handle this case, we can use the .executesProxy() method to ensure that the command sender is a ProxiedCommandSender. Then, we can kill the callee (the entity which is being 'forced' to run the command /killme) new CommandAPICommand(\"killme\") .executesPlayer((player, args) -> { player.setHealth(0); }) .executesProxy((proxy, args) -> { // Check if the callee (target) is an Entity and kill it if (proxy.getCallee() instanceof LivingEntity target) { target.setHealth(0); } }) .register(); CommandAPICommand(\"killme\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.setHealth(0.0) }) .executesProxy(ProxyCommandExecutor { proxy, _ -> // Check if the callee (target) is an Entity and kill it if (proxy.callee is LivingEntity) { (proxy.callee as LivingEntity).setHealth(0.0) } }) .register() commandAPICommand(\"killme\") { playerExecutor { player, _ -> player.health = 0.0 } proxyExecutor { proxy, _ -> // Check if the callee (target) is an Entity and kill it if (proxy.callee is LivingEntity) { (proxy.callee as LivingEntity).health = 0.0 } }\n} This allows the command above to run successfully, killing all chickens it can find.","breadcrumbs":"Command executors » Proxied commandsenders » Example - Running a command as a chicken","id":"121","title":"Example - Running a command as a chicken"},"122":{"body":"In a similar way that the ProxiedCommandSender is used to store information about two command senders: a caller (the one that wrote the command) and a callee (the one that ends up executing the command), the CommandAPI also has a special NativeProxyCommandSender class which is a more powerful representation of the ProxiedCommandSender class. In addition to inheriting all of the methods from ProxiedCommandSender, this class also has the following two methods: public World getWorld();\npublic Location getLocation(); These methods contain additional information about the command executor's state, and are primarily designed to be used with Minecraft's /execute command.","breadcrumbs":"Command executors » Native commandsenders » Native commandsenders","id":"122","title":"Native commandsenders"},"123":{"body":"The following table represents how the different /execute arguments affect the NativeProxyCommandSender class: /execute argument How it changes NativeProxyCommandSender /execute align Changes getLocation() only /execute anchored Changes nothing /execute as Changes getCallee() only /execute at Changes getLocation() and getWorld() only /execute facing Changes getLocation() only /execute in Changes getWorld() only /execute positioned Changes getLocation() only /execute rotated Changes getLocation()only","breadcrumbs":"Command executors » Native commandsenders » Minecraft's /execute arguments","id":"123","title":"Minecraft's /execute arguments"},"124":{"body":"As described in the section about normal command executors , there are multiple methods to register a command executor. For the NativeProxyCommandSender, the .executesNative() method should be used. Note: The .executesNative() method has the highest priority over all over .executesXXX() methods - if you use the .executesNative() method, no other execution method will be run.","breadcrumbs":"Command executors » Native commandsenders » Using the native commandsender","id":"124","title":"Using the native commandsender"},"125":{"body":"Say we wanted to make a command that simply sets the current block to air. For this example, we'll use the following command syntax: /break As you can see, this command takes no arguments. This is fine, since our \"argument\" will be the sender's location. We can access the sender's location using the getLocation() method from the NativeProxyCommandSender object, available from the .executesNative() method: new CommandAPICommand(\"break\") .executesNative((sender, args) -> { Location location = sender.getLocation(); if (location != null) { location.getBlock().breakNaturally(); } }) .register(); CommandAPICommand(\"break\") .executesNative(NativeCommandExecutor { sender, _ -> val location = sender.location location.block.breakNaturally() }) .register() commandAPICommand(\"break\") { nativeExecutor { sender, _ -> val location = sender.location location.block.breakNaturally() }\n} This can now be used via the following command examples: /execute positioned 100 62 50 run break /execute at @e[type=pig] run break /execute in minecraft:overworld positioned 20 60 -20 run break","breadcrumbs":"Command executors » Native commandsenders » Example - A really simple \"break block\" command","id":"125","title":"Example - A really simple \"break block\" command"},"126":{"body":"Resulting command executors are very similar to normal command executors, except they can return an integer result value . (sender, args) -> { //Code here return /*some integer here*/ ;\n}; Similarly, these will return a success value of 1 if it runs successfully, and a success value of 0 if it runs unsuccessfully. If a success value of 0 occurs, the result value will be 0 . In short: Command Works Command Doesn't Work Success Value 1 0 Result Value result defined in your code 0 The concept of result values are better explained through examples:","breadcrumbs":"Command executors » Resulting command executors » Resulting command executors","id":"126","title":"Resulting command executors"},"127":{"body":"Say we want a command that returns a random number as a result. This can then be used by vanilla Minecraft's /execute store result ... command, which can be used for other command block chains. new CommandAPICommand(\"randnum\") .executes((sender, args) -> { return ThreadLocalRandom.current().nextInt(); }) .register(); CommandAPICommand(\"randnum\") .executes(ResultingCommandExecutor { _, _ -> Random.nextInt() }) .register() commandAPICommand(\"randnum\") { anyResultingExecutor { _, _ -> Random.nextInt() }\n} This returns a success value of 1 (Because no errors or CommandAPI.failWithString(String) was thrown) and a result value of a random number .","breadcrumbs":"Command executors » Resulting command executors » Example - Random number result command","id":"127","title":"Example - Random number result command"},"128":{"body":"We can store state using /execute store and we can perform conditional checks using /execute if. By combining these, we can create a system which can be used with commandblocks to say, give players random lootboxes and redeem them. The concept is to create a command that generates a random number from 1 to 100. If the number is 1 (thus, the chance of being chosen is \\(\\frac{1}{100}\\)), then we award a player with some reward, say 64 diamonds. To do this, we'll declare two commands: /randomnumber - returns a random number between 1 and 99 (inclusive)\n/givereward <player> - gives a player 64 diamonds and broadcasts it in the chat Since we're declaring commands that are to be used in /execute, we must ensure that these commands are registered in your plugin's onLoad() method. First, we write our implementation for /randomnumber. It is fairly straight forward using Java's ThreadLocalRandom to generate a random number: // Register random number generator command from 1 to 99 (inclusive)\nnew CommandAPICommand(\"randomnumber\") .executes((sender, args) -> { return ThreadLocalRandom.current().nextInt(1, 100); // Returns random number from 1 <= x < 100 }) .register(); // Register random number generator command from 1 to 99 (inclusive)\nCommandAPICommand(\"randomnumber\") .executes(ResultingCommandExecutor { _, _ -> (1..100).random() // Returns random number from 1 <= x < 100 }) .register() // Register random number generator command from 1 to 99 (inclusive)\ncommandAPICommand(\"randomnumber\") { anyResultingExecutor { _, _ -> (1..100).random() }\n} Now we write our implementation for /givereward. In this example, we use the EntitySelectorArgument to select a single player. We cast it to Player and then add the items to their inventory. // Register reward giving system for a target player\nnew CommandAPICommand(\"givereward\") .withArguments(new EntitySelectorArgument.OnePlayer(\"target\")) .executes((sender, args) -> { Player player = (Player) args.get(\"target\"); player.getInventory().addItem(new ItemStack(Material.DIAMOND, 64)); Bukkit.broadcastMessage(player.getName() + \" won a rare 64 diamonds from a loot box!\"); }) .register(); // Register reward giving system for a target player\nCommandAPICommand(\"givereward\") .withArguments(EntitySelectorArgument.OnePlayer(\"target\")) .executes(CommandExecutor { _, args -> val player = args[\"target\"] as Player player.inventory.addItem(ItemStack(Material.DIAMOND, 64)) Bukkit.broadcastMessage(\"${player.name} won a rare 64 diamonds from a loot box!\") }) .register() // Register reward giving system for a target player\ncommandAPICommand(\"givereward\") { entitySelectorArgumentOnePlayer(\"target\") anyExecutor { _, args -> val player = args[\"target\"] as Player player.inventory.addItem(ItemStack(Material.DIAMOND, 64)) Bukkit.broadcastMessage(\"${player.name} won a rare 64 diamonds from a loot box!\") }\n} Now that we've declared these commands, we can now use them in practice. We can use a command block to store a random number under the scoreboard score randVal for a player called SomePlayer, by executing the command /randomnumber. Since /randomnumber returns an integer, this value is stored in the scoreboard score: /execute store result score SomePlayer randVal run randomnumber To check if the random number is equal to 1, we can use the /execute if command. If their score stored in randVal matches 1, then we run the /givereward command. /execute if score SomePlayer randVal matches 1 run givereward SomePlayer","breadcrumbs":"Command executors » Resulting command executors » Example - Lootbox system with /execute command","id":"128","title":"Example - Lootbox system with /execute command"},"129":{"body":"Sometimes, you want your command to fail on purpose. This is the way to \"gracefully\" handle errors in your command execution. This is performed by throwing any of the following methods: throw CommandAPI.failWithString(String message);\nthrow CommandAPI.failWithMessage(Message message);\nthrow CommandAPIBukkit.failWithBaseComponents(BaseComponent... message);\nthrow CommandAPIBukkit.failWithAdventureComponent(Component message); When the CommandAPI handles the fail method, it will cause the command to return a success value of 0, to indicate failure.","breadcrumbs":"Command executors » Handling command failures » Handling command failures","id":"129","title":"Handling command failures"},"13":{"body":"Changed the version number from 8.7.0 to 8.8.0. That's it.","breadcrumbs":"Introduction » Documentation changes 8.7.0 \\(\\rightarrow\\) 8.8.0","id":"13","title":"Documentation changes 8.7.0 \\(\\rightarrow\\) 8.8.0"},"130":{"body":"Say we have some list containing fruit and the player can choose from it. In order to do that, we can use a StringArgument and suggest it to the player using .replaceSuggestions(info -> String[]). However, because this only lists suggestions to the player, it does not stop the player from entering an option that isn't on the list of suggestions. Therefore, to gracefully handle this with a proper error message, we use one of the CommandAPI.failWithXXX() methods above with a meaningful error message which is displayed to the user. // Array of fruit\nString[] fruit = new String[] {\"banana\", \"apple\", \"orange\"}; // Register the command\nnew CommandAPICommand(\"getfruit\") .withArguments(new StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.strings(fruit))) .executes((sender, args) -> { String inputFruit = (String) args.get(\"item\"); if (Arrays.stream(fruit).anyMatch(inputFruit::equals)) { // Do something with inputFruit } else { // The sender's input is not in the list of fruit throw CommandAPI.failWithString(\"That fruit doesn't exist!\"); } }) .register(); // List of fruit\nval fruit = listOf<String>(\"banana\", \"apple\", \"orange\") // Register the command\nCommandAPICommand(\"getfruit\") .withArguments(StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.strings(fruit))) .executes(CommandExecutor { _, args -> val inputFruit = args[\"item\"] as String if(fruit.any { it == inputFruit }) { // Do something with inputFruit } else { // The sender's input is not in the list of fruit throw CommandAPI.failWithString(\"That fruit doesn't exist!\") } }) .register() Developer's Note: In general, it's a good idea to handle unexpected cases with one of the CommandAPI.failWithXXX() methods. Most arguments used by the CommandAPI will have their own built-in failsafe system (e.g. the EntitySelectorArgument will not execute the command executor if it fails to find an entity) , so this feature is for those extra cases.","breadcrumbs":"Command executors » Handling command failures » Example - Command failing for element not in a list","id":"130","title":"Example - Command failing for element not in a list"},"131":{"body":"Arguments in the CommandAPI are registered by using an Argument[] or List<Argument> object. There are two things you need to keep in mind when creating arguments: The order which they will be used The type of each argument By definition of a List, the order of the elements inserted into it are preserved, meaning the order you add arguments to the List will be the resulting order of which arguments are presented to the user when they run that command. Adding arguments for registration is simple: // Create a List\nList<Argument> arguments = new ArrayList<>(); // Add an argument with the node \"target\", which is a PlayerArgument\narguments.add(new PlayerArgument(\"target\")); The String value is the node that is registered into Minecraft's internal command graph. This is name is also used as a prompt that is shown to a player when they are entering the command. The CommandAPI is very flexible when it comes to registering arguments, and lets you use a number of different methods to suit your preference: new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"arg0\")) .withArguments(new StringArgument(\"arg1\")) .withArguments(new StringArgument(\"arg2\")) // And so on CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"arg0\")) .withArguments(StringArgument(\"arg1\")) .withArguments(StringArgument(\"arg2\")) // And so on commandAPICommand(\"mycommand\") { stringArgument(\"arg0\") stringArgument(\"arg1\") stringArgument(\"arg2\") // And so on\n} new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"arg0\"), new StringArgument(\"arg1\"), new StringArgument(\"arg2\")) // And so on CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")) // And so on commandAPICommand(\"mycommand\") { arguments(StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")) // And so on\n} List<Argument<?>> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"arg0\"));\narguments.add(new StringArgument(\"arg1\"));\narguments.add(new StringArgument(\"arg2\")); new CommandAPICommand(\"mycommand\") .withArguments(arguments) // And so on val arguments = listOf( StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")\n) CommandAPICommand(\"mycommand\") .withArguments(arguments) // And so on val arguments = listOf( StringArgument(\"arg0\"), StringArgument(\"arg1\"), StringArgument(\"arg2\")\n) commandAPICommand(\"mycommand\") { arguments(*arguments.toTypedArray()) // And so on\n}","breadcrumbs":"Command arguments » Arguments","id":"131","title":"Arguments"},"132":{"body":"To access arguments, they have to be casted to the type that the argument represents. The order of the arguments in the CommandArguments args is the same as the order in which the arguments were declared. List<Argument<?>> commandArguments = new ArrayList<>();\ncommandArguments.add(new StringArgument(\"arg0\"));\ncommandArguments.add(new PotionEffectArgument(\"arg1\"));\ncommandArguments.add(new LocationArgument(\"arg2\")); new CommandAPICommand(\"cmd\") .withArguments(commandArguments) .executes((sender, args) -> { String stringArg = (String) args.get(\"arg0\"); PotionEffectType potionArg = (PotionEffectType) args.get(\"arg1\"); Location locationArg = (Location) args.get(\"arg2\"); }) .register(); val commandArguments = listOf( StringArgument(\"arg0\"), PotionEffectArgument(\"arg1\"), LocationArgument(\"arg2\")\n) CommandAPICommand(\"cmd\") .withArguments(commandArguments) .executes(CommandExecutor { _, args -> val stringArg = args[\"arg0\"] as String val potionArg = args[\"arg1\"] as PotionEffectType val locationArg = args[\"arg2\"] as Location }) .register() val args = listOf( StringArgument(\"arg0\"), PotionEffectArgument(\"arg1\"), LocationArgument(\"arg2\")\n) commandAPICommand(\"cmd\") { arguments(*args.toTypedArray()) anyExecutor { _, args -> val stringArg = args[\"arg0\"] as String val potionArg = args[\"arg1\"] as PotionEffectType val locationArg = args[\"arg2\"] as Location }\n} The type to cast each argument (declared in the dev.jorel.commandapi.arguments package) is listed below: Argument class Data type AngleArgument float AdvancementArgument org.bukkit.advancement.Advancement AdventureChatArgument net.kyori.adventure.text.Component AdventureChatColorArgument net.kyori.adventure.text.format.NamedTextColor AdventureChatComponentArgument net.kyori.adventure.text.Component AxisArgument java.util.EnumSet<org.bukkit.Axis> BiomeArgument org.bukkit.block.Biome BiomeArgument.NamespacedKey org.bukkit.NamespacedKey BlockPredicateArgument java.util.function.Predicate <org.bukkit.block.Block> BlockStateArgument org.bukkit.block.data.BlockData BooleanArgument boolean ChatArgument net.md_5.bungee.api.chat.BaseComponent[] ChatColorArgument org.bukkit.ChatColor ChatComponentArgument net.md_5.bungee.api.chat.BaseComponent[] CommandArgument dev.jorel.commandapi.wrappers.CommandResult CustomArgument<T, B> T DoubleArgument double EnchantmentArgument org.bukkit.enchantments.Enchantment EntitySelectorArgument.ManyEntities Collection<org.bukkit.entity.Entity> EntitySelectorArgument.ManyPlayers Collection<org.bukkit.entity.Player> EntitySelectorArgument.OneEntity org.bukkit.entity.Entity EntitySelectorArgument.OnePlayer org.bukkit.entity.Player EntityTypeArgument org.bukkit.entity.EntityType FloatArgument float FloatRangeArgument dev.jorel.commandapi.wrappers.FloatRange FunctionArgument dev.jorel.commandapi.wrappers.FunctionWrapper[] GreedyStringArgument String IntegerArgument int IntegerRangeArgument dev.jorel.commandapi.wrappers.IntegerRange ItemStackArgument org.bukkit.inventory.ItemStack ItemStackPredicateArgument java.util.function.Predicate <org.bukkit.inventory.ItemStack> ListArgument java.util.Collection<T> LiteralArgument N/A Location2DArgument dev.jorel.commandapi.wrappers.Location2D LocationArgument org.bukkit.Location LongArgument long LootTableArgument org.bukkit.loot.LootTable MapArgument java.util.LinkedHashMap MathOperationArgument dev.jorel.commandapi.wrappers.MathOperation MultiLiteralArgument String NamespacedKeyArgument org.bukkit.NamespacedKey NBTCompoundArgument<T> The cast type changes depending on whether you're shading the CommandAPI or using the CommandAPI as a plugin:Shading:T (implemented yourself)Plugin:dev.jorel.commandapi.nbtapi.NBTContainer ObjectiveArgument org.bukkit.scoreboard.Objective ObjectiveCriteriaArgument String OfflinePlayerArgument org.bukkit.OfflinePlayer ParticleArgument dev.jorel.commandapi.wrappers.ParticleData PlayerArgument org.bukkit.entity.Player PotionEffectArgument org.bukkit.potion.PotionEffectType PotionEffectArgument.NamespacedKey org.bukkit.NamespacedKey RecipeArgument The cast type changes depending on your Minecraft version:Version 1.14.4 and below:org.bukkit.inventory.Recipe1.15 and above:org.bukkit.inventory.ComplexRecipe RotationArgument dev.jorel.commandapi.wrappers.Rotation ScoreboardSlotArgument dev.jorel.commandapi.wrappers.ScoreboardSlot ScoreHolderArgument.Single String ScoreHolderArgument.Multiple Collection<String> SoundArgument org.bukkit.Sound SoundArgument.NamespacedKey org.bukkit.NamespacedKey StringArgument String TeamArgument org.bukkit.scoreboard.Team TextArgument String TimeArgument int UUIDArgument java.util.UUID WorldArgument org.bukkit.World","breadcrumbs":"Command arguments » Argument Casting","id":"132","title":"Argument Casting"},"133":{"body":"The CommandArguments class was introduced in CommandAPI 9.0.0 and provides a much more powerful way of accessing arguments than just an array of arguments which existed until 9.0.0. While the argument array just gives the possibility to access the arguments via the array notation (args[0]), the CommandArguments class offers much more, including: Access the inner structure directly Access arguments Access raw arguments Access unsafe arguments Access safe arguments","breadcrumbs":"Command arguments » CommandArguments » CommandArguments","id":"133","title":"CommandArguments"},"134":{"body":"To access the inner structure of the CommandArguments class directly, it provides various methods which you can learn about below: Get the argument array Object[] args(); This returns the array of arguments as defined when creating your command. Get the arguments mapped to their node name Map<String, Object> argsMap(); This returns an unmodifiable map which contains the arguments mapped to their node names. Get the raw argument array String[] rawArgs(); This returns the array of raw arguments. An explanation of what raw arguments are can be found in the section about accessing raw arguments . Get the raw arguments mapped to their node name Map<String, String> rawArgsMap(); This returns an unmodifiable map which contains the raw arguments mapped to their node names. An explanation of what raw arguments are can be found in the section about accessing raw arguments . Other useful methods String fullInput(); // Returns the full command input (including the / character)\nint count(); // Returns the amount of arguments","breadcrumbs":"Command arguments » CommandArguments » Access the inner structure directly","id":"134","title":"Access the inner structure directly"},"135":{"body":"The CommandArguments class provides its arguments in a way similar to how a List or Map let you access their contents. When using these methods, you need to cast the arguments to their respective type. The CommandArguments class also provides a way to access unsafe arguments . You can choose to access arguments by their node name or by their index.","breadcrumbs":"Command arguments » CommandArguments » Access arguments","id":"135","title":"Access arguments"},"136":{"body":"Accessing arguments by their node name is the recommended way of accessing arguments. There are four methods you can use to access arguments by their node name: Object get(String nodeName);\nObject getOrDefault(String nodeName, Object defaultValue);\nObject getOrDefault(String nodeName, Supplier<?> defaultValue);\nOptional<Object> getOptional(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by node name","id":"136","title":"Access arguments by node name"},"137":{"body":"Accessing arguments by their index is the original way of accessing arguments. However, we recommend to access arguments by node name . Similar to the four methods of accessing arguments by their node name, there also are four methods you can use to access arguments by their index: Object get(int index);\nObject getOrDefault(int index, Object defaultValue);\nObject getOrDefault(int index, Supplier<?> defaultValue);\nOptional<Object> getOptional(int index);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by index","id":"137","title":"Access arguments by index"},"138":{"body":"To demonstrate the different ways of accessing arguments, we want to register a command /mycommand like this: /mycommand <name> <amount>\n/mycommand <name> <amount> <player>\n/mycommand <name> <amount> <player> <target>\n/mycommand <name> <amount> <player> <target> <message> This is how these commands are implemented: new CommandAPICommand(\"mycommand\") .withArguments(new StringArgument(\"name\")) .withArguments(new IntegerArgument(\"amount\")) .withOptionalArguments(new PlayerArgument(\"player\")) .withOptionalArguments(new PlayerArgument(\"target\")) .withOptionalArguments(new GreedyStringArgument(\"message\")) .executesPlayer((player, args) -> { String name = (String) args.get(0); // Access arguments by index int amount = (int) args.get(\"amount\"); // Access arguments by node name Player p = (Player) args.getOrDefault(\"player\", player); // Access arguments using the getOrDefault(String, Object) method Player target = (Player) args.getOrDefault(\"target\", () -> player); // Access arguments using the getOrDefault(String, Supplier<?>) method String message = (String) args.getOptional(\"message\").orElse(\"Hello!\"); // Access arguments using the getOptional(String) method // Do whatever with these values }) .register(); CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"name\")) .withArguments(IntegerArgument(\"amount\")) .withOptionalArguments(PlayerArgument(\"player\")) .withOptionalArguments(PlayerArgument(\"target\")) .withOptionalArguments(GreedyStringArgument(\"message\")) .executesPlayer(PlayerCommandExecutor { player, args -> val name = args[0] as String // Access arguments by index val amount = args[\"amount\"] as Int // Access arguments by node name val p = args.getOrDefault(\"player\", player) as Player // Access arguments using the getOrDefault(String, Object) method val target = args.getOrDefault(\"target\") { player } as Player // Access arguments using the getOrDefault(String, Supplier<?>) method val message = args.getOptional(\"message\").orElse(\"Hello!\") as String // Access arguments using the getOptional(String) method // Do whatever with these values }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access arguments by node name and index","id":"138","title":"Example - Access arguments by node name and index"},"139":{"body":"A \"raw argument\" is the String form of an argument as written in a command. For example: A user defines a command /mycommand that accepts a double as the first argument and an entity selector as the second argument. It could be executed with the values 15.3 as the double value and @e as the entity selector: /mycommand 15.3 @e When accessing the raw arguments of this command there are 15.3 and @e available as Strings. However, when accessing the arguments of this command there is 15.3 available as double and @e available as Collection<Entity>. Raw arguments are accessed basically the same way you would access arguments . You can access them by their node name and their index in the argument array.","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments","id":"139","title":"Access raw arguments"},"14":{"body":"Developer's Note: SoundArguments written for 8.6.0 are incompatible with this update! Other significant changes to ScoreHolderArgument and EntitySelectorArgument were made in this update. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Updated Biome arguments to allow for NamespacedKey objects Updated Sound arguments with the new NamespacedKey constructor Updated Scoreboard arguments with the new Single and Multiple constructors Updated Entity & player arguments to include the new OneEntity, ManyEntities, OnePlayer and ManyPlayers constructors","breadcrumbs":"Introduction » Documentation changes 8.6.0 \\(\\rightarrow\\) 8.7.0","id":"14","title":"Documentation changes 8.6.0 \\(\\rightarrow\\) 8.7.0"},"140":{"body":"Accessing raw arguments by their node name is the recommended way of doing it. To access raw arguments by their node name, you can use these methods: String getRaw(String nodeName);\nString getOrDefaultRaw(String nodeName, String defaultValue);\nString getOrDefaultRaw(String nodeName, Supplier<String> defaultValue);\nOptional<String> getRawOptional(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments by node name","id":"140","title":"Access raw arguments by node name"},"141":{"body":"Of course, if you don't want to access raw arguments by their node name, we also provide the option to access them by index with these methods: String getRaw(int index);\nString getOrDefaultRaw(int index, String defaultValue);\nString getOrDefaultRaw(int index, Supplier<String> defaultValue);\nOptional<String> getRawOptional(int index);","breadcrumbs":"Command arguments » CommandArguments » Access raw arguments by index","id":"141","title":"Access raw arguments by index"},"142":{"body":"To demonstrate how to access raw arguments, we are going to implement the /mycommand again, this time with the following syntax: /mycommand <entities> We want to find out which entity selector is being used when the command is executed. new CommandAPICommand(\"mycommand\") .withArguments(new EntitySelectorArgument.ManyEntities(\"entities\")) .executesPlayer((player, args) -> { String entitySelector = args.getRaw(\"entities\"); // Access the raw argument with getRaw(String) // Do whatever with the entity selector }) .register(); CommandAPICommand(\"mycommand\") .withArguments(EntitySelectorArgument.ManyEntities(\"entities\")) .executesPlayer(PlayerCommandExecutor { player, args -> val entitySelector = args.getRaw(\"entities\")!! // Access the raw argument with getRaw(String) // Do whatever with the entity selector }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access raw arguments by node name and index","id":"142","title":"Example - Access raw arguments by node name and index"},"143":{"body":"When accessing arguments you need to cast the Object returned by these methods to the type the argument returns. More about casting arguments here . Unsafe arguments provide the ability to access an argument without needing to cast it to the argument's type. When not using unsafe arguments, your code looks like this: String name = (String) args.get(\"name\"); When using unsafe arguments you can make your code look like this: String name = args.getUnchecked(\"name\"); Unsafe arguments can also be accessed by their node names and their indices.","breadcrumbs":"Command arguments » CommandArguments » Access unsafe arguments","id":"143","title":"Access unsafe arguments"},"144":{"body":"Unsafe arguments can also be accessed by node name which, again, is the recommended way of doing it. Use these methods when accessing unsafe arguments by their node name: T getUnchecked(String nodeName);\nT getOrDefaultUnchecked(String nodeName, T defaultValue);\nT getOrDefaultUnchecked(String nodeName, Supplier<T> defaultValue);\nOptional<T> getOptionalUnchecked(String nodeName);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by node name","id":"144","title":"Access arguments by node name"},"145":{"body":"If you want to access unsafe arguments by index, you can do that by using these methods: T getUnchecked(int index);\nT getOrDefaultUnchecked(int index, T defaultValue);\nT getOrDefaultUnchecked(int index, Supplier<T> defaultValue);\nOptional<T> getOptionalUnchecked(int index);","breadcrumbs":"Command arguments » CommandArguments » Access arguments by index","id":"145","title":"Access arguments by index"},"146":{"body":"Finally, we want to implement the /mycommand again. This time we use this syntax: /mycommand <player> Here, we don't actually want to cast the argument, so we use unsafe arguments to remove that cast: new CommandAPICommand(\"mycommand\") .withArguments(new PlayerArgument(\"player\")) .executesPlayer((player, args) -> { Player p = args.getUnchecked(\"player\"); // Do whatever with the player }) .register(); CommandAPICommand(\"mycommand\") .withArguments(PlayerArgument(\"player\")) .executesPlayer(PlayerCommandExecutor { player, args -> val p: Player = args.getUnchecked(\"player\")!! // Do whatever with the player }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access unsafe arguments by node name and index","id":"146","title":"Example - Access unsafe arguments by node name and index"},"147":{"body":"Developer's Note: The following methods cannot be used to access a value returned by a CustomArgument as its return type depends on the base argument for it. Lastly, the CommandArguments class offers you a way to access your arguments in a more safe way by using internal casts. Again, methods are offered to access arguments by their index or their node name: T getByClass(String nodeName, Class<T> argumentType);\nT getByClassOrDefault(String nodeName, Class<T> argumentType, T defaultValue);\nT getOptionalByClass(String nodeName, Class<T> argumentType);\nT getByClass(int index, Class<T> argumentType);\nT getByClassOrDefault(int index, Class<T> argumentType, T defaultValue);\nT getOptionalByClass(int index, Class<T> argumentType); Compared to the other methods the CommandArguments class offers, these methods take an additional parameter of type Class<T> where T is the return type of the argument with the given node name or index. For example, say you declared a new StringArgument(\"value\") and you now want to access the return value of this argument using safe casting. This would be done as follows: String value = args.getByClass(\"value\", String.class); val value = args.getByClass(\"value\", String::class.java)","breadcrumbs":"Command arguments » CommandArguments » Access safe arguments","id":"147","title":"Access safe arguments"},"148":{"body":"Finally, there is one more, even safer way of accessing safe arguments: by using an argument instance: T getByArgument(Argument<T> argumentType);\nT getByArgumentOrDefault(Argument<T> argumentType, T defaultValue);\nT getOptionalByArgument(Argument<T> argumentType); However, while safer, this also introduces the need to first initialize your arguments before you can start implementing your command. To visualize this, we want to implement the command from Access arguments by node name and index again, but this time using safe arguments with an argument instance:","breadcrumbs":"Command arguments » CommandArguments » Access safe arguments using an argument instance","id":"148","title":"Access safe arguments using an argument instance"},"149":{"body":"StringArgument nameArgument = new StringArgument(\"name\");\nIntegerArgument amountArgument = new IntegerArgument(\"amount\");\nPlayerArgument playerArgument = new PlayerArgument(\"player\");\nPlayerArgument targetArgument = new PlayerArgument(\"target\");\nGreedyStringArgument messageArgument = new GreedyStringArgument(\"message\"); new CommandAPICommand(\"mycommand\") .withArguments(nameArgument) .withArguments(amountArgument) .withOptionalArguments(playerArgument) .withOptionalArguments(targetArgument) .withOptionalArguments(messageArgument) .executesPlayer((player, args) -> { String name = args.getByArgument(nameArgument); int amount = args.getByArgument(amountArgument); Player p = args.getByArgumentOrDefault(playerArgument, player); Player target = args.getByArgumentOrDefault(targetArgument, player); String message = args.getOptionalByArgument(messageArgument).orElse(\"Hello!\"); // Do whatever with these values }) .register(); val nameArgument = StringArgument(\"name\")\nval amountArgument = IntegerArgument(\"amount\")\nval playerArgument = PlayerArgument(\"player\")\nval targetArgument = PlayerArgument(\"target\")\nval messageArgument = GreedyStringArgument(\"message\") CommandAPICommand(\"mycommand\") .withArguments(nameArgument) .withArguments(amountArgument) .withOptionalArguments(playerArgument) .withOptionalArguments(targetArgument) .withOptionalArguments(messageArgument) .executesPlayer(PlayerCommandExecutor { player, args -> val name: String = args.getByArgument(nameArgument)!! val amount: Int = args.getByArgument(amountArgument)!! val p: Player = args.getByArgumentOrDefault(playerArgument, player) val target: Player = args.getByArgumentOrDefault(targetArgument, player) val message: String = args.getOptionalByArgument(messageArgument).orElse(\"Hello!\") // Do whatever with these values }) .register();","breadcrumbs":"Command arguments » CommandArguments » Example - Access safe arguments using an argument instance","id":"149","title":"Example - Access safe arguments using an argument instance"},"15":{"body":"Greatly improved the format and documentation for Configuration for server owners Adds a Kotlin tab to all Java code blocks which displays the equivalent code, but in Kotlin Adds the new Command arguments section Adds the new World arguments section Mentions the new LiteralArgument.of() and LiteralArgument.literal() methods in Literal arguments Adds a really cool new example to the Brigadier Suggestions page Updated various sections (a summary of this can be found in the Upgrading guide ): Update List arguments to include the new buildGreedy() and buildText() methods Update Handling command failures with new methods Update Argument suggestions with tooltips with new tooltip methods for formatting text Update Sound arguments with support for namespaced keys Adds documentation for Kotlin-based commands using the Kotlin DSL Update the Afterword , giving special credits to some very special contributors!","breadcrumbs":"Introduction » Documentation changes 8.5.1 \\(\\rightarrow\\) 8.6.0","id":"15","title":"Documentation changes 8.5.1 \\(\\rightarrow\\) 8.6.0"},"150":{"body":"Sometimes, you want to implement a command that has arguments that do not need to be entered. Take a /sayhi command for example. You may want to say \"Hi\" to yourself, or to another player. For that, we want this command syntax: /sayhi - Says \"Hi!\" to yourself\n/sayhi <target> - Says \"Hi!\" to a target player To implement these commands, the CommandAPI provides two methods to help you with that: Argument withOptionalArguments(List<Argument<?>> args);\nArgument withOptionalArguments(Argument<?>... args);","breadcrumbs":"Command arguments » Optional arguments » Optional Arguments","id":"150","title":"Optional Arguments"},"151":{"body":"For example, say we're registering a command /sayhi: /sayhi - Says \"Hi!\" to yourself\n/sayhi <target> - Says \"Hi!\" to a target player For that, we are going to register a command /sayhi. To add optional arguments, we are going to use the withOptionalArguments(Argument... args) method: new CommandAPICommand(\"sayhi\") .withOptionalArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); if (target != null) { target.sendMessage(\"Hi!\"); } else { player.sendMessage(\"Hi!\"); } }) .register(); CommandAPICommand(\"sayhi\") .withOptionalArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target: Player? = args[\"target\"] as Player? if (target != null) { target.sendMessage(\"Hi!\") } else { player.sendMessage(\"Hi!\") } }) .register() commandAPICommand(\"sayhi\") { playerArgument(\"target\", optional = true) playerExecutor { player, args -> val target: Player? = args[\"target\"] as Player? if (target != null) { target.sendMessage(\"Hi!\") } else { player.sendMessage(\"Hi!\") } }\n} This gives us the ability to run both /sayhi and /sayhi <target> with the same command name \"sayhi\", but have different results based on the arguments used. You can notice two things: We use the withOptionalArguments method to add an optional argument to a command We use args.get(\"target\") to get our player out of the arguments With optional arguments, there is a possibility of them being not present in the arguments of a command. The reason we use args.get(\"target\") is that this will just return null and you can handle what should happen.","breadcrumbs":"Command arguments » Optional arguments » Example - /sayhi command with an optional argument","id":"151","title":"Example - /sayhi command with an optional argument"},"152":{"body":"In order to set arguments as optional the CommandAPI has the method setOptional(boolean): Argument setOptional(boolean optional); When using the withOptionalArguments method it might be interesting to know that it calls the setOptional() method internally. This means that the following two examples are identical: new CommandAPICommand(\"optional\") .withOptionalArguments(new PlayerArgument(\"target\")) new CommandAPICommand(\"optional\") .withArguments(new PlayerArgument(\"target\").setOptional(true)) However, calling withOptionalArguments is safer because it makes sure that the argument is optional because of that internal call.","breadcrumbs":"Command arguments » Optional arguments » Setting existing arguments as optional arguments","id":"152","title":"Setting existing arguments as optional arguments"},"153":{"body":"Previously, we've looked at how to handle null values. To make all of this easier, the CommandAPI implements multiple additional methods for CommandArguments : Object getOrDefault(int index, Object defaultValue);\nObject getOrDefault(int index, Supplier<?> defaultValue);\nObject getOrDefault(String nodeName, Object defaultValue);\nObject getOrDefault(String nodeName, Supplier<?> defaultValue);\nOptional<Object> getOptional(int index)\nOptional<Object> getOptional(String nodeName) The examples will be using the getOptional methods but there is no downside of using the getOrDefault methods.","breadcrumbs":"Command arguments » Optional arguments » Avoiding null values","id":"153","title":"Avoiding null values"},"154":{"body":"Let's register the /sayhi command from above a second time - this time using a getOptional method. We are using the exact same command syntax: /sayhi - Says \"Hi!\" to yourself\n/sayhi <target> - Says \"Hi!\" to a target player This is how the getOptional method is being implemented: new CommandAPICommand(\"sayhi\") .withOptionalArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.getOptional(\"target\").orElse(player); target.sendMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"sayhi\") .withOptionalArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target: Player = args.getOptional(\"target\").orElse(player) as Player target.sendMessage(\"Hi!\") }) .register() commandAPICommand(\"sayhi\") { playerArgument(\"target\", optional = true) playerExecutor { player, args -> val target: Player = args.getOptional(\"target\").orElse(player) as Player target.sendMessage(\"Hi!\") }\n}","breadcrumbs":"Command arguments » Optional arguments » Example - /sayhi command while using the getOptional method","id":"154","title":"Example - /sayhi command while using the getOptional method"},"155":{"body":"We've now talked about how to implement optional arguments and how to avoid null values returned by optional arguments when they aren't provided when executing the command. Now we also want to talk about how to implement required arguments after optional arguments. For this, the CommandAPI implements a combineWith method for arguments: AbstractArgument combineWith(Argument<?>... combinedArguments); You will need to use this method if you want to have a required argument after an optional argument. In general, this is which pattern the CommandAPI follows while dealing with optional arguments: You have a CommandAPICommand and you add arguments to it. After your required arguments, you can provide optional arguments. At this point your command is basically done. Any attempt to add a required argument will result in an OptionalArgumentException. However, this is where the combineWith method comes in. This method allows you to combine arguments. Let's say you have an optional StringArgument (here simplified to A) and you want a required PlayerArgument (here simplified to B). Argument B should only be required if argument A is given. To implement that logic, we are going to use the combineWith method so that we have this syntax: A.combineWith(B) This does two things: When checking optional argument constraints the argument B will be ignored so the OptionalArgumentException will not be thrown It allows you to define additional optional arguments afterwards which can only be entered if argument B has been entered This is how you would add another optional PlayerArgument (here simplified to C): new CommandAPICommand(\"mycommand\") .withOptionalArguments(A.combineWith(B)) .withOptionalArguments(C) Let's say you declare your arguments like this: new CommandAPICommand(\"mycommand\") .withOptionalArguments(A.combineWith(B)) .withArguments(C) This would result in an OptionalArgumentException because you are declaring a required argument after an optional argument without creating that exception for argument C like you do for argument B.","breadcrumbs":"Command arguments » Optional arguments » Implementing required arguments after optional arguments","id":"155","title":"Implementing required arguments after optional arguments"},"156":{"body":"We want to register a command /rate with the following syntax: /rate - Sends an information message\n/rate <topic> <rating> - Rates a topic with a rating and sends a message to the command sender\n/rate <topic> <rating> <target> - Rates a topic with a rating and sends a message to the target To implement that structure we make use of the combineWith method to make the argument after the optional argument <topic> required: new CommandAPICommand(\"rate\") .withOptionalArguments(new StringArgument(\"topic\").combineWith(new IntegerArgument(\"rating\", 0, 10))) .withOptionalArguments(new PlayerArgument(\"target\")) .executes((sender, args) -> { String topic = (String) args.get(\"topic\"); if(topic == null) { sender.sendMessage( \"Usage: /rate <topic> <rating> <player>(optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ); return; } // We know this is not null because rating is required if topic is given int rating = (int) args.get(\"rating\"); // The target player is optional, so give it a default here CommandSender target = (CommandSender) args.getOptional(\"target\").orElse(sender); target.sendMessage(\"Your \" + topic + \" was rated: \" + rating + \"/10\"); }) .register(); CommandAPICommand(\"rate\") .withOptionalArguments(StringArgument(\"topic\").combineWith(IntegerArgument(\"rating\", 0, 10))) .withOptionalArguments(PlayerArgument(\"target\")) .executes(CommandExecutor { sender, args -> val topic: String? = args[\"topic\"] as String? if (topic == null) { sender.sendMessage( \"Usage: /rate <topic> <rating> <player>(optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ) return@CommandExecutor } // We know this is not null because rating is required if topic is given val rating = args[\"rating\"] as Int // The target player is optional, so give it a default here val target: CommandSender = args.getOptional(\"target\").orElse(sender) as CommandSender target.sendMessage(\"Your $topic was rated: $rating/10\") }) .register() commandAPICommand(\"rate\") { argument(StringArgument(\"topic\").setOptional(true).combineWith(IntegerArgument(\"rating\", 0, 10))) playerArgument(\"target\", optional = true) anyExecutor { sender, args -> val topic: String? = args[\"topic\"] as String? if (topic == null) { sender.sendMessage( \"Usage: /rate <topic> <rating> <player>(optional)\", \"Select a topic to rate, then give a rating between 0 and 10\", \"You can optionally add a player at the end to give the rating to\" ) return@anyExecutor } // We know this is not null because rating is required if topic is given val rating = args[\"rating\"] as Int // The target player is optional, so give it a default here val target: CommandSender = args.getOptional(\"target\").orElse(sender) as CommandSender target.sendMessage(\"Your $topic was rated: $rating/10\") }\n}","breadcrumbs":"Command arguments » Optional arguments » Example - Required arguments after optional arguments","id":"156","title":"Example - Required arguments after optional arguments"},"157":{"body":"Arguments have a setting which determine whether or not they are present in the CommandArguments args that is populated when executing a command. By default, the LiteralArgument has this setting set to false, hence the literal values are not present in the CommandArguments args . This flag is set using the following function: Argument setListed(boolean listed);","breadcrumbs":"Command arguments » Listed arguments » Listed arguments","id":"157","title":"Listed arguments"},"158":{"body":"Say we have the following command: /mycommand <player> <value> <message> Let's also say that in our implementation of this command, we don't actually perform any processing for <value>. Hence, listing it in the CommandArguments args is unnecessary. new CommandAPICommand(\"mycommand\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new IntegerArgument(\"value\").setListed(false)) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { // args == [player, message] Player player = (Player) args.get(\"player\"); String message = (String) args.get(\"message\"); // Note that the IntegerArgument is not available in the CommandArguments player.sendMessage(message); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(PlayerArgument(\"player\")) .withArguments(IntegerArgument(\"value\").setListed(false)) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> // args == [player, message] val player = args[\"player\"] as Player val message = args[\"message\"] as String // Note that the IntegerArgument is not available in the CommandArguments player.sendMessage(message) }) .register() In this scenario, the argument <value> is not present in the CommandArguments args for the executor.","breadcrumbs":"Command arguments » Listed arguments » Example - Setting listed arguments","id":"158","title":"Example - Setting listed arguments"},"159":{"body":"Sometimes, you want to modify the list of suggestions that are provided by an argument. To handle this, CommandAPI arguments have two methods: Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); The replaceSuggestions method replaces all suggestions with the provided list of suggestions, whereas the includeSuggestions method will include the provided suggestions with the suggestions already present by the argument. Because argument suggestions are arguably the most powerful feature that the CommandAPI offers, I've split this section into a number of subsections. To give an overview on what CommandAPI argument suggestions can do: Provide a list of suggestions Provide a list of suggestions depending on the command sender Provide a list of suggestions based on what the player has already typed in the command Provide a list of suggestions asynchronously Provide a list of suggestions with tooltips to guide users on what certain suggestions do Append suggestions to an existing list of suggestions","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions","id":"159","title":"Argument suggestions"},"16":{"body":"Update Brigadier + CommandAPI with function parameter changes. See Upgrading for more info.","breadcrumbs":"Introduction » Documentation changes 8.5.0 \\(\\rightarrow\\) 8.5.1","id":"16","title":"Documentation changes 8.5.0 \\(\\rightarrow\\) 8.5.1"},"160":{"body":"The two methods above require an ArgumentSuggestions object, which is a functional interface that takes in a SuggestionInfo record and the current Brigadier SuggestionsBuilder and returns a CompletableFuture<Suggestions> object. This may sound a bit complicated, but this allows you to implement very powerful suggestions using a combination of the CommandAPI and raw Brigadier API methods. More information about using Brigadier-level suggestions can be found in the brigadier suggestions section. To simplify this, the CommandAPI provides a number of methods to generate suggestions: ArgumentSuggestions strings(String... suggestions);\nArgumentSuggestions strings(Function<SuggestionInfo, String[]> suggestions);\nArgumentSuggestions stringsAsync(Function<SuggestionInfo, CompletableFuture<String[]>> suggestions); ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);\nArgumentSuggestions stringsWithTooltips(Function<SuggestionInfo, IStringTooltip[]> suggestions);\nArgumentSuggestions stringsWithTooltipsAsync(Function<SuggestionInfo, CompletableFuture<IStringTooltip[]>> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » The ArgumentSuggestions interface","id":"160","title":"The ArgumentSuggestions interface"},"161":{"body":"Argument suggestion methods can accept a function which takes in a SuggestionsInfo object and returns a suitable format for suggestions. The SuggestionInfo class is a record which contains the following methods: public record SuggestionInfo { CommandSender sender(); CommandArguments previousArgs(); String currentInput(); String currentArg();\n} These methods can be used to aid with providing context-aware suggestions for users. The fields are as follows: CommandSender sender(); sender() represents the command sender which is typing this command and requesting these suggestions. This is normally a Player, but can also be a console command sender if using a Paper server. CommandArguments previousArgs(); previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. See this example on the string argument suggestions page for an idea of how to utilize this field. String currentInput(); currentInput() represents the current input that the command sender has entered. This is effectively everything that they have typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of currentInput() would be \"/mycommand hellowor\". String currentArg(); currentArg() represents the current text which the command sender has entered for the argument which you're trying to provide suggestions for. If a user is typing /mycommand hellowor¦, the result of currentArg() would be \"hellowor\".","breadcrumbs":"Command arguments » Argument suggestions » The SuggestionsInfo record » The SuggestionsInfo record","id":"161","title":"The SuggestionsInfo record"},"162":{"body":"","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » String argument suggestions","id":"162","title":"String argument suggestions"},"163":{"body":"The first method, replaceSuggestions(ArgumentSuggestions suggestions), allows you to replace the suggestions normally associated with that argument. This can be replaced with an array of strings by using the strings(String... suggestions) method.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions with a String Array","id":"163","title":"Suggestions with a String Array"},"164":{"body":"Say we're creating a plugin with the ability to teleport to different warps on the server. If we were to retrieve a list of warps, we would be able to replace the suggestions of a typical StringArgument to teleport to that warp. Let's create a command with the following syntax: /warp <warp> We then implement our warp teleporting command using replaceSuggestions() on the StringArgument to provide a list of warps to teleport to: List<Argument<?>> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings( \"northland\", \"eastland\", \"southland\", \"westland\"\n))); new CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer((player, args) -> { String warp = (String) args.get(\"world\"); player.teleport(warps.get(warp)); // Look up the warp in a map, for example }) .register(); val arguments = listOf<Argument<*>>( StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings( \"northland\", \"eastland\", \"southland\", \"westland\" ))\n) CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val warp = args[\"world\"] as String player.teleport(warps[warp]!!) // Look up the warp in a map, for example }) .register() The second method, includeSuggestions(ArgumentSuggestions suggestions), allows you to include additional suggestions in combination with the list of existing suggestions for a command.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Teleport to worlds by replacing suggestions","id":"164","title":"Example - Teleport to worlds by replacing suggestions"},"165":{"body":"The strings(Function<SuggestionInfo, String[]> suggestions) method in ArgumentSuggestions allows you to modify suggestions normally associated with that argument with an array of strings that are evaluated dynamically using information about the command sender, using the sender() method.","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions depending on a command sender","id":"165","title":"Suggestions depending on a command sender"},"166":{"body":"Say you have a plugin which has a \"friend list\" for players. If you want to teleport to a friend in that list, you could use a PlayerArgument, which has the list of suggestions replaced with the list of friends that that player has. Since the list of friends depends on the sender , we can use the function to determine what our suggestions should be. Let's use the following command to teleport to a friend from our friend list: /friendtp <friend> Let's say we have a simple class to get the friends of a command sender: public class Friends { static Map<UUID, String[]> friendsMap = new HashMap<>(); public static String[] getFriends(CommandSender sender) { if (sender instanceof Player player) { // Look up friends in a database or file return friendsMap.get(player.getUniqueId()); } else { return new String[0]; } }\n} class Friends { companion object { val friends = mutableMapOf<UUID, Array<String>>() fun getFriends(sender: CommandSender): Array<String> { if (sender is Player) { // Look up friends in a database or file return friends[sender.uniqueId]!! } else { return arrayOf<String>() } } } } We can then use this to generate our suggested list of friends: List<Argument<?>> arguments = new ArrayList<>();\narguments.add(new PlayerArgument(\"friend\").replaceSuggestions(ArgumentSuggestions.strings(info -> Friends.getFriends(info.sender())\n))); new CommandAPICommand(\"friendtp\") .withArguments(arguments) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"friend\"); player.teleport(target); }) .register(); val arguments = listOf<Argument<*>>( PlayerArgument(\"friend\").replaceSuggestions(ArgumentSuggestions.strings { info -> Friends.getFriends(info.sender()) } )\n) CommandAPICommand(\"friendtp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"friend\"] as Player player.teleport(target) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Friend list by replacing suggestions","id":"166","title":"Example - Friend list by replacing suggestions"},"167":{"body":"The strings(Function<SuggestionInfo, String[]>) method also has the capability to suggest arguments based on the values of previously inputted arguments, using the previousArgs() method in SuggestionInfo. This previousArgs() method returns a list of previous arguments which are parsed exactly like any regular CommandAPI command argument. Note: The ability to use previously declared arguments does not work via redirects . This means that any command that comes before it that leads into a command that uses suggestions depending on previous arguments will not work. For example, if we had a command /mycommand <arg1> <arg2> <arg3> and ran it as normal, it would work as normal: /mycommand arg1 arg2 arg3 However, if we redirect execution via the /execute command to have the following: /execute run mycommand <suggestions> This won't work, because we make use of a redirect: \\(\\texttt{/execute run} \\xrightarrow{redirect} \\texttt{mycommand arg1 arg2 arg3}\\) It is not possible to access the CommandArguments of previously declared arguments. If a command occurs via a redirect, the CommandArguments of previously declared arguments will be null .","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Suggestions depending on previous arguments","id":"167","title":"Suggestions depending on previous arguments"},"168":{"body":"Say we wanted to create a command that lets you send a message to a specific player in a given radius. (This is a bit of a contrived example, but let's roll with it) . To do this, we'll use the following command syntax: /localmsg <radius> <target> <message> When run, this command will send a message to a target player within the provided radius. To help identify which players are within a radius, we can replace the suggestions on the <target> argument to include a list of players within the provided radius. We do this with the following code: // Declare our arguments as normal\nList<Argument<?>> commandArgs = new ArrayList<>();\ncommandArgs.add(new IntegerArgument(\"radius\")); // Replace the suggestions for the PlayerArgument.\n// info.sender() refers to the command sender that is running this command\n// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)\ncommandArgs.add(new PlayerArgument(\"target\").replaceSuggestions(ArgumentSuggestions.strings(info -> { // Cast the first argument (radius, which is an IntegerArgument) to get its value int radius = (int) info.previousArgs().get(\"radius\"); // Get nearby entities within the provided radius Player player = (Player) info.sender(); Collection<Entity> entities = player.getWorld().getNearbyEntities(player.getLocation(), radius, radius, radius); // Get player names within that radius return entities.stream() .filter(e -> e.getType() == EntityType.PLAYER) .map(Entity::getName) .toArray(String[]::new);\n})));\ncommandArgs.add(new GreedyStringArgument(\"message\")); // Declare our command as normal\nnew CommandAPICommand(\"localmsg\") .withArguments(commandArgs) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); String message = (String) args.get(\"message\"); target.sendMessage(message); }) .register(); // Declare our arguments as normal\nval commandArgs = mutableListOf<Argument<*>>()\ncommandArgs.add(IntegerArgument(\"radius\")) // Replace the suggestions for the PlayerArgument.\n// info.sender() refers to the command sender that is running this command\n// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)\ncommandArgs.add(PlayerArgument(\"target\").replaceSuggestions(ArgumentSuggestions.strings { info: SuggestionInfo<CommandSender> -> // Cast the first argument (radius, which is an IntegerArgument) to get its value val radius = (info.previousArgs()[\"radius\"] as Int).toDouble() // Get nearby entities within the provided radius val player = info.sender() as Player val entities = player.world.getNearbyEntities(player.location, radius, radius, radius) // Get player names within that radius entities .filter { it.type == EntityType.PLAYER } .map { it.name } .toTypedArray()\n}))\ncommandArgs.add(GreedyStringArgument(\"message\")) // Declare our command as normal\nCommandAPICommand(\"localmsg\") .withArguments(*commandArgs.toTypedArray()) .executesPlayer(PlayerCommandExecutor { _, args -> val target = args[\"target\"] as Player val message = args[\"message\"] as String target.sendMessage(message) }) .register() As shown in this code, we use the previousArgs() method access the previously declared arguments. In this example, info.previousArgs() will be { int }, where this int refers to the radius. Note how this object array only has the previously declared arguments (and not for example { int, Player, String }).","breadcrumbs":"Command arguments » Argument suggestions » String argument suggestions » Example - Sending a message to a nearby player","id":"168","title":"Example - Sending a message to a nearby player"},"169":{"body":"So far, we've covered how to replace suggestions using the replaceSuggestions() method. The issue with using strings for suggestion listings is that they are prone to errors - it is possible to suggest something which is not actually a valid argument, which makes that suggestion unusable. As a result, some arguments include the replaceSafeSuggestions(), which provides type-safety checks for argument suggestions, as well as automatic \"Bukkit-to-suggestion\" conversion. The whole point of the safe argument suggestions method is that parameters entered in this method are guaranteed to work. The use of the safe replace suggestions function is the same as replaceSuggestions() from the previous section, except instead of returning a String[], you now return a T[], where T is the class corresponding to the argument. This is described in more detail in the table below. Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);\nArgument includeSafeSuggestions(SafeSuggestions<T> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safely typed argument suggestions","id":"169","title":"Safely typed argument suggestions"},"17":{"body":"Adds Chat preview section Adds Kotlin-DSL build.gradle.kts instructions for using the CommandAPI Adds CommandAPI.onDisable() method to Shading the CommandAPI in your plugins","breadcrumbs":"Introduction » Documentation changes 8.4.0 \\(\\rightarrow\\) 8.5.0","id":"17","title":"Documentation changes 8.4.0 \\(\\rightarrow\\) 8.5.0"},"170":{"body":"Similar to the ArgumentSuggestions interface , safe suggestions use the SafeSuggestions interface which is a functional interface that takes in a mapping function from an Object to a String and returns some ArgumentSuggestions which represent the argument's suggestions. Again, this is typically implemented for anyone that wants to use a more powerful suggestion system. As with ArgumentSuggestions, the CommandAPI provides some methods to generate safe suggestions: SafeSuggestions<T> suggest(T... suggestions);\nSafeSuggestions<T> suggest(Function<SuggestionInfo, T[]> suggestions);\nSafeSuggestions<T> suggestAsync(Function<SuggestionInfo, CompletableFuture<T[]>> suggestions); SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);\nSafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions);\nSafeSuggestions<T> tooltipsAsync(Function<SuggestionInfo, CompletableFuture<Tooltip<T>[]>> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » The SafeSuggestions interface","id":"170","title":"The SafeSuggestions interface"},"171":{"body":"Not all arguments support safe suggestions. This is mostly due to implementation constraints or inadequate support by the Bukkit API. The list of supported arguments are displayed in the following table. The parameter T (shown in the method signatures above) are also provided for each argument. This parameter is the same as the cast argument described in Argument Casting , except for a few exceptions which are outlined in bold . Argument Class (T) AdvancementArgument org.bukkit.advancement.Advancement AxisArgument java.util.EnumSet<org.bukkit.Axis> BiomeArgument org.bukkit.block.Biome BooleanArgument Boolean ChatColorArgument org.bukkit.ChatColor DoubleArgument Double EnchantmentArgument org.bukkit.enchantments.Enchantment EntityTypeArgument org.bukkit.entity.EntityType FloatArgument Float FloatRangeArgument dev.jorel.commandapi.wrappers.FloatRange FunctionArgument org.bukkit.NamespacedKey GreedyStringArgument String IntegerArgument Integer IntegerRangeArgument dev.jorel.commandapi.wrappers.IntegerRange ItemStackArgument org.bukkit.inventory.ItemStack Location2DArgument dev.jorel.commandapi.wrappers.Location2D LocationArgument org.bukkit.Location LongArgument Long LootTableArgument org.bukkit.loot.LootTable MathOperationArgument dev.jorel.commandapi.wrappers.MathOperation NBTCompoundArgument de.tr7zw.nbtapi.NBTContainer ObjectiveArgument org.bukkit.scoreboard.Objective OfflinePlayerArgument org.bukkit.OfflinePlayer ParticleArgument org.bukkit.Particle PlayerArgument org.bukkit.entity.Player PotionEffectArgument org.bukkit.potion.PotionEffectType RecipeArgument org.bukkit.inventory.Recipe RotationArgument dev.jorel.commandapi.wrappers.Rotation ScoreboardSlotArgument dev.jorel.commandapi.wrappers.ScoreboardSlot SoundArgument org.bukkit.Sound TeamArgument org.bukkit.scoreboard.Team TimeArgument dev.jorel.commandapi.wrappers.Time WorldArgument org.bukkit.World","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Supported arguments","id":"171","title":"Supported arguments"},"172":{"body":"While most of the arguments are fairly straight forward, I'd like to bring your attention to the TimeArgument's safe suggestions function. This uses dev.jorel.commandapi.wrappers.Time as the class for T to ensure type-safety. The Time class has three static methods: Time ticks(int ticks);\nTime days(int days);\nTime seconds(int seconds); These create representations of ticks (e.g. 40t), days (e.g. 2d) and seconds (e.g. 60s) respectively.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe time arguments","id":"172","title":"Safe time arguments"},"173":{"body":"Although all safe arguments are indeed \"type-safe\", the function argument uses a NamespacedKey which cannot be checked fully at compile time. As a result, this is argument should be used with caution - providing a NamespacedKey suggestion that does not exist when the server is running will cause that command to fail if that suggestion is used.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe function arguments","id":"173","title":"Safe function arguments"},"174":{"body":"Scoreboard slots now include two new static methods so they can be used with safe arguments: ScoreboardSlot of(DisplaySlot slot);\nScoreboardSlot ofTeamColor(ChatColor color); This allows you to create ScoreboardSlot instances which can be used with the safe replace suggestions method.","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Safe scoreboard slot arguments","id":"174","title":"Safe scoreboard slot arguments"},"175":{"body":"While this should be fairly straight forward, here's a few examples of how this can be used in practice:","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Examples","id":"175","title":"Examples"},"176":{"body":"Say we have a plugin that registers custom items which can be crafted. In this example, we use an \"emerald sword\" with a custom crafting recipe. Now say that we want to have a command that gives the player the item from our declared recipes, which will have the following syntax: /giverecipe <recipe> To do this, we first register our custom items: // Create our itemstack\nItemStack emeraldSword = new ItemStack(Material.DIAMOND_SWORD);\nItemMeta meta = emeraldSword.getItemMeta();\nmeta.setDisplayName(\"Emerald Sword\");\nmeta.setUnbreakable(true);\nemeraldSword.setItemMeta(meta); // Create and register our recipe\nShapedRecipe emeraldSwordRecipe = new ShapedRecipe(new NamespacedKey(this, \"emerald_sword\"), emeraldSword);\nemeraldSwordRecipe.shape( \"AEA\", \"AEA\", \"ABA\"\n);\nemeraldSwordRecipe.setIngredient('A', Material.AIR);\nemeraldSwordRecipe.setIngredient('E', Material.EMERALD);\nemeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD);\ngetServer().addRecipe(emeraldSwordRecipe); // Omitted, more itemstacks and recipes // Create our itemstack\nval emeraldSword = ItemStack(Material.DIAMOND_SWORD)\nval meta = emeraldSword.itemMeta\nmeta?.setDisplayName(\"Emerald Sword\")\nmeta?.isUnbreakable = true\nemeraldSword.itemMeta = meta // Create and register our recipe\nval emeraldSwordRecipe = ShapedRecipe(NamespacedKey(this, \"emerald_sword\"), emeraldSword)\nemeraldSwordRecipe.shape( \"AEA\", \"AEA\", \"ABA\"\n)\nemeraldSwordRecipe.setIngredient('A', Material.AIR)\nemeraldSwordRecipe.setIngredient('E', Material.EMERALD)\nemeraldSwordRecipe.setIngredient('B', Material.BLAZE_ROD)\nserver.addRecipe(emeraldSwordRecipe) // Omitted, more itemstacks and recipes Once we've done that, we can now include them in our command registration. To do this, we use replaceSafeSuggestions(recipes) and then register our command as normal: // Safely override with the recipe we've defined\nList<Argument<?>> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n))); // Register our command\nnew CommandAPICommand(\"giverecipe\") .withArguments(arguments) .executesPlayer((player, args) -> { Recipe recipe = (Recipe) args.get(\"recipe\"); player.getInventory().addItem(recipe.getResult()); }) .register(); // Safely override with the recipe we've defined\nval arguments = listOf<Argument<*>>( RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest { arrayOf(emeraldSwordRecipe, /* Other recipes here */) })\n) // Register our command\nCommandAPICommand(\"giverecipe\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val recipe = args[\"recipe\"] as Recipe player.inventory.addItem(recipe.result) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Safe recipe arguments","id":"176","title":"Example - Safe recipe arguments"},"177":{"body":"Say we have a command to spawn mobs: /spawnmob <mob> Now say that we don't want non-op players to spawn bosses. To do this, we'll create a List<EntityType> which is the list of all mobs that non-ops are allowed to spawn: EntityType[] forbiddenMobs = new EntityType[] {EntityType.ENDER_DRAGON, EntityType.WITHER};\nList<EntityType> allowedMobs = new ArrayList<>(Arrays.asList(EntityType.values()));\nallowedMobs.removeAll(Arrays.asList(forbiddenMobs)); // Now contains everything except enderdragon and wither val forbiddenMobs = listOf<EntityType>(EntityType.ENDER_DRAGON, EntityType.WITHER)\nval allowedMobs = EntityType.values().toMutableList()\nallowedMobs.removeAll(forbiddenMobs) // Now contains everything except enderdragon and wither We then use our safe arguments to return an EntityType[] as the list of values that are suggested to the player. In this example, we use the sender() method to determine if the sender has permissions to view the suggestions: List<Argument<?>> safeArguments = new ArrayList<>();\nsafeArguments.add(new EntityTypeArgument(\"mob\").replaceSafeSuggestions(SafeSuggestions.suggest( info -> { if (info.sender().isOp()) { // All entity types return EntityType.values(); } else { // Only allowedMobs return allowedMobs.toArray(new EntityType[0]); } })\n)); val safeArguments = listOf<Argument<*>>( EntityTypeArgument(\"mob\").replaceSafeSuggestions(SafeSuggestions.suggest { info -> if (info.sender().isOp) { // All entity types EntityType.values() } else { // Only allowedMobs allowedMobs.toTypedArray() } } )\n) Now we register our command as normal: new CommandAPICommand(\"spawnmob\") .withArguments(safeArguments) .executesPlayer((player, args) -> { EntityType entityType = (EntityType) args.get(\"mob\"); player.getWorld().spawnEntity(player.getLocation(), entityType); }) .register(); CommandAPICommand(\"spawnmob\") .withArguments(safeArguments) .executesPlayer(PlayerCommandExecutor { player, args -> val entityType = args[\"mob\"] as EntityType player.world.spawnEntity(player.location, entityType) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Safe /spawnmob suggestions","id":"177","title":"Example - Safe /spawnmob suggestions"},"178":{"body":"Say we wanted to remove a potion effect from a player. To do this, we'll use the following command syntax: /removeeffect <player> <potioneffect> Now, we don't want to remove a potion effect that already exists on a player, so instead we'll use the safe arguments to find a list of potion effects on the target player and then only suggest those potion effects. To do this, we'll use the previousArguments() method, as it allows us to access the previously defined <player> argument. List<Argument<?>> safeArgs = new ArrayList<>();\nsafeArgs.add(new EntitySelectorArgument.OnePlayer(\"target\"));\nsafeArgs.add(new PotionEffectArgument(\"potioneffect\").replaceSafeSuggestions(SafeSuggestions.suggest( info -> { Player target = (Player) info.previousArgs().get(0); // Convert PotionEffect[] into PotionEffectType[] return target.getActivePotionEffects().stream() .map(PotionEffect::getType) .toArray(PotionEffectType[]::new); })\n)); val safeArgs = mutableListOf<Argument<*>>()\nsafeArgs.add(EntitySelectorArgument.OnePlayer(\"target\"))\nsafeArgs.add(PotionEffectArgument(\"potioneffect\").replaceSafeSuggestions(SafeSuggestions.suggest { info -> val target = info.previousArgs()[\"target\"] as Player // Convert PotionEffect[] into PotionEffectType[] target.activePotionEffects.map{ it.type }.toTypedArray() })\n) And then we can register our command as normal: new CommandAPICommand(\"removeeffect\") .withArguments(safeArgs) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); PotionEffectType potionEffect = (PotionEffectType) args.get(\"potioneffect\"); target.removePotionEffect(potionEffect); }) .register(); CommandAPICommand(\"removeeffect\") .withArguments(safeArgs) .executesPlayer(PlayerCommandExecutor { _, args -> val target = args[\"target\"] as Player val potionEffect = args[\"potioneffect\"] as PotionEffectType target.removePotionEffect(potionEffect) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Safely typed argument suggestions » Example - Removing a potion effect from a player","id":"178","title":"Example - Removing a potion effect from a player"},"179":{"body":"A /warp command with suggestions of various locations. Hovering over the suggestions with the mouse cursor displays tooltips describing what the locations are The CommandAPI can also display tooltips for specific argument suggestions. These are shown to the user when they hover over a given suggestion and can be used to provide more context to a user about the suggestions that are shown to them. In this section, we'll outline the two ways of creating suggestions with tooltips: Normal (String) suggestions with tooltips Safely typed suggestions with tooltips Tooltips can have formatting to change how the text is displayed by using the ChatColor class.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Argument suggestions with tooltips","id":"179","title":"Argument suggestions with tooltips"},"18":{"body":"Updated Shading with Maven with updated maven-shade-plugin version Adds NamespacedKey arguments section Update Argument Casting section with new arguments and types Update NBT arguments page with new NBT arguments information Update Custom arguments page with new custom arguments information Adds Getting a list of registered commands section to the Internal CommandAPI page Update Upgrading guide for 8.4.0 changes","breadcrumbs":"Introduction » Documentation changes 8.3.0 \\(\\rightarrow\\) 8.4.0","id":"18","title":"Documentation changes 8.3.0 \\(\\rightarrow\\) 8.4.0"},"180":{"body":"To use these features, the CommandAPI includes the stringsWithTooltips methods for arguments, that accept IStringTooltip objects instead of String objects: ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);\nArgumentSuggestions stringsWithTooltips(Function<SuggestionInfo, IStringTooltip[]> suggestions); The StringTooltip class is the CommandAPI's default implementation of IStringTooltip, which has some static methods to construct tooltips easily: StringTooltip none(String suggestion);\nStringTooltip ofString(String suggestion, String tooltip);\nStringTooltip ofMessage(String suggestion, Message tooltip);\nStringTooltip ofBaseComponents(String suggestion, BaseComponent... tooltip);\nStringTooltip ofAdventureComponent(String suggestion, Component tooltip); The first method, StringTooltip.none(String) creates a normal suggestion entry with no tooltip. The other methods create a suggestion with the provided tooltip text in either String, Brigadier Message, Spigot BaseComponent[] or Adventure Component format.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Tooltips with normal (String-based) suggestions","id":"180","title":"Tooltips with normal (String-based) suggestions"},"181":{"body":"Say we want to create a simple command to provide in-game emotes between players. For example, if you did /emote wave Bob, you'll \"wave\" to the player Bob . For this example, we'll use the following command syntax: /emote <emote> <target> First, we'll declare our arguments. Here, we'll use the stringsWithTooltips method, along with the StringTooltip.ofString(String, String) method to create emote suggestions and include suitable descriptions: List<Argument<?>> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] { StringTooltip.ofString(\"wave\", \"Waves at a player\"), StringTooltip.ofString(\"hug\", \"Gives a player a hug\"), StringTooltip.ofString(\"glare\", \"Gives a player the death glare\") } ))\n);\narguments.add(new PlayerArgument(\"target\")); val arguments = mutableListOf<Argument<*>>()\narguments.add(StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips { info -> arrayOf<IStringTooltip>( StringTooltip.ofString(\"wave\", \"Waves at a player\"), StringTooltip.ofString(\"hug\", \"Gives a player a hug\"), StringTooltip.ofString(\"glare\", \"Gives a player the death glare\") ) })\n)\narguments.add(PlayerArgument(\"target\")) Finally, we declare our command as normal: new CommandAPICommand(\"emote\") .withArguments(arguments) .executesPlayer((player, args) -> { String emote = (String) args.get(\"emote\"); Player target = (Player) args.get(\"target\"); switch (emote) { case \"wave\": target.sendMessage(player.getName() + \" waves at you!\"); break; case \"hug\": target.sendMessage(player.getName() + \" hugs you!\"); break; case \"glare\": target.sendMessage(player.getName() + \" gives you the death glare...\"); break; default: player.sendMessage(\"Invalid emote '\" + emote + \"'!\"); break; } }) .register(); CommandAPICommand(\"emote\") .withArguments(*arguments.toTypedArray()) .executesPlayer(PlayerCommandExecutor { player, args -> val emote = args[\"emote\"] as String val target = args[\"target\"] as Player when (emote) { \"wave\" -> target.sendMessage(\"${player.name} waves at you!\") \"hug\" -> target.sendMessage(\"${player.name} hugs you!\") \"glare\" -> target.sendMessage(\"${player.name} gives you the death glare...\") } }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - An emotes command with string suggestion tooltips","id":"181","title":"Example - An emotes command with string suggestion tooltips"},"182":{"body":"The IStringTooltip interface can be implemented by any other class to provide tooltips for custom objects. The IStringTooltip interface has the following methods: public interface IStringTooltip { public String getSuggestion(); public Message getTooltip();\n} Note that the Message class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found here . This is incredibly useful if you are using suggestions with custom objects, such as a plugin that has custom items.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Using IStringTooltip directly","id":"182","title":"Using IStringTooltip directly"},"183":{"body":"Let's say we've created a simple plugin which has custom items. For a custom item, we'll have a simple class CustomItem that sets its name, lore and attached itemstack: public @SuppressWarnings(\"deprecation\")\nclass CustomItem implements IStringTooltip { private ItemStack itemstack; private String name; public CustomItem(ItemStack itemstack, String name, String lore) { ItemMeta meta = itemstack.getItemMeta(); meta.setDisplayName(name); meta.setLore(Arrays.asList(lore)); itemstack.setItemMeta(meta); this.itemstack = itemstack; this.name = name; } public String getName() { return this.name; } public ItemStack getItem() { return this.itemstack; } @Override public String getSuggestion() { return this.itemstack.getItemMeta().getDisplayName(); } @Override public Message getTooltip() { return BukkitTooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0)); } } class CustomItem(val item: ItemStack, val name: String, lore: String): IStringTooltip { init { val meta = item.itemMeta meta.setDisplayName(name) meta.lore = listOf(lore) item.itemMeta = meta } override fun getSuggestion(): String = this.item.itemMeta.displayName override fun getTooltip(): Message = BukkitTooltip.messageFromString(this.item.itemMeta.lore?.get(0) ?: \"\") } We make use of the Tooltip.messageFromString() method to generate a Brigadier Message object from our string tooltip. Let's also say that our plugin has registered lots of CustomItems and has this stored in a CustomItem[] in our plugin. We could then use this as our input for suggestions: CustomItem[] customItems = new CustomItem[] { new CustomItem(new ItemStack(Material.DIAMOND_SWORD), \"God sword\", \"A sword from the heavens\"), new CustomItem(new ItemStack(Material.PUMPKIN_PIE), \"Sweet pie\", \"Just like grandma used to make\")\n}; new CommandAPICommand(\"giveitem\") .withArguments(new StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(customItems))) // We use customItems[] as the input for our suggestions with tooltips .executesPlayer((player, args) -> { String itemName = (String) args.get(\"item\"); // Give them the item for (CustomItem item : customItems) { if (item.getName().equals(itemName)) { player.getInventory().addItem(item.getItem()); break; } } }) .register(); val customItems = arrayOf<CustomItem>( CustomItem(ItemStack(Material.DIAMOND_SWORD), \"God sword\", \"A sword from the heavens\"), CustomItem(ItemStack(Material.PUMPKIN_PIE), \"Sweet pie\", \"Just like grandma used to make\")\n) CommandAPICommand(\"giveitem\") .withArguments(StringArgument(\"item\").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(*customItems))) // We use customItems[] as the input for our suggestions with tooltips .executesPlayer(PlayerCommandExecutor { player, args -> val itemName = args[\"item\"] as String // Give them the item for (item in customItems) { if (item.name == itemName) { player.inventory.addItem(item.item) break } } }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - Using IStringTooltip for custom items","id":"183","title":"Example - Using IStringTooltip for custom items"},"184":{"body":"Using tooltips with safe suggestions is almost identical to the method described above for normal suggestions, except for two things. Firstly, you must use tooltips method instead of the stringsWithTooltips method and secondly, instead of using StringTooltip, you must use Tooltip<S>. Let's look at these differences in more detail. The tooltips methods are fairly similar to the stringsWithTooltips methods, except instead of using StringTooltip, it simply uses Tooltip<S>: SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);\nSafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions); The Tooltip<S> class represents a tooltip for a given object S. For example, a tooltip for a LocationArgument would be a Tooltip<Location> and a tooltip for an EnchantmentArgument would be a Tooltip<Enchantment>. Just like the StringTooltip class, the Tooltip<S> class provides the following static methods, which operate exactly the same as the ones in the StringTooltip class: Tooltip<S> none(S object);\nTooltip<S> ofString(S object, String tooltip);\nTooltip<S> ofMessage(S object, Message tooltip);\nTooltip<S> ofBaseComponents(S object, BaseComponent... tooltip);\nTooltip<S> ofAdventureComponent(S object, Component tooltip); Tooltip<S>[] arrayOf(Tooltip<S>... tooltips); The use of arrayOf is heavily recommended as it provides the necessary type safety for Java code to ensure that the correct types are being passed to the tooltips method.","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Tooltips with safe suggestions","id":"184","title":"Tooltips with safe suggestions"},"185":{"body":"Say we wanted to create a custom teleport command which suggestions a few key locations. In this example, we'll use the following command syntax: /warp <location> First, we'll declare our arguments. Here, we use a LocationArgument and use the tooltips method, with a parameter for the command sender, so we can get information about the world. We populate the suggestions with tooltips using Tooltip.ofString(Location, String) and collate them together with Tooltip.arrayOf(Tooltip<Location>...): List<Argument<?>> arguments = new ArrayList<>();\narguments.add(new LocationArgument(\"location\") .replaceSafeSuggestions(SafeSuggestions.tooltips(info -> { // We know the sender is a player if we use .executesPlayer() Player player = (Player) info.sender(); return BukkitTooltip.arrayOf( BukkitTooltip.ofString(player.getWorld().getSpawnLocation(), \"World spawn\"), BukkitTooltip.ofString(player.getBedSpawnLocation(), \"Your bed\"), BukkitTooltip.ofString(player.getTargetBlockExact(256).getLocation(), \"Target block\") ); }))); val arguments = listOf<Argument<*>>( LocationArgument(\"location\") .replaceSafeSuggestions(SafeSuggestions.tooltips { info -> // We know the sender is a player if we use .executesPlayer() val player = info.sender() as Player BukkitTooltip.arrayOf( BukkitTooltip.ofString(player.world.spawnLocation, \"World spawn\"), BukkitTooltip.ofString(player.bedSpawnLocation, \"Your bed\"), BukkitTooltip.ofString(player.getTargetBlockExact(256)?.location, \"Target block\") ) } )\n) In the arguments declaration, we've casted the command sender to a player. To ensure that the command sender is definitely a player, we'll use the executesPlayer command execution method in our command declaration: new CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer((player, args) -> { player.teleport((Location) args.get(\"location\")); }) .register(); CommandAPICommand(\"warp\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> player.teleport(args[\"location\"] as Location) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Argument suggestions with tooltips » Example - Teleportation command with suggestion descriptions","id":"185","title":"Example - Teleportation command with suggestion descriptions"},"186":{"body":"In addition to normal suggestions, safely-typed suggestions and suggestions with tooltips, the CommandAPI can support computing the list of suggestions to send to a player asynchronously. This allows you to perform suggestions independent of the main server thread, which is useful for slow operations, such as: Retrieving suggestions from a remote database Retrieving information from the web Retrieving suggestions from a file asynchronous suggestions The asynchronous methods for suggestions are similar in format to normal suggestions, except for two things: the name of the method ends with Async, and the return type for the inner function is a CompletableFuture: ArgumentSuggestions stringsAsync(Function<SuggestionInfo, CompletableFuture<String[]>> suggestions);\nArgumentSuggestions stringsWithTooltipsAsync(Function<SuggestionInfo, CompletableFuture<IStringTooltip[]>> suggestions); SafeSuggestions<T> suggestAsync(Function<SuggestionInfo, CompletableFuture<T[]>> suggestions);\nSafeSuggestions<T> tooltipsAsync(Function<SuggestionInfo, CompletableFuture<Tooltip<T>[]>> suggestions);","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Asynchronous suggestions","id":"186","title":"Asynchronous suggestions"},"187":{"body":"The easiest way to create a CompleteableFuture for asynchronous suggestions is to use Java's CompletableFuture.supplyAsync() method. If you have a simple array of string suggestions (String[]), these can be turned into a completable future (CompletableFuture<String[]>) using this method: new String[] { \"dirt\", \"grass\", \"cobblestone\", }; $$\\downarrow$$ CompletableFuture.supplyAsync(() -> { return new String[] { \"dirt\", \"grass\", \"cobblestone\", };\n}); Developer's Note: As with all asynchronous operations running in a Minecraft server, you should not try to access the Bukkit API within an asynchronous block. If you want to run code which accesses Bukkit's API while inside an asynchronous block, you can schedule a synchronous task using the Bukkit scheduler, for example: CompletableFuture.supplyAsync(() -> { Bukkit.getScheduler().scheduleAsyncDelayedTask(plugin, () -> // Your code here ); return new String[] { \"dirt\", \"grass\", \"cobblestone\", };\n});","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Creating completable futures","id":"187","title":"Creating completable futures"},"188":{"body":"","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Asynchronous suggestions examples","id":"188","title":"Asynchronous suggestions examples"},"189":{"body":"Say you wanted to write a command to modify your plugin's config file. Since the config file is an external file, you ideally want to access the file in a separate thread to the main server thread to retain performance for players on the server. We have the following command syntax: /setconfig <key> <value> We make use of the ArgumentSuggestions.stringsAsync method to provide asynchronous suggestions. In our completable future implementation, we access the keys from the plugin configuration. new CommandAPICommand(\"setconfig\") .withArguments(new StringArgument(\"key\").replaceSuggestions(ArgumentSuggestions.stringsAsync(info -> { return CompletableFuture.supplyAsync(() -> { return plugin.getConfig().getKeys(false).toArray(new String[0]); }); }))) .withArguments(new TextArgument(\"value\")) .executes((sender, args) -> { String key = (String) args.get(\"key\"); String value = (String) args.get(\"value\"); plugin.getConfig().set(key, value); }) .register(); CommandAPICommand(\"setconfig\") .withArguments(StringArgument(\"key\").replaceSuggestions(ArgumentSuggestions.stringsAsync { _ -> CompletableFuture.supplyAsync { plugin.config.getKeys(false).toTypedArray() } } )) .withArguments(TextArgument(\"value\")) .executes(CommandExecutor { _, args -> val key = args[\"key\"] as String val value = args[\"value\"] as String plugin.config.set(key, value) }) .register()","breadcrumbs":"Command arguments » Argument suggestions » Asynchronous suggestions » Reading keys from a config file","id":"189","title":"Reading keys from a config file"},"19":{"body":"Adds withSubcommands method to Subcommands section.","breadcrumbs":"Introduction » Documentation changes 8.2.0 \\(\\rightarrow\\) 8.2.1","id":"19","title":"Documentation changes 8.2.0 \\(\\rightarrow\\) 8.2.1"},"190":{"body":"For more information on argument casting types, see Argument Casting . This section is primarily about use cases for each argument and any implementation notes.","breadcrumbs":"Command arguments » Argument types » Argument types","id":"190","title":"Argument types"},"191":{"body":"Primitive arguments are arguments that represent Java primitive types, such as int, float, double, boolean and long. These arguments are defined in their respective classes: Primitive type CommandAPI class int IntegerArgument float FloatArgument double DoubleArgument long LongArgument boolean BooleanArgument These arguments simply cast to their primitive type and don't need any extra work.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Primitive arguments","id":"191","title":"Primitive arguments"},"192":{"body":"A boolean argument showing the suggestions 'false' and 'true' The BooleanArgument class represents the Boolean values true and false.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Boolean arguments","id":"192","title":"Boolean arguments"},"193":{"body":"Say we want to create a plugin that lets you edit its own config.yml file using a command. To do this, let's create a command with the following syntax: /editconfig <config-key> <value> We first retrieve the keys from the configuration file using the typical Bukkit API. We construct our List to hold our arguments, with the first parameter being a String key (in the form of a TextArgument, overridden with an array of suggestions ). Finally, we register our command and update the config, ensuring that we cast the BooleanArgument to boolean: // Load keys from config file\nString[] configKeys = getConfig().getKeys(true).toArray(new String[0]); // Register our command\nnew CommandAPICommand(\"editconfig\") .withArguments(new TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings(info -> configKeys))) .withArguments(new BooleanArgument(\"value\")) .executes((sender, args) -> { // Update the config with the boolean argument getConfig().set((String) args.get(\"config-key\"), (boolean) args.get(\"value\")); }) .register(); // Load keys from config file\nval configKeys: Array<String> = config.getKeys(true).toTypedArray() // Register our command\nCommandAPICommand(\"editconfig\") .withArguments(TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings { _ -> configKeys })) .withArguments(BooleanArgument(\"value\")) .executes(CommandExecutor { _, args -> // Update the config with the boolean argument config.set(args[\"config-key\"] as String, args[\"value\"] as Boolean) }) .register() // Load keys from config file\nval configKeys: Array<String> = getConfig().getKeys(true).toTypedArray() // Register our command\ncommandAPICommand(\"editconfig\") { argument(TextArgument(\"config-key\").replaceSuggestions(ArgumentSuggestions.strings { configKeys })) booleanArgument(\"value\") anyExecutor { _, args -> // Update the config with the boolean argument getConfig().set(args[\"config-key\"] as String, args[\"value\"] as Boolean) }\n}","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Example - Config editing plugin","id":"193","title":"Example - Config editing plugin"},"194":{"body":"Numbers are represented using the designated number classes: Class Description IntegerArgument Whole numbers between Integer.MIN_VALUE and Integer.MAX_VALUE LongArgument Whole numbers between Long.MIN_VALUE and Long.MAX_VALUE DoubleArgument Double precision floating point numbers FloatArgument Single precision floating point numbers Each numerical argument can have ranges applied to them, which restricts the user to only entering numbers from within a certain range. This is done using the constructor, and the range specified: Constructor Description new IntegerArgument() Any range new IntegerArgument(min) Values greater than or equal to min new IntegerArgument(min, max) Values greater than or equal to min and less than or equal to max Each range is inclusive , so it includes the number given to it. If the minimum value provided is larger than the maximum value, an InvalidRangeException is thrown.","breadcrumbs":"Command arguments » Argument types » Primitive arguments » Numerical arguments","id":"194","title":"Numerical arguments"},"195":{"body":"A float range argument command with the argument \"0.5.3.5\" entered Ranged arguments allow players to provide a range between two numbers, all within a single argument. The CommandAPI provides two ranged arguments, IntegerRangeArgument for ranges with only integer values, and FloatRangeArgument for ranged with potential floating point values. These consist of values such as: Input What it means 5 The number 5 5..10 Numbers between 5 and 10, including 5 and 10 5.. Numbers greater than or equal to 5 (bounded by Java's max number size) ..5 Numbers less than or equal to 5 (bounded by Java's min number size) This allows you to let users define a range of values, which can be used to limit a value, such as the number of players in a region or for a random number generator.","breadcrumbs":"Command arguments » Argument types » Ranged arguments » Ranged arguments","id":"195","title":"Ranged arguments"},"196":{"body":"The CommandAPI returns an IntegerRange from the IntegerRangeArgument, and a FloatRange from the FloatRangeArgument, which represents the upper and lower bounds of the numbers provided by the command sender, as well as a method to check if a number is within that range. The IntegerRange class has the following methods: class IntegerRange { public int getLowerBound(); public int getUpperBound(); public boolean isInRange(int);\n} The FloatRange class has the following methods: class FloatRange { public float getLowerBound(); public float getUpperBound(); public boolean isInRange(float);\n}","breadcrumbs":"Command arguments » Argument types » Ranged arguments » The IntegerRange & FloatRange class","id":"196","title":"The IntegerRange & FloatRange class"},"197":{"body":"Say you're working on a plugin for server administrators to help them find restricted items. A method of doing so would be to search chests in a given radius for certain items. As such, we can use the following syntax: /searchchests <range> <item> Now, we simply create our arguments using IntegerRangeArgument for our range and ItemStackArgument as the item to search for. We can then find all chests in a given area and determine if it is within the range provided by the command sender by using range.isInRange(distance): new CommandAPICommand(\"searchrange\") .withArguments(new IntegerRangeArgument(\"range\")) // Range argument .withArguments(new ItemStackArgument(\"item\")) // The item to search for .executesPlayer((player, args) -> { // Retrieve the range from the arguments IntegerRange range = (IntegerRange) args.get(\"range\"); ItemStack itemStack = (ItemStack) args.get(\"item\"); // Store the locations of chests with certain items List<Location> locations = new ArrayList<>(); // Iterate through all chunks, and then all tile entities within each chunk for (Chunk chunk : player.getWorld().getLoadedChunks()) { for (BlockState blockState : chunk.getTileEntities()) { // The distance between the block and the player int distance = (int) blockState.getLocation().distance(player.getLocation()); // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState instanceof Chest chest) { // Check if the chest contains the item specified by the player if (chest.getInventory().contains(itemStack.getType())) { locations.add(chest.getLocation()); } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\"); } else { player.sendMessage(\"Found \" + locations.size() + \" chests:\"); locations.forEach(location -> { player.sendMessage(\" Found at: \" + location.getX() + \", \" + location.getY() + \", \" + location.getZ()); }); } }) .register(); CommandAPICommand(\"searchrange\") .withArguments(IntegerRangeArgument(\"range\")) // Range argument .withArguments(ItemStackArgument(\"item\")) // The item to search for .executesPlayer(PlayerCommandExecutor { player, args -> // Retrieve the range from the arguments val range = args[\"range\"] as IntegerRange val itemStack = args[\"item\"] as ItemStack // Store the locations of chests with certain items val locations = mutableListOf<Location>() // Iterate through all chunks, and then all tile entities within each chunk for (chunk in player.world.loadedChunks) { for (blockState in chunk.tileEntities) { // The distance between the block and the player val distance = blockState.location.distance(player.location).toInt() // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState is Chest) { // Check if the chest contains the item specified by the player if (blockState.inventory.contains(itemStack.type)) { locations.add(blockState.location) } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\") } else { player.sendMessage(\"Found ${locations.size} chests:\") locations.forEach { player.sendMessage(\" Found at: ${it.x}, ${it.y}, ${it.z}\") } } }) .register() commandAPICommand(\"searchrange\") { integerRangeArgument(\"range\") // Range argument itemStackArgument(\"item\") // The item to search for playerExecutor { player, args -> // Retrieve the range from the arguments val range = args[\"range\"] as IntegerRange val itemStack = args[\"item\"] as ItemStack // Store the locations of chests with certain items val locations = mutableListOf<Location>() // Iterate through all chunks, and then all tile entities within each chunk for (chunk in player.world.loadedChunks) { for (blockState in chunk.tileEntities) { // The distance between the block and the player val distance = blockState.location.distance(player.location).toInt() // Check if the distance is within the specified range if (range.isInRange(distance)) { // Check if the tile entity is a chest if (blockState is Chest) { // Check if the chest contains the item specified by the player if (blockState.inventory.contains(itemStack.type)) { locations.add(blockState.location) } } } } } // Output the locations of the chests, or whether no chests were found if (locations.isEmpty()) { player.sendMessage(\"No chests were found\") } else { player.sendMessage(\"Found ${locations.size} chests:\") locations.forEach { player.sendMessage(\" Found at: ${it.x}, ${it.y}, ${it.z}\") } } }\n}","breadcrumbs":"Command arguments » Argument types » Ranged arguments » Example - Searching chests for certain items","id":"197","title":"Example - Searching chests for certain items"},"198":{"body":"There are three types of arguments that return Java's String object. Each have their own unique set of features which make them suitable for specific needs.","breadcrumbs":"Command arguments » Argument types » String arguments » String arguments","id":"198","title":"String arguments"},"199":{"body":"The StringArgument class is used to represent a single word. These words can only contain alphanumeric characters (A-Z, a-z and 0-9), and the underscore character . Accepted StringArgument values: Hello\n123\nhello123\nHello_world Rejected StringArgument values: hello@email.com\nyesn't","breadcrumbs":"Command arguments » Argument types » String arguments » String argument","id":"199","title":"String argument"},"2":{"body":"This documentation is split into the major sections that build up the CommandAPI. It's been designed in such a way that it should be easy to find exactly what you want to help you get started with the CommandAPI, and how to make effective use of it. Each step of the way, the documentation will include examples which showcase how to use the CommandAPI. You can use the side bar on the left to access the various sections of the documentation and can change the theme to your liking using the palette icon in the top left corner. Using the search icon in the top left corner, you can search for anything in this entire documentation. For example, typing \"Example\" will show a list of examples which are included throughout the documentation.","breadcrumbs":"Introduction » How this documentation works","id":"2","title":"How this documentation works"},"20":{"body":"Adds List arguments section. Fix bug with Multiple command executors with the same implementation example.","breadcrumbs":"Introduction » Documentation changes 8.0.0 \\(\\rightarrow\\) 8.2.0","id":"20","title":"Documentation changes 8.0.0 \\(\\rightarrow\\) 8.2.0"},"200":{"body":"Entering strings to identify offline players","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of StringArgument uses","id":"200","title":"Examples of StringArgument uses"},"201":{"body":"The TextArgument acts similar to any String in Java. These can be single words, like the StringArgument, or have additional characters (e.g. spaces, symbols) if surrounded by quotes . To type quotation marks, you can use \\\" (as similar to Java) to escape these special characters. Accepted TextArgument values: hello\n\"hello world!\"\n\"hello@gmail.com\"\n\"this has \\\" <<-- speech marks! \" Rejected TextArgument values: hello world\n私\n\"speech marks: \"\"","breadcrumbs":"Command arguments » Argument types » String arguments » Text argument","id":"201","title":"Text argument"},"202":{"body":"Editing the contents of a sign A command that requires multiple text arguments (say, username and password?)","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of TextArgument uses","id":"202","title":"Examples of TextArgument uses"},"203":{"body":"Greedy Arguments: The GreedyStringArgument, similar to the ChatArgument uses the entire argument array from its current position. This means that it never ends, therefore if it is used, it must be the last element of your List of arguments. For example, if you have a command /message <message> <target>, it would not be able to determine where the message ends and the <target> argument begins. If a GreedyStringArgument or ChatArgument is not declared at the end of the List of arguments, or multiple of these arguments are used in the same List, the CommandAPI throws a GreedyArgumentException. The GreedyStringArgument takes the TextArgument a step further. Any characters and symbols are allowed and quotation marks are not required.","breadcrumbs":"Command arguments » Argument types » String arguments » Greedy string argument","id":"203","title":"Greedy string argument"},"204":{"body":"Say we have a simple message command of the following form: /message <target> <message> This would be ideal for a greedy string, since it can consume all text after the player's name: new CommandAPICommand(\"message\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { ((Player) args.get(\"target\")).sendMessage((String) args.get(\"message\")); }) .register(); CommandAPICommand(\"message\") .withArguments(PlayerArgument(\"target\")) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> (args[\"target\"] as Player).sendMessage(args[\"message\"] as String) }) .register() commandAPICommand(\"message\") { playerArgument(\"target\") greedyStringArgument(\"message\") anyExecutor { _, args -> (args[\"target\"] as Player).sendMessage(args[\"message\"] as String) }\n} Any text entered after the <target> argument would be sent to the player. For example, the command could be used as follows: /message Skepter This is some incredibly long string with \"symbols\" and $p3c!aL characters~ Note how this only works if the greedy string argument is at the end . If, say, the command was /message <message> <target>, it would not be able to determine where the <message> argument ends and the <target> argument begins.","breadcrumbs":"Command arguments » Argument types » String arguments » Example - Messaging command","id":"204","title":"Example - Messaging command"},"205":{"body":"A messaging/whisper command (as shown in the example above) A mailing command Any command involving lots of text, such as a command to write the contents of a book Any command which involves an unreasonable/unknown amount of arguments Any command where you want to parse arguments similar to how regular Bukkit would","breadcrumbs":"Command arguments » Argument types » String arguments » Examples of GreedyStringArgument uses","id":"205","title":"Examples of GreedyStringArgument uses"},"206":{"body":"","breadcrumbs":"Command arguments » Argument types » Positional arguments » Position-based arguments","id":"206","title":"Position-based arguments"},"207":{"body":"A Location argument showing the options ' ', ' ' and ' ~ ~' In the CommandAPI, there are two arguments used to represent location. The LocationArgument argument, which represents a 3D location \\( (x, y, z) \\) and the Location2DArgument, which represents 2D location \\( (x, z) \\).","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location arguments","id":"207","title":"Location arguments"},"208":{"body":"The LocationArgument class is used to specify a location in the command sender's current world , returning a Bukkit Location object. It allows the user to enter three numbers as coordinates, or use relative coordinates (i.e. the ~ and ^ operators). The LocationArgument constructor requires a LocationType, which specifies the type of location that is accepted by the command. The LocationType enum consists of two values:","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location (3D space)","id":"208","title":"Location (3D space)"},"209":{"body":"BLOCK_POSITION refers to integer block coordinates. When in-game as a player, the suggested location is the coordinates of block you are looking at when you type the command. BLOCK_POSITION","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » LocationType.BLOCK_POSITION","id":"209","title":"LocationType.BLOCK_POSITION"},"21":{"body":"Updated particle arguments in the Particle arguments section. Update the Upgrading guide for the new changes in 8.0.0.","breadcrumbs":"Introduction » Documentation changes 7.0.0 \\(\\rightarrow\\) 8.0.0","id":"21","title":"Documentation changes 7.0.0 \\(\\rightarrow\\) 8.0.0"},"210":{"body":"PRECISE_PRECISION uses exact coordinates, using the double primitive type. When in-game as a player, the suggested location is the exact coordinates of where your cursor is pointing at when you type the command. PRECISE_POSITION If no LocationType is provided, the LocationArgument will use PRECISE_POSITION by default . The LocationArgument constructor can also accept a boolean centerPosition. If set to true, when using LocationType.PRECISE_POSITION, if an integer is provided in the value, it will add 0.5 to the x and z coordinates to center the position within a block. If set to false, the integer value will be provided as is. If no centerPosition parameter is provided, the LocationArgument will use centerPosition = true by default .","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » LocationType.PRECISE_POSITION","id":"210","title":"LocationType.PRECISE_POSITION"},"211":{"body":"Say you use the following constructor, which sets centerPosition to true: new LocationArgument(\"location\", LocationType.PRECISE_POSITION, true); LocationArgument(\"location\", LocationType.PRECISE_POSITION, true) Integer positions are centered Let's also say you use the following location using this location argument in a command: 10 20 30 The resulting location will be the following, which centers the position of the x and z coordinates. This does not change the y coordinate: 10.5 20 30.5 Non-integer positions remain as normal If you use the following location using this location argument in a command: 10.2 20.2 30.2 The resulting location will be the following, which does not change the x and z coordinates, because the positions are not integers: 10.2 20.2 30.2 Say you use the following constructor, which sets centerPosition to false: new LocationArgument(\"location\", LocationType.PRECISE_POSITION, false); LocationArgument(\"location\", LocationType.PRECISE_POSITION, false) Integer positions are not centered Let's also say you use the following location using this location argument in a command: 10 20 30 The resulting location will be the following, which does not modify the position of the x and z coordinates: 10 20 30","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Example - LocationArgument precise position centering","id":"211","title":"Example - LocationArgument precise position centering"},"212":{"body":"We can declare a simple command to break a block: /break <location> Simply put, given the coordinates provided to the command, \"break\" the block by setting it's type to Material.AIR. For this example, we're referring to block specific coordinates, so we want to use LocationType.BLOCK_POSITION: new CommandAPICommand(\"break\") // We want to target blocks in particular, so use BLOCK_POSITION .withArguments(new LocationArgument(\"block\", LocationType.BLOCK_POSITION)) .executesPlayer((player, args) -> { Location location = (Location) args.get(\"block\"); location.getBlock().setType(Material.AIR); }) .register(); CommandAPICommand(\"break\") // We want to target blocks in particular, so use BLOCK_POSITION .withArguments(LocationArgument(\"block\", LocationType.BLOCK_POSITION)) .executesPlayer(PlayerCommandExecutor { _, args -> (args[\"block\"] as Location).block.type = Material.AIR }) .register() commandAPICommand(\"break\") { // We want to target blocks in particular, so use BLOCK_POSITION locationArgument(\"block\", LocationType.BLOCK_POSITION) playerExecutor { _, args -> (args[\"block\"] as Location).block.type = Material.AIR }\n}","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Example - Break block using coordinates","id":"212","title":"Example - Break block using coordinates"},"213":{"body":"A location 2D argument showing the options ' ' and ' ~' The Location2DArgument is pretty much identical in use to the LocationArgument for 3D coordinates, except instead of returning a Location object, it instead returns a Location2D object that extends Location (thus, being compatible anywhere you would normally be able to use Location).","breadcrumbs":"Command arguments » Argument types » Positional arguments » Location arguments » Location (2D space)","id":"213","title":"Location (2D space)"},"214":{"body":"An image of a rotation argument showing /rotationargument 90 180 The RotationArgument allows users to specify a pair of pitch and yaw coordinates. By default (using the ~ symbol), this refers to the player's current pitch and yaw of where they are looking at. The RotationArgument class returns a Rotation object, which consists of the following methods: Method name What it does float getPitch() Returns a player's pitch (up and down rotation) float getYaw() Returns a player's yaw (left and right rotation) float getNormalizedPitch() Returns a player's pitch between -90 and 90 degrees float getNormalizedYaw() Returns a player's yaw between -180 and 180 degrees","breadcrumbs":"Command arguments » Argument types » Positional arguments » Rotation arguments » Rotation arguments","id":"214","title":"Rotation arguments"},"215":{"body":"Say we want to make an armor stand look in a certain direction. To do this, we'll use the following command: /rotate <rotation> <target> To do this, we'll use the rotation from the RotationArgument and select an entity using the EntitySelectorArgument.OneEntity class. We then check if our entity is an armor stand and if so, we set its head pose to the given rotation. new CommandAPICommand(\"rotate\") .withArguments(new RotationArgument(\"rotation\")) .withArguments(new EntitySelectorArgument.OneEntity(\"target\")) .executes((sender, args) -> { Rotation rotation = (Rotation) args.get(\"rotation\"); Entity target = (Entity) args.get(\"target\"); if (target instanceof ArmorStand armorStand) { armorStand.setHeadPose(new EulerAngle(Math.toRadians(rotation.getPitch()), Math.toRadians(rotation.getYaw() - 90), 0)); } }) .register(); CommandAPICommand(\"rotate\") .withArguments(RotationArgument(\"rotation\")) .withArguments(EntitySelectorArgument.OneEntity(\"target\")) .executes(CommandExecutor { _, args -> val rotation = args[\"rotation\"] as Rotation val target = args[\"target\"] as Entity if (target is ArmorStand) { target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0) } }) .register() commandAPICommand(\"rotate\") { rotationArgument(\"rotation\") entitySelectorArgumentOneEntity(\"target\") anyExecutor { _, args -> val rotation = args[\"rotation\"] as Rotation val target = args[\"target\"] as Entity if (target is ArmorStand) { target.headPose = EulerAngle(Math.toRadians(rotation.pitch.toDouble()), Math.toRadians(rotation.yaw.toDouble() - 90), 0.0) } }\n} Note how the head pose requires an EulerAngle as opposed to a pitch and yaw. To account for this, we convert our rotation (which is in degrees) into an EulerAngle in radians.","breadcrumbs":"Command arguments » Argument types » Positional arguments » Rotation arguments » Example: Rotate an armor stand head","id":"215","title":"Example: Rotate an armor stand head"},"216":{"body":"An image of an axis argument with the suggestions x, xy, xyz, xz, y, yz and z The AxisArgument class refers to the x, y and z axes. When used with the CommandAPI, it returns an EnumSet<Axis> (You can view the documentation for EnumSet here ) .","breadcrumbs":"Command arguments » Argument types » Positional arguments » AxisArguments » AxisArgument","id":"216","title":"AxisArgument"},"217":{"body":"Reflecting a structure in the x, y or z axis","breadcrumbs":"Command arguments » Argument types » Positional arguments » AxisArguments » Examples of AxisArgument uses","id":"217","title":"Examples of AxisArgument uses"},"218":{"body":"The CommandAPI provides a number of ways to interact with chat formatting in Minecraft. These are the following: ChatColor : The color of text rendered in Minecraft Chat : Text which is said in chat. This also includes entity selectors such as @a and @r ChatComponent : Minecraft's Raw JSON text format The CommandAPI implements ChatColor , Chat and ChatComponent in two separate ways: Spigot-compatible and Adventure-compatible . The differences between these and how to use them are described in their own relevant pages. The CommandAPI also supports Minecraft 1.19's chat preview feature. To use Minecraft 1.19's chat preview feature, information on that can be found in Chat preview .","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat arguments","id":"218","title":"Chat arguments"},"219":{"body":"","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Spigot chat arguments","id":"219","title":"Spigot chat arguments"},"22":{"body":"Changed the repo that the CommandAPI is served from JitPack to Maven Central. Remove direct link to CommandAPI.jar file from Installation for server owners , in favor of pointing to the latest release page (to allow version numbers to appear in the file name). Rewrite the Argument suggestions section to cover the new argument suggestions API. Update the Upgrading guide for the new changes in 7.0.0. Update repository information in the Shading the CommandAPI in your plugins page. Update the Brigadier + CommandAPI page with updated methods. Adds an example of using Brgiader's SuggestionsBuilder in the Brigadier Suggestions section. Updated the colors of links, example blocks and warning blocks to meet accessibility contrast guidelines better. Adds Command trees section. Update Handling command failures to fit new throw requirement for command failures. Updated Normal command executors with the new multiple command executors with the same implementation feature.","breadcrumbs":"Introduction » Documentation changes 6.5.4 \\(\\rightarrow\\) 7.0.0","id":"22","title":"Documentation changes 6.5.4 \\(\\rightarrow\\) 7.0.0"},"220":{"body":"Chatcolor argument in-game, displaying a list of Minecraft chat colors The ChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the ChatColor object.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat color argument","id":"220","title":"Chat color argument"},"221":{"body":"Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form: /namecolor <chatcolor> We then use the ChatColorArgument to change the player's name color: new CommandAPICommand(\"namecolor\") .withArguments(new ChatColorArgument(\"chatcolor\")) .executesPlayer((player, args) -> { ChatColor color = (ChatColor) args.get(\"chatcolor\"); player.setDisplayName(color + player.getName()); }) .register(); CommandAPICommand(\"namecolor\") .withArguments(ChatColorArgument(\"chatColor\")) .executesPlayer(PlayerCommandExecutor { player, args -> val color = args[\"chatColor\"] as ChatColor player.setDisplayName(\"$color${player.name}\") }) .register() commandAPICommand(\"namecolor\") { chatColorArgument(\"chatcolor\") playerExecutor { player, args -> val color = args[\"chatcolor\"] as ChatColor player.setDisplayName(\"$color${player.name}\") }\n} Developer's Note: The two following classes, ChatComponentArgument and ChatArgument depend on a Spigot based server. This means that these arguments will not work on a non-Spigot based server, such as CraftBukkit. If you use this class on a non-Spigot based server, it will throw a SpigotNotFoundException","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Username color changing plugin","id":"221","title":"Example - Username color changing plugin"},"222":{"body":"The ChatComponentArgument class accepts raw chat-based JSON as valid input. Despite being regular JSON, it must conform to the standard declared here , which consists of JSON that has a limited subset of specific keys (In other words, you can have a JSON object that has the key text, but not one that has the key blah). This is converted into Spigot's BaseComponent[], which can be used for the following: Broadcasting messages to all players on the server using: Bukkit.getServer().spigot().broadcast(BaseComponent[]); Adding and setting pages to books using BookMeta: BookMeta meta = // ...\nmeta.spigot().setPages(BaseComponent[]); Sending messages to Player objects: Player player = // ...\nplayer.spigot().sendMessage(BaseComponent[]); Sending messages to CommandSender objects: CommandSender sender = // ...\nsender.spigot().sendMessage(BaseComponent[]);","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat component argument","id":"222","title":"Chat component argument"},"223":{"body":"Say we want to generate a book using raw JSON. For this example, we'll use the following JSON (generated from minecraftjson.com ) to generate our book: [\"\", { \"text\": \"Once upon a time, there was a guy call \"\n}, { \"text\": \"Skepter\", \"color\": \"light_purple\", \"hoverEvent\": { \"action\": \"show_entity\", \"value\": \"Skepter\" }\n}, { \"text\": \" and he created the \"\n}, { \"text\": \"CommandAPI\", \"underlined\": true, \"clickEvent\": { \"action\": \"open_url\", \"value\": \"https://github.com/JorelAli/CommandAPI\" }\n}] Since we're writing a book, we must ensure that all quotes have been escaped. This can also be performed on the minecraftjson.com website by selecting \"book\": [\"[\\\"\\\",{\\\"text\\\":\\\"Once upon a time, there was a guy call \\\"},{\\\"text\\\":\\\"Skepter\\\",\\\"color\\\":\\\"light_purple\\\",\\\"hoverEvent\\\":{\\\"action\\\":\\\"show_entity\\\",\\\"value\\\":\\\"Skepter\\\"}},{\\\"text\\\":\\\" and he created the \\\"},{\\\"text\\\":\\\"CommandAPI\\\",\\\"underlined\\\":true,\\\"clickEvent\\\":{\\\"action\\\":\\\"open_url\\\",\\\"value\\\":\\\"https://github.com/JorelAli/CommandAPI\\\"}}]\"] Now let's define our command. Since book text is typically very large - too large to be entered into a chat, we'll make a command block compatible command by providing a player parameter: /makebook <player> <contents> Now we can create our book command. We use the player as the main target by using their name for the author field, as well as their inventory to place the book. We finally construct our book using the .setPages(BaseComponent[]) method: new CommandAPICommand(\"makebook\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new ChatComponentArgument(\"contents\")) .executes((sender, args) -> { Player player = (Player) args.get(\"player\"); BaseComponent[] arr = (BaseComponent[]) args.get(\"contents\"); // Create book ItemStack is = new ItemStack(Material.WRITTEN_BOOK); BookMeta meta = (BookMeta) is.getItemMeta(); meta.setTitle(\"Custom Book\"); meta.setAuthor(player.getName()); meta.spigot().setPages(arr); is.setItemMeta(meta); // Give player the book player.getInventory().addItem(is); }) .register(); CommandAPICommand(\"makebook\") .withArguments(PlayerArgument(\"player\")) .withArguments(ChatComponentArgument(\"contents\")) .executes(CommandExecutor { _, args -> val player = args[\"player\"] as Player val arr = args[\"contents\"] as Array<BaseComponent> // Create book val item = ItemStack(Material.WRITTEN_BOOK) val meta = item.itemMeta as BookMeta meta.title = \"Custom Book\" meta.author = player.name meta.spigot().setPages(arr) item.itemMeta = meta // Give player the book player.inventory.addItem(item) }) .register() commandAPICommand(\"makebook\") { playerArgument(\"player\") chatComponentArgument(\"contents\") anyExecutor { _, args -> val player = args[\"player\"] as Player val array = args[\"contents\"] as Array<BaseComponent> // Create book val item = ItemStack(Material.WRITTEN_BOOK) val meta = item.itemMeta as BookMeta meta.title = \"Custom Book\" meta.author = player.name meta.spigot().setPages(array) item.itemMeta = meta // Give player the book player.inventory.addItem(item) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Book made from raw JSON","id":"223","title":"Example - Book made from raw JSON"},"224":{"body":"Note: The ChatArgument class is an argument similar to the GreedyStringArgument , in the sense that it has no terminator and must be defined at the end of your List of arguments. For more information on this, please read the section on Greedy arguments . The ChatArgument is identical to the GreedyStringArgument, with the added functionality of enabling entity selectors , such as @e, @p and so on. The ChatArgument also returns a BaseComponent[], similar to the ChatComponentArgument.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Chat argument","id":"224","title":"Chat argument"},"225":{"body":"Say we wanted to broadcast a \"personalized\" message to players on the server. By \"personalized\", we mean a command which changes its output depending on who we are sending the output to. Simply put, we want a command of the following syntax: /pbroadcast <message> Say we're on a server with 2 players: Bob and Michael . If I were to use the following command: /pbroadcast Hello @p Bob would receive the message \"Hello Bob\", whereas Michael would receive the message \"Hello Michael\". We can use the ChatArgument to create this \"personalized\" broadcast: new CommandAPICommand(\"pbroadcast\") .withArguments(new ChatArgument(\"message\")) .executes((sender, args) -> { BaseComponent[] message = (BaseComponent[]) args.get(\"message\"); // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(message); }) .register(); CommandAPICommand(\"pbroadcast\") .withArguments(ChatArgument(\"message\")) .executes(CommandExecutor { _, args -> val message = args[\"message\"] as Array<BaseComponent> // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(*message) }) .register() commandAPICommand(\"pbroadcast\") { chatArgument(\"message\") anyExecutor { _, args -> val message = args[\"message\"] as Array<BaseComponent> // Broadcast the message to everyone on the server Bukkit.getServer().spigot().broadcast(*message) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Spigot chat arguments » Example - Sending personalized messages to players","id":"225","title":"Example - Sending personalized messages to players"},"226":{"body":"Developer's Note: The two following classes, AdventureChatComponentArgument and AdventureChatArgument depend on a Paper based server which has the Adventure library. If you use this class on a server without the Adventure library, it will throw a PaperAdventureNotFoundException From Paper 1.16.5 build #473 onwards, Paper now includes Kyori's Adventure API . This library is a replacement of the BungeeCord chat API and has all of the same functionality as the BungeeCord chat API (and more!). The documentation for this API can be found here . Since this functions very similar to the Spigot chat arguments, this page won't reiterate everything about how it works, we'll just outline some examples of how to use these arguments instead.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat arguments","id":"226","title":"Adventure chat arguments"},"227":{"body":"Chatcolor argument in-game, displaying a list of Minecraft chat colors The AdventureChatColorArgument class is used to represent a given chat color (e.g. red or green). This argument returns the NamedTextColor object. If reset is passed to this argument, this will return NamedTextColor.WHITE.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat color argument","id":"227","title":"Adventure chat color argument"},"228":{"body":"Say we want to create a plugin to change the color of a player's username. We want to create a command of the following form: /namecolor <chatcolor> We then use the ChatColorArgument to change the player's name color: new CommandAPICommand(\"namecolor\") .withArguments(new AdventureChatColorArgument(\"chatcolor\")) .executesPlayer((player, args) -> { NamedTextColor color = (NamedTextColor) args.get(\"chatcolor\"); player.displayName(Component.text().color(color).append(Component.text(player.getName())).build()); }) .register(); CommandAPICommand(\"namecolor\") .withArguments(AdventureChatColorArgument(\"chatcolor\")) .executesPlayer(PlayerCommandExecutor { player, args -> val color = args[\"chatcolor\"] as NamedTextColor player.displayName(Component.text().color(color).append(Component.text(player.name)).build()) }) .register() commandAPICommand(\"namecolor\") { chatColorArgument(\"chatcolor\") playerExecutor { player, args -> val color = args[\"chatcolor\"] as NamedTextColor player.displayName(Component.text().color(color).append(Component.text(player.name)).build()) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Username color changing plugin","id":"228","title":"Example - Username color changing plugin"},"229":{"body":"The AdventureChatComponentArgument class accepts raw chat-based JSON as valid input, as declared here . This is converted into Adventure's Component class.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat component argument","id":"229","title":"Adventure chat component argument"},"23":{"body":"Update the Maven and Gradle pages to say to use CommandAPI version 6.5.4 because this kept confusing everyone.","breadcrumbs":"Introduction » Documentation changes 6.4.0 \\(\\rightarrow\\) 6.5.4","id":"23","title":"Documentation changes 6.4.0 \\(\\rightarrow\\) 6.5.4"},"230":{"body":"In this example, we'll create a simple command which lets you show a book to a user. The syntax for our command is as follows: /showbook <target> <title> <author> <contents> We can construct a book using the Adventure API's Book.book(Component, Component, Component...) method. In order to convert our strings into Component objects, we use the Component.text(String) method. Since Paper supports the Adventure API natively, we can then send this book to a player using the openBook(Book) method: new CommandAPICommand(\"showbook\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new TextArgument(\"title\")) .withArguments(new StringArgument(\"author\")) .withArguments(new AdventureChatComponentArgument(\"contents\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); String title = (String) args.get(\"title\"); String author = (String) args.get(\"author\"); Component content = (Component) args.get(\"contents\"); // Create a book and show it to the user (Requires Paper) Book mybook = Book.book(Component.text(title), Component.text(author), content); target.openBook(mybook); }) .register(); CommandAPICommand(\"showbook\") .withArguments(PlayerArgument(\"target\")) .withArguments(TextArgument(\"title\")) .withArguments(StringArgument(\"author\")) .withArguments(AdventureChatComponentArgument(\"contents\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val title = args[\"title\"] as String val author = args[\"author\"] as String val content = args[\"contents\"] as Component // Create a book and show it to the user (Requires Paper) val mybook = Book.book(Component.text(title), Component.text(author), content) target.openBook(mybook) }) .register() commandAPICommand(\"showbook\") { playerArgument(\"target\") textArgument(\"title\") stringArgument(\"author\") adventureChatComponentArgument(\"contents\") anyExecutor { _, args -> val target = args[\"target\"] as Player val title = args[\"title\"] as String val author = args[\"author\"] as String val content = args[\"contents\"] as Component // Create a book and show it to the user (Requires Paper) val mybook = Book.book(Component.text(title), Component.text(author), content) target.openBook(mybook) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Opening a book with raw JSON content","id":"230","title":"Example - Opening a book with raw JSON content"},"231":{"body":"The AdventureChatArgument class is the equivalent Adventure API class for the ChatArgument - it represents infinitely long strings similar to the GreedyStringArgument and allows entity selectors such as @e, @p and so on. The AdventureChatArgument returns a Component, similar to the AdventureChatComponentArgument.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Adventure chat argument","id":"231","title":"Adventure chat argument"},"232":{"body":"We'll take the same example from the ChatArgument class, but using the AdventureChatArgument instead - We want to create a personalized message broadcasted to all users using a chat component that allows entity selectors. For this command, we want the following syntax: /pbroadcast <message> In order to broadcast an Adventure Component to all players on the server, we have to use Paper's broadcast(Component, String) method. This method requires a permission node which all players must have in order to receive the broadcasted message. By default, Bukkit-based servers (Spigot and Paper) use the bukkit.broadcast.user permission, which is described here : new CommandAPICommand(\"pbroadcast\") .withArguments(new AdventureChatArgument(\"message\")) .executes((sender, args) -> { Component message = (Component) args.get(\"message\"); // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS); Bukkit.getServer().broadcast(message); }) .register(); CommandAPICommand(\"pbroadcast\") .withArguments(AdventureChatArgument(\"message\")) .executes(CommandExecutor { _, args -> val message = args[\"message\"] as Component // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS) Bukkit.getServer().broadcast(message) }) .register() commandAPICommand(\"pbroadcast\") { adventureChatArgument(\"message\") anyExecutor { _, args -> val message = args[\"message\"] as Component // Broadcast the message to everyone with broadcast permissions. Bukkit.getServer().broadcast(message, Server.BROADCAST_CHANNEL_USERS) Bukkit.getServer().broadcast(message) }\n}","breadcrumbs":"Command arguments » Argument types » Chat arguments » Adventure chat arguments » Example - Sending personalized messages to players","id":"232","title":"Example - Sending personalized messages to players"},"233":{"body":"Chat preview Chat preview is a feature introduced in Minecraft 1.19 that allows the server to display a preview of a chat message to the client before the client sends their message to the server. This chat preview feature is also compatible with /say and /msg, as well as the ChatArgument and AdventureChatArgument classes.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Chat preview","id":"233","title":"Chat preview"},"234":{"body":"The chat preview feature is only present in Minecraft versions 1.19, 1.19.1 and 1.19.2. Chat preview was removed in 1.19.3 , so this feature is unfortunately no longer usable in Minecraft 1.19.3 and beyond.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Minecraft version support","id":"234","title":"Minecraft version support"},"235":{"body":"To use chat preview, your server must have previews-chat set to true in the server.properties file: ...\npreviews-chat=true\n... For players that want to use chat preview, they must have Chat Preview enabled in Options > Chat Settings...","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Enabling chat preview","id":"235","title":"Enabling chat preview"},"236":{"body":"The ChatArgument and AdventureChatArgument classes include a method, withPreview: public T withPreview(PreviewableFunction preview); The method withPreview(PreviewableFunction preview) lets you generate a preview to send to the client. This method takes in the PreviewableFunction functional interface, which is a function that takes in a PreviewInfo and returns either a BaseComponent[] (for ChatArgument) or a Component (for AdventureChatArgument): public T generatePreview(PreviewInfo info) throws WrapperCommandSyntaxException; The PreviewInfo class is a record containing the following: public record PreviewInfo<T> { Player player(); String input(); String fullInput(); T parsedInput();\n} The following methods are as follows: Player player(); player() is the player that is currently typing a chat preview. String input(); input() is the current input for the current ChatArgument or AdventureChatArgument. If a user is typing /mycommand hellowor¦ and the command syntax is /mycommand <ChatArgument>, the result of input() would be \"hellowor\". String fullInput(); fullInput() is the full input that the player has typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of fullInput() would be \"/mycommand hellowor\". T parsedInput(); parsedInput() is similar to input(), except it has been parsed by the CommandAPI's argument parser. This is a representation of what the argument in the executor would look like. For a ChatArgument the return type is BaseComponent[], and for AdventureChatArgument the return type is Component.","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Specifying a chat preview function","id":"236","title":"Specifying a chat preview function"},"237":{"body":"The ChatArgument and AdventureChatArgument classes also include a method, usePreview: public T usePreview(boolean usePreview); The usePreview(boolean usePreview) method lets you specify whether you would like the previewing function to be used as the argument's value during execution. If set to true, when the command's .executes() method is called, the argument value (e.g. arg[0]) will be the same as the content generated by the function provided to withPreview().","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Using the chat preview function as the argument's value","id":"237","title":"Using the chat preview function as the argument's value"},"238":{"body":"","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Chat preview examples","id":"238","title":"Chat preview examples"},"239":{"body":"Say we wanted to make our own /broadcast command that allowed the user to use & chat colors. We can use chat preview to show users what the result of their /broadcast command would look like before running the command. We'll use the following command syntax: /broadcast <message> Because the ChatArgument and AdventureChatArgument can support entity selectors (such as @p), it's best to use the info.parsedInput() method to handle parsed entity selectors. In our code, we use the .withPreview() method and take the parsed input and convert it to plain text. We then convert the plain text with & characters into component text to be displayed to the user. For execution, we do the same procedure, because the text that the user enters still has & characters that need to be converted into a component. new CommandAPICommand(\"broadcast\") .withArguments(new ChatArgument(\"message\").withPreview(info -> { // Convert parsed BaseComponent[] to plain text String plainText = BaseComponent.toPlainText(info.parsedInput()); // Translate the & in plain text and generate a new BaseComponent[] return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)); })) .executesPlayer((player, args) -> { // The user still entered legacy text. We need to properly convert this // to a BaseComponent[] by converting to plain text then to BaseComponent[] String plainText = BaseComponent.toPlainText((BaseComponent[]) args.get(\"message\")); Bukkit.spigot().broadcast(TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText))); }) .register(); new CommandAPICommand(\"broadcast\") .withArguments(new AdventureChatArgument(\"message\").withPreview(info -> { // Convert parsed Component to plain text String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput()); // Translate the & in plain text and generate a new Component return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText); })) .executesPlayer((player, args) -> { // The user still entered legacy text. We need to properly convert this // to a Component by converting to plain text then to Component String plainText = PlainTextComponentSerializer.plainText().serialize((Component) args.get(\"broadcast\")); Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)); }) .register(); CommandAPICommand(\"broadcast\") .withArguments(ChatArgument(\"message\").withPreview { info -> // Convert parsed BaseComponent[] to plain text val plainText: String = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>) // Translate the & in plain text and generate a new BaseComponent[] TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) } ) .executesPlayer(PlayerCommandExecutor { _, args -> // The user still entered legacy text. We need to properly convert this // to a BaseComponent[] by converting to plain text then to BaseComponent[] val plainText: String = BaseComponent.toPlainText(*args[\"message\"] as Array<BaseComponent>) val baseComponents: Array<BaseComponent> = TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) Bukkit.spigot().broadcast(*baseComponents) }) .register() CommandAPICommand(\"broadcast\") .withArguments(AdventureChatArgument(\"message\").withPreview { info -> // Convert parsed Component to plain text val plainText: String = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component) // Translate the & in plain text and generate a new Component LegacyComponentSerializer.legacyAmpersand().deserialize(plainText) } ) .executesPlayer(PlayerCommandExecutor { _, args -> // The user still entered legacy text. We need to properly convert this // to a Component by converting to plain text then to Component val plainText: String = PlainTextComponentSerializer.plainText().serialize(args[\"message\"] as Component) Bukkit.broadcast(LegacyComponentSerializer.legacyAmpersand().deserialize(plainText)) }) .register()","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Example - Using chat preview","id":"239","title":"Example - Using chat preview"},"24":{"body":"Adds a section Help for the new help feature. Update Annotations section to include new @Help annotation.","breadcrumbs":"Introduction » Documentation changes 6.3.1 \\(\\rightarrow\\) 6.4.0","id":"24","title":"Documentation changes 6.3.1 \\(\\rightarrow\\) 6.4.0"},"240":{"body":"Extending on the example above where we created a /broadcast command with chat preview support, we can simplify the code by using .usePreview(true) to use the preview function as the value of our argument in our executor function. We'll use the same command syntax as the previous example: /broadcast <message> By using .usePreview(true), we don't have to re-translate & formatting codes into their corresponding components because that has already been done by the preview function specified in .withPreview() method. new CommandAPICommand(\"broadcast\") .withArguments(new ChatArgument(\"message\").usePreview(true).withPreview(info -> { // Convert parsed BaseComponent[] to plain text String plainText = BaseComponent.toPlainText(info.parsedInput()); // Translate the & in plain text and generate a new BaseComponent[] return TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)); })) .executesPlayer((player, args) -> { Bukkit.spigot().broadcast((BaseComponent[]) args.get(\"message\")); }) .register(); new CommandAPICommand(\"broadcast\") .withArguments(new AdventureChatArgument(\"message\").usePreview(true).withPreview(info -> { // Convert parsed Component to plain text String plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput()); // Translate the & in plain text and generate a new Component return LegacyComponentSerializer.legacyAmpersand().deserialize(plainText); })) .executesPlayer((player, args) -> { Bukkit.broadcast((Component) args.get(\"message\")); }) .register(); CommandAPICommand(\"broadcast\") .withArguments(ChatArgument(\"message\").usePreview(true).withPreview { info -> // Convert parsed BaseComponent[] to plain text val plainText = BaseComponent.toPlainText(*info.parsedInput() as Array<BaseComponent>) // Translate the & in plain text and generate a new BaseComponent[] TextComponent.fromLegacyText(ChatColor.translateAlternateColorCodes('&', plainText)) } ) .executesPlayer(PlayerCommandExecutor { _, args -> Bukkit.spigot().broadcast(*args[\"message\"] as Array<BaseComponent>) }) .register() CommandAPICommand(\"broadcast\") .withArguments(AdventureChatArgument(\"message\").usePreview(true).withPreview { info -> // Convert parsed Component to plain text val plainText = PlainTextComponentSerializer.plainText().serialize(info.parsedInput() as Component) // Translate the & in plain text and generate a new Component LegacyComponentSerializer.legacyAmpersand().deserialize(plainText) } ) .executesPlayer(PlayerCommandExecutor { _, args -> Bukkit.broadcast(args[\"message\"] as Component) }) .register()","breadcrumbs":"Command arguments » Argument types » Chat arguments » Chat preview » Example - Using chat preview with usePreview()","id":"240","title":"Example - Using chat preview with usePreview()"},"241":{"body":"","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity & player arguments","id":"241","title":"Entity & player arguments"},"242":{"body":"An image of an entity selector argument with a list of suggestions including entity selectors and a player name Minecraft's target selectors (e.g. @a or @e) are implemented using the subclasses of the EntitySelectorArgument class. This allows you to select specific entities based on certain attributes. There are four EntitySelectorArgument subclasses that determine what type of data to return: EntitySelectorArgument.OneEntity - A single entity, which returns a Entity object. EntitySelectorArgument.ManyEntities - A collection of many entities, which returns a Collection<Entity> object. EntitySelectorArgument.OnePlayer - A single player, which returns a Player object. EntitySelectorArgument.ManyPlayers - A collection of players, which returns a Collection<Player> object. The return type is the type to be cast when retrieved from the CommandArguments args in the command declaration.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity selector argument","id":"242","title":"Entity selector argument"},"243":{"body":"Say we want a command to remove certain types of entities. Typically, this would be implemented using a simple command like: /remove <player>\n/remove <mob type>\n/remove <radius> Instead, we can combine all of these into one by using the EntitySelectorArgument. We want to be able to target multiple entities at a time, so we want to use the EntitySelectorArgument.ManyEntities constructor. We can simply retrieve the Collection<Entity> from this argument and iteratively remove each entity: new CommandAPICommand(\"remove\") // Using a collective entity selector to select multiple entities .withArguments(new EntitySelectorArgument.ManyEntities(\"entities\")) .executes((sender, args) -> { // Parse the argument as a collection of entities (as stated above in the documentation) @SuppressWarnings(\"unchecked\") Collection<Entity> entities = (Collection<Entity>) args.get(\"entities\"); sender.sendMessage(\"Removed \" + entities.size() + \" entities\"); for (Entity e : entities) { e.remove(); } }) .register(); CommandAPICommand(\"remove\") // Using a collective entity selector to select multiple entities .withArguments(EntitySelectorArgument.ManyEntities(\"entities\")) .executes(CommandExecutor { sender, args -> // Parse the argument as a collection of entities (as stated above in the documentation) val entities = args[\"entities\"] as Collection<Entity> sender.sendMessage(\"Removed ${entities.size} entities\") for (e in entities) { e.remove() } }) .register() commandAPICommand(\"remove\") { // Using a collective entity selector to select multiple entities entitySelectorArgumentManyEntities(\"entities\") anyExecutor { sender, args -> // Parse the argument as a collection of entities (as stated above in the documentation) val entities = args[\"entities\"] as Collection<Entity> sender.sendMessage(\"Removed ${entities.size} entities\") for (e in entities) { e.remove() } }\n} We could then use this to target specific entities, for example: To remove all cows: /remove @e[type=cow] To remove the 10 furthest pigs from the command sender: /remove @e[type=pig,limit=10,sort=furthest]","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Example - Remove entities command","id":"243","title":"Example - Remove entities command"},"244":{"body":"The PlayerArgument class is very similar (almost identical) to EntitySelectorArgument.OnePlayer. It returns a Player object and requires the player to be online. Developer's Note: The PlayerArgument internally uses the GameProfile class from Mojang's authlib, which means that this argument has a slight performance overhead compared to using EntitySelectorArgument.OnePlayer","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Player argument","id":"244","title":"Player argument"},"245":{"body":"The OfflinePlayerArgument class is identical to the PlayerArgument class, but instead of returning a Player object, it returns an OfflinePlayer object. Internally, this argument makes calls to Mojang servers (via Mojang's authlib), meaning it can be slightly slower than alternative methods (such as using a StringArgument and suggesting a list of existing offline players). The OfflinePlayerArgument should be able to retrieve players that have never joined the server before.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » OfflinePlayer argument","id":"245","title":"OfflinePlayer argument"},"246":{"body":"An image of an entity argument displaying a list of entity type suggestions The EntityTypeArgument class is used to retrieve a type of entity as defined in the EntityType enum. In other words, this is an entity type, for example a pig or a zombie.","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Entity type argument","id":"246","title":"Entity type argument"},"247":{"body":"Say we want a command to spawn a specific type of entity, similar to the /summon command in Vanilla Minecraft, with the addition of specifying how many entities to spawn. We want to create a command of the following form: /spawnmob <entity> <amount> Since we're trying to specify an entity type, we will use the EntityTypeArgument as our argument type for <entity>. We combine this with the IntegerArgument class with a specified range of \\( 1 \\le \\textit{amount} \\le 100 \\): new CommandAPICommand(\"spawnmob\") .withArguments(new EntityTypeArgument(\"entity\")) .withArguments(new IntegerArgument(\"amount\", 1, 100)) // Prevent spawning too many entities .executesPlayer((Player player, CommandArguments args) -> { for (int i = 0; i < (int) args.get(\"amount\"); i++) { player.getWorld().spawnEntity(player.getLocation(), (EntityType) args.get(\"entity\")); } }) .register(); CommandAPICommand(\"spawnmob\") .withArguments(EntityTypeArgument(\"entity\")) .withArguments(IntegerArgument(\"amount\", 1, 100)) // Prevent spawning too many entities .executesPlayer(PlayerCommandExecutor { player, args -> for (i in 0 until args[\"amount\"] as Int) { player.world.spawnEntity(player.location, args[\"entity\"] as EntityType) } }) .register() commandAPICommand(\"spawnmob\") { entityTypeArgument(\"entity\") integerArgument(\"amount\", 1, 100) // Prevent spawning too many entities playerExecutor { player, args -> for (i in 0 until args[\"amount\"] as Int) { player.world.spawnEntity(player.location, args[\"entity\"] as EntityType) } }\n} Note how in this example above, we have to explicitly state Player player, CommandArguments args. This is due to a limitation of Java's type inference system which is discussed here .","breadcrumbs":"Command arguments » Argument types » Entity & player arguments » Example - Spawning entities","id":"247","title":"Example - Spawning entities"},"248":{"body":"The scoreboard arguments that the CommandAPI provides allows you to interact with various scoreboard elements, such as objectives, teams and score holders.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments","id":"248","title":"Scoreboard arguments"},"249":{"body":"The CommandAPI uses two classes to provide information about a scoreboard: The ScoreHolderArgument class represents score holder - a player's name or an entity's UUID that has scores in an objective. This is described in more detail on the Minecraft Wiki . The ScoreboardSlotArgument class represents a display slot (sidebar, list or belowName) as well as the team color if the display is the sidebar. This is described in more detail on the Minecraft Wiki .","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Scoreboard arguments","id":"249","title":"Scoreboard arguments"},"25":{"body":"Adds Java 16 error to Troubleshooting . Update FAQ . Adds some useful tools to Command conversion to get plugin info and check config.yml validity. Adds Plugin reloading page which describes how to add minimal support for /reload.","breadcrumbs":"Introduction » Documentation changes 6.3.0 \\(\\rightarrow\\) 6.3.1","id":"25","title":"Documentation changes 6.3.0 \\(\\rightarrow\\) 6.3.1"},"250":{"body":"The score holder argument can accept either a single entity or a collection of multiple entities. In order to specify which one to use, you must use the ScoreHolderArgument.Single or ScoreHolderArgument.Multiple constructor respectively: new ScoreHolderArgument.Single(nodeName);\nnew ScoreHolderArgument.Multiple(nodeName); Depending on which constructor is used, the cast type changes. If you use ScoreHolderArgument.Single, the argument must be casted to a String. Otherwise, if you use ScoreHolderArgument.Multiple, the argument must be casted to a Collection<String>.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Score holder argument","id":"250","title":"Score holder argument"},"251":{"body":"Say we want to reward all players that fit a certain criteria. We want a command with the following syntax: /reward <players> Since we could have multiple players that fit a certain criterion, we want to use ScoreHolderArgument.Multiple constructor. To give this example a bit more context, let's say we want to reward all players that have died less than 10 times in the server. To do this, we will use the following command: /reward @e[type=player,scores={deaths=..9}] Note how we use ..9 to represent 9 or less deaths (since ranges are inclusive). Also note how we restrict our input to players via the command using type=player. We can now implement our command: new CommandAPICommand(\"reward\") // We want multiple players, so we use ScoreHolderType.MULTIPLE in the constructor .withArguments(new ScoreHolderArgument.Multiple(\"players\")) .executes((sender, args) -> { // Get player names by casting to Collection<String> @SuppressWarnings(\"unchecked\") Collection<String> players = (Collection<String>) args.get(\"players\"); for (String playerName : players) { Bukkit.getPlayer(playerName).getInventory().addItem(new ItemStack(Material.DIAMOND, 3)); } }) .register(); CommandAPICommand(\"reward\") // We want multiple players, so we use the ScoreHolderArgument.Multiple constructor .withArguments(ScoreHolderArgument.Multiple(\"players\")) .executes(CommandExecutor { _, args -> // Get player names by casting to Collection<String> val players = args[\"players\"] as Collection<String> for (playerName in players) { Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3)) } }) .register() commandAPICommand(\"reward\") { // We want multiple players, so we use the scoreHolderArgumentMultiple method scoreHolderArgumentMultiple(\"player\") anyExecutor { _, args -> // Get player names by casting to Collection<String> val players = args[\"player\"] as Collection<String> for (playerName in players) { Bukkit.getPlayer(playerName)?.inventory!!.addItem(ItemStack(Material.DIAMOND, 3)) } }\n} Developer's Note: In the example above, we have our user use the @e[type=player] entity selector to restrict the Collection<String> so it only returns player names, which allows us to use Bukkit.getPlayer(playerName). In practice, we cannot guarantee that such a selector will be used, so we could update the code to accept both entities and players. For example, we can differentiate between players and entities by using the UUID.fromString(String) method: Collection<String> entitiesAndPlayers = (Collection<String>) args.get(0);\nfor(String str : entitiesAndPlayers) { try { UUID uuid = UUID.fromString(str); // Is a UUID, so it must by an entity Bukkit.getEntity(uuid); } catch(IllegalArgumentException exception) { // Not a UUID, so it must be a player name Bukkit.getPlayer(str); }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Example - Rewarding players with scoreboard objectives","id":"251","title":"Example - Rewarding players with scoreboard objectives"},"252":{"body":"A scoreboardslotargument showing a list of suggestions of valid Minecraft scoreboard slot positions The ScoreboardSlotArgument represents where scoreboard information is displayed. Since the Bukkit scoreboard DisplaySlot is not able to represent the case where team colors are provided, the CommandAPI uses the ScoreboardSlot wrapper class as the representation of the ScoreboardSlotArgument.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Scoreboard slot argument","id":"252","title":"Scoreboard slot argument"},"253":{"body":"The ScoreboardSlot wrapper class has 3 main methods: enum ScoreboardSlot { PLAYER_LIST, SIDEBAR, // Unused, use the other SIDEBAR_TEAM_### values below BELOW_NAME, SIDEBAR_TEAM_BLACK, SIDEBAR_TEAM_DARK_BLUE, SIDEBAR_TEAM_DARK_GREEN, SIDEBAR_TEAM_DARK_AQUA, SIDEBAR_TEAM_DARK_RED, SIDEBAR_TEAM_DARK_PURPLE, SIDEBAR_TEAM_GOLD, SIDEBAR_TEAM_GRAY, SIDEBAR_TEAM_DARK_GRAY, SIDEBAR_TEAM_BLUE, SIDEBAR_TEAM_GREEN, SIDEBAR_TEAM_AQUA, SIDEBAR_TEAM_RED, SIDEBAR_TEAM_LIGHT_PURPLE, SIDEBAR_TEAM_YELLOW, SIDEBAR_TEAM_WHITE; public DisplaySlot getDisplaySlot(); public ChatColor getTeamColor(); public boolean hasTeamColor(); public NamespacedKey getKey();\n} The getDisplaySlot() method returns the display slot that was chosen. Sidebar scoreboard colors can be accessed via ScoreboardSlot.SIDEBAR_TEAM_###. You can also retrieve the color using the getTeamColor() method.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » ScoreboardSlot wrapper","id":"253","title":"ScoreboardSlot wrapper"},"254":{"body":"Say we want to clear all objectives in a specific scoreboard slot. In this example, we will use the main server scoreboard, which is accessed using Bukkit.getScoreboardManager.getMainScoreboard(). We want a command with the following syntax: /clearobjectives <slot> We implement this simply by using the ScoreboardSlotArgument as our argument, and then we can clear the slot using the scoreboard clearSlot(DisplaySlot) method. new CommandAPICommand(\"clearobjectives\") .withArguments(new ScoreboardSlotArgument(\"slot\")) .executes((sender, args) -> { Scoreboard scoreboard = Bukkit.getScoreboardManager().getMainScoreboard(); DisplaySlot slot = ((ScoreboardSlot) args.get(\"slot\")).getDisplaySlot(); scoreboard.clearSlot(slot); }) .register(); CommandAPICommand(\"clearobjectives\") .withArguments(ScoreboardSlotArgument(\"slot\")) .executes(CommandExecutor { _, args -> val scoreboard = Bukkit.getScoreboardManager().mainScoreboard val slot = (args[\"slot\"] as ScoreboardSlot).displaySlot scoreboard.clearSlot(slot) }) .register() commandAPICommand(\"clearobjectives\") { scoreboardSlotArgument(\"slot\") anyExecutor { _, args -> val scoreboard = Bukkit.getScoreboardManager().mainScoreboard val slot = (args[\"slot\"] as ScoreboardSlot).displaySlot scoreboard.clearSlot(slot) }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Scoreboard arguments » Example - Clearing objectives in a scoreboard slot","id":"254","title":"Example - Clearing objectives in a scoreboard slot"},"255":{"body":"In the CommandAPI, objectives are split into two classes: The ObjectiveArgument class, which represents objectives as a whole The ObjectiveCriteriaArgument class, which represents objective criteria","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective arguments","id":"255","title":"Objective arguments"},"256":{"body":"The objective argument refers to a single scoreboard objective.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective argument","id":"256","title":"Objective argument"},"257":{"body":"As an example, let's create a command to move an objective to a player's sidebar. To do this, we will use the following command syntax: /sidebar <objective> new CommandAPICommand(\"sidebar\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { Objective objective = (Objective) args.get(\"objective\"); // Set display slot objective.setDisplaySlot(DisplaySlot.SIDEBAR); }) .register(); CommandAPICommand(\"sidebar\") .withArguments(ObjectiveArgument(\"objective\")) .executes(CommandExecutor { _, args -> val objective = args[\"objective\"] as Objective // Set display slot objective.displaySlot = DisplaySlot.SIDEBAR }) .register() commandAPICommand(\"sidebar\") { objectiveArgument(\"objective\") anyExecutor { _, args -> val objective = args[\"objective\"] as Objective // Set display slot objective.displaySlot = DisplaySlot.SIDEBAR }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Example - Move objective to sidebar","id":"257","title":"Example - Move objective to sidebar"},"258":{"body":"The ObjectiveCriteriaArgument is fairly straight forward - it represents the criteria for an objective. Similar to Bukkit, the objective criteria is simply represented as a String, so it must be casted to a String when being used.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Objective criteria argument","id":"258","title":"Objective criteria argument"},"259":{"body":"Say we wanted to create a command to unregister all objectives based on a given criteria. Let's create a command with the following form: /unregisterall <objective critera> To do this, we're going to take advantage of Bukkit's Scoreboard.getObjectivesByCriteria(String) method new CommandAPICommand(\"unregisterall\") .withArguments(new ObjectiveCriteriaArgument(\"objective criteria\")) .executes((sender, args) -> { String objectiveCriteria = (String) args.get(\"objective criteria\"); Set<Objective> objectives = Bukkit.getScoreboardManager().getMainScoreboard().getObjectivesByCriteria(objectiveCriteria); // Unregister the objectives for (Objective objective : objectives) { objective.unregister(); } }) .register(); CommandAPICommand(\"unregisterall\") .withArguments(ObjectiveCriteriaArgument(\"objective criteria\")) .executes(CommandExecutor { _, args -> val objectiveCriteria = args[\"objective criteria\"] as String val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria) // Unregister the objectives for (objective in objectives) { objective.unregister() } }) .register() commandAPICommand(\"unregisterall\") { objectiveCriteriaArgument(\"objective criteria\") anyExecutor { _, args -> val objectiveCriteria = args[\"objective criteria\"] as String val objectives = Bukkit.getScoreboardManager().mainScoreboard.getObjectivesByCriteria(objectiveCriteria) // Unregister the objectives for (objective in objectives) { objective.unregister() } }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Objective arguments » Example - Unregister all objectives by criteria","id":"259","title":"Example - Unregister all objectives by criteria"},"26":{"body":"Update Custom arguments page with new custom argument constructor information Adds upgrade info to the Upgrading guide to help upgrade any existing custom arguments which you may have.","breadcrumbs":"Introduction » Documentation changes 6.2.0 \\(\\rightarrow\\) 6.3.0","id":"26","title":"Documentation changes 6.2.0 \\(\\rightarrow\\) 6.3.0"},"260":{"body":"The TeamArgument class interacts with the Minecraft scoreboard and represents a team.","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Team arguments » Team arguments","id":"260","title":"Team arguments"},"261":{"body":"Let's say we want to create a command to toggle the state of friendly fire in a team. We want a command of the following form /togglepvp <team> To do this, given a team we want to use the setAllowFriendlyFire(boolean) function. new CommandAPICommand(\"togglepvp\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { Team team = (Team) args.get(\"team\"); // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()); }) .register(); CommandAPICommand(\"togglepvp\") .withArguments(TeamArgument(\"team\")) .executes(CommandExecutor { _, args -> val team = args[\"team\"] as Team // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()) }) .register() commandAPICommand(\"togglepvp\") { teamArgument(\"team\") anyExecutor { _, args -> val team = args[\"team\"] as Team // Toggle pvp team.setAllowFriendlyFire(team.allowFriendlyFire()) }\n}","breadcrumbs":"Command arguments » Argument types » Scoreboard arguments » Team arguments » Example - Toggling friendly fire in a team","id":"261","title":"Example - Toggling friendly fire in a team"},"262":{"body":"","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Miscellaneous arguments","id":"262","title":"Miscellaneous arguments"},"263":{"body":"The angle argument is used to represent the yaw (horizontal) angle in degrees. The value returned from this argument range from -180.0 (inclusive) to 180 (exclusive), with -180.0 being due north: \\begin{align} -1&80.0 \\\\ &\\hspace{0.1em}N \\\\ &\\uparrow \\\\ 90.0\\ W \\leftarrow &\\hspace{0.75em}\\rightarrow E\\ -90.0 \\\\ &\\downarrow \\\\ &\\hspace{0.2em}S \\\\ &0.0 \\\\ \\end{align} The ~ notation can be used to specify a rotation relative to the executor's yaw angle.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Angle arguments » Angle arguments","id":"263","title":"Angle arguments"},"264":{"body":"An advancement argument suggesting a list of Minecraft advancements The AdvancementArgument class represents in-game advancements. As expected, the AdvancementArgument can be casted to Bukkit's Advancement class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Advancement arguments » Advancement arguments","id":"264","title":"Advancement arguments"},"265":{"body":"Say we want to award a player an advancement. First, we need the syntax that our command will use: /award <player> <advancement> Since we require a player, we will use the PlayerArgument for this example. Given a player, we can simply get the AdvancementProgress for that player, and then award the criteria required to fully complete the provided advancement. new CommandAPICommand(\"award\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new AdvancementArgument(\"advancement\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); Advancement advancement = (Advancement) args.get(\"advancement\"); // Award all criteria for the advancement AdvancementProgress progress = target.getAdvancementProgress(advancement); for (String criteria : advancement.getCriteria()) { progress.awardCriteria(criteria); } }) .register(); CommandAPICommand(\"award\") .withArguments(PlayerArgument(\"player\")) .withArguments(AdvancementArgument(\"advancement\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val advancement = args[\"advancement\"] as Advancement // Award all criteria for the advancement val progress = target.getAdvancementProgress(advancement) for (criteria in advancement.criteria) { progress.awardCriteria(criteria) } }) .register() commandAPICommand(\"award\") { playerArgument(\"player\") advancementArgument(\"advancement\") anyExecutor { _, args -> val target = args[\"player\"] as Player val advancement = args[\"advancement\"] as Advancement // Award all criteria for the advancement val progress = target.getAdvancementProgress(advancement) for (criteria in advancement.criteria) { progress.awardCriteria(criteria) } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Advancement arguments » Example - Awarding a player an advancement","id":"265","title":"Example - Awarding a player an advancement"},"266":{"body":"A biome argument suggesting a list of Minecraft biomes In Minecraft 1.16, they added the ability to refer to in-game biomes. The CommandAPI implements this using the BiomeArgument. As expected, this returns Bukkit's Biome enum when used. When using the Biome object, the CommandAPI will return null if the specified Biome could not be found, for example if a player submitted a biome from a client-side resourcepack. The CommandAPI does not return Biome.CUSTOM from the BiomeArgument.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Biome arguments » Biome arguments","id":"266","title":"Biome arguments"},"267":{"body":"Say you want to set the biome of the current chunk that a player is in. We can do this using the World.setBiome(x, y, z, biome) method for a given world. We will use this command syntax to set the biome of our current chunk: /setbiome <biome> And we can set the biome of the current chunk as expected: new CommandAPICommand(\"setbiome\") .withArguments(new BiomeArgument(\"biome\")) .executesPlayer((player, args) -> { Biome biome = (Biome) args.get(\"biome\"); Chunk chunk = player.getLocation().getChunk(); player.getWorld().setBiome(chunk.getX(), player.getLocation().getBlockY(), chunk.getZ(), biome); }) .register(); CommandAPICommand(\"setbiome\") .withArguments(BiomeArgument(\"biome\")) .executesPlayer(PlayerCommandExecutor { player, args -> val biome = args[\"biome\"] as Biome val chunk = player.location.chunk player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome) }) .register() commandAPICommand(\"setbiome\") { biomeArgument(\"biome\") playerExecutor { player, args -> val biome = args[\"biome\"] as Biome val chunk = player.location.chunk player.world.setBiome(chunk.x, player.location.blockY, chunk.z, biome) }\n} The BiomeArgument also supports returning a NamespacedKey for custom biomes. This can be done by using the BiomeArgument.NamespacedKey constructor instead of the normal BiomeArgument constructor: // Makes a BiomeArgument that returns a Biome\nnew BiomeArgument(\"biome\"); // Makes a BiomeArgument that returns a NamespacedKey\nnew BiomeArgument.NamespacedKey(\"biome\"); Developer's Note: Spigot's support for custom biomes is really limited! If you have an example that lets you use custom biomes with namespaced keys, please open a GitHub issue, or reach out to us on Discord!","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Biome arguments » Example - Setting the biome of a chunk","id":"267","title":"Example - Setting the biome of a chunk"},"268":{"body":"A block state argument with suggestions for Minecraft items The BlockStateArgument is used to represent data about blocks in the world. These refer to any blocks that have data or states, such as dispensers, signs, doors and pistons. The BlockStateArgument creates a Bukkit BlockData object when used. Developer's Note: Make sure to not confuse the cast type with BlockState. The naming of this argument refers to the internal Minecraft vanilla argument naming convention - this argument casts to BlockData and NOT BlockState .","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » BlockState arguments » BlockState arguments","id":"268","title":"BlockState arguments"},"269":{"body":"Say we want a simple command to set the block that you're looking at. We'll use the following command syntax: /set <block> And then we can simply set our block using setBlockData(): new CommandAPICommand(\"set\") .withArguments(new BlockStateArgument(\"block\")) .executesPlayer((player, args) -> { BlockData blockdata = (BlockData) args.get(\"block\"); Block targetBlock = player.getTargetBlockExact(256); // Set the block, along with its data targetBlock.setType(blockdata.getMaterial()); targetBlock.getState().setBlockData(blockdata); }) .register(); CommandAPICommand(\"set\") .withArguments(BlockStateArgument(\"block\")) .executesPlayer(PlayerCommandExecutor { player, args -> val blockdata = args[\"block\"] as BlockData val targetBlock = player.getTargetBlockExact(256) // Set the block, along with its data targetBlock?.type = blockdata.material targetBlock?.state?.blockData = blockdata }) .register() commandAPICommand(\"set\") { blockStateArgument(\"block\") playerExecutor { player, args -> val blockdata = args[\"block\"] as BlockData val targetBlock = player.getTargetBlockExact(256) // Set the block, along with its data targetBlock?.type = blockdata.material targetBlock?.state?.blockData = blockdata }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » BlockState arguments » Example - Setting a block","id":"269","title":"Example - Setting a block"},"27":{"body":"Update Configuration for server owners page with new config options missing-executor-implementation and use-latest-nms-version Update instructions for shading the CommandAPI with maven in Shading the CommandAPI in your plugins to support Java 16. Mention that commands registered with the CommandAPI appear in the minecraft: namespace (see above under \"How the CommandAPI works\")","breadcrumbs":"Introduction » Documentation changes 6.0.0 \\(\\rightarrow\\) 6.2.0","id":"27","title":"Documentation changes 6.0.0 \\(\\rightarrow\\) 6.2.0"},"270":{"body":"An enchantment argument suggesting a list of Minecraft enchantments The EnchantmentArgument class lets users input a specific enchantment. As you would expect, the cast type is Bukkit's Enchantment class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Enchantment arguments » Enchantment argument","id":"270","title":"Enchantment argument"},"271":{"body":"Say we want to give a player an enchantment on the item that the player is currently holding. We will use the following command syntax: /enchantitem <enchantment> <level> Since most enchantment levels range between 1 and 5, we will also make use of the IntegerArgument to restrict the level of the enchantment by usng its range constructor. new CommandAPICommand(\"enchantitem\") .withArguments(new EnchantmentArgument(\"enchantment\")) .withArguments(new IntegerArgument(\"level\", 1, 5)) .executesPlayer((player, args) -> { Enchantment enchantment = (Enchantment) args.get(\"enchantment\"); int level = (int) args.get(\"level\"); // Add the enchantment player.getInventory().getItemInMainHand().addEnchantment(enchantment, level); }) .register(); CommandAPICommand(\"enchantitem\") .withArguments(EnchantmentArgument(\"enchantment\")) .withArguments(IntegerArgument(\"level\", 1, 5)) .executesPlayer(PlayerCommandExecutor { player, args -> val enchantment = args[\"enchantment\"] as Enchantment val level = args[\"level\"] as Int // Add the enchantment player.inventory.itemInMainHand.addEnchantment(enchantment, level) }) .register() commandAPICommand(\"enchantitem\") { enchantmentArgument(\"enchantment\") integerArgument(\"level\", 1, 5) playerExecutor { player, args -> val enchantment = args[\"enchantment\"] as Enchantment val level = args[\"level\"] as Int // Add the enchantment player.inventory.itemInMainHand.addEnchantment(enchantment, level) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Enchantment arguments » Example - Giving a player an enchantment on their current item","id":"271","title":"Example - Giving a player an enchantment on their current item"},"272":{"body":"An item stack argument with suggestions for Minecraft items The ItemStackArgument class represents in-game items. As expected, this should be casted to Bukkit's ItemStack object. The ItemStack which is returned by the ItemStackArgument always has a size of 1.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Itemstack arguments » Itemstack arguments","id":"272","title":"Itemstack arguments"},"273":{"body":"Say we want to create a command that gives you items. For this command, we will use the following syntax: /item <itemstack> With this syntax, we can easily create our command: new CommandAPICommand(\"item\") .withArguments(new ItemStackArgument(\"itemStack\")) .executesPlayer((player, args) -> { player.getInventory().addItem((ItemStack) args.get(\"itemStack\")); }) .register(); CommandAPICommand(\"item\") .withArguments(ItemStackArgument(\"itemStack\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.inventory.addItem(args[\"itemStack\"] as ItemStack) }) .register() commandAPICommand(\"item\") { itemStackArgument(\"itemstack\") playerExecutor { player, args -> player.inventory.addItem(args[\"itemstack\"] as ItemStack) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Itemstack arguments » Example - Giving a player an itemstack","id":"273","title":"Example - Giving a player an itemstack"},"274":{"body":"A loot table argument showing a list of Minecraft loot tables as suggestions The LootTableArgument class can be used to get a Bukkit LootTable object.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » LootTable argument » LootTable argument","id":"274","title":"LootTable argument"},"275":{"body":"Say we wanted to write a command that populates a chest with some loot table contents. For this example, we'll use the following command: /giveloottable <loottable> <location> We ensure that the location provided is a container (such as a chest or shulkerbox) and then update the contents of that container: new CommandAPICommand(\"giveloottable\") .withArguments(new LootTableArgument(\"lootTable\")) .withArguments(new LocationArgument(\"location\", LocationType.BLOCK_POSITION)) .executes((sender, args) -> { LootTable lootTable = (LootTable) args.get(\"lootTable\"); Location location = (Location) args.get(\"location\"); BlockState state = location.getBlock().getState(); // Check if the input block is a container (e.g. chest) if (state instanceof Container container && state instanceof Lootable lootable) { // Apply the loot table to the chest lootable.setLootTable(lootTable); container.update(); } }) .register(); CommandAPICommand(\"giveloottable\") .withArguments(LootTableArgument(\"lootTable\")) .withArguments(LocationArgument(\"location\", LocationType.BLOCK_POSITION)) .executes(CommandExecutor { _, args -> val lootTable = args[\"lootTable\"] as LootTable val location = args[\"location\"] as Location val state = location.block.state // Check if the input block is a container (e.g. chest) if (state is Container && state is Lootable) { // Apply the loot table to the chest state.lootTable = lootTable state.update() } }) .register() commandAPICommand(\"giveloottable\") { lootTableArgument(\"loottable\") locationArgument(\"location\", LocationType.BLOCK_POSITION) anyExecutor { _, args -> val lootTable = args[\"loottable\"] as LootTable val location = args[\"location\"] as Location val state = location.block.state // Check if the input block is a container (e.g. chest) if (state is Container && state is Lootable) { // Apply the loot table to the chest state.lootTable = lootTable state.update() } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » LootTable argument » Example - Filling a chest with loot table contents","id":"275","title":"Example - Filling a chest with loot table contents"},"276":{"body":"An image of the math operation argument, with suggestions \"%=\", \"*=\", \"+=\", \"-=\", \"/=\", \"<\", \"=\", \">\" and \"><\" The CommandAPI's MathOperationArgument is used to represent the Minecraft scoreboard arithmetic operation to alter scoreboard scores. Since there is no default representation in the Bukkit API, the CommandAPI provides the MathOperation class to represent each operation: Symbol (in Minecraft) MathOperation enum value \\(+=\\) MathOperation.ADD \\(-=\\) MathOperation.SUBTRACT \\(*=\\) MathOperation.MULTIPLY \\(/=\\) MathOperation.DIVIDE \\(\\%=\\) MathOperation.MOD \\(=\\) MathOperation.ASSIGN \\(<\\) MathOperation.MIN \\(>\\) MathOperation.MAX \\(><\\) MathOperation.SWAP The MathOperation also has two methods: public int apply(int val1, int val2);\npublic float apply(float val1, float val2); These methods are used to provide a basic implementation of these math operations on a given input. Given the values val1 and val2, these are the operation that the apply(val1, val2) method performs: MathOperation enum value Result MathOperation.ADD val1 + val2 MathOperation.SUBTRACT val1 - val2 MathOperation.MULTIPLY val1 * val2 MathOperation.DIVIDE val1 / val2 MathOperation.MOD val1 % val2 MathOperation.ASSIGN val2 MathOperation.MIN Math.min(val1, val2) MathOperation.MAX Math.max(val1, val2) MathOperation.SWAP val2","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » MathOperation arguments » MathOperation arguments","id":"276","title":"MathOperation arguments"},"277":{"body":"Say we wanted to create a player's level. Typically, this is implemented in the following manner: /xp set <player> <level>\n/xp add <player> <levels> Using the MathOperationArgument, we can extend the functionality of adding and setting a player's level by allowing the user to choose what operation they desire. To do this, we'll use the following syntax: /changelevel <player> <operation> <value> As with any command, we declare our arguments, cast them properly and then we write our main code. In this example, we use the apply(int, int) method from our MathOperation to calculate the player's new level. new CommandAPICommand(\"changelevel\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new MathOperationArgument(\"operation\")) .withArguments(new IntegerArgument(\"value\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); MathOperation op = (MathOperation) args.get(\"operation\"); int value = (int) args.get(\"value\"); target.setLevel(op.apply(target.getLevel(), value)); }) .register(); CommandAPICommand(\"changelevel\") .withArguments(PlayerArgument(\"player\")) .withArguments(MathOperationArgument(\"operation\")) .withArguments(IntegerArgument(\"value\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val op = args[\"operation\"] as MathOperation val value = args[\"value\"] as Int target.level = op.apply(target.level, value) }) .register() commandAPICommand(\"changelevel\") { playerArgument(\"player\") mathOperationArgument(\"operation\") integerArgument(\"value\") anyExecutor { _, args -> val target = args[\"player\"] as Player val op = args[\"operation\"] as MathOperation val value = args[\"value\"] as Int target.level = op.apply(target.level, value) }\n} There are various applications for the changelevel command based on what the user inputs. For example: To set the player Notch to level 10: /changelevel Notch = 10 To double the player Notch's level: /changelevel Notch *= 2 To set the player Notch 's level to 20, or keep it as their current level if it is higher than 20: /changelevel Notch > 20","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » MathOperation arguments » Example - Changing a player's level","id":"277","title":"Example - Changing a player's level"},"278":{"body":"NamespacedKey arguments represent Minecraft's resource locations , or namespaced keys. This argument is casted to Bukkit's NamespacedKey object. Namespaced keys are typically of the form namespace:key. If no namespace is provided, the default namespace (minecraft) will be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » NamespacedKey arguments » NamespacedKey arguments","id":"278","title":"NamespacedKey arguments"},"279":{"body":"A particle argument suggesting a list of Minecraft particle effects The ParticleArgument class represents Minecraft particles. This is casted to the CommandAPI's ParticleData class.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle arguments","id":"279","title":"Particle arguments"},"28":{"body":"Adds entry for Upgrading guide to help update from 5.12 to 6.0.0. Adds new silent-logs config entry to Configuration for server owners Update syntax for onLoad(CommandAPIConfig) for Shading the CommandAPI in your plugins Update Argument suggestions including new replaceSuggestions method Adds documentation for OfflinePlayerArgument Adds a new section CommandAPI Contribution which gives a bit of insight into the project structure of the CommandAPI (Still in progress, not complete yet) Fix old documentation typos Fix spacing issues in some existing code blocks Adds syntax highlighting for Minecraft commands in code blocks Fix old code examples which didn't work anymore","breadcrumbs":"Introduction » Documentation changes 5.12 \\(\\rightarrow\\) 6.0.0","id":"28","title":"Documentation changes 5.12 \\(\\rightarrow\\) 6.0.0"},"280":{"body":"The ParticleData class is a record that contains two values: Particle particle, which is the Bukkit enum Particle representation of what particle was provided T data, which represents any additional particle data which was provided. public record ParticleData<T>(Particle particle, T data); The T data can be used in Bukkit's World.spawnParticle(Particle particle, Location location, int count, T data) method.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » The ParticleData class","id":"280","title":"The ParticleData class"},"281":{"body":"Particle data depends on your version of Minecraft. In 1.20.5, Minecraft and Spigot updated their particle API and they are no longer compatible with each other. Information about how the CommandAPI uses particle data can be found using the links below: Particle data for Minecraft 1.16.5 - 1.20.4 Particle data for Minecraft 1.20.5+","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data","id":"281","title":"Particle data"},"282":{"body":"The particle argument requires additional data for a particle depending on what the particle is. Information about this can be found on the Argument types page on the MinecraftWiki . The following particles have additional data required to display them: Bukkit Particle Minecraft particle Arguments BLOCK_CRACK block block block_idblock block_id[block_state=value] BLOCK_MARKER block_marker block_marker block_idblock_marker block_id[block_state=value] REDSTONE dust dust red green blue size DUST_COLOR_TRANSITION dust_color_transition dust_color_transition red1 green1 blue1 size red2 green2 blue2 FALLING_DUST falling_dust falling_dust block_idfalling_dust block_id[block_state=value] ITEM_CRACK item item item_iditem item_id{NBT} SCULK_CHARGE sculk_charge sculk_charge angle SHRIEK shriek shriek delay VIBRATION vibration vibration x y z ticks","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Particle data (1.16.5 - 1.20.4)","id":"282","title":"Particle data (1.16.5 - 1.20.4)"},"283":{"body":"Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » ParticleArgument examples","id":"283","title":"ParticleArgument examples"},"284":{"body":"Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax: /showparticle <particle> With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }\n} Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Example - Show particles at a player's location (without data)","id":"284","title":"Example - Show particles at a player's location (without data)"},"285":{"body":"We can fix the issues with the example above by providing the data of the argument using the ParticleData record: /showparticle <particle> In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data()); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }\n} This can be used with commands such as: /showparticle minecraft:dust_color_transition 0 0 0 20 1 0 0\n/showparticle minecraft:block_marker diamond_block","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Example - Show particles at a player's location (with data)","id":"285","title":"Example - Show particles at a player's location (with data)"},"286":{"body":"The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below: ParticleData<Vibration> particleData; // The particle data you get from your argument\nLocation destination = ((BlockDestination) particleData.data().getDestination()).getLocation();","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (before 1.20.5) » Particle data implementation notes","id":"286","title":"Particle data implementation notes"},"287":{"body":"The particle argument requires additional data for a particle depending on what the particle is. The following particles have additional data required to display them: Bukkit Particle Argument syntax BLOCK block{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block BLOCK_MARKER block_marker{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block DUST dust{color:[red,green,blue],scale:scale} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 scale - number for the size of the particle DUST_COLOR_TRANSITION dust_color_transition{from_color:[red,green,blue],scale:scale,to_color:[red,green,blue]} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 scale - number for the size of the particle DUST_PILLAR dust_pillar{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block ENTITY_EFFECT entity_effect{color:[red,green,blue,alpha]} red - number for red, between 0.0 and 1.0 green - number for green, between 0.0 and 1.0 blue - number for blue, between 0.0 and 1.0 alpha - number for transparency, between 0.0 and 1.0 FALLING_DUST falling_dust{block_state:{Name:\"block_name\"}} block_name - name of a block, such as diamond_block ITEM item{item:\"item\"} item - name of an item, such as apple SCULK_CHARGE sculk_charge{roll:angle} angle - decimal angle the particle displays at in radians SHRIEK shriek{delay:delay} delay - delay in ticks for when the shriek particle should appear VIBRATION vibration{destination:{type:\"block\",pos:[x,y,z]},arrival_in_ticks:ticks} x - decimal x-coordinate to move towards y - decimal y-coordinate to move towards z - decimal z-coordinate to move towards ticks - time in ticks to take to move towards its destination","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Particle data (1.20.5+)","id":"287","title":"Particle data (1.20.5+)"},"288":{"body":"Because certain particles (in the table above) require additional data, it is not recommended to spawn a particle without its corresponding data. This can result in particles not showing due to missing requirements.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » ParticleArgument examples","id":"288","title":"ParticleArgument examples"},"289":{"body":"Say we wanted to have a command that displayed particles at a player's location. We will use the following command syntax: /showparticle <particle> With this, we can simply spawn the particle using the World.spawnParticle(Particle, Location, int) method: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1) }\n} Running this can result in errors due to missing requirements. If you provide a particle that has additional requirements, Bukkit will throw an error and the particle will not be displayed. Instead, the example below should be used.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Example - Show particles at a player's location (without data)","id":"289","title":"Example - Show particles at a player's location (without data)"},"29":{"body":"Developer's Note The Maven/Gradle repository URL has changed! See 5. Setting up your development environment for more information. For older versions of the CommandAPI (versions 5.11 and below), please consult the older documentation which can be found on the homepage here . Change the repository URL for the CommandAPI in 5. Setting up your development environment Update the Afterword","breadcrumbs":"Introduction » Documentation changes 5.11 \\(\\rightarrow\\) 5.12","id":"29","title":"Documentation changes 5.11 \\(\\rightarrow\\) 5.12"},"290":{"body":"We can fix the issues with the example above by providing the data of the argument using the ParticleData record: /showparticle <particle> In this case, we'll use the World.spawnParticle(Particle particle, Location location, int count, T data) method which accepts some particle data: new CommandAPICommand(\"showparticle\") .withArguments(new ParticleArgument(\"particle\")) .executesPlayer((player, args) -> { ParticleData<?> particleData = (ParticleData<?>) args.get(\"particle\"); player.getWorld().spawnParticle(particleData.particle(), player.getLocation(), 1, particleData.data()); }) .register(); CommandAPICommand(\"showparticle\") .withArguments(ParticleArgument(\"particle\")) .executesPlayer(PlayerCommandExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }) .register() commandAPICommand(\"showparticle\") { particleArgument(\"particle\") playerExecutor { player, args -> val particleData = args[\"particle\"] as ParticleData<Any> player.world.spawnParticle(particleData.particle(), player.location, 1, particleData.data()) }\n} This can be used with commands such as: /showparticle minecraft:dust_color_transition{from_color:[0.0,0.0,0.0],scale:20.0,to_color:[1.0,0.0,0.0]}\n/showparticle minecraft:block_marker{block_state:{Name:\"diamond_block\"}}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Example - Show particles at a player's location (with data)","id":"290","title":"Example - Show particles at a player's location (with data)"},"291":{"body":"The vibration particle will return a particle data of the Bukkit Vibration class. In the Vibration class, you can access the destination location using the Vibration.getDestination() method, which returns a Vibration.Destination instance. The CommandAPI will always return a Vibration.Destination.BlockDestination instance, and will never return a Vibration.Destination.EntityDestination instance. An example of accessing the location can be found below: ParticleData<Vibration> particleData; // The particle data you get from your argument\nLocation destination = ((BlockDestination) particleData.data().getDestination()).getLocation();","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Particle arguments » Particle data (1.20.5+) » Particle data implementation notes","id":"291","title":"Particle data implementation notes"},"292":{"body":"An image of a potion argument with a list of potion effect suggestions The PotionEffectArgument class represents Minecraft potion effects. When used, this argument is casted to Bukkit's PotionEffectType class, or alternatively a NamespacedKey object if the PotionEffectArgument.NamespacedKey argument is used to create a PotionEffectArgument.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Potion effect arguments » Potion effect arguments","id":"292","title":"Potion effect arguments"},"293":{"body":"Say we wanted to have a command that gives a player a potion effect. For this command, we'll use the following syntax: /potion <target> <potion> <duration> <strength> In this example, we utilize some of the other arguments that we've described earlier, such as the PlayerArgument and TimeArgument. Since duration for the PotionEffect constructor is in ticks, this is perfectly fit for the TimeArgument, which is represented in ticks. new CommandAPICommand(\"potion\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new PotionEffectArgument(\"potion\")) .withArguments(new TimeArgument(\"duration\")) .withArguments(new IntegerArgument(\"strength\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); PotionEffectType potion = (PotionEffectType) args.get(\"potion\"); int duration = (int) args.get(\"duration\"); int strength = (int) args.get(\"strength\"); // Add the potion effect to the target player target.addPotionEffect(new PotionEffect(potion, duration, strength)); }) .register(); new CommandAPICommand(\"potion\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new PotionEffectArgument.NamespacedKey(\"potion\")) .withArguments(new TimeArgument(\"duration\")) .withArguments(new IntegerArgument(\"strength\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); NamespacedKey potionKey = (NamespacedKey) args.get(\"potion\"); int duration = (int) args.get(\"duration\"); int strength = (int) args.get(\"strength\"); PotionEffectType potion = PotionEffectType.getByKey(potionKey); // Add the potion effect to the target player target.addPotionEffect(new PotionEffect(potion, duration, strength)); }) .register(); CommandAPICommand(\"potion\") .withArguments(PlayerArgument(\"target\")) .withArguments(PotionEffectArgument(\"potion\")) .withArguments(TimeArgument(\"duration\")) .withArguments(IntegerArgument(\"strength\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val potion = args[\"potion\"] as PotionEffectType val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }) .register() CommandAPICommand(\"potion\") .withArguments(PlayerArgument(\"target\")) .withArguments(PotionEffectArgument.NamespacedKey(\"potion\")) .withArguments(TimeArgument(\"duration\")) .withArguments(IntegerArgument(\"strength\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val potionKey = args[\"potion\"] as NamespacedKey val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int val potion = PotionEffectType.getByKey(potionKey)!! // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }) .register() commandAPICommand(\"potion\") { playerArgument(\"target\") potionEffectArgument(\"potion\") timeArgument(\"duration\") integerArgument(\"strength\") anyExecutor { _, args -> val target = args[\"target\"] as Player val potion = args[\"potion\"] as PotionEffectType val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }\n} commandAPICommand(\"potion\") { playerArgument(\"target\") potionEffectArgument(\"potion\", true) timeArgument(\"duration\") integerArgument(\"strength\") anyExecutor { _, args -> val target = args[\"target\"] as Player val potionKey = args[\"potion\"] as NamespacedKey val duration = args[\"duration\"] as Int val strength = args[\"strength\"] as Int val potion = PotionEffectType.getByKey(potionKey)!! // Add the potion effect to the target player target.addPotionEffect(PotionEffect(potion, duration, strength)) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Potion effect arguments » Example - Giving a player a potion effect","id":"293","title":"Example - Giving a player a potion effect"},"294":{"body":"A recipe argument command with the suggestions for Minecraft items The RecipeArgument class lets you retrieve Bukkit's ComplexRecipe object.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Recipe arguments","id":"294","title":"Recipe arguments"},"295":{"body":"Say we want to give yourself the result of a specific recipe. Since Bukkit's Recipe class contains the getResult() method, we will use that in our example. We want to create the following command: /giverecipe <recipe> As such, we easily implement it by specifying the RecipeArgument, casting it and adding it to the player's inventory: new CommandAPICommand(\"giverecipe\") .withArguments(new RecipeArgument(\"recipe\")) .executesPlayer((player, args) -> { ComplexRecipe recipe = (ComplexRecipe) args.get(\"recipe\"); player.getInventory().addItem(recipe.getResult()); }) .register(); CommandAPICommand(\"giverecipe\") .withArguments(RecipeArgument(\"recipe\")) .executesPlayer(PlayerCommandExecutor { player, args -> val recipe = args[\"recipe\"] as ComplexRecipe player.inventory.addItem(recipe.result) }) .register() commandAPICommand(\"giverecipe\") { recipeArgument(\"recipe\") playerExecutor { player, args -> val recipe = args[\"recipe\"] as ComplexRecipe player.inventory.addItem(recipe.result) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Example - Giving a player the result of a recipe","id":"295","title":"Example - Giving a player the result of a recipe"},"296":{"body":"In this example, we'll use the ComplexRecipe's getKey() method to write an example to to unlock a recipe for a player. For this command, we'll use the following syntax: /unlockrecipe <player> <recipe> This is then implemented trivially as follows: new CommandAPICommand(\"unlockrecipe\") .withArguments(new PlayerArgument(\"player\")) .withArguments(new RecipeArgument(\"recipe\")) .executes((sender, args) -> { Player target = (Player) args.get(\"player\"); ComplexRecipe recipe = (ComplexRecipe) args.get(\"recipe\"); target.discoverRecipe(recipe.getKey()); }) .register(); CommandAPICommand(\"unlockrecipe\") .withArguments(PlayerArgument(\"player\")) .withArguments(RecipeArgument(\"recipe\")) .executes(CommandExecutor { _, args -> val target = args[\"player\"] as Player val recipe = args[\"recipe\"] as ComplexRecipe target.discoverRecipe(recipe.key) }) .register() commandAPICommand(\"unlockrecipe\") { playerArgument(\"player\") recipeArgument(\"recipe\") anyExecutor { _, args -> val target = args[\"player\"] as Player val recipe = args[\"recipe\"] as ComplexRecipe target.discoverRecipe(recipe.key) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Recipe arguments » Example - Unlocking a recipe for a player","id":"296","title":"Example - Unlocking a recipe for a player"},"297":{"body":"A sound argument command with a list of Minecraft sounds as suggestions The SoundArgument class allows a command sender to retrieve the Bukkit Sound or NamespacedKey object to represent in-game sound effects (such as mob sounds or ambient sound effects), as well as in-game music. The SoundArgument can return a Sound or NamespacedKey object. To return a Sound object, simply use the SoundArgument as normal. To return a NamespacedKey object, use the SoundArgument.NamespacedKey constructor instead: // Makes a SoundArgument that returns a Sound\nnew SoundArgument(\"sound\"); // Makes a SoundArgument that returns a NamespacedKey\nnew SoundArgument.NamespacedKey(\"sound\"); When using the Sound object, the CommandAPI will return null if the specified Sound could not be found. For this reason, it's recommended to use the NamespacedKey object for optimal compatibility with client-side resourcepacks.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Sound arguments » Sound arguments","id":"297","title":"Sound arguments"},"298":{"body":"Say we want a simple command that plays a specific sound at your location. To do this, we will make the following command: /sound <sound> This command simply plays the provided sound to the current player: new CommandAPICommand(\"sound\") .withArguments(new SoundArgument(\"sound\")) .executesPlayer((player, args) -> { player.getWorld().playSound(player.getLocation(), (Sound) args.get(\"sound\"), 100.0f, 1.0f); }) .register(); new CommandAPICommand(\"sound\") .withArguments(new SoundArgument.NamespacedKey(\"sound\")) .executesPlayer((player, args) -> { player.getWorld().playSound(player.getLocation(), ((NamespacedKey) args.get(\"sound\")).asString(), 100.0f, 1.0f); }) .register(); CommandAPICommand(\"sound\") .withArguments(SoundArgument(\"sound\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.world.playSound(player.location, args[\"sound\"] as Sound, 100.0f, 1.0f) }) .register() CommandAPICommand(\"sound\") .withArguments(SoundArgument.NamespacedKey(\"sound\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.world.playSound(player.location, (args[\"sound\"] as NamespacedKey).asString(), 100.0f, 1.0f) }) .register() commandAPICommand(\"sound\") { soundArgument(\"sound\") playerExecutor { player, args -> player.world.playSound(player.location, args[\"sound\"] as Sound, 100.0f, 1.0f) }\n} commandAPICommand(\"sound\") { soundArgument(\"sound\", true) playerExecutor { player, args -> player.world.playSound(player.location, (args[\"sound\"] as NamespacedKey).asString(), 100.0f, 1.0f) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Sound arguments » Example - Playing sound to yourself","id":"298","title":"Example - Playing sound to yourself"},"299":{"body":"A time argument with Minecraft suggestions 'd', 's' and 't' The TimeArgument class represents in-game time, in the number of in-game ticks . This allows command senders to specify a certain number of ticks in a simpler way, by including the characters d to specify the numbers of days, s to specify the number of seconds or t to specify a number of ticks. The CommandAPI converts the inputs provided by the command sender into a number of ticks as an integer. Developer's Note: The TimeArgument provides inputs such as 2d (2 in-game days), 10s (10 seconds) and 20t (20 ticks), but does not let you combine them, such as 2d10s.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Time arguments » Time arguments","id":"299","title":"Time arguments"},"3":{"body":"Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page.","breadcrumbs":"Introduction » Documentation changelog","id":"3","title":"Documentation changelog"},"30":{"body":"Adds a section Arbitrary command conversion on how to convert arbitrary commands Adds a section 3.3. Entity selectors describing how to convert entity selector commands with the CommandAPI's command conversion system Updated the list of all suppoprted argument types for command conversion","breadcrumbs":"Introduction » Documentation changes 5.10 \\(\\rightarrow\\) 5.11","id":"30","title":"Documentation changes 5.10 \\(\\rightarrow\\) 5.11"},"300":{"body":"Say we have a command bigmsg that displays a title message to all players for a certain duration: /bigmsg <duration> <message> new CommandAPICommand(\"bigmsg\") .withArguments(new TimeArgument(\"duration\")) .withArguments(new GreedyStringArgument(\"message\")) .executes((sender, args) -> { // Duration in ticks int duration = (int) args.get(\"duration\"); String message = (String) args.get(\"message\"); for (Player player : Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20); } }) .register(); CommandAPICommand(\"bigmsg\") .withArguments(TimeArgument(\"duration\")) .withArguments(GreedyStringArgument(\"message\")) .executes(CommandExecutor { _, args -> // Duration in ticks val duration = args[\"duration\"] as Int val message = args[\"message\"] as String for (player in Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20) } }) .register() commandAPICommand(\"bigmsg\") { timeArgument(\"duration\") greedyStringArgument(\"message\") anyExecutor { _, args -> // Duration in ticks val duration = args[\"duration\"] as Int val message = args[\"message\"] as String for (player in Bukkit.getOnlinePlayers()) { // Display the message to all players, with the default fade in/out times (10 and 20). player.sendTitle(message, \"\", 10, duration, 20) } }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » Time arguments » Example - Displaying a server-wide announcement","id":"300","title":"Example - Displaying a server-wide announcement"},"301":{"body":"The UUID argument is used to uniquely identify players, entities and attribute modifiers. As a result, its cast type is Java's UUID.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » UUID arguments » UUID arguments","id":"301","title":"UUID arguments"},"302":{"body":"A picture of world arguments in action The WorldArgument class allows a command sender to refer to a loaded Bukkit World.","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » World arguments » World arguments","id":"302","title":"World arguments"},"303":{"body":"Say we want to unload a world on our Minecraft server. We want to create a command with the following syntax: /unloadworld <world> Using the world from the WorldArgument, we can then unload the world safely using Bukkit.getServer().unloadWorld() and passing true (to save chunks): new CommandAPICommand(\"unloadworld\") .withArguments(new WorldArgument(\"world\")) .executes((sender, args) -> { World world = (World) args.get(\"world\"); // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true); }) .register(); CommandAPICommand(\"unloadworld\") .withArguments(WorldArgument(\"world\")) .executes(CommandExecutor { sender, args -> val world = args[\"world\"] as World // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true) }) .register() commandAPICommand(\"unloadworld\") { worldArgument(\"world\") anyExecutor { sender, args -> val world = args[\"world\"] as World // Unload the world (and save the world's chunks) Bukkit.getServer().unloadWorld(world, true) }\n}","breadcrumbs":"Command arguments » Argument types » Miscellaneous arguments » World arguments » Example - Unloading world","id":"303","title":"Example - Unloading world"},"304":{"body":"","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Predicate arguments","id":"304","title":"Predicate arguments"},"305":{"body":"The BlockPredicateArgument is used to represent a \"test\" for Minecraft blocks. This can consist of tags, such as the ones listed here on the MinecraftWiki , or individual blocks. If a block matches the tag or block, then the predicate is satisfied. For example, if we were to use the predicate #leaves, then the following blocks will be satisfied by that predicate: jungle_leaves, oak_leaves, spruce_leaves, dark_oak_leaves, acacia_leaves, birch_leaves. When used, this argument must be casted to a Predicate<Block>. As with other similar arguments with parameterized types, you can ignore Java's unchecked cast type safety warning.","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Block predicate arguments » Block predicate arguments","id":"305","title":"Block predicate arguments"},"306":{"body":"Say you want to replace blocks in a given radius. To do this, we'll use the following command structure: /replace <radius> <fromBlock> <toBlock> Of course, we could simply use a BlockStateArgument or even an ItemStackArgument as our <fromBlock> in order to get the material to replace, but the block predicate argument provides a test for a given block, which if satisfied, allows certain code to be executed. First, we declare our arguments. We want to use the BlockPredicateArgument since it also allows us to use Minecraft tags to identify blocks, as well as individual blocks. We then use BlockStateArgument to set the block to a given type. The BlockStateArgument also allows the user to provide any block data (e.g. contents of a chest or a stair's orientation). Argument<?>[] arguments = new Argument<?>[] { new IntegerArgument(\"radius\"), new BlockPredicateArgument(\"fromBlock\"), new BlockStateArgument(\"toBlock\"),\n}; val arguments = arrayOf<Argument<*>>( IntegerArgument(\"radius\"), BlockPredicateArgument(\"fromBlock\"), BlockStateArgument(\"toBlock\"),\n) We then register our /replace command. First, we parse the arguments making sure to cast to Predicate<Block> and BlockData (and not BlockState). After that, we use a few simple for loops to find the blocks within a radius sphere from the player. In our most nested loop, we can then check if the block meets the requirements of our predicate. This is simply performed using predicate.test(block), and if satisfied, we can set the block's type. Lastly, we register our command as normal using the register() method. new CommandAPICommand(\"replace\") .withArguments(arguments) .executesPlayer((player, args) -> { // Parse the arguments int radius = (int) args.get(\"radius\"); @SuppressWarnings(\"unchecked\") Predicate<Block> predicate = (Predicate<Block>) args.get(\"fromBlock\"); BlockData blockData = (BlockData) args.get(\"toBlock\"); // Find a (solid) sphere of blocks around the player with a given radius Location center = player.getLocation(); for (int x = -radius; x <= radius; x++) { for (int y = -radius; y <= radius; y++) { for (int z = -radius; z <= radius; z++) { if (Math.sqrt(((x * x) + (y * y) + (z * z))) <= radius) { Block block = center.getWorld().getBlockAt(x + center.getBlockX(), y + center.getBlockY(), z + center.getBlockZ()); // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.setType(blockData.getMaterial()); block.setBlockData(blockData); } } } } } return; }) .register(); CommandAPICommand(\"replace\") .withArguments(*arguments) .executesPlayer(PlayerCommandExecutor { player, args -> // Parse the arguments val radius = args[\"radius\"] as Int val predicate = args[\"fromBlock\"] as Predicate<Block> val blockData = args[\"toBlock\"] as BlockData // Find a (solid) sphere of blocks around the player with a given radius val center = player.location // for (i in 1 until 11) { } for (x in -radius until radius + 1) { for (y in -radius until radius + 1) { for (z in -radius until radius + 1) { if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) { val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ) // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.type = blockData.material block.blockData = blockData } } } } } }) .register() commandAPICommand(\"replace\") { arguments(*arguments) playerExecutor { player, args -> // Parse the arguments val radius = args[\"radius\"] as Int val predicate = args[\"fromBlock\"] as Predicate<Block> val blockData = args[\"toBlock\"] as BlockData // Find a (solid) sphere of blocks around the player with a given radius val center = player.location // for (i in 1 until 11) { } for (x in -radius until radius + 1) { for (y in -radius until radius + 1) { for (z in -radius until radius + 1) { if (Math.sqrt((x * x + y * y + z * z).toDouble()) <= radius) { val block = center.world.getBlockAt(x + center.blockX, y + center.blockY, z + center.blockZ) // If that block matches a block from the predicate, set it if (predicate.test(block)) { block.type = blockData.material block.blockData = blockData } } } } } }\n}","breadcrumbs":"Command arguments » Argument types » Predicate arguments » Block predicate arguments » Example - Replacing specific blocks in a radius","id":"306","title":"Example - Replacing specific blocks in a radius"},"307":{"body":"Similar to the BlockPredicateArgument, the ItemStackPredicateArgument is a way of performing predicate checks on ItemStack objects. These can represent tags, such as the ones declared here on the MinecraftWiki , or individual items. The cast type for this argument is Predicate<ItemStack>.","breadcrumbs":"Command arguments » Argument types » Predicate arguments » ItemStack predicate arguments » ItemStack predicate arguments","id":"307","title":"ItemStack predicate arguments"},"308":{"body":"Say we wanted to remove items in your inventory (I know, the /clear command does this, but this is the only example I could come up with) . To do this, we'll use the following command syntax: /rem <item> We implement this with a simple for loop over the player's inventory and remove items that satisfy the predicate. // Register our command\nnew CommandAPICommand(\"rem\") .withArguments(new ItemStackPredicateArgument(\"items\")) .executesPlayer((player, args) -> { // Get our predicate @SuppressWarnings(\"unchecked\") Predicate<ItemStack> predicate = (Predicate<ItemStack>) args.get(\"items\"); for (ItemStack item : player.getInventory()) { if (predicate.test(item)) { player.getInventory().remove(item); } } }) .register(); // Register our command\nCommandAPICommand(\"rem\") .withArguments(ItemStackPredicateArgument(\"items\")) .executesPlayer(PlayerCommandExecutor { player, args -> // Get our predicate val predicate = args[\"items\"] as Predicate<ItemStack> for (item in player.inventory) { if (predicate.test(item)) { player.inventory.remove(item) } } }) .register() // Register our command\ncommandAPICommand(\"rem\") { itemStackPredicateArgument(\"items\") playerExecutor { player, args -> // Get our predicate val predicate = args[\"items\"] as Predicate<ItemStack> for (item in player.inventory) { if (predicate.test(item)) { player.inventory.remove(item) } } }\n}","breadcrumbs":"Command arguments » Argument types » Predicate arguments » ItemStack predicate arguments » Example - Removing items in inventories based on predicates","id":"308","title":"Example - Removing items in inventories based on predicates"},"309":{"body":"The CommandAPI includes support for NBT compound arguments using an NBT API. The usage for the NBTCompoundArgument depends on whether you are using the CommandAPI plugin (using a CommandAPI.jar file in your plugins/ folder), or are shading the CommandAPI (including the compiled CommandAPI code in your own plugin).","breadcrumbs":"Command arguments » Argument types » NBT arguments » NBT arguments","id":"309","title":"NBT arguments"},"31":{"body":"Splits chat argument sections into two: 11.5.1. Spigot chat arguments and 11.5.2. Adventure chat arguments Adds a FAQ page Adds a warning about shading in 6. Shading the CommandAPI in your plugins","breadcrumbs":"Introduction » Documentation changes 5.6 \\(\\rightarrow\\) 5.10","id":"31","title":"Documentation changes 5.6 \\(\\rightarrow\\) 5.10"},"310":{"body":"By default, the CommandAPI plugin includes a copy of the NBT API by tr7zw in dev.jorel.commandapi.nbtapi. No additional set up is required and it can be used directly out the box.","breadcrumbs":"Command arguments » Argument types » NBT arguments » Plugin usage setup","id":"310","title":"Plugin usage setup"},"311":{"body":"In order to use the NBTCompoundArgument, you will have to use an NBT API that can create an NBT Compound object from an Object (ideally a net.minecraft.nbt.NBTTagCompound object). Examples of NBT APIs that can do this are (these are not sponsored in any way) : NBT API , via the new NBTContainer(Object) constructor","breadcrumbs":"Command arguments » Argument types » NBT arguments » Shading usage setup","id":"311","title":"Shading usage setup"},"312":{"body":"Before the NBTCompoundArgument can be used, the CommandAPI needs to know what implementation of an NBT Compound object you're going to use. This is specified in the onLoad() sequence, where your CommandAPI's config is set up, by using the following method: <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); The initializeNBTAPI(Class<T>, Function<Object, T>) takes in two arguments: Class<T> - The class that will be your NBT Compound implementation. This is also the type that the CommandAPI will return when the NBTCompoundArgument is used. Function<Object, T> - A function that takes in an object and returns the specified NBT Compound implementation. This could be a constructor or a static method, for example.","breadcrumbs":"Command arguments » Argument types » NBT arguments » Hooking into an NBT API","id":"312","title":"Hooking into an NBT API"},"313":{"body":"Say we want to use the NBT API as our implementation of NBT compounds. First, we have to shade the NBT API into our project (view the official documentation for how to do this for Maven or Gradle ). Now, we can configure the CommandAPI using the CommandAPI.onLoad() method to use the NBTContainer class, and the NBTContainer constructor that takes in an Object : @Override\npublic void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this) .initializeNBTAPI(NBTContainer.class, NBTContainer::new) );\n} override fun onLoad() { CommandAPI.onLoad(CommandAPIBukkitConfig(this) .initializeNBTAPI(NBTContainer::class.java, ::NBTContainer) )\n} Confused with the ::new syntax? Read more about method references to a constructor here . We're now able to use the NBTContainer as our implemented type for the NBTCompoundArgument!","breadcrumbs":"Command arguments » Argument types » NBT arguments » Example - Hooking into the NBT API","id":"313","title":"Example - Hooking into the NBT API"},"314":{"body":"Since the underlying implementation of the NBTCompoundArgument can change (e.g. NBTContainer if you're using the NBT API), the type of your NBT compound implementation has to be declared in angle brackets. new CommandAPICommand(\"award\") .withArguments(new NBTCompoundArgument<NBTContainer>(\"nbt\")) .executes((sender, args) -> { NBTContainer nbt = (NBTContainer) args.get(\"nbt\"); // Do something with \"nbt\" here... }) .register(); CommandAPICommand(\"award\") .withArguments(NBTCompoundArgument<NBTContainer>(\"nbt\")) .executes(CommandExecutor { _, args -> val nbt = args[\"nbt\"] as NBTContainer // Do something with \"nbt\" here... }) .register() commandAPICommand(\"award\") { nbtCompoundArgument<NBTContainer>(\"nbt\") anyExecutor { _, args -> val nbt = args[\"nbt\"] as NBTContainer // Do something with \"nbt\" here... }\n} Developer's Note: If you believe you can supply a suitable example for this page, feel free to send an example on the CommandAPI issues page!","breadcrumbs":"Command arguments » Argument types » NBT arguments » Example - ???","id":"314","title":"Example - ???"},"315":{"body":"","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments","id":"315","title":"Literal arguments"},"316":{"body":"Literal arguments are used to represent \"forced options\" for a command. For instance, take Minecraft's /gamemode command. The syntax consists of the following: /gamemode <mode>\n/gamemode <mode> <player> It consists of a gamemode, followed by an optional player argument. The list of gamemodes are as follows: /gamemode survival /gamemode creative\n/gamemode adventure\n/gamemode spectator Unlike regular commands (as those implemented by Bukkit for example), these four options are \"hardcoded\" - they're not \"suggestions\". The user can only enter one of these four examples, no other values are allowed. Developer's Note: There is a simpler alternative to the LiteralArgument class! Instead of having to deal with arguments not being present in the array of arguments, consider using the much more intuitive MultiLiteralArgument, which is described in more detail here !","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal arguments","id":"316","title":"Literal arguments"},"317":{"body":"Unlike regular arguments that are shown in this chapter, the literal argument is technically not an argument. Due to this fact, literal arguments are unlisted by default. In other words, the literal argument is not present in the CommandArguments args for the command declaration.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal arguments vs regular arguments","id":"317","title":"Literal arguments vs regular arguments"},"318":{"body":"To illustrate the behavior of literal arguments, we create a command of the following form: /mycommand <literal> <text> As an example, let's declare the literal \"hello\" as a valid literal for this command. When we retrieve the result from args.get(0), it returns the value of the TextArgument, as opposed to the literal \"hello\": new CommandAPICommand(\"mycommand\") .withArguments(new LiteralArgument(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" val text = args[0] as String }) .register() commandAPICommand(\"mycommand\") { literalArgument(\"hello\") textArgument(\"text\") anyExecutor { _, args -> // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" val text = args[0] as String }\n} The LiteralArgument class also provides the LiteralArgument.of() and LiteralArgument.literal() helper methods which can be used as an alternative way to declare literal arguments: new CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.of(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); new CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.literal(\"hello\")) .withArguments(new TextArgument(\"text\")) .executes((sender, args) -> { // This gives the variable \"text\" the contents of the TextArgument, and not the literal \"hello\" String text = (String) args.get(0); }) .register(); CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.of(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> val text = args[0] as String }) .register() CommandAPICommand(\"mycommand\") .withArguments(LiteralArgument.literal(\"hello\")) .withArguments(TextArgument(\"text\")) .executes(CommandExecutor { _, args -> val text = args[0] as String }) .register() commandAPICommand(\"mycommand\") { argument(LiteralArgument.of(\"hello\")) textArgument(\"text\") anyExecutor { _, args -> val text = args[0] as String }\n} commandAPICommand(\"mycommand\") { argument(LiteralArgument.literal(\"hello\")) textArgument(\"text\") anyExecutor { _, args -> val text = args[0] as String }\n} If I were to run the following command: /mycommand hello goodbye The value of text in the code above would be \"goodbye\".","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Example - Literal arguments and regular arguments","id":"318","title":"Example - Literal arguments and regular arguments"},"319":{"body":"This is a demonstration of how you could create a command similar to Minecraft's /gamemode command by using literal arguments. To do this, we are effectively registering 4 separate commands, each called /gamemode, but with different literal arguments. // Create a map of gamemode names to their respective objects\nHashMap<String, GameMode> gamemodes = new HashMap<>();\ngamemodes.put(\"adventure\", GameMode.ADVENTURE);\ngamemodes.put(\"creative\", GameMode.CREATIVE);\ngamemodes.put(\"spectator\", GameMode.SPECTATOR);\ngamemodes.put(\"survival\", GameMode.SURVIVAL); // Iterate over the map\nfor(Entry<String, GameMode> entry : gamemodes.entrySet()) { // Register the command as usual new CommandAPICommand(\"changegamemode\") .withArguments(new LiteralArgument(entry.getKey())) .executesPlayer((player, args) -> { // Retrieve the object from the map via the key and NOT the args[] player.setGameMode(entry.getValue()); }) .register();\n} // Create a map of gamemode names to their respective objects\nval gamemodes = mapOf( \"adventure\" to GameMode.ADVENTURE, \"creative\" to GameMode.CREATIVE, \"spectator\" to GameMode.SPECTATOR, \"survival\" to GameMode.SURVIVAL\n) // Iterate over the map\nfor ((key, _) in gamemodes) { // Register the command as usual CommandAPICommand(\"changegamemode\") .withArguments(LiteralArgument(key)) .executesPlayer(PlayerCommandExecutor { player, _ -> // Retrieve the object from the map via the key and NOT the args[] player.gameMode = gamemodes[key]!! }) .register()\n} // Create a map of gamemode names to their respective objects\nval gamemodes = mapOf( \"adventure\" to GameMode.ADVENTURE, \"creative\" to GameMode.CREATIVE, \"spectator\" to GameMode.SPECTATOR, \"survival\" to GameMode.SURVIVAL\n) // Iterate over the map\nfor ((key, _) in gamemodes) { // Register the command as usual commandAPICommand(\"changegamemode\") { literalArgument(key) playerExecutor { player, args -> // Retrieve the object from the map via the key and NOT the args[] player.gameMode = gamemodes[key]!! } } } Note how, since we don't have access to the literal from args, we must access the provided gamemode from elsewhere.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Example - Gamemode command using literal arguments","id":"319","title":"Example - Gamemode command using literal arguments"},"32":{"body":"Adds a section 4. Skipping proxy senders which describes how to use the skip-sender-proxy configuration option.","breadcrumbs":"Introduction » Documentation changes 5.3 \\(\\rightarrow\\) 5.6","id":"32","title":"Documentation changes 5.3 \\(\\rightarrow\\) 5.6"},"320":{"body":"Literal arguments require a string in the constructor. If the literal is an empty String or is null, the CommandAPI will throw a BadLiteralException. Because literal arguments are \"hardcoded\" , each literal is effectively mapped to a single command. This is shown when using the configuration option create-dispatcher-json: true which shows the JSON result of registered commands. For instance, take the /defaultgamemode command: \"defaultgamemode\": { \"type\": \"literal\", \"children\": { \"adventure\": { \"type\": \"literal\", \"executable\": true }, \"creative\": { \"type\": \"literal\", \"executable\": true }, \"spectator\": { \"type\": \"literal\", \"executable\": true }, \"survival\": { \"type\": \"literal\", \"executable\": true } }\n}, Each option produces a new \"command\" in the tree of commands. This means that having exceptionally large lists of literals, or nested literals (e.g. /command <literal1> <literal2>) can cause very large trees which cannot be sent to the clients (it can cause clients to crash) . Developer's Note: Take care when using literal arguments. If your list of arguments is exceptionally large, or contains many nested arguments, the server may be unable to send the command information to the client. If many command argument choices are required, consider using a StringArgument and using .replaceSuggestions() to create your own list of required arguments.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Literal arguments » Literal argument warnings","id":"320","title":"Literal argument warnings"},"321":{"body":"So far, we've described normal arguments and literal arguments. We've described the nuances with literal arguments and how they're not really \"arguments\", so they don't appear in the CommandArguments args for commands. Now forget all of that. Multi literal arguments are the same as literal arguments but they do appear in the CommandArguments args for commands (i.e. they are listed ). Multi literal arguments are just a way better alternative to literal arguments. The multi literal argument constructor allows you to provide a String nodeName and a String... literals of possible values which you can use for your command declaration. The multi literal argument has all of the same benefits of a regular literal argument - they are hardcoded options that the user must enter - they don't allow other values. Developer's Note: For 9.1.0, all previously existing MultiLiteralArgument constructors have been deprecated! They will be removed in a future version. The new constructor looks like this: public MultiLiteralArgument(String nodeName, String... literals)","breadcrumbs":"Command arguments » Argument types » Literal arguments » Multi literal arguments » Multi literal arguments","id":"321","title":"Multi literal arguments"},"322":{"body":"In this example, we'll show how to use multi literals to declare Minecraft's /gamemode command. As you can see from the example code below, the argument declaration and command declaration is the same as if you were declaring any normal argument or command. new CommandAPICommand(\"gamemode\") .withArguments(new MultiLiteralArgument(\"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\")) .executesPlayer((player, args) -> { // The literal string that the player enters IS available in the args[] switch ((String) args.get(\"gamemodes\")) { case \"adventure\": player.setGameMode(GameMode.ADVENTURE); break; case \"creative\": player.setGameMode(GameMode.CREATIVE); break; case \"spectator\": player.setGameMode(GameMode.SPECTATOR); break; case \"survival\": player.setGameMode(GameMode.SURVIVAL); break; default: player.sendMessage(\"Invalid gamemode: \" + args.get(\"gamemodes\")); break; } }) .register(); CommandAPICommand(\"gamemode\") .withArguments(MultiLiteralArgument(\"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\")) .executesPlayer(PlayerCommandExecutor { player, args -> // The literal string that the player enters IS available in the args[] when (args[\"gamemodes\"] as String) { \"adventure\" -> player.gameMode = GameMode.ADVENTURE \"creative\" -> player.gameMode = GameMode.CREATIVE \"spectator\" -> player.gameMode = GameMode.SPECTATOR \"survival\" -> player.gameMode = GameMode.SURVIVAL } }) .register() commandAPICommand(\"gamemode\") { multiLiteralArgument(nodeName = \"gamemodes\", \"adventure\", \"creative\", \"spectator\", \"survival\") // Adding this for now, needed because ambiguous methods exist playerExecutor { player, args -> // The literal string that the player enters IS available in the args[] when (args[\"gamemodes\"] as String) { \"adventure\" -> player.gameMode = GameMode.ADVENTURE \"creative\" -> player.gameMode = GameMode.CREATIVE \"spectator\" -> player.gameMode = GameMode.SPECTATOR \"survival\" -> player.gameMode = GameMode.SURVIVAL } }\n} An important thing to note is that we don't have to implement a default case for the above switch statements, because the CommandAPI will only permit valid options of a MultiLiteralArgument to reach the executor. If the user enters an invalid option, the command doesn't run.","breadcrumbs":"Command arguments » Argument types » Literal arguments » Multi literal arguments » Example - Using multi literals to make the gamemode command","id":"322","title":"Example - Using multi literals to make the gamemode command"},"323":{"body":"A list argument with the command \"/multigive @p stone grass_block dirt\" and Minecraft suggestions with a list of Minecraft items List arguments allows users to provide a list of values. This argument can take on two forms: Using an underlying GreedyStringArgument, so the greedy string argument rule applies - this argument can only be used at the end of an argument list . Using an underlying TextArgument, so this argument can be used anywhere in an argument list, but its contents must be surrounded with quotes (\").","breadcrumbs":"Command arguments » Argument types » List arguments » List arguments","id":"323","title":"List arguments"},"324":{"body":"Unlike other arguments, because this argument can be interpreted in various different ways, this argument can only be created using a ListArgumentBuilder, instead of directly accessing the ListArgument constructor. The ListArgumentBuilder loosely follows the following format: \\begin{align} &\\quad\\texttt{Create a ListArgumentBuilder} \\\\ \\rightarrow&\\quad\\texttt{(Provide the list delimiter)} \\\\ \\rightarrow&\\quad\\texttt{Provide the list to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper of the list items to a string} \\\\ \\rightarrow&\\quad\\texttt{Build the ListArgument} \\end{align}","breadcrumbs":"Command arguments » Argument types » List arguments » The ListArgumentBuilder","id":"324","title":"The ListArgumentBuilder"},"325":{"body":"First, you have to create a ListArgumentBuilder parameterized over the type that the list will generate. For example, if you want to create a list of Strings, you would use new ListArgumentBuilder<String>. The nodeName parameter represents the name of the node to use for the argument. The optional delimiter argument specifies the delimiter (separator) to use between entries. If a delimiter is not provided, a space \" \" will be used as the delimiter. public ListArgumentBuilder<T>(String nodeName);\npublic ListArgumentBuilder<T>(String nodeName, String delimiter); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Construction","id":"325","title":"Construction"},"326":{"body":"If you want your users to enter duplicate entries in your list, you can use the allowDuplicates method to set whether duplicates are allowed. By default, duplicates are disabled. When duplicates are enabled, items that have been entered before can be displayed again in the list of suggestions: ListArgumentBuilder.allowDuplicates(true); List arguments with duplicates enabled When duplicates are disabled, items that have already been entered will not appear in the list of suggestions: ListArgumentBuilder.allowDuplicates(false); List arguments with duplicates disabled $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Allowing duplicates (Optional)","id":"326","title":"Allowing duplicates (Optional)"},"327":{"body":"The ListArgument requires a list that the list argument can pull suggestions and validation from. The ListArgument does not support values which are not present in the provided list. There are three methods that can be used to provide a list for the ListArgument: Providing an immutable list (a list that doesn't change) using the Collection<T> parameter: public ListArgumentBuilder withList(Collection<T> list); Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed using the Supplier<Collection<T>> parameter: public ListArgumentBuilder withList(Supplier<Collection<T>> list); Providing a list that is determined when suggestions are being displayed to the user and before the command has been executed, that also depends on the SuggestionInfo present when running the command, using the Function<SuggestionInfo<CommandSender>, Collection<T>> parameter: public ListArgumentBuilder withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Providing the list","id":"327","title":"Providing the list"},"328":{"body":"In order to display suggestions, the ListArgument needs to know how to convert a list entry to a string. For example, a Location may be converted into \"x,y,z\". The ListArgumentBuilder provides three methods for providing a mapping function: The withStringMapper() method converts the object to a string using the object's .toString() method. If the object is null, this method will populate it with the string \"null\": public ListArgumentBuilder withStringMapper(); The withMapper() method requires a function that maps the object to a string: public ListArgumentBuilder withMapper(Function<T, String> mapper); The withStringTooltipMapper() method requires a function that maps the object to an IStringTooltip. This allows you to also provide hover tooltips for the current item: public ListArgumentBuilder withStringTooltipMapper(Function<T, IStringTooltip> mapper); $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » List arguments » Providing a list mapping function","id":"328","title":"Providing a list mapping function"},"329":{"body":"To finish building the ListArgument, call the buildGreedy() or buildText() method. The buildGreedy() method will treat the list argument as a greedy string, which means you can only use this list argument at the end of the list of arguments you are declaring for the command. If you use the buildText() instead, you can use the list argument anywhere (and multiple times), but the list must be surrounded with quotation characters (\"). public ListArgument<T> buildGreedy();\npublic ListArgument<T> buildText();","breadcrumbs":"Command arguments » Argument types » List arguments » Building the ListArgumentBuilder","id":"329","title":"Building the ListArgumentBuilder"},"33":{"body":"Adds a section 6. Using the annotation system on setting up your development environment to use the annotation system Adds a whole massive section on using annotations ( 16. Annotation-based commands , 17. Annotations , 18. Registering annotation-based commands ) Adds a section on argument suggestion deferral in section 9.1. Argument suggestions Improve warning for LiteralArgument - instead of it being \"obsolete\" compared to the MultiLiteralArgument, it is now \"more complex\" than MultiLiteralArguments Fix issue in the section for custom arguments which should have been updated but wasn't","breadcrumbs":"Introduction » Documentation changes 5.2 \\(\\rightarrow\\) 5.3","id":"33","title":"Documentation changes 5.2 \\(\\rightarrow\\) 5.3"},"330":{"body":"","breadcrumbs":"Command arguments » Argument types » List arguments » Examples","id":"330","title":"Examples"},"331":{"body":"Say you wanted to give yourself multiple items in a single command. For this command, we'll use the following syntax, which lets you provide the number of items to give, and a list of materials: /multigive <amount> <materials> To do this, we create a command with an IntegerArgument to specify the amount (between 1 and 64), and a ListArgument that accepts a list of Material objects. We use the ListArgumentBuilder to provide a list of materials as well as a mapping function that converts the material's name to a lowercase string. By default, we use a space delimiter (separator) for arguments in the list. new CommandAPICommand(\"multigive\") .withArguments(new IntegerArgument(\"amount\", 1, 64)) .withArguments(new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .buildGreedy() ) .executesPlayer((player, args) -> { int amount = (int) args.get(\"amount\"); List<Material> theList = (List<Material>) args.get(\"materials\"); for (Material item : theList) { player.getInventory().addItem(new ItemStack(item, amount)); } }) .register(); CommandAPICommand(\"multigive\") .withArguments(IntegerArgument(\"amount\", 1, 64)) .withArguments(ListArgumentBuilder<Material>(\"materials\") .withList(Material.values().toList()) .withMapper { material -> material.name.lowercase() } .buildGreedy() ) .executesPlayer(PlayerCommandExecutor { player, args -> val amount = args[\"amount\"] as Int val theList = args[\"materials\"] as List<Material> for (item in theList) { player.inventory.addItem(ItemStack(item, amount)) } }) .register() commandAPICommand(\"multigive\") { integerArgument(\"amount\", 1, 64) argument(ListArgumentBuilder<Material>(\"materials\") .withList(Material.values().toList()) .withMapper { material -> material.name.lowercase() } .buildGreedy() ) playerExecutor { player, args -> val amount = args[\"amount\"] as Int val theList = args[\"materials\"] as List<Material> for (item in theList) { player.inventory.addItem(ItemStack(item, amount)) } }\n} A /multigive argument gif where a user types \"/multigive 64 stone dirt cobblestone grass_block\" and suggestions appear automatically. Running the command gives the player 64 stone, dirt, cobblestone and grass_block items in their hotbar","breadcrumbs":"Command arguments » Argument types » List arguments » Example - Multi-give command","id":"331","title":"Example - Multi-give command"},"332":{"body":"A MapArgument can be used to provide a map of values. This argument uses an underlying GreedyStringArgument which means that this argument can only be used at the end of the argument list. It returns a LinkedHashMap object.","breadcrumbs":"Command arguments » Argument types » Map arguments » Map arguments","id":"332","title":"Map arguments"},"333":{"body":"Similar to the ListArgument, this argument also uses a builder class to construct it. \\begin{align} &\\quad\\texttt{Create a MapArgumentBuilder and possibly provide the delimiter or separator} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper from a string to an object of the provided key type} \\\\ \\rightarrow&\\quad\\texttt{Provide the mapper from a string to an object of the provided value type} \\\\ \\rightarrow&\\quad\\texttt{Provide the list with keys to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Provide the list with values to pull suggestions from} \\\\ \\rightarrow&\\quad\\texttt{Build the MapArgument} \\end{align}","breadcrumbs":"Command arguments » Argument types » Map arguments » The MapArgumentBuilder","id":"333","title":"The MapArgumentBuilder"},"334":{"body":"To start building the argument, you first have to construct a MapArgumentBuilder parameterized over the types the key and the value are supposed to have. If you wanted to construct a MapArgument that returns a LinkedHashMap<String, Integer> you would construct the MapArgumentBuilder like this: new MapArgumentBuilder<String, Integer> The MapArgumentBuilder has three possible constructors: public MapArgumentBuilder<K, V>(String nodeName);\npublic MapArgumentBuilder<K, V>(String nodeName, char delimiter);\npublic MapArgumentBuilder<K, V>(String nodeName, char delimiter, String separator) nodeName: This parameter determines the node name of the MapArgument delimiter: This parameter determines the delimiter. This separates a key from a value (key:value). When not provided, it defaults to a colon (:) separator: This parameter determines the separator. This separates one key-value pair from another (key:value key:value). When not provided, it defaults to a space ( ) $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Building a MapArgument","id":"334","title":"Building a MapArgument"},"335":{"body":"The mapper functions are used to parse the argument when entered. Because a GreedyStringArgument returns a String, we need a way to convert a String into an object specified by the type parameters. When providing mappers, you first need to provide the key mapper: public MapArgumentBuilder withKeyMapper(StringParser<K>); You then have to provide the value mapper: public MapArgumentBuilder withValueMapper(StringParser<V>); StringParser is a functional interface with the following definition: @FunctionalInterface\npublic interface StringParser<T> { /** * A method that turns a String into an object of type T. * * @param s The String to parse * @return The resulting parsed object * @throws WrapperCommandSyntaxException If there is a problem with the syntax of the String that prevents it from being turned into an object of type T. */ T parse(String s) throws WrapperCommandSyntaxException;\n} This signature allows you to throw exceptions using the CommandAPI.fail... methods if the given String cannot be parsed (see Handling command failures ). $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Providing mapper functions","id":"335","title":"Providing mapper functions"},"336":{"body":"When providing suggestions you have the choice whether players are allowed to enter any key/value pair or only key/value pairs specified by the MapArgument. To accomplish this the MapArgumentBuilder provides different methods. Similar to the mappers, you first have to provide the key suggestions: public MapArgumentBuilder withKeyList(List<String> keyList); public MapArgumentBuilder withoutKeyList(); Next, you have to provide the value suggestions. In addition to the two possibilities presented for the key suggestions, here you also have the possibility to define whether a value can be written multiple times. public MapArgumentBuilder withValueList(List<String> valueList); public MapArgumentBuilder withValueList(List<String> valueList, boolean allowValueDuplicates); public MapArgumentBuilder withoutValueList(); public MapArgumentBuilder withoutValueList(boolean allowDuplicates) If you choose to allow a value to be written multiple times you have to set allowValueDuplicates to true. By default, it is set to false and does not allow values to be written multiple times. $$\\downarrow$$","breadcrumbs":"Command arguments » Argument types » Map arguments » Providing suggestions","id":"336","title":"Providing suggestions"},"337":{"body":"To finish building the MapArgument, you have to call the build() method. This will return a new MapArgument object. public MapArgument<K, V> build();","breadcrumbs":"Command arguments » Argument types » Map arguments » Building the MapArgument","id":"337","title":"Building the MapArgument"},"338":{"body":"","breadcrumbs":"Command arguments » Argument types » Map arguments » Examples","id":"338","title":"Examples"},"339":{"body":"Let's say we want to create a command that we can execute to send multiple players messages without typing the command more than once. For that, we create a command with the following syntax: /sendmessage <message> To implement that, we create a command that uses a MapArgument and use Player objects as keys and String objects as values: new CommandAPICommand(\"sendmessage\") // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space .withArguments(new MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper(Bukkit::getPlayer) // Providing a value mapper to leave the message how it was sent .withValueMapper(s -> s) // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().stream().map(Player::getName).toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) .executesPlayer((player, args) -> { // The MapArgument returns a LinkedHashMap LinkedHashMap<Player, String> map = (LinkedHashMap<Player, String>) args.get(\"message\"); // Sending the messages to the players for (Entry<Player, String> messageRecipients : map.entrySet()) { messageRecipients.getKey().sendMessage(messageRecipients.getValue()); } }) .register(); CommandAPICommand(\"sendmessage\") // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space .withArguments(MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper { s: String -> Bukkit.getPlayer(s) } // Providing a value mapper to leave the message how it was sent .withValueMapper { s: String -> s } // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) .executesPlayer(PlayerCommandExecutor { _, args -> // The MapArgument returns a LinkedHashMap val map: LinkedHashMap<Player, String> = args[\"message\"] as LinkedHashMap<Player, String> // Sending the messages to the players for (messageRecipient in map.keys) { messageRecipient.sendMessage(map[messageRecipient]!!) } }) .register() commandAPICommand(\"sendmessage\") { // Parameter 'delimiter' is missing, delimiter will be a colon // Parameter 'separator' is missing, separator will be a space argument(MapArgumentBuilder<Player, String>(\"message\") // Providing a key mapper to convert a String into a Player .withKeyMapper { s: String -> Bukkit.getPlayer(s) } // Providing a value mapper to leave the message how it was sent .withValueMapper { s: String -> s } // Providing a list of player names to be used as keys .withKeyList(Bukkit.getOnlinePlayers().map { player: Player -> player.name }.toList()) // Don't provide a list of values so messages can be chosen without restrictions // Allow duplicates in case the same message should be sent to different players .withoutValueList(true) // Build the MapArgument .build() ) playerExecutor { _, args -> // The MapArgument returns a LinkedHashMap val map: LinkedHashMap<Player, String> = args[\"message\"] as LinkedHashMap<Player, String> // Sending the messages to the players for (messageRecipient in map.keys) { messageRecipient.sendMessage(map[messageRecipient]!!) } }\n} Developer's Note: The MapArgument is very strict and doesn't have room for any errors. A key must always be followed by the delimiter, then a value. One value and the next key must always be separated by the separator. Both keys and values also have the option to be surrounded by quotes. For example, let's say you are on a server with two players, Player1 and Player2. We want to send both of them the message Hello, <playerName>! To do that, we use the previously declared sendmessage command like this: /sendmessage Player1:\"Hello, Player1!\" Player2:\"Hello, Player2!\" A colon is used as the delimiter and a space as the separator because those are the defaults, and neither was specified in the MapArgumentBuilder constructor. Since the separator was a space, the messages were surrounded by quotes to avoid the spaces inside them from being misinterpreted as the start of the next key-value pair.","breadcrumbs":"Command arguments » Argument types » Map arguments » Example - /sendmessage command","id":"339","title":"Example - /sendmessage command"},"34":{"body":"Adds brief documentation for the CommandAPI's reloadDatapacks method in 16. Internal CommandAPI","breadcrumbs":"Introduction » Documentation changes 5.1 \\(\\rightarrow\\) 5.2","id":"34","title":"Documentation changes 5.1 \\(\\rightarrow\\) 5.2"},"340":{"body":"Command arguments Command arguments allows users to provide an executable server command. The CommandArgument class lets you specify: Arbitrary commands - any command that the user has permissions to run can be provided. Restricted commands - only specific commands can be provided. Using the CommandArgument will return a CommandResult, which contains a Bukkit Command instance representing the command to be executed, and a String[] of command arguments.","breadcrumbs":"Command arguments » Argument types » Command arguments » Command arguments","id":"340","title":"Command arguments"},"341":{"body":"The CommandResult record contains the following methods: public record CommandResult { Command command(); String[] args(); boolean execute(CommandSender target);\n} These methods can be used to retrieve information about the command that was provided by the user: Command command(); command() returns the Bukkit Command instance that the user provided. For example, if a player provided /mycommand hello world, then command() will represent the /mycommand command. String[] args(); args() returns an array of string argument inputs that were provided to the command. For example, if a player provided /mycommand hello world, then args() will be the following: [ \"hello\", \"world\" ] boolean execute(CommandSender target); execute(CommandSender) runs the Bukkit Command using the arguments contained in the CommandResult as the given CommandSender. It returns true if the command dispatch succeeded, and false if it failed. Using this method is equivalent to running the following: result.command().execute(target, result.command().getLabel(), result.args());","breadcrumbs":"Command arguments » Argument types » Command arguments » Command results","id":"341","title":"Command results"},"342":{"body":"Arbitrary commands let the user enter any command that they have permission to execute. To use arbitrary commands, you just need to use the CommandArgument normally.","breadcrumbs":"Command arguments » Argument types » Command arguments » Arbitrary commands","id":"342","title":"Arbitrary commands"},"343":{"body":"We want to create a /sudo command which lets you execute a command as another online player. Sudo command example To do this, we want to use the following command syntax: /sudo <target> <command> In this example, we want to be able to run any arbitrary command, so we will simply use the CommandArgument on its own (without using suggestions). Using the CommandArgument generates a CommandResult and we can use the .command() and .args() methods above to access the command and arguments. We can make use of the Command.execute() method to execute our command and use the target player as the command sender. new CommandAPICommand(\"sudo\") .withArguments(new PlayerArgument(\"target\")) .withArguments(new CommandArgument(\"command\")) .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); CommandResult command = (CommandResult) args.get(\"command\"); command.execute(target); }) .register(); CommandAPICommand(\"sudo\") .withArguments(PlayerArgument(\"target\")) .withArguments(CommandArgument(\"command\")) .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player val command = args[\"command\"] as CommandResult command.execute(target) }) .register() commandAPICommand(\"sudo\") { playerArgument(\"target\") commandArgument(\"command\") anyExecutor { _, args -> val target = args[\"target\"] as Player val command = args[\"command\"] as CommandResult command.execute(target) }\n}","breadcrumbs":"Command arguments » Argument types » Command arguments » Example - A /sudo command","id":"343","title":"Example - A /sudo command"},"344":{"body":"Restricted commands allows you to restrict what commands a user is allowed to submit in the CommandArgument. Commands can be restricted by replacing the CommandArgument's suggestions using the replaceSuggestions() method. For better fine-tuning of what commands a user can submit, commands can also be restricted by using suggestion branches .","breadcrumbs":"Command arguments » Argument types » Command arguments » Restricted commands","id":"344","title":"Restricted commands"},"345":{"body":"To demonstrate restricting commands, let's create a command argument that allows players to enter one of the following commands: /tp <player> <target>\n/give <player> <item> <amount> Let's also add a restriction that the player can only use diamonds or dirt for the /give command, and they can only specify an amount if they selected dirt. Overall, our command argument should allow players to follow this path: \\begin{gather} \\texttt{(start)}\\\\ \\swarrow\\hspace{2cm}\\searrow\\\\ \\swarrow\\hspace{3.4cm}\\searrow\\\\ \\texttt{tp}\\hspace{4cm}\\texttt{give}\\\\ \\swarrow\\hspace{6cm}\\searrow\\\\ \\texttt{player}\\hspace{6cm}\\texttt{player}\\\\ \\swarrow\\hspace{7cm}\\swarrow\\hspace{2cm}\\searrow\\\\ \\texttt{target}\\hspace{5cm}\\texttt{diamond}\\hspace{3cm}\\texttt{dirt}\\\\ \\hspace{6.7cm}\\texttt{minecraft:diamond}\\hspace{3cm}\\texttt{minecraft:dirt}\\\\ \\hspace{7.5cm}\\hspace{4cm}\\downarrow\\\\ \\hspace{7.5cm}\\hspace{4cm}\\texttt{(amount)}\\\\ \\end{gather} In our diagram above, we have two main branches: /tp and /give. The /tp branch has player followed by target, and the /give branch has player and then that branches off into two new sections. We can implement our /tp branch using the SuggestionsBranch.suggest() method, then provide argument suggestions for our options. In this case, we have tp and then a list of online players. We include the list of online players twice, because we need suggestions for <player> as well as <target>: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))\n) SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }, ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }\n) For the /give branch, we can use a similar thing, but we need to tell the CommandArgument that the /give command branches into \"diamond\" and \"dirt\" suggestions. We can do this by using the .branch() method to add a new nested list of suggestions: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new))\n).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() )\n) SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }\n).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() )\n) Adding everything together, we get this fully completed CommandArgument: new CommandArgument(\"command\") .branchSuggestions( SuggestionsBranch.<CommandSender>suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)) ).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() ) ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)), ArgumentSuggestions.strings(info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)) ) ); CommandArgument(\"command\") .branchSuggestions( SuggestionsBranch.suggest<CommandSender>( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() } ).branch( SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty() ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\"), null, ArgumentSuggestions.empty() ) ), SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"tp\"), ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() }, ArgumentSuggestions.strings { _ -> Bukkit.getOnlinePlayers().map{ it.name }.toTypedArray() } ) )","breadcrumbs":"Command arguments » Argument types » Command arguments » Example - Restricting commands using suggestion branches","id":"345","title":"Example - Restricting commands using suggestion branches"},"346":{"body":"In the above example about restricted commands, we used null and ArgumentSuggestions.empty() in our SuggestionsBranch.suggest() method. These special suggestions have specific effects when used in suggestions for the CommandArgument. Null suggestions Null suggestions ensure that the suggestions at the current position will not be overridden. In the case of the CommandArgument, this means that the default command suggestions will be provided. For example, if we have the following null entry in our suggestions, users are allowed to enter a value if they choose to do so, meaning that the examples below are all valid: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), null, ArgumentSuggestions.empty()\n) /give dirt\n/give diamond\n/give apple Ending the command argument with nothing is also equivalent to using null, for example the following suggestion branch allows any of the following commands: SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(\"dirt\", \"minecraft:dirt\")\n) /give dirt\n/give dirt 10\n/give dirt 10 name:Hello Empty suggestions Empty suggestions that are provided using ArgumentSuggestions.empty() tell the CommandArgument to stop accepting further suggestions. This \"ends\" the command. Using the following example, this allows the user to enter /give diamond and only /give diamond - users cannot enter any other commands. SuggestionsBranch.suggest( ArgumentSuggestions.strings(\"give\"), ArgumentSuggestions.strings(\"diamond\", \"minecraft:diamond\"), ArgumentSuggestions.empty()\n) These commands are valid: /give diamond\n/give minecraft:diamond These commands are not valid: /give\n/give diamond 10","breadcrumbs":"Command arguments » Argument types » Command arguments » Null and empty suggestions","id":"346","title":"Null and empty suggestions"},"347":{"body":"Custom arguments are a quality-of-life feature that the CommandAPI offers which allows you to perform pre-processing on an argument in the argument instance rather than in your executes() method for a command. They are designed to be used for multiple commands - you can define the argument once and can use it wherever you want when declaring commands. The CustomArgument<T, B> has the following constructor: public CustomArgument(Argument<B> base, CustomArgumentInfoParser<T, B> parser); This constructor takes in two parameters: A \"base argument\", which is the argument that it'll use as the underlying parser. For example, if this is a StringArgument, it'll use the StringArgument's parsing rules ( alphanumeric characters (A-Z, a-z and 0-9), and the underscore character) and if this is a LocationArgument, it'll take three numerical values. A \"parser\", which lets you process the argument based on its input. This is described in more detail below.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Custom arguments","id":"347","title":"Custom arguments"},"348":{"body":"The custom argument requires two type parameters, <T> and <B>: <T> refers to the type that this argument will return when parsing the arguments for a command. For instance, if you have a CustomArgument<Player, ...>, then when parsing the arguments for the command, you would cast it to a Player object. <B> refers to the type that the base argument will return. This can be found in the Argument Casting section. For example, if the base argument is a StringArgument, you'd have CustomArgument<..., String>.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Type params","id":"348","title":"Type params"},"349":{"body":"To create a parser for a CustomArgument, you need to provide a CustomArgumentInfoParser function to the constructor. The CustomArgumentInfoParser class is a functional interface which accepts CustomArgumentInfo and returns T, an object of your choosing: @FunctionalInterface\npublic interface CustomArgumentInfoParser<T, B> { public T apply(CustomArgumentInfo<B> info) throws CustomArgumentException; } The CustomArgumentInfo record is very similar to the SuggestionInfo record for declaring argument suggestions. This record contains the following methods: public record CustomArgumentInfo<B> { CommandSender sender(); CommandArguments previousArgs(); String input(); B currentInput();\n} These fields are as follows: CommandSender sender(); sender() represents the command sender that is typing the command. This is normally a Player, but can also be a console command sender if using a Paper server. CommandArguments previousArgs(); previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. String input(); input() represents the current input for the custom argument that the user has typed. For example, if a user is typing /mycommand hello and the first argument is a CustomArgument, the input() would return \"hello\". B currentInput(); currentInput() represents the current input, as parsed by the base argument. For example, if your base argument was an IntegerArgument, the return type of currentInput() would be an int.","breadcrumbs":"Command arguments » Argument types » Custom arguments » The CustomArgumentInfoParser class","id":"349","title":"The CustomArgumentInfoParser class"},"35":{"body":"Adds a section 10.2. The SimpleFunctionWrapper class which outlines the new SimpleFunctionWrapper class Updates the documentation for 10.3. The FunctionWrapper class Update the name of the package from dev.jorel.commandapi.CommandAPIHandler.Brigadier to dev.jorel.commandapi.Brigadier in section 17. Brigadier + CommandAPI Update the documentation for 11. Permissions stating that you can use withPermission(String) instead of withPermission(CommandPermission)","breadcrumbs":"Introduction » Documentation changes 5.0 \\(\\rightarrow\\) 5.1","id":"35","title":"Documentation changes 5.0 \\(\\rightarrow\\) 5.1"},"350":{"body":"Say we want to create an argument to represents the list of available worlds on the server. We want to have an argument which always returns a Bukkit World object as the result. Here, we create a method worldArgument() that returns our custom argument that returns a World. First, we retrieve our String[] of world names to be used for our suggestions. We then write our custom argument that creates a World object from the input (in this case, we simply convert the input to a World using Bukkit.getWorld(String)). We perform error handling before returning our result: // Function that returns our custom argument\npublic Argument<World> customWorldArgument(String nodeName) { // Construct our CustomArgument that takes in a String input and returns a World object return new CustomArgument<World, String>(new StringArgument(nodeName), info -> { // Parse the world from our input World world = Bukkit.getWorld(info.input()); if (world == null) { throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(\"Unknown world: \").appendArgInput()); } else { return world; } }).replaceSuggestions(ArgumentSuggestions.strings(info -> // List of world names on the server Bukkit.getWorlds().stream().map(World::getName).toArray(String[]::new)) );\n} // Function that returns our custom argument\nfun worldArgument(nodeName: String): Argument<World> { // Construct our CustomArgument that takes in a String input and returns a World object return CustomArgument<World, String>(StringArgument(nodeName)) { info -> // Parse the world from our input val world = Bukkit.getWorld(info.input()) if (world == null) { throw CustomArgumentException.fromMessageBuilder(MessageBuilder(\"Unknown world: \").appendArgInput()) } else { world } }.replaceSuggestions(ArgumentSuggestions.strings { _ -> // List of world names on the server Bukkit.getWorlds().map{ it.name }.toTypedArray() })\n} In our error handling step, we check if the world is equal to null (since the Bukkit.getWorld(String) is @Nullable). To handle this case, we throw a CustomArgumentException with an error from a MessageBuilder. The CustomArgumentException has various static factory methods tailored to your desired printing method, so a message builder isn't required each time: CustomArgumentException fromBaseComponents(BaseComponent[] errorMessage);\nCustomArgumentException fromString(String errorMessage);\nCustomArgumentException fromAdventureComponent(Component errorMessage);\nCustomArgumentException fromMessageBuilder(MessageBuilder errorMessage); We can use our custom argument like any other argument. Say we wanted to write a command to teleport to a specific world. We will create a command of the following syntax: /tpworld <world> Since we have defined the method worldArgument() which automatically generates our argument, we can use it as follows: new CommandAPICommand(\"tpworld\") .withArguments(customWorldArgument(\"world\")) .executesPlayer((player, args) -> { player.teleport(((World) args.get(\"world\")).getSpawnLocation()); }) .register(); CommandAPICommand(\"tpworld\") .withArguments(worldArgument(\"world\")) .executesPlayer(PlayerCommandExecutor { player, args -> player.teleport((args[\"world\"] as World).spawnLocation) }) .register() commandAPICommand(\"tpworld\") { worldArgument(\"world\") // This method is actually also built into the Kotlin DSL playerExecutor { player, args -> player.teleport((args[\"world\"] as World).spawnLocation) }\n} By using a CustomArgument (as opposed to a simple StringArgument and replacing its suggestions), we are able to provide a much more powerful form of error handling (automatically handled inside the argument), and we can reuse this argument for other commands.","breadcrumbs":"Command arguments » Argument types » Custom arguments » Example - World argument","id":"350","title":"Example - World argument"},"351":{"body":"The MessageBuilder class is a class to easily create messages to describe errors when a sender sends a command which does not meet the expected syntax for an argument. It acts in a similar way to a StringBuilder, where you can append content to the end of a String. The following methods are as follows: Method Description appendArgInput() Appends the argument that failed that the sender submitted to the end of the builder. E.g. /foo bar will append bar appendFullInput() Appends the full command that a sender submitted to the end of the builder. E.g. /foo bar will append foo bar appendHere() Appends the text <--[HERE] to the end of the builder append(Object) Appends an object to the end of the builder","breadcrumbs":"Command arguments » Argument types » Custom arguments » Message Builders","id":"351","title":"Message Builders"},"352":{"body":"To create a MessageBuilder, simply call its constructor and use whatever methods as you see fit. Unlike a StringBuilder, you don't have to \"build\" it when you're done - the CommandAPI does that automatically: new MessageBuilder(\"Unknown world: /\").appendFullInput().appendHere();","breadcrumbs":"Command arguments » Argument types » Custom arguments » Example - Message builder for invalid objective argument","id":"352","title":"Example - Message builder for invalid objective argument"},"353":{"body":"The CommandAPI has support to use Minecraft's functions within your plugins. This is handled by using a class provided by the CommandAPI called FunctionWrapper, which allows you to execute functions. The CommandAPI also provides support to let you run your own commands within Minecraft function files.","breadcrumbs":"Functions & Tags » Functions","id":"353","title":"Functions"},"354":{"body":"Developer's Note: Minecraft 1.16+ change the way that datapacks are loaded on the server, so that they load before plugins are enabled. This means that non-vanilla commands that are declared in functions and tags will be detected as invalid, causing the server to throw a lot of errors at the very start. The CommandAPI reloads datapacks once the server has finished loading using all declared commands, therefore the error messages at the start of the server can be ignored .","breadcrumbs":"Functions & Tags » Functions in 1.16+","id":"354","title":"Functions in 1.16+"},"355":{"body":"In order to use a command from your plugin in a .mcfunction file, you must register your command in your plugin's onLoad() method, instead of the onEnable() method. Failure to do so will not allow the command to be registered for Minecraft functions, causing the function file to fail to load during the server startup phase. Developer's Note: In short, if you want to register a command which can be used in Minecraft functions, register it in your plugin's onLoad() method.","breadcrumbs":"Functions & Tags » Using custom commands in functions","id":"355","title":"Using custom commands in functions"},"356":{"body":"Say we have a command /killall that simply kills all entities in all worlds on the server. If we were to register this in our onLoad() method, this would allow us to use the /killall command in Minecraft functions and tags. public class Main extends JavaPlugin { @Override public void onLoad() { // Commands which will be used in Minecraft functions are registered here new CommandAPICommand(\"killall\") .executes((sender, args) -> { // Kills all enemies in all worlds Bukkit.getWorlds().forEach(w -> w.getLivingEntities().forEach(e -> e.setHealth(0))); }) .register(); } @Override public void onEnable() { // Register all other commands here } } class Main : JavaPlugin() { override fun onLoad() { // Commands which will be used in Minecraft functions are registered here CommandAPICommand(\"killall\") .executes(CommandExecutor { _, _ -> // Kills all enemies in all worlds Bukkit.getWorlds().forEach { world -> world.livingEntities.forEach { entity -> entity.health = 0.0 } } }) .register() } override fun onEnable() { // Register all other commands here } }","breadcrumbs":"Functions & Tags » Example - Registering command for use in a function","id":"356","title":"Example - Registering command for use in a function"},"357":{"body":"Developer's Note: Most developers can completely skip this section. This is for those that are unfamiliar with functions and tags and is less about how the CommandAPI works. This section explains how functions are declared and set up for use in a Minecraft server. This is ideal for server owners who've never set up functions, or developers (like the Command API's creator) that has no idea how to set this sort of thing up.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Setting up functions & tags","id":"357","title":"Setting up functions & tags"},"358":{"body":"Functions are text files (with the .mcfunction extension) which contains lists of functions which are executed one after another. Each line of the file is a valid Minecraft command. Say we have text.mcfunction: killall\nsay Killed all living entities on the server This will run the custom command killall (as declared in Example - Registering command for use in a function ) , and then broadcast a message to all players stating that all entities were killed.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Creating functions","id":"358","title":"Creating functions"},"359":{"body":"Tags are json files which contain a list of functions. Tags let you run multiple functions at a time. Say we have a tag called mytag.json: { \"values\": [ \"mycustomnamespace:test\", \"mycustomnamespace:test2\" ]\n} This will run the function test and the function test2, which are in the namespace mycustomnamespace.","breadcrumbs":"Functions & Tags » Setting up functions & tags » Creating tags","id":"359","title":"Creating tags"},"36":{"body":"Developer's Note: Lots and lots and lots of changes occurred in version 5.0! I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Every page has been rewritten in this update and checked for errors. In general, this is the list of new additions: New section 3. Command conversion dedicated to command conversion via the config.yml New section 8.4. Listed arguments New section 9.8.1. Angle arguments New section 14. Subcommands New section 16. Internal CommandAPI now lists all arguments and their respective Minecraft argument IDs Mentions listed arguments in section 9.11.1. Literal arguments Section 15. Command conversion has been rewritten Executes native is now present in the command registration page Section 8.3. Argument suggestions with tooltips now mentions the IStringTooltip class","breadcrumbs":"Introduction » Documentation changes 4.3 \\(\\rightarrow\\) 5.0","id":"36","title":"Documentation changes 4.3 \\(\\rightarrow\\) 5.0"},"360":{"body":"The following hierarchy explains where functions and tags go. In this diagram, the two functions test and test2 are in a directory called functions. There is also a tag called mytag which is placed in the tags directory under functions. These are all under the namespace called mycustomnamespace server/\n├── world/\n│ ├── advancements/\n│ ├── data/\n│ ├── datapacks/\n│ │ └── bukkit/\n│ │ ├── pack.mcmeta\n│ │ └── data/\n│ │ └── mycustomnamespace/\n│ │ ├── functions/\n│ │ │ ├── test.mcfunction\n│ │ │ └── test2.mcfunction\n│ │ └── tags/\n│ │ └── functions/\n│ │ └── mytag.json\n│ └── ...\n├── world_nether/\n├── world_the_end/\n├── ...\n└── spigot.jar To execute the test function, you would run the following command: /function mycustomnamespace:test To execute the mytag tag, you would run the following command: /function #mycustomnamespace:mytag","breadcrumbs":"Functions & Tags » Setting up functions & tags » Namespaces & where to place everything","id":"360","title":"Namespaces & where to place everything"},"361":{"body":"To represent Minecraft functions and tags, the CommandAPI uses the SimpleFunctionWrapper class. Simply put, this class represents one Minecraft function, which are defined in .mcfunction files. Developer's Note The SimpleFunctionWrapper class represents a Minecraft function. In order to represent a Minecraft \"tag\", which is a collection of Minecraft functions, the CommandAPI simply uses a SimpleFunctionWrapper[].","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » The SimpleFunctionWrapper class","id":"361","title":"The SimpleFunctionWrapper class"},"362":{"body":"The SimpleFunctionWrapper class has the following methods: class SimpleFunctionWrapper implements Keyed { // Methods that creates SimpleFunctionWrapper instances static SimpleFunctionWrapper getFunction(NamespacedKey key); static SimpleFunctionWrapper[] getTag(NamespacedKey key); // Methods that query the Minecraft server static Set<NamespacedKey> getFunctions(); static Set<NamespacedKey> getTags(); // Methods for using the SimpleFunctionWrapper int run(CommandSender sender); // Utility functions String[] getCommands(); NamespacedKey getKey();\n}","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » SimpleFunctionWrapper methods","id":"362","title":"SimpleFunctionWrapper methods"},"363":{"body":"The getFunction(NamespacedKey) function is used to get a function that has been declared in a datapack and is loaded on the server. The getTag(NamespacedKey) function is used to get a Tag that has been declared in a datapack and is loaded on the server. This returns a SimpleFunctionWrapper[], since a tag is simply an ordered collection of functions. When using this method, the # symbol which is typically used at the start of the tag's name is not needed .","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getTag(NamespacedKey) and getFunction(NamespacedKey)","id":"363","title":"getTag(NamespacedKey) and getFunction(NamespacedKey)"},"364":{"body":"The methods getFunctions() and getTags() simply return a set of NamespacedKey objects which are the names of functions or tags that have been declared by all datapacks on the server.","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getFunctions() and getTags()","id":"364","title":"getFunctions() and getTags()"},"365":{"body":"","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » run(CommandSender)","id":"365","title":"run(CommandSender)"},"366":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run(CommandSender) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. This method simply runs the current SimpleFunctionWrapper as the provided command sender. The method will return a numerical result value, stating whether it succeeds or returns a result. This is documented in more detail here and here . For example:","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » run(CommandSender) support in 1.20.3+","id":"366","title":"run(CommandSender) support in 1.20.3+"},"367":{"body":"","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getCommands()","id":"367","title":"getCommands()"},"368":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling getCommands() will always return an empty String[]. At the time of writing, it is not possible to extract the function command list in 1.20.3+. The getCommands() method returns a String[] that contains the list of commands that the Minecraft function \"holds\". In other words, running this Minecraft function is as simple as iterating through its commands and running them in order. The commands that this String[] holds are the raw strings that this function represents - in other words, it can include things such as @p and ~ ~ ~ instead of \"filled in\" values.","breadcrumbs":"Functions & Tags » The SimpleFunctionWrapper class » getCommands() support in 1.20.3+","id":"368","title":"getCommands() support in 1.20.3+"},"369":{"body":"The CommandAPI includes the FunctionWrapper class which is a wrapper for Minecraft's functions. It allows you to execute the commands that are represented by the respective .mcfunction file. The FunctionWrapper class is an extension of the SimpleFunctionWrapper class. It is a SimpleFunctionWrapper which has been constructed from an existing command sender when a command is used. This means that the command sender has already been \"baked into\" the FunctionWrapper object, allowing you to run it without having to provide a command sender.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » The FunctionWrapper","id":"369","title":"The FunctionWrapper"},"37":{"body":"Improve the documentation for 2. Configuration for server owners by using simple YAML lists (using the - symbol) and update the command conversion syntax for all commands using the ~ syntax Adds the command sender priority to 6.1. Normal command executors Adds new method and example for converting specific commands internally in 13. Command conversion Adds two sneaky little buttons in the main title toolbar at the top of the page","breadcrumbs":"Introduction » Documentation changes 4.2 \\(\\rightarrow\\) 4.3","id":"37","title":"Documentation changes 4.2 \\(\\rightarrow\\) 4.3"},"370":{"body":"The FunctionWrapper class has the following methods: class FunctionWrapper extends SimpleFunctionWrapper { // Methods specific to this class int run(); int runAs(Entity e); // Methods inherited from SimpleFunctionWrapper static SimpleFunctionWrapper getFunction(NamespacedKey key); static SimpleFunctionWrapper[] getTag(NamespacedKey key); static Set<NamespacedKey> getFunctions(); static Set<NamespacedKey> getTags(); int run(CommandSender sender); String[] getCommands(); NamespacedKey getKey();\n} These methods allow you to interact with the Minecraft function that this class wraps.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » FunctionWrapper methods","id":"370","title":"FunctionWrapper methods"},"371":{"body":"","breadcrumbs":"Functions & Tags » The FunctionWrapper class » run()","id":"371","title":"run()"},"372":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run() will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. The run() method runs the function. The command executor that runs this function is the command executor that was used to retrieve it. For example, if a player in-game populated this argument, then the player will be filled in for @p and the player's location would be used for things such as ~ ~ ~: new CommandAPICommand(\"runfunc\") .withArguments(new FunctionArgument(\"function\")) .executes((sender, args) -> { FunctionWrapper[] functions = (FunctionWrapper[]) args.get(\"function\"); for (FunctionWrapper function : functions) { function.run(); // The command executor in this case is 'sender' } }) .register(); CommandAPICommand(\"runfunc\") .withArguments(FunctionArgument(\"function\")) .executes(CommandExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> for (function in functions) { function.run() // The command executor in this case is 'sender' } }) .register()","breadcrumbs":"Functions & Tags » The FunctionWrapper class » run() support in 1.20.3+","id":"372","title":"run() support in 1.20.3+"},"373":{"body":"","breadcrumbs":"Functions & Tags » The FunctionWrapper class » runAs(Entity)","id":"373","title":"runAs(Entity)"},"374":{"body":"As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling runAs(Entity) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. The runAs(Entity) is the same as the run() method, but it allows you to change the command executor to another entity.","breadcrumbs":"Functions & Tags » The FunctionWrapper class » runAs(Entity) support in 1.20.3+","id":"374","title":"runAs(Entity) support in 1.20.3+"},"375":{"body":"An image of a function argument showing a list of Minecraft functions and tags that are available to run The FunctionArgument class is used to represent a function or a tag in Minecraft. When retrieving an instance of the argument, it will return a FunctionWrapper[], where each FunctionWrapper consists of a Minecraft function. Therefore, if a user supplies a single function, the FunctionWrapper[] will be of size 1, and if the user supplies a tag which can consist of multiple functions, the FunctionWrapper[] will consist of the array of functions as declared by that tag.","breadcrumbs":"Functions & Tags » Function arguments » Function arguments","id":"375","title":"Function arguments"},"376":{"body":"Since it's a little difficult to demonstrate a custom use for the FunctionArgument, we will show how you can implement Vanilla Minecraft's /function command. In this example, we want a command that uses the following syntax: /runfunction <function> When provided with a function, it will execute that function. If instead a tag is provided, it will execute that tag (i.e. execute all functions declared in that tag). new CommandAPICommand(\"runfunction\") .withArguments(new FunctionArgument(\"function\")) .executes((sender, args) -> { FunctionWrapper[] functions = (FunctionWrapper[]) args.get(\"function\"); // Run all functions in our FunctionWrapper[] for (FunctionWrapper function : functions) { function.run(); } }) .register(); CommandAPICommand(\"runfunction\") .withArguments(FunctionArgument(\"function\")) .executes(CommandExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> // Run all functions in our FunctionWrapper[] for (function in functions) { function.run() } }) .register() commandAPICommand(\"runfunction\") { functionArgument(\"function\") anyExecutor { _, args -> val functions = args[\"function\"] as Array<FunctionWrapper> // Run all functions in our FunctionWrapper[] for (function in functions) { function.run() } }\n}","breadcrumbs":"Functions & Tags » Function arguments » Example - Minecraft's /function command","id":"376","title":"Example - Minecraft's /function command"},"377":{"body":"Permissions let you control which players are allowed to execute which commands. This is handled using the CommandPermission class, which has the following uses: Permission What it does CommandPermission.OP Requires OP to execute the command CommandPermission.NONE Anyone can execute the command CommandPermission.fromString(\"my.permission\") Requires a specific permission node to execute the command In addition to the CommandPermission class, there are two different ways to assign permissions (compared to the simple CommandSender.hasPermission() method that is provided by Bukkit), by using the withPermission method for arguments or for commands. The withPermission method can take two values: A CommandPermission, which represents a permission such as OP or NONE A String, which will be converted automatically to a CommandPermission using CommandPermission.fromString()","breadcrumbs":"Permissions » Permissions","id":"377","title":"Permissions"},"378":{"body":"To add a permission to a command, you can use the withPermission(CommandPermission) or withPermission(String) method when declaring a command .","breadcrumbs":"Permissions » Adding permissions to commands","id":"378","title":"Adding permissions to commands"},"379":{"body":"Say we created a command /god that sets a player as being invulnerable. Since this is a pretty non-survival command, we want to restrict who can run this command. As such, we want our player to have the permission command.god in order to run this command. To do this, we simply use the withPermission(CommandPermission) method from our command builder: // Register the /god command with the permission node \"command.god\"\nnew CommandAPICommand(\"god\") .withPermission(CommandPermission.fromString(\"command.god\")) .executesPlayer((player, args) -> { player.setInvulnerable(true); player.sendMessage(\"God mode enabled\"); }) .register(); // Register the /god command with the permission node \"command.god\"\nCommandAPICommand(\"god\") .withPermission(CommandPermission.fromString(\"command.god\")) .executesPlayer(PlayerCommandExecutor { player, _ -> player.isInvulnerable = true }) .register() As stated above, it is possible to assign a permission using a String instead of using CommandPermission.fromString(): // Register the /god command with the permission node \"command.god\", without creating a CommandPermission\nnew CommandAPICommand(\"god\") .withPermission(\"command.god\") .executesPlayer((player, args) -> { player.setInvulnerable(true); player.sendMessage(\"God mode enabled\"); }) .register(); // Register the /god command with the permission node \"command.god\", without creating a CommandPermission\nCommandAPICommand(\"god\") .withPermission(\"command.god\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.isInvulnerable = true }) .register()","breadcrumbs":"Permissions » Example - /god command with permissions","id":"379","title":"Example - /god command with permissions"},"38":{"body":"Adds a warning about using redirected commands for suggestions that depend on previous arguments in 7.1. Argument suggestions Adds a new section 6.3. Native commandsenders Update documentation for 6.1. Normal command executors to include the .executesNative() method for native command senders","breadcrumbs":"Introduction » Documentation changes 4.1 \\(\\rightarrow\\) 4.2","id":"38","title":"Documentation changes 4.1 \\(\\rightarrow\\) 4.2"},"380":{"body":"For further fine-tuning of permission management, the CommandAPI allows you to add permissions to individual arguments. This prevents the user from executing a command with a specific argument if they do not have a specific permission. This is done by using the withPermission(CommandPermission) method at the end of an argument . If a player does not have the required permission: The argument hover text which suggests what the command is will not be shown The player will receive an error if they try to type something in for that argument Suggestions, such as a list of materials or players, will not be shown","breadcrumbs":"Permissions » Adding permissions to arguments","id":"380","title":"Adding permissions to arguments"},"381":{"body":"For example, say we're registering a command /kill: /kill - Kills yourself\n/kill <target> - Kills a target player We first declare the command as normal. Nothing fancy is going on here: // Register /kill command normally. Since no permissions are applied, anyone can run this command\nnew CommandAPICommand(\"kill\") .executesPlayer((player, args) -> { player.setHealth(0); }) .register(); // Register /kill command normally. Since no permissions are applied, anyone can run this command\nCommandAPICommand(\"kill\") .executesPlayer(PlayerCommandExecutor { player, _ -> player.health = 0.0 }) .register() Now we declare our command with arguments. We use a PlayerArgument and apply the permission to the argument . After that, we register our command as normal: // Adds the OP permission to the \"target\" argument. The sender requires OP to execute /kill <target>\nnew CommandAPICommand(\"kill\") .withArguments(new PlayerArgument(\"target\").withPermission(CommandPermission.OP)) .executesPlayer((player, args) -> { ((Player) args.get(\"target\")).setHealth(0); }) .register(); // Adds the OP permission to the \"target\" argument. The sender requires OP to execute /kill <target>\nCommandAPICommand(\"kill\") .withArguments(PlayerArgument(\"target\").withPermission(CommandPermission.OP)) .executesPlayer(PlayerCommandExecutor { _, args -> (args[\"target\"] as Player).health = 0.0 }) .register() Developer's Note: As you can see, there are multiple ways of applying permissions to commands with arguments. In the /god command shown above, the permission was applied to the whole command. In the /kill command shown above, the permission was applied to the argument. There's not really much difference between the two methods, but I personally would use argument permissions as it has greater control over arguments.","breadcrumbs":"Permissions » Example - /kill command with argument permissions","id":"381","title":"Example - /kill command with argument permissions"},"382":{"body":"Child-based permissions allow you to group permissions together. We achieve this by laying out our permission groups in the plugin.yml file which Bukkit registers as valid permissions. When the CommandAPI checks if our player has a permission, Bukkit considers if they have the child of a permission as well. This not only keeps permissions easier to manage, it also makes your code cleaner and gives you a nice place to lay out all of your permissions, detailing what they do and what other permissions inherit them.","breadcrumbs":"Permissions » Child-based permissions","id":"382","title":"Child-based permissions"},"383":{"body":"For example, say we're registering a command /economy: /economy - shows your own balance | economy.self\n/economy <target> - shows you another players balance | economy.other\n/economy give <target> <amount> - gives the target a set amount of money | economy.admin.give\n/economy reset <target> <amount> - resets the targets balance | economy.admin.reset We first declare the command as normal. Nothing fancy is going on here: // /economy - requires the permission \"economy.self\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.self\") // The important part of this example .executesPlayer((player, args) -> { // send the executor their own balance here. }) .register(); // /economy <target> - requires the permission \"economy.other\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.other\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); // Send a message to the executor with the target's balance player.sendMessage(target.getName() + \"'s balance: \" + Economy.getBalance(target)); }) .register(); // /economy give <target> <amount> - requires the permission \"economy.admin.give\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.admin.give\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .withArguments(new DoubleArgument(\"amount\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); double amount = (Double) args.get(\"amount\"); // Update the target player's balance Economy.updateBalance(target, amount); }) .register(); // /economy reset <target> - requires the permission \"economy.admin.reset\" to execute\nnew CommandAPICommand(\"economy\") .withPermission(\"economy.admin.reset\") // The important part of this example .withArguments(new PlayerArgument(\"target\")) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"target\"); // Reset target balance here Economy.resetBalance(target); }) .register(); // /economy - requires the permission \"economy.self\" to exectue\nCommandAPICommand(\"economy\") .withPermission(\"economy.self\") .executesPlayer(PlayerCommandExecutor { player, _ -> // send the executor their own balance here. }) .register() // /economy <target> - requires the permission \"economy.other\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.other\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player // send the executor the targets balance here. }) .register() // /economy give <target> <amount> - requires the permission \"economy.admin.give\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.admin.give\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .withArguments(DoubleArgument(\"amount\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player val amount = args[\"amount\"] as Double // update the targets balance here }) .register() // /economy reset <target> - requires the permission \"economy.admin.reset\" to execute\nCommandAPICommand(\"economy\") .withPermission(\"economy.admin.reset\") // The important part of this example .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"target\"] as Player // reset the targets balance here }) .register() In our plugin.yml we can also set up our permissions for example... permissions: economy.*: description: Gives the user full access to the economy commands children: economy.other: true economy.admin.*: true economy.self: description: Allows the user to view their own balance economy.other: description: Allows the user to another players balance children: economy.self: true economy.admin.*: description: Gives the user access to all of the admin commands children: economy.admin.give: true economy.admin.reset: true economy.admin.give: description: Gives the user access to /economy give <target> <amount> economy.admin.reset: description: Gives the user access to /economy reset <target> This setup of children allows us to give a player less permissions, but have them access more features. Since economy.* inherits economy.admin.* which inherits economy.admin.give, a player with the permission economy.* will be able to execute /economy give <target> <amount> without them directly having the economy.admin.give permission node. This also works with economy.other, if a player has economy.other they will inherit economy.","breadcrumbs":"Permissions » Example - /economy command with argument permissions","id":"383","title":"Example - /economy command with argument permissions"},"384":{"body":"Requirements is a feature that allows you to put a constraint on commands and arguments. Similar to permissions, a requirement is something that must be fulfilled in order to use a given command or argument. This section is broken up into four parts: Adding requirements to commands Adding requirements to arguments Updating requirements Multiple requirements Please don't skip the section on updating requirements - the last section is necessary to get requirements to work as you'd want!","breadcrumbs":"Requirements » Requirements","id":"384","title":"Requirements"},"385":{"body":"To add a requirement to a command, similar to adding permissions to commands, use the withRequirement method: CommandAPICommand withRequirement(Predicate<CommandSender> sender); The withRequirement method requires a predicate that determines if the sender is able to run the command - if the predicate is satisfied, then the command sender will be able to execute that command.","breadcrumbs":"Requirements » Adding requirements to commands","id":"385","title":"Adding requirements to commands"},"386":{"body":"Say we have a perks-based command system that depends on a player's level. For example, if a player has over 30 levels of experience, they would then be able to run a command that lets them repair the item in their hand in exchange for 30 levels. As such, we'll use the following command syntax: /repair We want to put a requirement on this command that the player needs to have at least 30 levels of experience in order to run the command - if the player has less than 30 levels, the player should not be able to run the command. The easiest way to make the player not able to run the command is to literally tell the user that the command doesn't exist. That's what requirements do in the CommandAPI: new CommandAPICommand(\"repair\") .withRequirement(sender -> ((Player) sender).getLevel() >= 30) .executesPlayer((player, args) -> { // Repair the item back to full durability ItemStack is = player.getInventory().getItemInMainHand(); ItemMeta itemMeta = is.getItemMeta(); if (itemMeta instanceof Damageable damageable) { damageable.setDamage(0); is.setItemMeta(itemMeta); } // Subtract 30 levels player.setLevel(player.getLevel() - 30); }) .register(); CommandAPICommand(\"repair\") .withRequirement { (it as Player).level >= 30 } .executesPlayer(PlayerCommandExecutor { player, _ -> // Repair the item back to full durability val item = player.inventory.itemInMainHand val itemMeta = item.itemMeta if (itemMeta is Damageable) { itemMeta.setDamage(0) item.setItemMeta(itemMeta) } // Subtract 30 levels player.setLevel(player.level - 30) }) .register() It's important to note that in this example, we case the sender to a player for the requirement method. We know that the sender is definitely a player because we use executesPlayer(), which ensures that this is the case. Now that we've got this, we need to make sure we update the player's requirements when their exp changes . This is covered in more detail in the section about updating requirements below.","breadcrumbs":"Requirements » Example - Perks based on a player's level","id":"386","title":"Example - Perks based on a player's level"},"387":{"body":"In a similar way that you can restrict certain arguments by adding permissions to them, you can restrict them by using arbitrary predicates by using the withRequirement method on the arguments themselves.","breadcrumbs":"Requirements » Adding requirements to arguments","id":"387","title":"Adding requirements to arguments"},"388":{"body":"Let's say that we're working on a plugin that has a system to form groups of players called \"parties\". If you are not already in a party, you can create one of your own and if you are in a party, you can teleport to any other member in your party. For this example, we'll use the following command syntax: /party create <partyName>\n/party tp <player> To represent our party in code, we'll use a simple Map called partyMembers which maps the player's UUID to the name of their registered party: Map<UUID, String> partyMembers = new HashMap<>(); val partyMembers = mutableMapOf<UUID, String>() To begin with, let's create the /party create <partyName> command. First, we must declare our arguments: List<Argument<?>> arguments = new ArrayList<>(); // The \"create\" literal, with a requirement that a player must have a party\narguments.add(new LiteralArgument(\"create\") .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new StringArgument(\"partyName\")); var arguments = mutableListOf<Argument<*>>() // The \"create\" literal, with a requirement that a player must have a party\narguments.add(LiteralArgument(\"create\") .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }\n) arguments.add(StringArgument(\"partyName\")) In this argument declaration, we put a requirement on the literal create, where the player does not have a party. In other words, if the player does not have a party, they are allowed to run /party create <partyName>. If a player already has a party, then they won't be allowed to run this command. Now that we've declared our arguments, we can now declare our main command /party create <partyName>. We populate it with the arguments, and we create an entry in our partyMembers with the player's UUID and the name of the party that they created. Since this updates the requirements of the player, we'll have to make sure we update it (which is covered in more detail in the section about updating requirements below) - until then, I'll omit this from the code: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { // Get the name of the party to create String partyName = (String) args.get(\"partyName\"); partyMembers.put(player.getUniqueId(), partyName); }) .register(); CommandAPICommand(\"party\") .withArguments(*arguments.toTypedArray()) .executesPlayer(PlayerCommandExecutor { player, args -> // Get the name of the party to create val partyName = args[\"partyName\"] as String partyMembers[player.uniqueId] = partyName }) .register() So now we've added the ability to create a party if we're not already in it. Now we need to implement our party tp <player> command. Again, we must start by declaring our arguments: arguments = new ArrayList<>();\narguments.add(new LiteralArgument(\"tp\") .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new PlayerArgument(\"player\") .replaceSafeSuggestions(SafeSuggestions.suggest(info -> { // Store the list of party members to teleport to List<Player> playersToTeleportTo = new ArrayList<>(); String partyName = partyMembers.get(((Player) info.sender()).getUniqueId()); // Find the party members for (Entry<UUID, String> entry : partyMembers.entrySet()) { // Ignore yourself if (entry.getKey().equals(((Player) info.sender()).getUniqueId())) { continue; } else { // If the party member is in the same party as you if (entry.getValue().equals(partyName)) { Player target = Bukkit.getPlayer(entry.getKey()); if (target.isOnline()) { // Add them if they are online playersToTeleportTo.add(target); } } } } return playersToTeleportTo.toArray(new Player[0]); }))); arguments = mutableListOf<Argument<*>>()\narguments.add(LiteralArgument(\"tp\") .withRequirement { partyMembers.containsKey((it as Player).uniqueId) }) arguments.add(PlayerArgument(\"player\") .replaceSafeSuggestions(SafeSuggestions.suggest { info -> // Store the list of party members to teleport to val playersToTeleportTo = mutableListOf<Player>() val partyName = partyMembers[(info.sender() as Player).uniqueId] // Find the party members for ((uuid, party) in partyMembers) { // Ignore yourself if (uuid == (info.sender() as Player).uniqueId) { continue } else { // If the party member is in the same party as you if (party == partyName) { val target = Bukkit.getPlayer(uuid)!! if (target.isOnline) { // Add them if they are online playersToTeleportTo.add(target) } } } } playersToTeleportTo.toTypedArray() })) Notice something here? There's some code repetition for the withRequirement method - this is the same predicate that we used earlier, except we remove the negation. If you are interested, you can view the section Predicate tips for a method to improve code reuse. Once the arguments have been declared, we can now implement our party teleportation command: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { Player target = (Player) args.get(\"player\"); player.teleport(target); }) .register(); CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> val target = args[\"player\"] as Player player.teleport(target) }) .register() What's important to note in this example is that if you spend the time to set up the arguments properly, it severely decreases the amount of code required to write your command. This makes the commands you declare easier to understand and follow and you don't end up having to put all of these checks in the body of your command executor.","breadcrumbs":"Requirements » Example - A party creation and teleportation system","id":"388","title":"Example - A party creation and teleportation system"},"389":{"body":"Finally, the part you've all been waiting for - how to update requirements. With the way requirements work, they need to be updated manually. To illustrate why this is the case, I'll explain using the example of the /repair command : When a player joins the game, the server tells the client the list of all commands that the client can run (don't worry, this is completely normal, as declared here ) . Let's say that the player has joined and has less than 30 levels. When a player has less than 30 levels, they are unable to execute the /repair command, because the list of commands that the server sent to the client did not contain the /repair command. Eventually, the player will fight some mobs or mine some ores and eventually will reach 30 levels. Despite this, the player's client doesn't actually know that they're now able to use the /repair command until the server tells them. As such, the server needs to somehow update the requirements that a player has so a player knows they can run the command. The CommandAPI handles this in a very simple method call: CommandAPI.updateRequirements(player); Developer's Note: The CommandAPI.updateRequirements(player); method can be used anywhere, except for the withRequirement method. Using it inside this method will crash the server. This is by design - just make sure you don't use it within the withRequirement method and everything will be fine! To illustrate how to use this, we'll go over the two examples above:","breadcrumbs":"Requirements » Updating requirements","id":"389","title":"Updating requirements"},"39":{"body":"Adds a new section 7.3. Argument suggestions with tooltips Adds documentation for the MultiLiteralArgument in section 8.11.2. Multi literal arguments Adds a new section 4. Shading the CommandAPI into your plugins Update documentation for 14. Brigadier + CommandAPI with new (overloaded) function argBuildOf Update Afterword","breadcrumbs":"Introduction » Documentation changes 4.0 \\(\\rightarrow\\) 4.1","id":"39","title":"Documentation changes 4.0 \\(\\rightarrow\\) 4.1"},"390":{"body":"In the example of requirements with the /repair command , we needed to ensure that the player's requirements update when their experience changes. To do this, we'll simply use a normal event to check this: @EventHandler\npublic void onExpChange(PlayerExpChangeEvent event) { CommandAPI.updateRequirements(event.getPlayer());\n} And of course, you have to ensure that this event is registered in your onEnable() method: @Override\npublic void onEnable() { getServer().getPluginManager().registerEvents(this, this);\n} Developer's Note: I'm assuming you already know how to register events and don't need me to go into great detail how to do so, take the code above with a pinch of salt - I know how much everyone likes to divide their event handlers and listeners to organise their code.","breadcrumbs":"Requirements » Example - Updating requirements for xp changes","id":"390","title":"Example - Updating requirements for xp changes"},"391":{"body":"In the example for a party creation , we declared two commands: /party create <partyName>\n/party tp <player> When a player creates a new party, we need to ensure that their requirements are updated when they create the party . As such, we simply add this to our party creation command executor: new CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer((player, args) -> { // Get the name of the party to create String partyName = (String) args.get(\"partyName\"); partyMembers.put(player.getUniqueId(), partyName); CommandAPI.updateRequirements(player); }) .register(); CommandAPICommand(\"party\") .withArguments(arguments) .executesPlayer(PlayerCommandExecutor { player, args -> // Get the name of the party to create val partyName = args[\"partyName\"] as String partyMembers[player.uniqueId] = partyName CommandAPI.updateRequirements(player) }) .register() That's it!","breadcrumbs":"Requirements » Example - Updating requirements for the party creation example","id":"391","title":"Example - Updating requirements for the party creation example"},"392":{"body":"The CommandAPI lets you handle multiple requirements really easily! The withRequirement method can be called multiple times, so you don't have to worry about shoving everything in one expression.","breadcrumbs":"Requirements » Multiple requirements","id":"392","title":"Multiple requirements"},"393":{"body":"For example, you can apply multiple requirements for a command by calling the withRequirement method multiple times: new CommandAPICommand(\"someCommand\") .withRequirement(sender -> ((Player) sender).getLevel() >= 30) .withRequirement(sender -> ((Player) sender).getInventory().contains(Material.DIAMOND_PICKAXE)) .withRequirement(sender -> ((Player) sender).isInvulnerable()) .executesPlayer((player, args) -> { // Code goes here }) .register(); CommandAPICommand(\"someCommand\") .withRequirement { (it as Player).level >= 30 } .withRequirement { (it as Player).inventory.contains(Material.DIAMOND_PICKAXE) } .withRequirement { (it as Player).isInvulnerable() } .executesPlayer(PlayerCommandExecutor { player, args -> // Code goes here }) .register()","breadcrumbs":"Requirements » Example - Using multiple requirements","id":"393","title":"Example - Using multiple requirements"},"394":{"body":"Aliases for commands can be added by using the withAliases() method when registering a command. Aliases allow you to run the same command with a different 'name' from the original registered command name.","breadcrumbs":"Aliases » Aliases","id":"394","title":"Aliases"},"395":{"body":"In this example, we register the command /getpos that returns the command sender's location. We apply the aliases /getposition, /getloc, /getlocation and /whereami as well, using the withAliases() method. new CommandAPICommand(\"getpos\") // Declare your aliases .withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation .executesEntity((entity, args) -> { entity.sendMessage(String.format(\"You are at %d, %d, %d\", entity.getLocation().getBlockX(), entity.getLocation().getBlockY(), entity.getLocation().getBlockZ()) ); }) .executesCommandBlock((block, args) -> { block.sendMessage(String.format(\"You are at %d, %d, %d\", block.getBlock().getLocation().getBlockX(), block.getBlock().getLocation().getBlockY(), block.getBlock().getLocation().getBlockZ()) ); }) // Register the command .register(); CommandAPICommand(\"getpos\") // Declare your aliases .withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation .executesEntity(EntityCommandExecutor { entity, _ -> val loc = entity.location entity.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }) .executesCommandBlock(CommandBlockCommandExecutor { block, _ -> val loc = block.block.location block.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }) // Register the command .register() commandAPICommand(\"getpos\") { // Declare your aliases withAliases(\"getposition\", \"getloc\", \"getlocation\", \"whereami\") // Declare your implementation entityExecutor { entity, _ -> val loc = entity.location entity.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") } commandBlockExecutor { block, _ -> val loc = block.block.location block.sendMessage(\"You are at ${loc.blockX}, ${loc.blockY}, ${loc.blockZ}\") }\n}","breadcrumbs":"Aliases » Example - Using aliases for /getpos","id":"395","title":"Example - Using aliases for /getpos"},"396":{"body":"Help topics can be added to your command using the withHelp(), withShortDescription(), withFullDescription() or withUsage() methods when registering a command. Help allows users to understand what your command does and provides them with a list of usage forms to aid in writing a command.","breadcrumbs":"Help » Help","id":"396","title":"Help"},"397":{"body":"A help topic consists of two mains parts: A short description which is displayed in a help list and displayed at the top of a help topic for that command A full description which is displayed in the \"Description\" section of a help topic This can be seen with the following example, for a command /mycmd. This example has the short description \"Says hi\" , and a full description \"Broadcasts hi to everyone on the server\" . The short help is shown in the help list, which (in this example) is viewed using /help 5. The full description is shown for the help for the command on its own, which is viewed using /help mycmd: help image","breadcrumbs":"Help » Parts of a help","id":"397","title":"Parts of a help"},"398":{"body":"The CommandAPI has three methods to register parts of a help. The withShortDescription() sets the short description for the command, the withFullDescription() sets the full description for the command and withHelp() is a simple way to set both the short and full description at the same time. The withHelp() method is the recommended method to use to set the help for a command. If no short description is provided, the CommandAPI will attempt to use the full description if one is present. Note that this may be truncated automatically, so it is recommended to provide your own short description. These are the following methods that the CommandAPI provides to set the help topic for a command: CommandAPICommand withShortDescription(String description); The withShortDescription method simply sets the short description for the command. In the above screenshot, the short description is \"Says hi\". CommandAPICommand withFullDescription(String description); The withFullDescription method sets the full description for the command. In the above screenshot, the full description is \"Broadcasts hi to everyone on the server\". CommandAPICommand withHelp(String shortDescription, String fullDescription); The withHelp method sets both the short description and the full description at the same time.","breadcrumbs":"Help » Help methods and semantics","id":"398","title":"Help methods and semantics"},"399":{"body":"In this simple example, we implement the above screenshot's help topic. We register a command /mycmd and use the withShortDescription and withFullDescription methods to create a help topic: new CommandAPICommand(\"mycmd\") .withShortDescription(\"Says hi\") .withFullDescription(\"Broadcasts hi to everyone on the server\") .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"mycmd\") .withShortDescription(\"Says hi\") .withFullDescription(\"Broadcasts hi to everyone on the server\") .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register() commandAPICommand(\"mycmd\") { withShortDescription(\"Says hi\") withFullDescription(\"Broadcasts hi to everyone on the server\") anyExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }\n} We could also register this command using the withHelp method instead: new CommandAPICommand(\"mycmd\") .withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); CommandAPICommand(\"mycmd\") .withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register() commandAPICommand(\"mycmd\") { withHelp(\"Says hi\", \"Broadcasts hi to everyone on the server\") anyExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }\n}","breadcrumbs":"Help » Example - Adding help to a command","id":"399","title":"Example - Adding help to a command"},"4":{"body":"Updates Configuration for server owners page with new skip-initial-datapack-reload option.","breadcrumbs":"Introduction » Documentation changes 9.4.0 \\(\\rightarrow\\) 9.4.1","id":"4","title":"Documentation changes 9.4.0 \\(\\rightarrow\\) 9.4.1"},"40":{"body":"Update the maven and gradle documentation to state that it is provided and compileOnly The project has been renamed from the \"1.13 Command API\" to simply the \"CommandAPI\". This has changed a few things, such as various links. See the section Upgrading guide to view the relevant changes with regards to maven. Updated 3. Setting up your development environment to include new Maven repository links Fixed stronkage with Java versions - there's now no random warning boxes about incompatibility with Java 12! Arguments now include pictures that showcase how they work! Reorganised the sections - arguments is now split up into two sections: 6. Arguments (in general) and 7. Argument types Adds documentation for 6.2. Safe argument suggestions Adds documentation for 7.8.3. BlockState arguments Adds documentation for new arguments: UUIDArgument: 7.8.14. UUID arguments BlockPredicateArgument: 7.9.1. Block predicate arguments ItemStackPredicateArgument: 7.9.2. ItemStack predicate arguments Adds page Incompatible version information outlining what parts of the CommandAPI are incompatible with what versions of Minecraft Adds getCommands() documentation to the 8.2. The FunctionWrapper class page Adds page 13. Brigadier + CommandAPI which shows how the CommandAPI can be used with Brigadier side-by-side Adds page 10. Requirements for the requirements feature to help restrict commands Adds page 14. Predicate tips with information on how to reduce the amount of repeated code when using requirements Update Afterword","breadcrumbs":"Introduction » Documentation changes 3.4 \\(\\rightarrow\\) 4.0","id":"40","title":"Documentation changes 3.4 \\(\\rightarrow\\) 4.0"},"400":{"body":"For more control over help topics, the CommandAPI offers the following method, which allows you to provide your own HelpTopic object: CommandAPICommand withHelp(HelpTopic helpTopic);","breadcrumbs":"Help » Advanced help topics","id":"400","title":"Advanced help topics"},"401":{"body":"In this example, we implement locale-specific help so players can see help in their desired language. To do this, we must make use of the Bukkit HelpTopic object which gives us more control over the content of help that is displayed to a player: public HelpTopic makeHelp(String command) { return new HelpTopic() { @Override public String getShortText() { return \"Says hi\"; } @Override public String getFullText(CommandSender forWho) { String helpText = \"\"; if (forWho instanceof Player player) { // Make use of the player's locale to make language-specific help! Locale playerLocale = player.locale(); if (playerLocale.getLanguage().equals(\"en\")) { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\"; } else if (playerLocale.getLanguage().equals(\"de\")) { helpText = \"Sendet \\\"Hi!\\\" an alle auf dem Server\"; } } else { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\"; } return helpText; } // Allow anyone to see this help topic @Override public boolean canSee(CommandSender player) { return true; } };\n} fun makeHelp(command: String): HelpTopic = object: HelpTopic() { override fun getShortText(): String = \"Says hi\" override fun getFullText(forWho: CommandSender): String { var helpText = \"\" if (forWho is Player) { // Make use of the player's locale to make language-specific help! val playerLocale = forWho.locale() if (playerLocale.getLanguage() == \"en\") { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\" } else if (playerLocale.getLanguage() == \"de\") { helpText = \"Sendet \\\"Hi!\\\" an alle auf dem Server\" } } else { helpText = \"Broadcasts \\\"Hi!\\\" to everyone on the server\" } return helpText } // Allow anyone to see this help topic override fun canSee(player: CommandSender): Boolean = true\n} We then add our new HelpTopic to the command using the withHelp method: new CommandAPICommand(\"mycmd\") .withHelp(makeHelp(\"mycmd\")) .executes((sender, args) -> { Bukkit.broadcastMessage(\"Hi!\"); }) .register(); return CommandAPICommand(\"mycmd\") .withHelp(makeHelp(\"mycmd\")) .executes(CommandExecutor { _, _ -> Bukkit.broadcastMessage(\"Hi!\") }) .register()","breadcrumbs":"Help » Example - Adding locale-specific help","id":"401","title":"Example - Adding locale-specific help"},"402":{"body":"When registering a command, there also is a command usage generated. The CommandAPI provides a way to customise this usage by providing the withUsage() method: CommandAPICommand withUsage(String... usage)","breadcrumbs":"Help » Command usage","id":"402","title":"Command usage"},"403":{"body":"In this example, we want to showcase how usage generation displays the usage vs. how a custom usage displays the usage: /command <help> <admin|user|moderator|vip>\n/command <reload> <commandsystem|config|server> This is how it would get displayed: Usage:\n- /command <help> <admin>\n- /command <help> <user>\n- /command <help> <moderator>\n- /command <help> <vip>\n- /command <reload> <commandsystem>\n- /command <reload> <config>\n- /command <reload> <server> Now, we are implementing the withUsage() method: new CommandAPICommand(\"...\") .withUsage( \"/command <help> <section>\", \"/command <reload> <system>\" ) By using withUsage() like that, the CommandAPI will produce this usage: Usage:\n- /command <help> <section>\n- /command <reload> <system>","breadcrumbs":"Help » Example - Providing a command usage","id":"403","title":"Example - Providing a command usage"},"404":{"body":"Subcommands is another method for registering commands that makes use of creating multiple different CommandAPICommand instances. Given a CommandAPICommand, we can add a subcommand by using the following method: CommandAPICommand withSubcommand(CommandAPICommand subcommand);\nCommandAPICommand withSubcommands(CommandAPICommand... subcommands); Using subcommands has no disadvantages to using regular commands with the LiteralArgument or MultiLiteralArgument, and should be slightly more intuitive to implement if you've used other command frameworks before.","breadcrumbs":"Subcommands » Subcommands","id":"404","title":"Subcommands"},"405":{"body":"Say we wanted to write a permission management system. To do this, we'll use the following command structsyntaxure: /perm group add <permission> <groupName>\n/perm group remove <permission> <groupName>\n/perm user add <permission> <userName>\n/perm user remove <permission> <userName> Let's start with the simplest example - the /perm group ... command. We have one command which is the following: add <permission> <groupName> We can implement this by creating a CommandAPICommand with the command name add: CommandAPICommand groupAdd = new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group add code }); val groupAdd = CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group add code }) val groupAdd = subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group add code }\n} Similarly, we have another part remove <permission> <groupName>. We can declare this similar to our add command. Once we've done that, we can now join everything up together. Here, we create a command group which adds the two other subcommands: CommandAPICommand groupRemove = new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group remove code }); CommandAPICommand group = new CommandAPICommand(\"group\") .withSubcommand(groupAdd) .withSubcommand(groupRemove); val groupRemove = CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group remove code }) val group = CommandAPICommand(\"group\") .withSubcommand(groupAdd) .withSubcommand(groupRemove) val groupRemove = subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group remove code }\n} val group = subcommand(\"group\") { subcommand(groupAdd) subcommand(groupRemove)\n} Finally, we can link everything up together to the perm command and register the whole thing together: new CommandAPICommand(\"perm\") .withSubcommand(group) .register(); CommandAPICommand(\"perm\") .withSubcommand(group) .register() commandAPICommand(\"perm\") { subcommand(group)\n} Another, more intuitive method, is to shove everything in one go without creating lots of variables all over the place: new CommandAPICommand(\"perm\") .withSubcommand(new CommandAPICommand(\"group\") .withSubcommand(new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group add code }) ) .withSubcommand(new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"groupName\")) .executes((sender, args) -> { // perm group remove code }) ) ) .withSubcommand(new CommandAPICommand(\"user\") .withSubcommand(new CommandAPICommand(\"add\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"userName\")) .executes((sender, args) -> { // perm user add code }) ) .withSubcommand(new CommandAPICommand(\"remove\") .withArguments(new StringArgument(\"permission\")) .withArguments(new StringArgument(\"userName\")) .executes((sender, args) -> { // perm user remove code }) ) ) .register(); CommandAPICommand(\"perm\") .withSubcommand(CommandAPICommand(\"group\") .withSubcommand(CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group add code }) ) .withSubcommand(CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"groupName\")) .executes(CommandExecutor { sender, args -> // perm group remove code }) ) ) .withSubcommand(CommandAPICommand(\"user\") .withSubcommand(CommandAPICommand(\"add\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"userName\")) .executes(CommandExecutor { sender, args -> // perm user add code }) ) .withSubcommand(CommandAPICommand(\"remove\") .withArguments(StringArgument(\"permission\")) .withArguments(StringArgument(\"userName\")) .executes(CommandExecutor { sender, args -> // perm user remove code }) ) ) .register() commandAPICommand(\"perm\") { subcommand(\"group\") { subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group add code } } subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"groupName\") anyExecutor { sender, args -> // perm group remove code } } } subcommand(\"user\") { subcommand(\"add\") { stringArgument(\"permission\") stringArgument(\"userName\") anyExecutor { sender, args -> // perm user add code } } subcommand(\"remove\") { stringArgument(\"permission\") stringArgument(\"userName\") anyExecutor { sender, args -> // perm user add code } } }\n}","breadcrumbs":"Subcommands » Example - Permission system with subcommands","id":"405","title":"Example - Permission system with subcommands"},"406":{"body":"So far in this documentation, we've described many different ways to register commands. We've described writing commands by declaring a CommandAPICommand object, using a list of arguments and providing an executor for the command. We've also described another way of registering commands with multiple \"paths\" using the withSubcommand method to generate a tree-like structure. As of CommandAPI 7.0.0, another method for registering commands, command trees , has been introduced.","breadcrumbs":"Command trees » Command trees","id":"406","title":"Command trees"},"407":{"body":"The Command Tree represents command structures in a tree-like fashion, in a very similar way that Brigadier's API lets you declare commands. Command tree commands effectively revolve around two methods: public T executes(CommandExecutor executor); public CommandTree then(ArgumentTree branch);\npublic ArgumentTree then(ArgumentTree branch); The executes() method is the same executes() method that you have seen previously in this documentation for normal CommandAPI commands. This also includes all of the executes...() methods described in Normal command executors , but for the sake of simplicity, we'll simply refer to all of these by executes(). The then() method allows you to create new \"branches\" in your command \"tree\" data structure. If you are familiar with Brigadier 's then() method for argument nodes, then you should feel right at home. Otherwise, for all intents and purposes then() lets you specify additional paths that a command can take when a user is typing their command. Because the underlying type hierarchy of command trees is fairly complex (then() having multiple return types and taking in ArgumentTree objects), instead of trying to describe how all of that works, we'll instead describe how to make command trees by using the methods executes() and then() in practice.","breadcrumbs":"Command trees » The executes() and then() methods","id":"407","title":"The executes() and then() methods"},"408":{"body":"The basic syntax of a command tree is effectively identical to a normal CommandAPICommand, but instead you use the CommandTree object. For example, if we want to create a simple command which sends \"Hi!\" to a command sender, we declare the name of our command, make use of the executes() method, and then we use the CommandTree constructor instead of the CommandAPICommand constructor: /sayhi new CommandAPICommand(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .register(); $$\\downarrow$$ new CommandTree(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .register();","breadcrumbs":"Command trees » Declaring a command tree","id":"408","title":"Declaring a command tree"},"409":{"body":"Unlike the CommandAPICommand class, the CommandTree class doesn't let you add arguments using the withArguments() method. Instead, it makes use of the then() method, which allows you to provide an argument to it. This is best described with an example.","breadcrumbs":"Command trees » Adding arguments to a command tree","id":"409","title":"Adding arguments to a command tree"},"41":{"body":"Moves configuration for server owners to a new section 2. Configuration for server owners . This has the side-effect of also re-numbering all of the sections on the left. Sorry! Adds server owner documentation for the CommandAPI's config command conversion system in section 2. Configuration for server owners Update the conversion page 10. Command conversion so it should be much easier to follow and understand Changed the list of Java versions that the CommandAPI is compatible with in the Troubleshooting section","breadcrumbs":"Introduction » Documentation changes 3.3 \\(\\rightarrow\\) 3.4","id":"41","title":"Documentation changes 3.3 \\(\\rightarrow\\) 3.4"},"410":{"body":"Say we want to take our /sayhi command from above and also have an argument which lets you specify a target player. In this example, we'll have the following command syntax: /sayhi - Says \"Hi!\" to the current sender\n/sayhi <target> - Says \"Hi!\" to a target player We can do this by adding a PlayerArgument to our command. As described above, to add this argument, we must use the then() method: new CommandTree(\"sayhi\") .executes((sender, args) -> { sender.sendMessage(\"Hi!\"); }) .then(new PlayerArgument(\"target\") .executes((sender, args) -> { Player target = (Player) args.get(\"target\"); target.sendMessage(\"Hi\"); })) .register(); CommandTree(\"sayhi\") .executes(CommandExecutor { sender, _ -> sender.sendMessage(\"Hi!\") }) .then(PlayerArgument(\"target\") .executes(CommandExecutor { _, args -> val target = args[\"target\"] as Player target.sendMessage(\"Hi\") })) .register() In this example, we have our normal /sayhi command using the executes() method. We then add a new argument (a new \"branch\" in our \"tree\"), the PlayerArgument, using the then() method. We want to make this branch executable, so we also use the executes() method on the argument itself . To register the full command tree (which includes both /sayhi and /sayhi <target>), we call register() on the CommandTree object. That's effectively all of the basics of command trees! We start by writing a normal command, use executes() to make it executable and use then() to add additional paths to our command. Finally, we finish up with register() to register our command. Below, I've included a few more examples showcasing how to design commands using command trees.","breadcrumbs":"Command trees » Example - Declaring a command tree with a single argument","id":"410","title":"Example - Declaring a command tree with a single argument"},"411":{"body":"","breadcrumbs":"Command trees » Command tree examples","id":"411","title":"Command tree examples"},"412":{"body":"Say we wanted to create a plugin to let a user edit signs. We have a single command tree /signedit, with a number of branching paths set, clear, copy and paste which represent various operations that this command can be performed on a sign: /signedit set <line_number> <text> - Sets the text for a line on a sign\n/signedit clear <line_number> - Clears a sign's text on a specific line\n/signedit copy <line_number> - Copies the current text from a line on a sign\n/signedit paste <line_number> - Pastes the copied text onto a line on a sign new CommandTree(\"signedit\") .then(new LiteralArgument(\"set\") .then(new IntegerArgument(\"line_number\", 1, 4) .then(new GreedyStringArgument(\"text\") .executesPlayer((player, args) -> { // /signedit set <line_number> <text> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); String text = (String) args.get(\"text\"); sign.setLine(lineNumber - 1, text); sign.update(true); })))) .then(new LiteralArgument(\"clear\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit clear <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); sign.setLine(lineNumber - 1, \"\"); sign.update(true); }))) .then(new LiteralArgument(\"copy\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit copy <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); player.setMetadata(\"copied_sign_text\", new FixedMetadataValue(this, sign.getLine(lineNumber - 1))); }))) .then(new LiteralArgument(\"paste\") .then(new IntegerArgument(\"line_number\", 1, 4) .executesPlayer((player, args) -> { // /signedit copy <line_number> Sign sign = getTargetSign(player); int lineNumber = (int) args.get(\"line_number\"); sign.setLine(lineNumber - 1, player.getMetadata(\"copied_sign_text\").get(0).asString()); sign.update(true); }))) .register(); CommandTree(\"signedit\") .then(LiteralArgument(\"set\") .then(IntegerArgument(\"line_number\", 1, 4) .then(GreedyStringArgument(\"text\") .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit set <line_number> <text> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int val text = args[\"text\"] as String sign.setLine(line_number - 1, text) sign.update(true) })))) .then(LiteralArgument(\"clear\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit clear <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int sign.setLine(line_number - 1, \"\") sign.update(true) }))) .then(LiteralArgument(\"copy\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit copy <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int player.setMetadata(\"copied_sign_text\", FixedMetadataValue(this, sign.getLine(line_number - 1))) }))) .then(LiteralArgument(\"paste\") .then(IntegerArgument(\"line_number\", 1, 4) .executesPlayer(PlayerCommandExecutor { player, args -> // /signedit copy <line_number> val sign: Sign = getTargetSign(player) val line_number = args[\"line_number\"] as Int sign.setLine(line_number - 1, player.getMetadata(\"copied_sign_text\")[0].asString()) sign.update(true) }))) .register()","breadcrumbs":"Command trees » Example - Sign editing plugin","id":"412","title":"Example - Sign editing plugin"},"413":{"body":"The CommandAPI also includes a very small lightweight annotation-based command framework. This works very differently compared to previous commands shown in this documentation and it is less feature-rich than registering commands using the other methods. In short, the CommandAPI's annotation-based system: Has no runtime overhead compared to using the regular command registration system (unlike other annotation-based frameworks such as ACF ). Reduces code bloat (to an extent). Improves readability since commands are declared declaratively instead of imperatively. Is not as powerful as the regular command registration system. Developer's Note: Currently, the annotation framework is in its infancy, so any suggestions or improvements are heavily appreciated! Developer's Note: As of the time of writing, annotation-based commands are not compatible with the Kotlin programming language! The CommandAPI does have the Kotlin DSL instead, which is leaner, cleaner and provides a much more Kotliny experience! Before we go into too much detail, let's take a look at an example of what this annotation framework looks like, and compare this to the existing method.","breadcrumbs":"Annotation-based commands » Annotation-based commands","id":"413","title":"Annotation-based commands"},"414":{"body":"Let's say we're writing a plugin with the capability to create warps to places on the server. To do this, we'll make a simple command /warp, defined as follows: /warp - Shows help\n/warp <warp> - Teleports a player to <warp>\n/warp create <name> - Creates a new warp <name> at the player's location","breadcrumbs":"Annotation-based commands » Example: A warp command","id":"414","title":"Example: A warp command"},"415":{"body":"Using the regular CommandAPI, this is one way we can create this command. In the code below, we use StringArguments to represent the warp names. To teleport to a warp, we also populate it with suggestions (deferred so it updates), and also use a subcommand to represent /warp create: Map<String, Location> warps = new HashMap<>(); // /warp\nnew CommandAPICommand(\"warp\") .executes((sender, args) -> { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); }) .register(); // /warp <warp>\nnew CommandAPICommand(\"warp\") .withArguments(new StringArgument(\"warp\").replaceSuggestions(ArgumentSuggestions.strings(info -> warps.keySet().toArray(new String[0]) ))) .executesPlayer((player, args) -> { player.teleport(warps.get((String) args.get(0))); }) .register(); // /warp create <warpname>\nnew CommandAPICommand(\"warp\") .withSubcommand( new CommandAPICommand(\"create\") .withPermission(\"warps.create\") .withArguments(new StringArgument(\"warpname\")) .executesPlayer((player, args) -> { warps.put((String) args.get(0), player.getLocation()); }) ) .register(); Seems fairly straightforward, given everything else covered in this documentation. Now let's compare it to using annotations!","breadcrumbs":"Annotation-based commands » Warp command (without annotations)","id":"415","title":"Warp command (without annotations)"},"416":{"body":"I think it's best to show the example and the explain it afterwards: @Command(\"warp\") public class WarpCommand { // List of warp names and their locations static Map<String, Location> warps = new HashMap<>(); @Default public static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); } @Default public static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName)); } @Subcommand(\"create\") @Permission(\"warps.create\") public static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation()); } } CommandAPI.registerCommand(WarpCommand.class); As we can see, the code certainly looks very different to the normal registration method. Let's take it apart piece by piece to see what exactly is going on here. Command declaration @Command(\"warp\") public class WarpCommand { Firstly, we declare our command warp. To do this, we use the @Command annotation and simply state the name of the command in the annotation. This annotation is attached to the class WarpCommand, which indicates that the whole class WarpCommand will be housing our command. The annotation framework is designed in such a way that an entire command is represented by a single class. This provides a more modular approach to command declaration that allows you to easily contain the methods of a command in one location. Default command @Default\npublic static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\");\n} Here, declare the main command implementation using the @Default annotation. The @Default annotation informs the CommandAPI that the method it is attached to does not have any subcommands. This is effectively the same as registering a regular command without using .withSubcommand(). Here, we simply write what happens when no arguments are run (i.e. the user just runs /warp on its own). As such, we don't include any parameters to our method. Default command (again!) @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n} We also have a second @Default annotated method, which handles our /warp <warp> command. Because this isn't a subcommand (the warp to teleport to is not a subcommand, it's an argument), we still using the @Default annotation. In this method, we include an argument with this command by using the @AStringArgument annotation. This argument uses the StringArgument class, and the name of this argument is \"warpName\", which is extracted from the name of the variable. Simply put, the Annotation for an argument is A followed by the name of the argument. This is synonymous with using the following: new StringArgument(\"warp\") It's also very important to note the parameters for this method. The first parameter is a Player object, which represents our command sender. The CommandAPI's annotation system uses the fact that the command sender is a Player object and automatically ensures that anyone using the command must be a Player. In other words, non-players (such as the console or command blocks), would be unable to execute this command. The second argument is a String object, which represents the result of our argument \"warp\". The CommandAPI's annotation system can also infer the return type of the argument that is provided to it (in this case, a StringArgument will produce a String) and will automatically cast and provide the result to that parameter. Subcommand @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n} Lastly, we declare a subcommand to allow us to run /warp create <name>. To do this, we simply use the @Subcommand annotation. In this example, we also apply a permission node that is required to run the command by using the @Permission annotation. The rest is fairly straight forward - we declare an argument, in this case it's another StringArgument , so we use @AStringArgument and then declare everything else in a similar fashion to the default command executor. Registering the command Registering the command is fairly simple and is a one liner: CommandAPI.registerCommand(WarpCommand.class); This line can be placed in your onEnable() or onLoad() method like you were registering a normal command.","breadcrumbs":"Annotation-based commands » Warp command (with annotations)","id":"416","title":"Warp command (with annotations)"},"417":{"body":"This page outlines in detail the list of all annotations that the CommandAPI's annotation-based command system includes.","breadcrumbs":"Annotations » Annotations","id":"417","title":"Annotations"},"418":{"body":"","breadcrumbs":"Annotations » Annotations that go on classes","id":"418","title":"Annotations that go on classes"},"419":{"body":"The @Command annotation is used to declare a command. The parameter is the name of the command that will be registered. @Command(\"warp\") public class WarpCommand {","breadcrumbs":"Annotations » @Command(\"commandName\")","id":"419","title":"@Command(\"commandName\")"},"42":{"body":"Adds information on how functions are loaded in 1.16+ in section 6. Functions & Tags Added function error messages to section Troubleshooting","breadcrumbs":"Introduction » Documentation changes 3.1 \\(\\rightarrow\\) 3.3","id":"42","title":"Documentation changes 3.1 \\(\\rightarrow\\) 3.3"},"420":{"body":"The @Alias annotation is used to declare a list of aliases for a command. The parameter is a list of aliases which can be used for the command. @Command(\"teleport\") @Alias({\"tp\", \"tele\"})\npublic class TeleportCommand {","breadcrumbs":"Annotations » @Alias({...})","id":"420","title":"@Alias({...})"},"421":{"body":"The @Permission annotation is used to add a permission node to a command. Users that want to run this command must have this permission. The parameter is the permission node required to run the command. @Command(\"teleport\") @Permission(\"myplugin.tp\")\nclass TeleportCommand {","breadcrumbs":"Annotations » @Permission(\"permissionNode\")","id":"421","title":"@Permission(\"permissionNode\")"},"422":{"body":"The @NeedsOp annotation is used to indicate that a command needs to have operator privileges to run it. This annotation has no parameters. @Command(\"teleport\") @NeedsOp\nclass TeleportCommand {","breadcrumbs":"Annotations » @NeedsOp","id":"422","title":"@NeedsOp"},"423":{"body":"The @Help annotation is used to add a help topic to a command. This annotation can take two forms: A simple form which just uses a string which is used as the full description for a command: @Command(\"teleport\")\n@Help(\"Teleports yourself to another location\")\nclass TeleportCommand { A form with two parameters value and shortDescription, to provide the full description (value) and short description (shortDescription) content for a command: @Command(\"teleport\") @Help(value = \"Teleports yourself to another location\", shortDescription = \"TP to a location\")\nclass TeleportCommand {","breadcrumbs":"Annotations » @Help(\"Full description\")","id":"423","title":"@Help(\"Full description\")"},"424":{"body":"To use annotations on methods, methods must be static .","breadcrumbs":"Annotations » Annotations that go on methods","id":"424","title":"Annotations that go on methods"},"425":{"body":"The @Default annotation indicates that the method is not a subcommand. This acts in a similar way to regular Bukkit commands. Commands with the @Default annotation can be used to run the main code when the command named with the @Command annotation is stated, such as the following: @Default\npublic static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\");\n} The @Default annotation does not mean that the command can't have arguments! Arguments can still be used and declared as shown: @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n}","breadcrumbs":"Annotations » @Default","id":"425","title":"@Default"},"426":{"body":"The @Subcommand simply tells the CommandAPI that the declared method is a subcommand. This acts in a similar way to the regular CommandAPI's .withSubcommand() method. The subcommand annotation can take in a single string which is the name of the subcommand: @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n} Or, it can take in a list of strings which represent the aliases that can also be used for the declared subcommand: @Subcommand({\"teleport\", \"tp\"})\npublic static void teleport(Player player, @APlayerArgument OfflinePlayer target) { if(target.isOnline() && target instanceof Player onlineTarget) { player.teleport(onlineTarget); }\n}","breadcrumbs":"Annotations » @Subcommand","id":"426","title":"@Subcommand"},"427":{"body":"The @Permission annotation can also be used on methods to indicate that a permission is required to execute a command. @Subcommand(\"create\")\n@Permission(\"warps.create\")\npublic static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation());\n}","breadcrumbs":"Annotations » @Permission","id":"427","title":"@Permission"},"428":{"body":"The @NeedsOp annotation can also be used on methods to indicate that the user must be an operator to run the command.","breadcrumbs":"Annotations » @NeedsOp","id":"428","title":"@NeedsOp"},"429":{"body":"The annotations for arguments are really simple, there's just two things you need to know: To use an annotation argument, just add the letter A (for 'annotation') at the beginning of it! For example: \\begin{align} \\texttt{StringArgument}&\\xrightarrow{A}\\texttt{@AStringArgument}\\\\ \\texttt{PlayerArgument}&\\xrightarrow{A}\\texttt{@APlayerArgument}\\\\ \\texttt{AdvancementArgument}&\\xrightarrow{A}\\texttt{@AAdvancementArgument}\\\\ &\\hspace{0.75em}\\vdots \\end{align} For example, we use @AStringArgument to indicate that this command takes a StringArgument as its first parameter: @Default\npublic static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName));\n} The name of the argument (referred to as \"nodeName\" in the normal CommandAPI system) is the name of the variable assigned to the parameter. In the above code, this means that the name of the argument is warpName.","breadcrumbs":"Annotations » Annotations that go on parameters","id":"429","title":"Annotations that go on parameters"},"43":{"body":"Adds new section 5.1 Argument suggestions to cover how to override suggestions - Having it all in section 5. Arguments was a bit too content-heavy Adds documentation for the new .overrideSuggestions() method in section 5.1 Argument suggestions Simplified the description of the documentation updates Changed the artifact ID for the dependency of the CommandAPI. Instead of being commandapi, it is now commandapi-core. You can view the changes in section 2 Setting up your development environment Changed the repository information for gradle in section 2 Setting up your development environment . You now have to include the NBTAPI repository because gradle can't automatically detect this for some reason. Kinda stupid tbh. Adds a section on using multiple or optional arguments in section 5 Arguments","breadcrumbs":"Introduction » Documentation changes 3.0 \\(\\rightarrow\\) 3.1","id":"43","title":"Documentation changes 3.0 \\(\\rightarrow\\) 3.1"},"430":{"body":"Certain argument annotations have extra parameters that can be supplied to provide additional customization: Numerical arguments The following numerical arguments can take both a min and max value. Both of these are completely optional. This indicates the range of values (inclusive) that is valid for this argument. For example: @Default\npublic static void command(CommandSender sender, @ADoubleArgument(min = 0.0, max = 10.0) double someDouble, @AFloatArgument(min = 5.0f, max = 10.0f) float someFloat, @AIntegerArgument(max = 100) int someInt, @ALongArgument(min = -10) long someLong\n) { // Command implementation here\n} Literal arguments Both the LiteralArgument and MultiLiteralArgument can be used. When these are used, the name of the variable assigned to the parameter is ignored and not used as the argument's name. For the @ALiteralArgument annotation, the parameter is the literal to be used for the command. For the @AMultiLiteralArgument, the parameter can be an array of multiple literals to use: @Default\npublic static void command(CommandSender sender, @ALiteralArgument(\"myliteral\") String literal, @AMultiLiteralArgument({\"literal\", \"anotherliteral\"}) String multipleLiterals\n) { // Command implementation here\n} Other arguments The LocationArgument, Location2DArgument, EntitySelectorArgument and ScoreHolderArgument can all take an extra parameter in their constructors. As a result, the annotation-equivalent of these arguments also allow you to provide the parameter in the annotation: @Default\npublic static void command(CommandSender sender, @ALocationArgument(LocationType.BLOCK_POSITION) Location location, @ALocation2DArgument(LocationType.PRECISE_POSITION) Location location2d, @AEntitySelectorArgument.ManyEntities Collection<Entity> entities, @AScoreHolderArgument.Multiple Collection<String> scoreHolders\n) { // Command implementation here\n}","breadcrumbs":"Annotations » Special argument annotations","id":"430","title":"Special argument annotations"},"431":{"body":"Registering annotation-based commands is really simple. To do this, we use the following method, where className is the name of a class with a @Command annotation: CommandAPI.registerCommand(className)","breadcrumbs":"Registering annotation-based commands » Registering annotation-based commands","id":"431","title":"Registering annotation-based commands"},"432":{"body":"Say we have a simple command /warp that is defined as follows: @Command(\"warp\") public class WarpCommand { // List of warp names and their locations static Map<String, Location> warps = new HashMap<>(); @Default public static void warp(CommandSender sender) { sender.sendMessage(\"--- Warp help ---\"); sender.sendMessage(\"/warp - Show this help\"); sender.sendMessage(\"/warp <warp> - Teleport to <warp>\"); sender.sendMessage(\"/warp create <warpname> - Creates a warp at your current location\"); } @Default public static void warp(Player player, @AStringArgument String warpName) { player.teleport(warps.get(warpName)); } @Subcommand(\"create\") @Permission(\"warps.create\") public static void createWarp(Player player, @AStringArgument String warpName) { warps.put(warpName, player.getLocation()); } } We can register this in our onLoad() method so we can use this command from within Minecraft functions: public class MyPlugin extends JavaPlugin { @Override public void onLoad() { CommandAPI.registerCommand(WarpCommand.class); } }","breadcrumbs":"Registering annotation-based commands » Example: Registering a Warp command","id":"432","title":"Example: Registering a Warp command"},"433":{"body":"The CommandAPI also provides an alternative way of making commands when using Kotlin to develop your plugins: A DSL! This DSL provides many methods to easily add arguments to your command structure. Examples of the DSL can be found here .","breadcrumbs":"Kotlin-based commands » Kotlin-based commands","id":"433","title":"Kotlin-based commands"},"434":{"body":"To install the DSL, you need to add the commandapi-bukkit-kotlin dependency into your pom.xml or your build.gradle, making sure to specify the server flavor you are developing for:","breadcrumbs":"Kotlin-based commands » Installing the DSL","id":"434","title":"Installing the DSL"},"435":{"body":"<dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-kotlin</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> Next, you need to add Kotlin to your project. For this, you first need to add the dependency: <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.0</version> </dependency>\n</dependencies> Finally, you need to add the kotlin-maven-plugin: <build> <plugins> <plugin> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-maven-plugin</artifactId> <version>1.9.0</version> <executions> <execution> <id>compile</id> <phase>compile</phase> <goals> <goal>compile</goal> </goals> </execution> <execution> <id>test-compile</id> <phase>test-compile</phase> <goals> <goal>test-compile</goal> </goals> </execution> </executions> <configuration> <jvmTarget>16</jvmTarget> </configuration> </plugin> </plugins>\n</build>","breadcrumbs":"Kotlin-based commands » Adding the dependency with Maven","id":"435","title":"Adding the dependency with Maven"},"436":{"body":"First, you need to add the repository: repositories { mavenCentral()\n} repositories { mavenCentral()\n} Next, you need to add the dependency: dependencies { implementation \"dev.jorel:commandapi-bukkit-kotlin:9.4.1\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-kotlin:9.4.1\")\n} You also need to add Kotlin to your project. For this, you first need to add the Kotlin plugin: plugins { id \"org.jetbrains.kotlin.jvm\" version \"1.9.0\"\n} plugins { kotlin(\"jvm\") version \"1.9.0\"\n} Next, you need to add the dependency (you should already have added the mavenCentral() repository to your project): dependencies { implementation \"org.jetbrains.kotlin:kotlin-stdlib\"\n} dependencies { implementation(\"org.jetbrains.kotlin:kotlin-stdlib\")\n} Then, you need to configure the Java version to build against: kotlin { jvmToolchain(16)\n} kotlin { jvmToolchain(16)\n}","breadcrumbs":"Kotlin-based commands » Adding the dependency with Gradle","id":"436","title":"Adding the dependency with Gradle"},"437":{"body":"","breadcrumbs":"Using the DSL » Using the DSL","id":"437","title":"Using the DSL"},"438":{"body":"As a first example and to take a first look at the Kotlin DSL syntax, we will first create a simple command to send messages to a player.","breadcrumbs":"Using the DSL » Defining a simple message command","id":"438","title":"Defining a simple message command"},"439":{"body":"We want to create a command that lets us send a message to a player. To do this, we want to register a command with the following syntax: /sendmessageto <player> <msg> We can then use the following command registration: commandTree(\"sendmessageto\") { playerArgument(\"player\") { // Defines a new PlayerArgument(\"player\") greedyStringArgument(\"msg\") { // Defines a new GreedyStringArgument(\"msg\") anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.) val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) } } }\n} commandAPICommand(\"sendmessageto\") { playerArgument(\"player\") // Defines a new PlayerArgument(\"player\") greedyStringArgument(\"msg\") // Defines a new GreedyStringArgument(\"msg\") anyExecutor { _, args -> // Command can be executed by anyone and anything (such as entities, the console, etc.) val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) }\n} Here you can see some interesting things: You do not need to call the .register() method when using the DSL You do not need to initialise any arguments","breadcrumbs":"Using the DSL » Example - Sending a message to a player using the Kotlin DSL","id":"439","title":"Example - Sending a message to a player using the Kotlin DSL"},"44":{"body":"Developer's Note: Lots of changes occurred in version 3.0. I highly recommend reading the Upgrading guide section which covers the changes in more detail and how to update your plugin for this version. Sections on the left have been tidied up and should be more \"approachable\" Installation section ( 1. Installation for server owners ) now includes information about additional dependencies Dependency section ( 2. Setting up your development environment ) updated to use the new dependency Group ID Command registration section ( 3. Command registration ) updated to reflect new API changes Command execution section ( 4. Command Executors ) updated to reflect new API changes Arguments section ( 5. Arguments ) completely rewritten to reflect new API changes. Adds more detailed examples for each argument Function arguments section ( 6.3 Function Arguments ) updated to reflect new API changes Permissions section ( 7. Permissions ) updated to reflect new API changes Aliases section ( 8. Aliases ) updated to reflect new API changes Command conversion section ( 9. Command conversion ) rewrite example to be more detailed","breadcrumbs":"Introduction » Documentation changes 2.1 \\(\\rightarrow\\) 3.0","id":"44","title":"Documentation changes 2.1 \\(\\rightarrow\\) 3.0"},"440":{"body":"The Kotlin DSL also provides executors to execute your command. You've seen the anyExecutor in the example above. To find out, which DSL executor corresponds to \"normal\" executors, you can refer to the table below: DSL normal executor DSL resulting executor DSL normal execution info DSL resulting execution info \"normal\" Executor anyExecutor() anyResultingExecutor() anyExecutionInfo() anyResultingExecutionInfo executes() playerExecutor() playerResultingExecutor() playerExecutionInfo() playerResultingExecutionInfo() executesPlayer() entityExecutor() entityResultingExecutor() entityExecutionInfo() entityResultingExecutionInfo() executesEntity() consoleExecutor() consoleResultingExecutor() consoleExecutionInfo() consoleResultingExecutionInfo() executesConsole() commandBlockExecutor() commandBlockResultingExecutor() commandBlockExecutionInfo() commandBlockResultingExecutionInfo() executesCommandBlock() proxyExecutor() proxyResultingExecutor() proxyExecutionInfo() proxyResultingExecutionInfo() executesProxy() nativeExecutor() nativeResultingExecutor() nativeExecutionInfo() nativeResultingExecutionInfo() executesNative() remoteConsoleExecutor() remoteConsoleResultingExecutor() remoteConsoleExecutionInfo() remoteConsoleResultingExecutionInfo() executesRemoteConsole()","breadcrumbs":"Using the DSL » Executors","id":"440","title":"Executors"},"441":{"body":"The DSL implements almost every argument with a method. You've seen the playerArgument() and the greedyStringArgument() method in the example at the top of this page. The way arguments are implemented is pretty straight forward: It's basically the argument class' name, but as a method. So if you wanted to use a ItemStackArgument in your command, you would use the itemStackArgument() method of the DSL. One thing to note is that the DSL also features every existing constructor. This means if you want to use an IntegerArgument with a minimum of 0 and a maximum of 10, you normally would implement it like this: new IntegerArgument(\"integer\", 0, 10) However, when using this DSL it is implemented like this: integerArgument(\"integer\", 0, 10) Developer's Note: There are a few arguments not having a method which directly corresponds to their respective argument. These arguments most likely use a builder pattern and because of that require further implementation by the user. To use these arguments, the DSL also provides the argument() method which takes in any argument as a parameter.","breadcrumbs":"Using the DSL » Arguments","id":"441","title":"Arguments"},"442":{"body":"When using the DSL, you might want to modify the behaviour of certain arguments by adding requirements or suggestions to them. To give you a general idea how you could accomplish that, the sendMessageTo command is adding a broadcast option which should only be executed by server operators. commandTree(\"sendMessageTo\") { playerArgument(\"player\") { greedyStringArgument(\"msg\") { playerExecutor { _, args -> val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) } } } literalArgument(\"broadcast\") { withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument /* add more methods here that modify argument behaviour */ greedyStringArgument(\"msg\") { playerExecutor { _, args -> val message: String = args[\"msg\"] as String Bukkit.broadcastMessage(message) } } }\n} commandAPICommand(\"sendMessageTo\") { playerArgument(\"player\") greedyStringArgument(\"msg\") playerExecutor { _, args -> val player: Player = args[\"player\"] as Player val message: String = args[\"msg\"] as String player.sendMessage(message) }\n} commandAPICommand(\"sendMessageTo\") { literalArgument(\"broadcast\") { withRequirement { sender: CommandSender -> sender.isOp } // Applies the requirement to the broadcast literal argument /* add more methods here that modify argument behaviour */ } greedyStringArgument(\"msg\") playerExecutor { _, args -> val message: String = args[\"msg\"] as String Bukkit.broadcastMessage(message) }\n} Notice how you can just add the requirement in a CommandTree by adding it to the argument block where you also define the next arguments and the executor. However, when modifying the behaviour of an argument in a CommandAPICommand you have to add an extra block where you can implement the additional behaviour.","breadcrumbs":"Using the DSL » Editing arguments","id":"442","title":"Editing arguments"},"443":{"body":"Expanding on the previous example where we added a requirement to a single argument, we now also want to add a requirement to a whole command. This works similar to how argument behaviour is modified in a CommandTree: commandTree(\"commandRequirement\") { withRequirement { sender: CommandSender -> sender.isOp} playerExecutor { player, _ -> player.sendMessage(\"This command can only be executed by players who are server operators.\") }\n} commandAPICommand(\"commandRequirement\") { withRequirement { sender: CommandSender -> sender.isOp} playerExecutor { player, _ -> player.sendMessage(\"This command can only be executed by players who are server operators.\") }\n}","breadcrumbs":"Using the DSL » Adding requirements to commands","id":"443","title":"Adding requirements to commands"},"444":{"body":"Now, a few more examples are shown to demonstrate the use of this DSL a little more:","breadcrumbs":"Using the DSL » More examples","id":"444","title":"More examples"},"445":{"body":"We want to create a /give command with the following syntax: /optionalArgument give <item>\n/optionalArgument give <item> <amount> To declare an argument as optional you need to set the optional value to true: commandTree(\"optionalArgument\") { literalArgument(\"give\") { itemStackArgument(\"item\") { integerArgument(\"amount\", optional = true) { playerExecutor { player, args -> // This command will let you execute: // \"/optionalArgument give minecraft:stick\" // \"/optionalArgument give minecraft:stick 5\" val itemStack: ItemStack = args[\"item\"] as ItemStack val amount: Int = args.getOptional(\"amount\").orElse(1) as Int itemStack.amount = amount player.inventory.addItem(itemStack) } } } }\n} commandAPICommand(\"optionalArgument\") { literalArgument(\"give\") itemStackArgument(\"item\") integerArgument(\"amount\", optional = true) // This sets the argument as optional playerExecutor { player, args -> // This command will let you execute: // \"/optionalArgument give minecraft:stick\" // \"/optionalArgument give minecraft:stick 5\" val itemStack: ItemStack = args[\"item\"] as ItemStack val amount: Int = args.getOptional(\"amount\").orElse(1) as Int itemStack.amount = amount player.inventory.addItem(itemStack) }\n}","breadcrumbs":"Using the DSL » Example - Implementing optional arguments with the Kotlin DSL","id":"445","title":"Example - Implementing optional arguments with the Kotlin DSL"},"446":{"body":"We want to create a command with the following syntax to demonstrate replacing suggestions using the Kotlin DSL: /replaceSuggestions <strings> Replacing suggestions works similar to how you would add a requirement to an argument as shown in Editing arguments . You just have to use the replaceSuggestions method this time: commandTree(\"replaceSuggestions\") { stringArgument(\"strings\") { replaceSuggestions(ArgumentSuggestions.strings(\"one\", \"two\", \"three\")) // Replaces the suggestions for the \"strings\" StringArgument playerExecutor { player, args -> player.sendMessage(\"You chose option ${args[\"strings\"] as String}!\") } }\n} commandAPICommand(\"replaceSuggestions\") { stringArgument(\"strings\") { replaceSuggestions(ArgumentSuggestions.strings(\"one\", \"two\", \"three\")) // Replaces the suggestions for the \"strings\" StringArgument } playerExecutor { player, args -> player.sendMessage(\"You chose option ${args[\"strings\"] as String}!\") }\n}","breadcrumbs":"Using the DSL » Example - Replacing suggestions using the Kotlin DSL","id":"446","title":"Example - Replacing suggestions using the Kotlin DSL"},"447":{"body":"The CommandAPI offers an additional way to access arguments when using Kotlin: delegated properties . With delegated properties, there are two possible dependencies you can use: commandapi-core-kotlin Support for delegated properties has been added to the commandapi-core-kotlin module. If you want to use delegated properties, you need to add this dependency. commandapi-bukkit-kotlin If you are already using the Kotlin DSL to create your commands, you can already use delegated properties. commandapi-core-kotlin is included in commandapi-bukkit-kotlin.","breadcrumbs":"Delegated properties » Delegated properties","id":"447","title":"Delegated properties"},"448":{"body":"To be able to access arguments by using delegated properties, your variable name needs to match the node name of the argument. This could look like this: CommandAPICommand(\"mycommand\") .withArguments(StringArgument(\"string\")) .withArguments(PlayerArgument(\"target\")) .executesPlayer(PlayerCommandExecutor { player, args -> val string: String by args val target: Player by args // Implementation... }) .register() commandAPICommand(\"mycommand\") { stringArgument(\"string\") playerArgument(\"target\") playerExecutor { player, args -> val string: String by args val target: Player by args // Implementation... }\n}","breadcrumbs":"Delegated properties » Access arguments using delegated properties","id":"448","title":"Access arguments using delegated properties"},"449":{"body":"Developer's Note: The CommandAPI hasn't been released for Velocity yet. We do, however, offer snapshot builds. This small section on Velocity will outline how to get the snapshot builds and what limitations the CommandAPI currently has on Velocity. This page focuses on outlining how to set up the CommandAPI for Velocity. It expects that you are already familiar with how to set up a Velocity plugin.","breadcrumbs":"Velocity » Velocity","id":"449","title":"Velocity"},"45":{"body":"Installing the CommandAPI is easy! Just download the latest CommandAPI-XXX.jar file using the button below and place it in your server's plugins/ folder! Download latest CommandAPI plugin","breadcrumbs":"Installation for server owners » Installation","id":"45","title":"Installation"},"450":{"body":"Because we do not have an official release yet, the snapshot builds are not published in the Maven Central repository. Instead you need to add our snapshot repository: <repositories> <repository> <id>oss.sonatype.org-snapshot</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </repository>\n</repositories> repositories { maven { url = \"https://s01.oss.sonatype.org/content/repositories/snapshots\" }\n} repositories { maven { url = uri(\"https://s01.oss.sonatype.org/content/repositories/snapshots\") }\n}","breadcrumbs":"Velocity » Adding the snapshot repository with Maven or Gradle","id":"450","title":"Adding the snapshot repository with Maven or Gradle"},"451":{"body":"As mentioned, Velocity can only be accessed with snapshot builds. These snapshot build version are following standard semantic versioning and thus have the -SNAPSHOT suffix: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-velocity-shade</artifactId> <version>9.4.0-SNAPSHOT</version> </dependency>\n</dependencies> dependencies { compile \"dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT\")\n}","breadcrumbs":"Velocity » Adding the dependency","id":"451","title":"Adding the dependency"},"452":{"body":"The CommandAPI requires two steps: loading and enabling. We will perform these steps in Velocity's loading stages, construction and initialization. These two stages are explained in their documentation . We will perform the CommandAPI's loading step in the construction phase first: @Inject\npublic ExamplePlugin(ProxyServer server, Logger logger) { this.server = server; this.logger = logger; CommandAPI.onLoad(new CommandAPIVelocityConfig(server, this));\n} Next, we want to utilize Velocity's ProxyInitializeEvent to perform the CommandAPI's enabling step: @Subscribe\npublic void onProxyInitialization(ProxyInitializeEvent event) { // Any CommandAPI command registrations... CommandAPI.onEnable();\n}","breadcrumbs":"Velocity » Setting up the CommandAPI","id":"452","title":"Setting up the CommandAPI"},"453":{"body":"The CommandAPI currently only offers support for a very limited amount of arguments on Velocity. This is because arguments are primarily implemented on the backend servers. However, the CommandAPI offers access for the primitive type arguments: IntegerArgument LongArgument FloatArgument DoubleArgument BooleanArgument StringArgument TextArgument GreedyStringArgument LiteralArgument MultiLiteralArgument","breadcrumbs":"Velocity » Current limitations","id":"453","title":"Current limitations"},"454":{"body":"Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that generates a random number between a chosen minimum and a chosen maximum value:","breadcrumbs":"Velocity » Registering a simple command","id":"454","title":"Registering a simple command"},"455":{"body":"We want to register the command /randomnumber with the following syntax: /randomnumber <min> <max> To accomplish that, we register the command like this: new CommandAPICommand(\"randomnumber\") .withArguments(new IntegerArgument(\"min\")) .withArguments(new IntegerArgument(\"max\")) .executesPlayer((player, args) -> { int min = (int) args.get(\"min\"); int max = (int) args.get(\"max\"); Random random = ThreadLocalRandom.current(); int randomNumber = random.nextInt(min, max); player.sendMessage(Component.text().content(\"Your random number is: \" + randomNumber)); }) .register(); CommandAPICommand(\"randomnumber\") .withArguments(IntegerArgument(\"min\")) .withArguments(IntegerArgument(\"max\")) .executesPlayer(PlayerCommandExecutor { player, args -> val min = args[\"min\"] as Int val max = args[\"max\"] as Int val random = ThreadLocalRandom.current() val randomNumber = random.nextInt(min, max) player.sendMessage(Component.text().content(\"Your random number is: $randomNumber\")) }) .register()","breadcrumbs":"Velocity » Example - Registering a simple command","id":"455","title":"Example - Registering a simple command"},"456":{"body":"Developer's Note: If you're a server owner, you're probably lost! This section is for developer command conversion. If you're looking for how to convert plugins with the config.yml file, you want 2. Configuration for server owners . The CommandAPI has the ability to convert plugin commands to vanilla Minecraft commands using its config.yml's plugins-to-convert option. Nevertheless, the API for command conversion is not hidden and you're free to use it as you see fit! Before you continue, let's clear up a few naming conventions which is used in the following sections! Target plugin - This refers to a non-CommandAPI plugin which registers normal Bukkit commands. This typically uses the old boolean onCommand(CommandSender ... ) method Your plugin - This refers to your plugin, the one that uses the CommandAPI and wants to add compatibility to a target plugin","breadcrumbs":"Command conversion » Command conversion","id":"456","title":"Command conversion"},"457":{"body":"To register all commands that are declared by a target plugin, the Converter.convert(Plugin) method can be used. This attempts to register all commands declared in a target plugin's plugin.yml file, as well as any aliases or permissions stated in the plugin.yml file.","breadcrumbs":"Command conversion » Entire plugins","id":"457","title":"Entire plugins"},"458":{"body":"Say you have some plugin.yml file for a target plugin that adds some basic functionality to a server. The target plugin in this example is called \"TargetPlugin\": name: TargetPlugin\nmain: some.random.package.Main\nversion: 1.0\ncommands: gmc: aliases: gm1 gms: i: permission: item.permission As you can see, it declares 3 commands: /gmc, /gms and /i. We can now begin writing your plugin that uses the CommandAPI converter. We will call this plugin \"YourPlugin\": public class YourPlugin extends JavaPlugin { @Override public void onEnable() { Converter.convert((JavaPlugin) Bukkit.getPluginManager().getPlugin(\"TargetPlugin\")); // Other code goes here... } } class YourPlugin : JavaPlugin() { override fun onEnable() { Converter.convert(Bukkit.getPluginManager().getPlugin(\"TargetPlugin\") as JavaPlugin) // Other code goes here... } } When this is run, the commands /gmc, /gm1, /gms and /i will all be registered by the CommandAPI.","breadcrumbs":"Command conversion » Example - Converting commands for a target plugin","id":"458","title":"Example - Converting commands for a target plugin"},"459":{"body":"In addition to converting all commands from a target plugin, the CommandAPI allows you to convert single commands at a time using the following methods from the Converter class: public static convert(Plugin plugin, String cmdName);\npublic static convert(Plugin plugin, String cmdName, List<Argument> arguments);\npublic static convert(Plugin plugin, String cmdName, Argument... arguments); In these commands, the plugin refers to the plugin which has the command you want to convert and cmdName is the name of the command declared in the target plugin's plugin.yml file (just the main command, not the aliases!). The List<Argument> or Argument... can be used to provide argument checks that lets you apply the command UI to a bukkit command.","breadcrumbs":"Command conversion » Only specific commands","id":"459","title":"Only specific commands"},"46":{"body":"If you use NBT data, you'll also need the NBT API . (You can find out from your developers if you need this or not) If you are using raw JSON chat data, you'll need to be running Spigot or a Paper-based server such as Paper or Purpur . (Again, you can find out from your developers if you need this or not)","breadcrumbs":"Installation for server owners » Additional dependencies","id":"46","title":"Additional dependencies"},"460":{"body":"Say we want to convert EssentialsX's /speed command using the CommandAPI. The plugin.yml entry for the /speed command is the following: speed: description: Change your speed limits. usage: /<command> [type] <speed> [player] aliases: [flyspeed,eflyspeed,fspeed,efspeed,espeed,walkspeed,ewalkspeed,wspeed,ewspeed] From this, we can determine that there are the following commands, where \"walk\" and \"fly\" are the different types that the command can take: /speed <speed>\n/speed <speed> <target>\n/speed <walk/fly> <speed>\n/speed <walk/fly> <speed> <target> With the EssentialsX plugin, the <speed> value can only take numbers between 0 and 10. As such, we'll ensure to apply these limits using the IntegerArgument. In addition, since the speed type can only be \"walk\" or \"fly\", we'll add that to our converter as well using a MultiLiteralArgument: JavaPlugin essentials = (JavaPlugin) Bukkit.getPluginManager().getPlugin(\"Essentials\"); // /speed <speed>\nConverter.convert(essentials, \"speed\", new IntegerArgument(\"speed\", 0, 10)); // /speed <target>\nConverter.convert(essentials, \"speed\", new PlayerArgument(\"target\")); // /speed <walk/fly> <speed>\nConverter.convert(essentials, \"speed\", new MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), new IntegerArgument(\"speed\", 0, 10)\n); // /speed <walk/fly> <speed> <target>\nConverter.convert(essentials, \"speed\", new MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), new IntegerArgument(\"speed\", 0, 10), new PlayerArgument(\"target\")\n); val essentials = Bukkit.getPluginManager().getPlugin(\"Essentials\") as JavaPlugin // /speed <speed>\nConverter.convert(essentials, \"speed\", IntegerArgument(\"speed\", 0, 10)) // /speed <target>\nConverter.convert(essentials, \"speed\", PlayerArgument(\"target\")) // /speed <walk/fly> <speed>\nConverter.convert(essentials, \"speed\", MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), IntegerArgument(\"speed\", 0, 10)\n) // /speed <walk/fly> <speed> <target>\nConverter.convert(essentials, \"speed\", MultiLiteralArgument(\"modes\", \"walk\", \"fly\"), IntegerArgument(\"speed\", 0, 10), PlayerArgument(\"target\")\n) An image showing /execute run for EssentialsX's /speed command","breadcrumbs":"Command conversion » Example - Converting EssentialsX's speed command","id":"460","title":"Example - Converting EssentialsX's speed command"},"461":{"body":"Formally, the CommandAPI does not support plugin reloading. This includes, but is not limited to: The /reload command which reloads all plugins on the server Plugin reloading plugins, such as PlugMan Any form of plugin enabling/disabling process for plugins which register commands via the CommandAPI In general, using the /reload command is not advised . Here's some useful resources from various Bukkit/Spigot/Paper developers: Maddy Miller (WorldEdit creator): Why you should never /reload on Spigot, Bukkit, and Paper Bukkit Forums: Is /reload that bad Petition to remove the /reload command Spigot Forums: What's with the /reload command? Let's kill /reload, or make it better. The CommandAPI is not like normal Bukkit/Spigot/Paper plugins . It directly accesses all of the nitty-gritty Vanilla Minecraft code to convert and expose Minecraft's internal command framework into a Bukkit-API friendly interface for you to use. As the CommandAPI hooks directly into Vanilla Minecraft code, and /reload is a Bukkit feature, using /reload can cause Vanilla Minecraft's internal system to become unstable. If you are having issues with /reload, seriously reconsider shutting your server down correctly and restarting it, instead of running /reload. Despite this, there is one way to get reloading to work using the onDisable() method in your plugin. If you register a command in your onLoad() or onEnable() method, by unregistering the command in your onDisable() method, this allows the CommandAPI to properly register the command again when the server reloads. Developer's Note: Despite the fact that you can do this, I cannot stress enough that this is not recommended , due to the fact that functions/tags in datapacks do not work with /reload, even if you unregister the command .","breadcrumbs":"Plugin reloading » Plugin reloading","id":"461","title":"Plugin reloading"},"462":{"body":"In this example, we add support for reloading the server via /reload by unregistering the command in the onDisable() method. Note that force-unregistering is not required for this: public class MyPlugin extends JavaPlugin { @Override public void onEnable() { new CommandAPICommand(\"ping\") .executes((sender, args) -> { sender.sendMessage(\"Pong!\"); }) .register(); } @Override public void onDisable() { CommandAPI.unregister(\"ping\"); } }","breadcrumbs":"Plugin reloading » Example - Allowing a command to work with /reload","id":"462","title":"Example - Allowing a command to work with /reload"},"463":{"body":"The CommandAPI does a lot of stuff \"behind the scenes\". This internal CommandAPI section will go into detail about what the CommandAPI does, how it's implemented and why it has been implemented like that.","breadcrumbs":"Internal CommandAPI » Internal CommandAPI","id":"463","title":"Internal CommandAPI"},"464":{"body":"The CommandAPI's arguments are representations of the different arguments that the Minecraft Command Data protocol handles. These are outlined in the table below: Identifier CommandAPI argument brigadier:bool BooleanArgument brigadier:double DoubleArgument brigadier:float FloatArgument brigadier:integer IntegerArgument brigadier:long LongArgument brigadier:string StringArgument TextArgument GreedyStringArgument CustomArgument<T> minecraft:angle AngleArgument minecraft:block_pos LocationArgument (LocationType.BLOCK_POSITION) minecraft:block_predicate BlockPredicateArgument minecraft:block_state BlockStateArgument minecraft:color ChatColorArgument minecraft:column_pos Location2DArgument (LocationType.BLOCK_POSITION) minecraft:component ChatComponentArgument minecraft:dimension WorldArgument minecraft:entity EntitySelectorArgument minecraft:entity_anchor minecraft:entity_summon EntityTypeArgument minecraft:float_range FloatRangeArgument minecraft:function FunctionArgument minecraft:game_profile PlayerArgument minecraft:game_profile OfflinePlayerArgument minecraft:int_range IntegerRangeArgument minecraft:item_enchantment EnchantmentArgument minecraft:item_predicate ItemStackPredicateArgument minecraft:item_slot minecraft:item_stack ItemStackArgument minecraft:message ChatArgument minecraft:mob_effect PotionEffectArgument minecraft:nbt minecraft:nbt_compound_tag NBTCompoundArgument minecraft:nbt_path minecraft:nbt_tag minecraft:objective ObjectiveArgument minecraft:objective_criteria ObjectiveCriteriaArgument minecraft:operation MathOperationArgument minecraft:particle ParticleArgument minecraft:resource_location AdvancementArgument BiomeArgument CustomArgument<T> LootTableArgument NamespacedKeyArgument RecipeArgument SoundArgument minecraft:rotation RotationArgument minecraft:score_holder ScoreHolderArgument minecraft:scoreboard_slot ScoreboardSlotArgument minecraft:swizzle AxisArgument minecraft:team TeamArgument minecraft:time TimeArgument minecraft:uuid UUIDArgument minecraft:vec2 Location2DArgument (LocationType.PRECISE_POSITION) minecraft:vec3 LocationArgument (LocationType.PRECISE_POSITION) There are a few arguments that aren't implemented. Here's why: minecraft:entity_anchor - This argument only has two values: eyes and feet. It's incredibly unnecessary for any other purpose and is easier to implement with a MultiLiteralArgument. minecraft:item_slot - Bukkit's implementation of item slot numbers differs very wildly to Minecraft's implementation of item slot numbers. This difference makes it near-impossible to have a suitable middle-ground for item slot numbers that ensures that invalid numbers cannot be passed to the wrong inventory type. An implementation of this would require a rewrite of the current system to maintain proper inventory slot access safety. minecraft:nbt, minecraft:nbt_path, minecraft:nbt_tag - You've got the NBTCompoundArgument, that's good enough, right? ¯\\_(ツ)_/¯","breadcrumbs":"Internal CommandAPI » Argument identifiers","id":"464","title":"Argument identifiers"},"465":{"body":"During the initialization of Minecraft 1.16+ servers, the CommandAPI uses a custom datapack reloading sequence as opposed to the normal Vanilla Minecraft datapack reloading method. The CommandAPI's method uses the server's current command dispatcher object as opposed to a new one, which allows datapacks to use commands registered by the CommandAPI. This can be invoked using the following method: CommandAPI.reloadDatapacks();","breadcrumbs":"Internal CommandAPI » Reloading datapacks","id":"465","title":"Reloading datapacks"},"466":{"body":"The CommandAPI doesn't store the CommandAPICommand objects during the main running of the server because it simply doesn't need to. Instead, it stores a list of RegisteredCommand objects which are defined as the following, which should be fairly self-explanatory: public record RegisteredCommand { String commandName(); List<String> argsAsStr(); Optional<String> shortDescription(); Optional<String> fullDescription(); Optional<String[]> usageDescription(); String[] aliases(); CommandPermission permission();\n} The argsAsStr() method returns a list of arguments in a string format, of the form argName:SimpleClassName, where argName is the name of the argument (the argument's node name) and SimpleClassName is the name of the argument class that was used to construct it (such as IntegerArgument). A List<RegisteredCommand> can be acquired using the following method: CommandAPI.getRegisteredCommands(); Note that this list does not update when commands are unregistered , only when commands are registered.","breadcrumbs":"Internal CommandAPI » Getting a list of registered commands","id":"466","title":"Getting a list of registered commands"},"467":{"body":"So far, we've been using only the CommandAPI to register commands. As a result, this makes the CommandAPI's features limited by whatever the CommandAPI has implemented. To push past these limits, the CommandAPI includes some extra methods to help with invoking brigadier methods. Of course, to use these methods, brigadier is required. The brigadier dependency's installation instructions can be found here . Developer's Note: For those that are unaware, brigadier is Mojang's command parser and dispatching framework. This is what the CommandAPI wraps around and is the main underlying source of its functionality. The CommandAPI has been designed in such a way that you shouldn't have to access NMS in order to make use of the more \"advanced\" arguments and features - if you find that NMS is required to do something, please make a new issue !","breadcrumbs":"Brigadier + CommandAPI » Brigadier + CommandAPI","id":"467","title":"Brigadier + CommandAPI"},"468":{"body":"The CommandAPI offers the following methods in the dev.jorel.commandapi.Brigadier class: public static CommandDispatcher getCommandDispatcher();\npublic static RootCommandNode getRootNode();\npublic static LiteralArgumentBuilder fromLiteralArgument(LiteralArgument literalArgument);\npublic static RedirectModifier fromPredicate(BiPredicate<CommandSender, Object[]> predicate, List<Argument> args);\npublic static Command fromCommand(CommandAPICommand command);\npublic static RequiredArgumentBuilder fromArgument(List<Argument> args, Argument<?> argument);\npublic static RequiredArgumentBuilder fromArgument(Argument argument);\npublic static SuggestionProvider toSuggestions(Argument<?> argument, List<Argument> args);\npublic static Object[] parseArguments(CommandContext cmdCtx, List<Argument> args);\npublic static Object getBrigadierSourceFromCommandSender(CommandSender sender);\npublic static CommandSender getBukkitCommandSenderFromContext(CommandContext cmdCtx); Briefly, here's what each of these functions do (you can view the JavaDocs for more information): Method Description getCommandDispatcher Returns the Minecraft command dispatcher graph getRootNode Returns the root node of the command dispatcher.This is equivalent to usinggetCommandDispatcher().getRoot(); fromLiteralArgument Creates a LiteralArgumentBuilder from a LiteralArgument fromPredicate Converts a predicate and some arguments into a RedirectModifier. This can be used for the fork method in brigadier's ArgumentBuilder fromCommand Converts a CommandAPICommand into a brigadier Command object fromArgument Converts an argument, or a list of arguments, into a RequiredArgumentBuilder toSuggestions Converts an argument's suggestions into brigadier's SuggestionProvider, with a list of previously declared arguments parseArguments Parses a list of CommandAPI arguments into their respective objects for a provided CommandContext getBrigadierSourceFromCommandSender Converts a Bukkit CommandSender into the NMS command sender source object getBukkitCommandSenderFromContext Converts a Brigadier CommandContext into a Bukkit CommandSender","breadcrumbs":"Brigadier + CommandAPI » Brigadier support functions","id":"468","title":"Brigadier support functions"},"469":{"body":"I hope these examples help understand how the CommandAPI can help with registering more \"powerful\" commands with the use of brigadier as well! Please bear with with it - these examples can be long, but I'm certain that they've been explained well and will be useful!","breadcrumbs":"Brigadier + CommandAPI » Examples","id":"469","title":"Examples"},"47":{"body":"The CommandAPI is written and compiled using Java 16, and is only compatible with Minecraft servers that are compatible with Java 16 or higher. Attempting to use the CommandAPI on an old version of Minecraft (1.13 to 1.16.5) will throw an error (containing \"org.bukkit.plugin.InvalidPluginException\"): [11:14:40 ERROR]: Could not load 'plugins\\CommandAPI-8.7.3.jar' in folder 'plugins'\norg.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_42]\nCaused by: java.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_42] at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_42] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_42] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_42] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_42] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_42] at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_42] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657] ... 6 more This can be mitigated by running a Paper Minecraft server with the following command flag during startup: -DPaper.IgnoreJavaVersion=true","breadcrumbs":"Installation for server owners » Running the CommandAPI on old versions of Minecraft","id":"47","title":"Running the CommandAPI on old versions of Minecraft"},"470":{"body":"Say we wanted to add a predicate to the /execute command. In this example, we'll create a predicate which handles random chances. To illustrate this, we want to be able to run commands such as: /execute if randomchance 1 4 run say Hello! In this scenario, if we ran this command, we would expect \"Hello!\" to appear in the chat with a \\(\\frac{1}{4}\\) chance. In particular, this is what we're trying to achieve: We want to create a predicate (true/false value) for the following syntax: randomchance <numerator> <denominator> We also want this predicate to come after execute if: \\begin{gather} \\texttt{execute}\\\\ \\downarrow\\\\ \\texttt{if}\\\\ \\downarrow\\\\ \\texttt{randomchance <numerator}\\texttt{> <denominator}\\texttt{>} \\end{gather} After entering our predicate, we want to route back to execute (because the argument after execute is run, which is used in our example command above): \\begin{gather} \\texttt{execute}\\\\ \\downarrow\\\\ \\texttt{if}\\\\ \\downarrow\\\\ \\texttt{randomchance <numerator}\\texttt{> <denominator}\\texttt{>}\\\\ \\downarrow\\\\ \\texttt{execute} \\end{gather} Writing the code Now that we've established what we want, we can finally begin writing the code! First we want to create a literal randomchance. It's a literal because literal values don't change (similar to say run or if from the /execute command). To create a literal, we'll use the fromLiteralArgument method described above, and then build it using the .build() method: // Register literal \"randomchance\"\nLiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument(\"randomchance\")).build(); // Register literal \"randomchance\"\nval randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument(\"randomchance\")).build() With that completed, we can now create our \"argument\" to this predicate. To do this, we'll use the regular declaration of arguments that we would normally use for commands. In this example, because we're computing \\(\\frac{numerator}{denominator}\\), we want our numerator to be 0 or greater and our denominator to be 1 or greater (we don't want any negative numbers or division by zero!): // Declare arguments like normal\nArgument<Integer> numeratorArgument = new IntegerArgument(\"numerator\", 0);\nArgument<Integer> denominatorArgument = new IntegerArgument(\"denominator\", 1); List<Argument> arguments = new ArrayList<>();\narguments.add(numeratorArgument);\narguments.add(denominatorArgument); // Declare arguments like normal\nval numeratorArgument = IntegerArgument(\"numerator\", 0)\nval denominatorArgument = IntegerArgument(\"denominator\", 1) val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument) Now we're going to get into the very nitty-gritty part - the predicate declaration. First, we'll create some variables numerator and denominator to represent the brigadier instances of these arguments. This can be handled by using the Brigadier.argBuildOf function: ArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);\nArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) val numerator = Brigadier.fromArgument(numeratorArgument)\nval denominator = Brigadier.fromArgument(denominatorArgument) Now we'll define our predicate. Since this is sort of a \"meta-command\" (it directly affects the outcome of the run command), we need to use the ArgumentBuilder's fork method. Remember that after we run this predicate, we want to link back to execute again, so our first argument is the CommandNode for execute, which we can get using Brigadier.getRootNode().getChild(\"execute\"). Then, we can simply use Brigadier.fromPredicate to finish our declaration: ArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate((sender, args) -> { // Parse arguments like normal int num = (int) args[0]; int denom = (int) args[1]; // Return boolean with a num/denom chance return Math.ceil(Math.random() * denom) <= num; }, arguments)); val denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate( { _: CommandSender, args -> // Parse arguments like normal val num = (args[0] as Int).toDouble() val denom = (args[1] as Int).toDouble() // Return boolean with a num/denom chance Math.ceil(Math.random() * denom) <= num }, arguments)) Finally, we can now link everything up. We know that numerator comes first, then denominator, so we have to have numerator.then(denominator). We also know that these arguments are the children of the randomChance literal, so we use the following code to state all of this: // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()); // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()) Finally, we \"register\" the command. In this case, we're actually just adding the randomChance node under \\(\\texttt{execute}\\rightarrow\\texttt{if}\\), which we can add using the following code: // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance); // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance) Code summary So, hopefully that wasn't too confusing! If you're still lost, here's the whole code that we wrote: // Register literal \"randomchance\"\nLiteralCommandNode randomChance = Brigadier.fromLiteralArgument(new LiteralArgument(\"randomchance\")).build(); // Declare arguments like normal\nArgument<Integer> numeratorArgument = new IntegerArgument(\"numerator\", 0);\nArgument<Integer> denominatorArgument = new IntegerArgument(\"denominator\", 1); List<Argument> arguments = new ArrayList<>();\narguments.add(numeratorArgument);\narguments.add(denominatorArgument); // Get brigadier argument objects\nArgumentBuilder numerator = Brigadier.fromArgument(numeratorArgument);\nArgumentBuilder denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate((sender, args) -> { // Parse arguments like normal int num = (int) args[0]; int denom = (int) args[1]; // Return boolean with a num/denom chance return Math.ceil(Math.random() * denom) <= num; }, arguments)); // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()); // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance); // Register literal \"randomchance\"\nval randomChance: LiteralCommandNode<Any> = Brigadier.fromLiteralArgument(LiteralArgument(\"randomchance\")).build() // Declare arguments like normal\nval numeratorArgument = IntegerArgument(\"numerator\", 0)\nval denominatorArgument = IntegerArgument(\"denominator\", 1) val arguments = listOf<Argument<*>>(numeratorArgument, denominatorArgument) // Get brigadier argument objects\nval numerator = Brigadier.fromArgument(numeratorArgument)\nval denominator = Brigadier.fromArgument(denominatorArgument) // Fork redirecting to \"execute\" and state our predicate .fork(Brigadier.getRootNode().getChild(\"execute\"), Brigadier.fromPredicate( { _: CommandSender, args -> // Parse arguments like normal val num = (args[0] as Int).toDouble() val denom = (args[1] as Int).toDouble() // Return boolean with a num/denom chance Math.ceil(Math.random() * denom) <= num }, arguments)) // Add <numerator> <denominator> as a child of randomchance\nrandomChance.addChild(numerator.then(denominator).build()) // Add (randomchance <numerator> <denominator>) as a child of (execute -> if)\nBrigadier.getRootNode().getChild(\"execute\").getChild(\"if\").addChild(randomChance)","breadcrumbs":"Brigadier + CommandAPI » Example - Adding a predicate to the 'execute' command","id":"470","title":"Example - Adding a predicate to the 'execute' command"},"471":{"body":"As described in The ArgumentSuggestions interface , the ArgumentSuggestions interface has the following default method: @FunctionalInterface\npublic interface ArgumentSuggestions<CommandSender> { /** * Create a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object. * @param info The suggestions info * @param builder The Brigadier {@link SuggestionsBuilder} object * @return a {@link CompletableFuture} resolving onto a brigadier {@link Suggestions} object. * * @throws CommandSyntaxException if there is an error making suggestions */ CompletableFuture<Suggestions> suggest(SuggestionInfo<CommandSender> info, SuggestionsBuilder builder) throws CommandSyntaxException; } This allows you to use Brigadier's SuggestionsBuilder and Suggestions classes to create more powerful suggestions beyond the basic capabilities of the CommandAPI. In order to use this, you will need the Brigadier dependency, which you can find under the Brigadier installation instructions .","breadcrumbs":"Brigadier Suggestions » Brigadier Suggestions","id":"471","title":"Brigadier Suggestions"},"472":{"body":"Say we want to let users broadcast a message, but also allow them to enter emojis into the message they're typing: A gif showcasing a command where emojis are suggested when typing a message For this command, we'll use a GreedyStringArgument as if we were making a generic broadcasted message. We create a map of emojis to their descriptions to use as tooltips and then we use Brigadier to display the suggestions at the end of the message where the cursor is. Map<String, String> emojis = new HashMap<>();\nemojis.put(\"☻\", \"smile\");\nemojis.put(\"❤\", \"heart\");\nemojis.put(\"🔥\", \"fire\");\nemojis.put(\"★\", \"star\");\nemojis.put(\"☠\", \"death\");\nemojis.put(\"⚠\", \"warning\");\nemojis.put(\"☀\", \"sun\");\nemojis.put(\"☺\", \"smile\");\nemojis.put(\"☹\", \"frown\");\nemojis.put(\"✉\", \"mail\");\nemojis.put(\"☂\", \"umbrella\");\nemojis.put(\"✘\", \"cross\");\nemojis.put(\"♪\", \"music note (eighth)\");\nemojis.put(\"♬\", \"music note (beamed sixteenth)\");\nemojis.put(\"♩\", \"music note (quarter)\");\nemojis.put(\"♫\", \"music note (beamed eighth)\");\nemojis.put(\"☄\", \"comet\");\nemojis.put(\"✦\", \"star\");\nemojis.put(\"🗡\", \"sword\");\nemojis.put(\"🪓\", \"axe\");\nemojis.put(\"🔱\", \"trident\");\nemojis.put(\"🎣\", \"fishing rod\");\nemojis.put(\"🏹\", \"bow\");\nemojis.put(\"⛏\", \"pickaxe\");\nemojis.put(\"🍖\", \"food\"); Argument<String> messageArgument = new GreedyStringArgument(\"message\") .replaceSuggestions((info, builder) -> { // Only display suggestions at the very end character builder = builder.createOffset(builder.getStart() + info.currentArg().length()); // Suggest all the emojis! for (Entry<String, String> str : emojis.entrySet()) { builder.suggest(str.getKey(), new LiteralMessage(str.getValue())); } return builder.buildFuture(); }); new CommandAPICommand(\"emoji\") .withArguments(messageArgument) .executes((sender, args) -> { Bukkit.broadcastMessage((String) args.get(\"message\")); }) .register(); val emojis = mapOf( \"☻\" to \"smile\", \"❤\" to \"heart\", \"🔥\" to \"fire\", \"★\" to \"star\", \"☠\" to \"death\", \"⚠\" to \"warning\", \"☀\" to \"sun\", \"☺\" to \"smile\", \"☹\" to \"frown\", \"✉\" to \"mail\", \"☂\" to \"umbrella\", \"✘\" to \"cross\", \"♪\" to \"music note (eighth)\", \"♬\" to \"music note (beamed sixteenth)\", \"♩\" to \"music note (quarter)\", \"♫\" to \"music note (beamed eighth)\", \"☄\" to \"comet\", \"✦\" to \"star\", \"🗡\" to \"sword\", \"🪓\" to \"axe\", \"🔱\" to \"trident\", \"🎣\" to \"fishing rod\", \"🏹\" to \"bow\", \"⛏\" to \"pickaxe\", \"🍖\" to \"food\"\n) val messageArgument = GreedyStringArgument(\"message\") .replaceSuggestions { info, builder -> // Only display suggestions at the very end character val newBuilder = builder.createOffset(builder.start + info.currentArg().length) // Suggest all the emojis! emojis.forEach { (emoji, description) -> newBuilder.suggest(emoji, LiteralMessage(description)) } newBuilder.buildFuture() } CommandAPICommand(\"emoji\") .withArguments(messageArgument) .executes(CommandExecutor { _, args -> Bukkit.broadcastMessage(args[\"message\"] as String) }) .register() In this example, we simply create the GreedyStringArgument and use replaceSuggestions() to specify our suggestion rules. We create an offset using the current builder to make suggestions start at the last character (the current builder start builder.getStart() and the current length of what the user has already typed info.currentArg().length()). Finally, we build the suggestions with builder.buildFuture() and then register our command as normal.","breadcrumbs":"Brigadier Suggestions » Example - Making an emoji broadcasting message","id":"472","title":"Example - Making an emoji broadcasting message"},"473":{"body":"Developer's Note: This example has been superseded by the Command argument . This example is still present as it gives an example of much more complicated brigadier suggestions which may be useful for readers! Courtesy of 469512345 , the following example shows how using Brigadier's suggestions and parser can be combined with the CommandAPI to create an argument which suggests valid Minecraft commands. This could be used for example as a sudo command, to run a command as another player. A gif showcasing a command suggestion for the /give command For this command, we'll use a GreedyStringArgument because that allows users to enter any combination of characters (which therefore, allows users to enter any command). First, we start by defining the suggestions that we'll use for the GreedyStringArgument. We'll use the ArgumentSuggestions functional interface described above: ArgumentSuggestions<CommandSender> commandSuggestions = (info, builder) -> { // The current argument, which is a full command String arg = info.currentArg(); // Identify the position of the current argument int start; if (arg.contains(\" \")) { // Current argument contains spaces - it starts after the last space and after the start of this argument. start = builder.getStart() + arg.lastIndexOf(' ') + 1; } else { // Input starts at the start of this argument start = builder.getStart(); } // Parse command using brigadier ParseResults<?> parseResults = Brigadier.getCommandDispatcher() .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender())); // Intercept any parsing errors indicating an invalid command if(!parseResults.getExceptions().isEmpty()) { CommandSyntaxException exception = parseResults.getExceptions().values().iterator().next(); // Raise the error, with the cursor offset to line up with the argument throw new CommandSyntaxException(exception.getType(), exception.getRawMessage(), exception.getInput(), exception.getCursor() + start); } return Brigadier .getCommandDispatcher() .getCompletionSuggestions(parseResults) .thenApply(suggestionsObject -> { // Brigadier's suggestions Suggestions suggestions = (Suggestions) suggestionsObject; return new Suggestions( // Offset the index range of the suggestions by the start of the current argument new StringRange(start, start + suggestions.getRange().getLength()), // Copy the suggestions suggestions.getList() ); });\n}; val commandSuggestions: ArgumentSuggestions<CommandSender> = ArgumentSuggestions { info, builder -> // The current argument, which is a full command val arg: String = info.currentArg() // Identify the position of the current argument var start = if (arg.contains(\" \")) { // Current argument contains spaces - it starts after the last space and after the start of this argument. builder.start + arg.lastIndexOf(' ') + 1 } else { // Input starts at the start of this argument builder.start } // Parse command using brigadier val parseResults: ParseResults<*> = Brigadier.getCommandDispatcher() .parse(info.currentArg(), Brigadier.getBrigadierSourceFromCommandSender(info.sender)) // Intercept any parsing errors indicating an invalid command for ((_, exception) in parseResults.exceptions) { // Raise the error, with the cursor offset to line up with the argument throw CommandSyntaxException(exception.type, exception.rawMessage, exception.input, exception.cursor + start) } val completableFutureSuggestions: CompletableFuture<Suggestions> = Brigadier.getCommandDispatcher().getCompletionSuggestions(parseResults) as CompletableFuture<Suggestions> completableFutureSuggestions.thenApply { suggestions: Suggestions -> Suggestions( // Offset the index range of the suggestions by the start of the current argument StringRange(start, start + suggestions.range.length), // Copy the suggestions suggestions.list ) }\n} There's a lot to unpack there, but it's generally split up into 4 key sections: Finding the start of the argument . We find the start of the argument so we know where the beginning of our command suggestion is. This is done easily using builder.getStart(), but we also have to take into account any spaces if our command argument contains spaces. Parsing the command argument . We make use of Brigadier's parse() method to parse the argument and generate some ParseResults. Reporting parsing errors . This is actually an optional step, but in general it's good practice to handle exceptions stored in ParseResults. While Brigadier doesn't actually handle suggestion exceptions , this has been included in this example to showcase exception handling. Generating suggestions from parse results . We use our parse results with Brigadier's getCompletionSuggestions() method to generate some suggestions based on the parse results and the suggestion string range. Now that we've declared our arguments suggestions, we can then create our simple command with the following syntax: /commandargument <command> We use the command suggestions declared above by using the replaceSuggestions method in our GreedyStringArgument, and write a simple executor which runs the command that the user provided: new CommandAPICommand(\"commandargument\") .withArguments(new GreedyStringArgument(\"command\").replaceSuggestions(commandSuggestions)) .executes((sender, args) -> { // Run the command using Bukkit.dispatchCommand() Bukkit.dispatchCommand(sender, (String) args.get(\"command\")); }).register(); CommandAPICommand(\"commandargument\") .withArguments(GreedyStringArgument(\"command\").replaceSuggestions(commandSuggestions)) .executes(CommandExecutor { sender, args -> // Run the command using Bukkit.dispatchCommand() Bukkit.dispatchCommand(sender, args[\"command\"] as String) }) .register()","breadcrumbs":"Brigadier Suggestions » Example - Using a Minecraft command as an argument","id":"473","title":"Example - Using a Minecraft command as an argument"},"474":{"body":"In our example for creating a party system , we ended up having lots of code repetition. In our party creation command, we had the following code: List<Argument<?>> arguments = new ArrayList<>(); // The \"create\" literal, with a requirement that a player must have a party\narguments.add(new LiteralArgument(\"create\") .withRequirement(sender -> !partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments.add(new StringArgument(\"partyName\")); var arguments = mutableListOf<Argument<*>>() // The \"create\" literal, with a requirement that a player must have a party\narguments.add(LiteralArgument(\"create\") .withRequirement { !partyMembers.containsKey((it as Player).uniqueId) }\n) arguments.add(StringArgument(\"partyName\")) And for our party teleportation command, we had the following code: arguments = new ArrayList<>();\narguments.add(new LiteralArgument(\"tp\") .withRequirement(sender -> partyMembers.containsKey(((Player) sender).getUniqueId()))\n); arguments = mutableListOf<Argument<*>>()\narguments.add(LiteralArgument(\"tp\") .withRequirement { partyMembers.containsKey((it as Player).uniqueId) }) We can simplify this code by declaring the predicate: Predicate<CommandSender> testIfPlayerHasParty = sender -> { return partyMembers.containsKey(((Player) sender).getUniqueId());\n}; val testIfPlayerHasParty = Predicate { sender: CommandSender -> partyMembers.containsKey((sender as Player).uniqueId)\n} Now, we can use the predicate testIfPlayerHasParty in our code for creating a party. Since we want to apply the \"not\" (!) operator to this predicate, we can use .negate() to invert the result of our predicate: List<Argument<?>> args = new ArrayList<>();\nargs.add(new LiteralArgument(\"create\").withRequirement(testIfPlayerHasParty.negate()));\nargs.add(new StringArgument(\"partyName\")); var args = listOf<Argument<*>>( LiteralArgument(\"create\").withRequirement(testIfPlayerHasParty.negate()), StringArgument(\"partyName\")\n) And we can use it again for our code for teleporting to party members: args = new ArrayList<>();\nargs.add(new LiteralArgument(\"tp\").withRequirement(testIfPlayerHasParty)); args = listOf<Argument<*>>(LiteralArgument(\"tp\").withRequirement(testIfPlayerHasParty))","breadcrumbs":"Predicate tips » Predicate tips","id":"474","title":"Predicate tips"},"475":{"body":"Dev note: Coming soon! In this section, I'll outline how to get started with building and contributing to the CommandAPI.","breadcrumbs":"Introduction » Introduction","id":"475","title":"Introduction"},"476":{"body":"The CommandAPI is a relatively large project (especially from the standpoint of one guy, because the CommandAPI was written by just one guy in their spare time!) and trying to figure out what everything does is a nightmare without some guidance. I've always felt that other community project structures aren't well documented and contributing to them can be daunting. Here's the CommandAPI's project structure for you!","breadcrumbs":"Project Structure » Project Structure","id":"476","title":"Project Structure"},"477":{"body":"This is where all of the code is for the CommandAPI. The CommandAPI is a Maven project with multiple modules which each serve a different purpose: commandapi-preprocessor - The CommandAPI uses a bit of reflection to perform things which could not normally be done (for example, allowing custom commands in datapacks). Reflection is inherently unsafe and can lead to runtime errors if specific fields or methods are not present. The CommandAPI preprocessor project is a source annotation processor that checks all declared reflection calls and looks up at compile-time whether those calls are possible - if not, it prevents the CommandAPI from building. In short, it's a compile-time reflection checker. commandapi-x.x.x - The CommandAPI needs to access various NMS methods in order to operate. These are implemented for the specific version given by x.x.x. For example, to support Minecraft 1.16.5, the project is commandapi-1.16.5. The NMS class implementation is done in these version-specific files. commandapi-core - The main brains of the CommandAPI. This includes both the code that makes the CommandAPI run, as well as the API which developers can use. commandapi-vh - The CommandAPI version handler. This is a super tiny project which simply links up all of the NMS version-specific files into the CommandAPI. This is only used for the actual running of the CommandAPI (e.g. the CommandAPI plugin or shading the CommandAPI). This ensures proper compile-time safety of NMS implementations. commandapi-plugin - It's the CommandAPI plugin! This is the project which is used for releases to both GitHub and Spigot. It's the CommandAPI all in one neat package, with a few extra features such as config-based command conversion for server owners (or other non-developers) commandapi-shade - It's the CommandAPI, but in shade-able format. It has none of the features of the CommandAPI plugin variant and can be shaded into your own plugins. Effectively, it's commandapi-core + commandapi-vh with all of the commandapi-x.x.x NMS implementations included. commandapi-annotations - The CommandAPI annotations project is a small compile-time annotation processer that writes CommandAPI code for you. Using a compile-time annotation processor makes the server run so much faster than using a runtime-annotation processor, because annotation processing requires reflection to inspect class metadata.","breadcrumbs":"Project Structure » CommandAPI submodule folders","id":"477","title":"CommandAPI submodule folders"},"478":{"body":"This is where all of the lovely documentation, JavaDocs and the CommandAPI homepage is stored. Everything in this folder is automatically hosted on GitHub using GitHub Pages - this is the live stuff. Key things in this folder: javadocs - It's the JavaDocs! This is built using Doxygen with the configuration in the root of this project (See the Doxyfile). I also serve a custom version of Mojang's Brigadier library which was written by I-Al-Istannen because this person spent a lot of time and effort producing JavaDocs for Brigadier when Mojang didn't bother. This person deserves a lot of respect - their work is amazing! index.html - It's the CommandAPI's homepage! It's not anything especially amazing - it's a very very simple static webpage with links - that's all that it needs to be. Every update, this file needs to be edited manually to update all of the links.","breadcrumbs":"Project Structure » docs folder","id":"478","title":"docs folder"},"479":{"body":"This is the brains behind the documentation. It's a collection of Markdown files which form the CommandAPI documentation and is built using mdBook . For the CommandAPI in particular, it is actually built using my own custom fork of mdBook ( here, in the fa5 branch ) which incorporates this pull request which adds support for FontAwesome 5.","breadcrumbs":"Project Structure » docssrc folder","id":"479","title":"docssrc folder"},"48":{"body":"For example, to use the CommandAPI with Java 17 and Minecraft 1.13.2: Download a Paper server from the Paper downloads page for Minecraft 1.13.2 Run the following command in a terminal to start your Minecraft server: java -DPaper.IgnoreJavaVersion=true -jar paper-1.13.2-657.jar Performing this will successfully load the CommandAPI, although various errors will appear in the console during startup. These errors (that start with \"Fatal error trying to convert CommandAPI\") can be ignored: [11:17:49 ERROR]: Fatal error trying to convert CommandAPI v8.7.3:dev/jorel/commandapi/CommandAPIMain.class\njava.lang.IllegalArgumentException: Unsupported class file major version 60 at org.objectweb.asm.ClassReader.<init>(ClassReader.java:195) ~[patched_1.13.2.jar:git-Paper-657] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:176) ~[patched_1.13.2.jar:git-Paper-657] at org.objectweb.asm.ClassReader.<init>(ClassReader.java:162) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:170) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:238) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:113) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] at java.lang.Class.forName0(Native Method) ~[?:?] at java.lang.Class.forName(Class.java:467) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-657] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-657] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657] at java.lang.Thread.run(Thread.java:833) [?:?]","breadcrumbs":"Installation for server owners » Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2","id":"48","title":"Example - Running the CommandAPI using Java 17 and Minecraft 1.13.2"},"480":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide","id":"480","title":"Upgrading guide"},"481":{"body":"The BukkitTooltip.generateAdvenureComponents methods have now been deprecated in favour of the correctly named BukkitTooltip.generateAdventureComponents methods: BukkitTooltip.generateAdvenureComponents() $$\\downarrow$$ BukkitTooltip.generateAdventureComponents()","breadcrumbs":"Upgrading guide » From 9.2.0 to 9.3.0","id":"481","title":"From 9.2.0 to 9.3.0"},"482":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.3 to 9.1.0","id":"482","title":"From 9.0.3 to 9.1.0"},"483":{"body":"All MultiLiteralArgument constructors have been deprecated in 9.1.0! Instead the new MultiLiteralArgument constructor should be used: withArguments(new MultiLiteralArgument(\"gamemodes\", List.of(\"survival\", \"creative\", \"adventure\", \"spectator\"))) $$\\downarrow$$ withArguments(new MultiLiteralArgument(\"gamemodes\", \"survival\", \"creative\", \"adventure\", \"spectator\"))","breadcrumbs":"Upgrading guide » MultiLiteralArgument changes","id":"483","title":"MultiLiteralArgument changes"},"484":{"body":"For 9.1.0 all deprecated methods are no longer deprecated. To learn about all the methods now available, refer to the CommandArguments page.","breadcrumbs":"Upgrading guide » CommandArguments changes","id":"484","title":"CommandArguments changes"},"485":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.1 to 9.0.2","id":"485","title":"From 9.0.1 to 9.0.2"},"486":{"body":"In previous versions, the ability has been introduced to access arguments by their node names. However, while this was possible for every other argument, it wasn't possible for MultiLiteralArguments. This was now changed because the values from the MultiLiteralArgument are included in the CommandArguments of a command. Therefore, the current constructor has been deprecated and the new one should be used: withArguments(new MultiLiteralArgument(\"survival\", \"creative\", \"adventure\", \"spectator\")) $$\\downarrow$$ withArguments(new MultiLiteralArgument(\"gamemodes\", List.of(\"survival\", \"creative\", \"adventure\", \"spectator\"))) Because it is possible to list LiteralArguments in the CommandArguments of a command, there was also an additional constructor add to the LiteralArgument class. The other one is not deprecated. Now, the LiteralArgument class contains two possible constructors: public LiteralArgument(String literal) // Recommended if the literal is not listed\npublic LiteralArgument(String nodeName, String literal)","breadcrumbs":"Upgrading guide » MultiLiteralArgument and LiteralArgument changes","id":"486","title":"MultiLiteralArgument and LiteralArgument changes"},"487":{"body":"","breadcrumbs":"Upgrading guide » From 9.0.0 to 9.0.1","id":"487","title":"From 9.0.0 to 9.0.1"},"488":{"body":"For 9.0.1, the CustomArgumentException constructors have been deprecated and should no longer be used. Instead, use the CustomArgumentException static factory methods: throw new CustomArgumentException(new MessageBuilder(...));\nthrow new CustomArgumentException(\"Error message\"); $$\\downarrow$$ throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(...));\nthrow CustomArgumentException.fromString(\"Error message\");","breadcrumbs":"Upgrading guide » CustomArgumentException changes","id":"488","title":"CustomArgumentException changes"},"489":{"body":"For 9.0.1 the various CommandArguments#getOrDefault() and CommandArguments#getOrDefaultUnchecked() have been deprecated and should no longer be used. Instead, use the CommandArguments#getOptional() and CommandArguments#getOptionalUnchecked() methods: new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = (String) args.getOrDefault(\"string\", \"Default Value\"); }) .register(); new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = args.getOrDefaultUnchecked(\"string\", \"Default Value\"); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = (String) args.getOptional(\"string\").orElse(\"Default Value\"); }) .register(); new CommandAPICommand(\"mycommand\") .withOptionalArguments(new StringArgument(\"string\")) .executes((sender, args) -> { String string = args.getOptionalUnchecked(\"string\").orElse(\"Default Value\"); }) .register();","breadcrumbs":"Upgrading guide » CommandArguments changes","id":"489","title":"CommandArguments changes"},"49":{"body":"The CommandAPI has a few configuration options to change how it functions. These options can be set in the plugins/CommandAPI/config.yml file, which is generated automatically when the CommandAPI runs for the first time.","breadcrumbs":"Configuration for server owners » Configuration for server owners","id":"49","title":"Configuration for server owners"},"490":{"body":"CommandAPI 9.0.0 is arguably the biggest change in the CommandAPI's project structure and usage. This update was designed to allow the CommandAPI to be generalized for other platforms (e.g. Velocity, Fabric, Sponge), and as a result this update is incompatible with previous versions of the CommandAPI . All deprecated methods from 8.8.x have been removed in this update. Please ensure that you use the relevant replacement methods (these are described in the JavaDocs for the various deprecated methods) before upgrading to 9.0.0.","breadcrumbs":"Upgrading guide » From 8.8.x to 9.0.0","id":"490","title":"From 8.8.x to 9.0.0"},"491":{"body":"For Bukkit/Spigot/Paper plugins, the commandapi-core and commandapi-shade modules should no longer be used. Instead, use the new commandapi-bukkit-core and commandapi-bukkit-shade modules: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-core</artifactId> <version>9.0.0</version> <scope>provided</scope> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-shade</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { compileOnly \"dev.jorel:commandapi-core:9.0.0\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-core:9.0.0\")\n} dependencies { implementation \"dev.jorel:commandapi-shade:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-shade:9.0.0\")\n} $$\\downarrow$$ <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-core</artifactId> <version>9.0.0</version> <scope>provided</scope> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { compileOnly \"dev.jorel:commandapi-bukkit-core:9.0.0\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-bukkit-core:9.0.0\")\n} dependencies { implementation \"dev.jorel:commandapi-bukkit-shade:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade:9.0.0\")\n} Additionally, when using the Kotlin DSL for Bukkit, instead of using commandapi-kotlin, use commandapi-bukkit-kotlin: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-kotlin</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { implementation \"dev.jorel:commandapi-kotlin:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-kotlin:9.0.0\")\n} $$\\downarrow$$ <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-kotlin</artifactId> <version>9.0.0</version> </dependency>\n</dependencies> dependencies { implementation \"dev.jorel:commandapi-bukkit-kotlin:9.0.0\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-kotlin:9.0.0\")\n}","breadcrumbs":"Upgrading guide » Project dependencies","id":"491","title":"Project dependencies"},"492":{"body":"The CommandAPI.onLoad() method has changed in this update. Instead of using the CommandAPIConfig object, use the CommandAPIBukkitConfig and pass in the current plugin reference (this). and CommandAPI.onEnable() method has also changed, and now no longer requires the plugin reference (this), as it is now included in CommandAPI.onLoad() instead.: public void onLoad() { CommandAPI.onLoad(new CommandAPIConfig());\n} public void onEnable() { CommandAPI.onEnable(this);\n} $$\\downarrow$$ public void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this));\n} public void onEnable() { CommandAPI.onEnable();\n}","breadcrumbs":"Upgrading guide » Loading and enabling the CommandAPI when shading","id":"492","title":"Loading and enabling the CommandAPI when shading"},"493":{"body":"Arguments for commands are no longer an Object[] and have now been replaced with a more powerful CommandArguments object. This object now lets you access arguments in a number of ways: Using the args.get(int) method If you're in a rush and just want to upgrade quickly, call the .get(int) method instead of accessing the arguments using the array access notation: new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args[0]; PotionEffectType potionArg = (PotionEffectType) args[1]; Location locationArg = (Location) args[2]; }) .register(); $$\\downarrow$$ new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args.get(0); PotionEffectType potionArg = (PotionEffectType) args.get(1); Location locationArg = (Location) args.get(2); }) .register(); Using the args.get(String) method (recommended) The CommandAPI introduces a new args.get(String) method to access arguments using the argument node name. This method also makes your code much more compatible with optional arguments: new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args[0]; PotionEffectType potionArg = (PotionEffectType) args[1]; Location locationArg = (Location) args[2]; }) .register(); $$\\downarrow$$ new CommandAPICommand(\"cmd\") .withArguments(new StringArgument(\"mystring\")) .withArguments(new PotionEffectArgument(\"mypotion\")) .withArguments(new LocationArgument(\"mylocation\")) .executes((sender, args) -> { String stringArg = (String) args.get(\"mystring\"); PotionEffectType potionArg = (PotionEffectType) args.get(\"mypotion\"); Location locationArg = (Location) args.get(\"mylocation\"); }) .register();","breadcrumbs":"Upgrading guide » Accessing arguments","id":"493","title":"Accessing arguments"},"494":{"body":"The CommandAPI.failWithBaseComponents(message) and CommandAPI.failWithAdventureComponent(message) methods have now been moved from CommandAPI to CommandAPIBukkit, because these methods are Bukkit/Spigot/Paper specific and don't exist for other platforms (e.g. Velocity, Fabric, Sponge): CommandAPI.failWithBaseComponents(...);\nCommandAPI.failWithAdventureComponent(...); $$\\downarrow$$ CommandAPIBukkit.failWithBaseComponents(...);\nCommandAPIBukkit.failWithAdventureComponent(...);","breadcrumbs":"Upgrading guide » CommandAPI helper methods","id":"494","title":"CommandAPI helper methods"},"495":{"body":"The EnvironmentArgument has been removed in this update, as it was implemented incorrectly and is not fit for purpose. Instead, the CommandAPI has the more accurate WorldArgument.","breadcrumbs":"Upgrading guide » Removal of the EnvironmentArgument","id":"495","title":"Removal of the EnvironmentArgument"},"496":{"body":"The TeamArgument has been updated to no longer use a String as its return type. Instead, you can now just use a Team object directly: new CommandAPICommand(\"team\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { String teamName = (String) args.get(\"team\"); Team team = Bukkit.getScoreboardManager().getMainScoreboard().getTeam(teamName); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"team\") .withArguments(new TeamArgument(\"team\")) .executes((sender, args) -> { Team team = (Team) args.get(\"team\"); }) .register();","breadcrumbs":"Upgrading guide » Changes to the TeamArgument","id":"496","title":"Changes to the TeamArgument"},"497":{"body":"The ObjectiveArgument has been updated to no longer use a String as its return type. Instead, you can now just use an Objective object directly: new CommandAPICommand(\"objective\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { String objectiveName = (String) args.get(\"objective\"); Objective objective = Bukkit.getScoreboardManager().getMainScoreboard().getObjective(objectiveName); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"objective\") .withArguments(new ObjectiveArgument(\"objective\")) .executes((sender, args) -> { Objective objective = (Objective) args.get(\"objective\"); }) .register();","breadcrumbs":"Upgrading guide » Changes to the ObjectiveArgument","id":"497","title":"Changes to the ObjectiveArgument"},"498":{"body":"The ListArgumentBuilder no longer has withList(Function<CommandSender, Collection<T>> list) and instead uses SuggestionInfo to have withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list). This now allows you to access more information when generating a list dynamically instead of just the command sender. To access the original command sender, you can use the sender() method from SuggestionInfo: ListArgument<?> arg = new ListArgumentBuilder<>(\"values\", \", \") .withList(sender -> List.of(\"cat\", \"wolf\", \"axolotl\", sender.getName())) .withStringMapper() .buildGreedy(); $$\\downarrow$$ ListArgument<?> arg = new ListArgumentBuilder<>(\"values\", \", \") .withList(info -> List.of(\"cat\", \"wolf\", \"axolotl\", info.sender().getName())) .withStringMapper() .buildGreedy();","breadcrumbs":"Upgrading guide » Changes to the ListArgumentBuilder","id":"498","title":"Changes to the ListArgumentBuilder"},"499":{"body":"The Rotation class now uses a constructor which has the yaw first, and the pitch second , instead of the pitch first and the yaw second. new Rotation(20, 80); // Yaw = 80, Pitch = 20 $$\\downarrow$$ new Rotation(20, 80); // Yaw = 20, Pitch = 80","breadcrumbs":"Upgrading guide » Changes to the Rotation wrapper","id":"499","title":"Changes to the Rotation wrapper"},"5":{"body":"Updates Shading the CommandAPI in your plugins page with spigot-mapped and mojang-mapped dependencies Adds Velocity page to outline how to setup the CommandAPI for Velocity Updates CommandArguments to document new additions for safe arguments Updates Potion effect arguments to include examples for the newly added NamespacedKey variant for the PotionEffectArgument Updates Arguments to list the newly added PotionEffectArgument.NamespacedKey argument Updates Particles page to include both old particle information and new particle information","breadcrumbs":"Introduction » Documentation changes 9.3.0 \\(\\rightarrow\\) 9.4.0","id":"5","title":"Documentation changes 9.3.0 \\(\\rightarrow\\) 9.4.0"},"50":{"body":"The default config.yml is shown below: config.yml ################################################################################\n# Logging #\n################################################################################ # Verbose outputs (default: false)\n# If \"true\", outputs command registration and unregistration logs in the console\nverbose-outputs: false # Silent logs (default: false)\n# If \"true\", turns off all logging from the CommandAPI, except for errors.\nsilent-logs: false ################################################################################\n# Messages #\n################################################################################ # Messages\n# Controls messages that the CommandAPI displays to players\nmessages: # Missing executor implementation (default: \"This command has no implementations for %s\") # The message to display to senders when a command has no executor. Available # parameters are: # %s - the executor class (lowercase) # %S - the executor class (normal case) missing-executor-implementation: \"This command has no implementations for %s\" ################################################################################\n# Debugging #\n################################################################################ # Create dispatcher JSON (default: false)\n# If \"true\", the CommandAPI creates a command_registration.json file showing the\n# mapping of registered commands. This is designed to be used by developers -\n# setting this to \"false\" will improve command registration performance.\ncreate-dispatcher-json: false # Use latest version (default: false)\n# If \"true\", the CommandAPI will use the latest available NMS implementation\n# when the CommandAPI is used. This avoids all checks to see if the latest NMS\n# implementation is actually compatible with the current Minecraft version.\nuse-latest-nms-version: false # Hook into Paper's ServerResourcesReloadedEvent (default: true)\n# If \"true\", and the CommandAPI detects it is running on a Paper server, it will\n# hook into Paper's ServerResourcesReloadedEvent to detect when /minecraft:reload is run.\n# This allows the CommandAPI to automatically call its custom datapack-reloading\n# function which allows CommandAPI commands to be used in datapacks.\n# If you set this to false, CommandAPI commands may not work inside datapacks after\n# reloading datapacks.\nhook-paper-reload: true # Skips the initial datapack reload when the server loads (default: false)\n# If \"true\", the CommandAPI will not reload datapacks when the server has finished\n# loading. Datapacks will still be reloaded if performed manually when \"hook-paper-reload\"\n# is set to \"true\" and /minecraft:reload is run.\nskip-initial-datapack-reload: false ################################################################################\n# Command conversion #\n################################################################################ # Plugins to convert (default: [])\n# Controls the list of plugins to process for command conversion.\nplugins-to-convert: [] # Other commands to convert (default: [])\n# A list of other commands to convert. This should be used for commands which\n# are not declared in a plugin.yml file.\nother-commands-to-convert: [] # Skip sender proxy (default: [])\n# Determines whether the proxy sender should be skipped when converting a\n# command. If you are having issues with plugin command conversion, add the\n# plugin to this list.\nskip-sender-proxy: []","breadcrumbs":"Configuration for server owners » Default config.yml file","id":"50","title":"Default config.yml file"},"500":{"body":"The ScoreboardSlot wrapper is now an enum that has direct support for sidebar team colors, via the SIDEBAR_TEAM_### enum values, for example SIDEBAR_TEAM_RED; ScoreboardSlot slot = // Some ScoreboardSlot\nDisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, SIDEBAR or BELOW_NAME // Extract the color if necessary\nif (slot.hasTeamColor()) { ChatColor color = slot.getTeamColor();\n} $$\\downarrow$$ ScoreboardSlot slot = // Some ScoreboardSlot\nDisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, BELOW_NAME or SIDEBAR_TEAM_###","breadcrumbs":"Upgrading guide » Changes to the ScoreboardSlot wrapper","id":"500","title":"Changes to the ScoreboardSlot wrapper"},"501":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Upgrading guide","id":"501","title":"Upgrading guide"},"502":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.6.0 to 8.7.0","id":"502","title":"From 8.6.0 to 8.7.0"},"503":{"body":"This update introduces a backwards-incompatible change to the SoundArgument which was introduced in 8.6.0. SoundArguments no longer need a generic type parameter: new SoundArgument<Sound>(\"sound\") $$\\downarrow$$ new SoundArgument(\"sound\") NamespacedKey SoundArguments no longer need a SoundType parameter, instead the NamespacedKey constructor should be used: new SoundArgument<NamespacedKey>(\"sound\", SoundType.NAMESPACED_KEY) $$\\downarrow$$ new SoundArgument.NamespacedKey(\"sound\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Sound arguments","id":"503","title":"Sound arguments"},"504":{"body":"Entity selector arguments no longer need a generic type parameter or a EntitySelector parameter. Instead, the corresponding constructor should be used instead: new EntitySelectorArgument<Player>(\"target\", EntitySelector.ONE_PLAYER)\nnew EntitySelectorArgument<Collection<Player>>(\"target\", EntitySelector.MANY_PLAYERS) new EntitySelectorArgument<Entity>(\"target\", EntitySelector.ONE_ENTITY)\nnew EntitySelectorArgument<Collection<Entity>>(\"target\", EntitySelector.MANY_ENTITIES) $$\\downarrow$$ new EntitySelectorArgument.OnePlayer(\"target\")\nnew EntitySelectorArgument.ManyPlayers(\"target\") new EntitySelectorArgument.OneEntity(\"target\")\nnew EntitySelectorArgument.ManyEntities(\"target\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Entity selector arguments","id":"504","title":"Entity selector arguments"},"505":{"body":"The ScoreHolderArgument no longer needs a generic type parameter or a ScoreHolderType parameter. Instead, the corresponding constructor should be used instead: new ScoreHolderArgument<String>(nodeName, ScoreHolderType.SINGLE);\nnew ScoreHolderArgument<Collection<String>>(nodeName, ScoreHolderType.MULTIPLE); $$\\downarrow$$ new ScoreHolderArgument.Single(nodeName);\nnew ScoreHolderArgument.Multiple(nodeName);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Scoreholder arguments","id":"505","title":"Scoreholder arguments"},"506":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.5.1 to 8.6.0","id":"506","title":"From 8.5.1 to 8.6.0"},"507":{"body":"In 8.6.0, the SoundArgument now supports returning a Sound or NamespacedKey object. More information on how to use this can be found in the Sound arguments page. SoundArgument objects now require a generic type parameter to specify what the return type will be (either Sound or NamespacedKey). For the default behaviour, use Sound as the generic type parameter: new SoundArgument(\"sound\") $$\\downarrow$$ new SoundArgument<Sound>(\"sound\")","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Sound arguments","id":"507","title":"Sound arguments"},"508":{"body":"In 8.6.0, tooltips have been reworked to provide support for Spigot's BaseComponent[]s, and Adventure's Components. As a result, the default method StringTooltip.of() and Tooltip.of() have been deprecated in favour of the better named StringTooltip.ofString() and Tooltip.ofString() methods: StringTooltip.of(\"wave\", \"Waves at a player\") Tooltip.of(player.getWorld().getSpawnLocation(), \"World spawn\") $$\\downarrow$$ StringTooltip.ofString(\"wave\", \"Waves at a player\") Tooltip.ofString(player.getWorld().getSpawnLocation(), \"World spawn\") Additionally, the IStringTooltip interface's getTooltip method was changed to return a Brigadier Message object instead of a String. To use the IStringTooltip directly, you now have to add Brigadier to your project's dependencies (info on how to do that can be found here ). You can use the Tooltip.messageFromString(String) to easily upgrade to the new Message return type: @Override\npublic String getTooltip() { return this.itemstack.getItemMeta().getLore().get(0);\n} $$\\downarrow$$ @Override\npublic Message getTooltip() { return Tooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));\n}","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Tooltips","id":"508","title":"Tooltips"},"509":{"body":"To support Spigot's BaseComponent[]s and Adventure's Components, the CommandAPI.fail() method has now been deprecated in favour of the better named CommandAPI.failWithString() method: throw CommandAPI.fail(\"Error message\"); $$\\downarrow$$ throw CommandAPI.failWithString(\"Error message\");","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Command failures","id":"509","title":"Command failures"},"51":{"body":"","breadcrumbs":"Configuration for server owners » Configuration settings","id":"51","title":"Configuration settings"},"510":{"body":"List arguments can now be implemented using an underlying text argument, instead of requiring it to be a greedy string. This allows you to use multiple lists in a command, in any position. As such, the ListArgumentBuilder.build() method has been deprecated and replaced with ListArgumentBuilder.buildGreedy() instead: new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .build(); $$\\downarrow$$ new ListArgumentBuilder<Material>(\"materials\") .withList(List.of(Material.values())) .withMapper(material -> material.name().toLowerCase()) .buildGreedy();","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » List arguments","id":"510","title":"List arguments"},"511":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.5.0 to 8.5.1","id":"511","title":"From 8.5.0 to 8.5.1"},"512":{"body":"In 8.5.1, the methods Brigadier.fromArgument and Brigadier.toSuggestions were changed to use Argument based parameters instead of String based parameters. Instead of providing the node name, you now have to provide the whole argument: Argument<?> myArgument = new StringArgument(\"myargument\");\nList<Argument<?>> argumentList = List.of(myArgument); Brigadier.fromArgument(argumentList, \"myargument\");\nBrigadier.toSuggestions(\"myargument\", argumentList); $$\\downarrow$$ Argument<?> myArgument = new StringArgument(\"myargument\");\nList<Argument<?>> argumentList = List.of(myArgument); Brigadier.fromArgument(argumentList, myArgument);\nBrigadier.toSuggestions(myArgument, argumentList);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Brigadier arguments","id":"512","title":"Brigadier arguments"},"513":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.3.1 to 8.4.0","id":"513","title":"From 8.3.1 to 8.4.0"},"514":{"body":"In 8.2.1, the CommandAPI exposed CommandAPIHandler.getInstance().registeredCommands to get a list of registered commands. This has now been changed and properly implemented as a getter method which can be accessed from CommandAPI: CommandAPIHandler.getInstance().registeredCommands $$\\downarrow$$ CommandAPI.getRegisteredCommands()","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Getting a list of registered commands","id":"514","title":"Getting a list of registered commands"},"515":{"body":"The import for EntitySelector for the EntitySelectorArgument has moved to improve CommandAPI shading support with jar minimization: dev.jorel.commandapi.arguments.EntitySelectorArgument.EntitySelector $$\\downarrow$$ dev.jorel.commandapi.arguments.EntitySelector","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Entity selector arguments","id":"515","title":"Entity selector arguments"},"516":{"body":"Custom arguments are no longer restricted to a string-based argument or a keyed-based argument and can now be implemented over any existing argument \"base\". This argument is now parameterized over two types: the first type being the return type of this custom argument and the second type being the return type of the \"base\" argument. Custom arguments should now use the new constructor that accepts an argument - more information on how to do that can be found on the Custom arguments page . It's recommended to review your implementation of custom arguments and upgrade them if you feel that you need a more powerful argument parser (for example, you might want to use a greedy string argument as the base argument instead of a string argument). Custom arguments that are not keyed can be drop-in replaced with a StringArgument: new CustomArgument<T>(\"nodename\", inputInfo -> { // Code here return T;\n}); $$\\downarrow$$ new CustomArgument<T, String>(new StringArgument(\"nodename\"), inputInfo -> { // Code here return T;\n}); Keyed custom arguments can be drop-in replaced with a NamespacedKeyArgument: new CustomArgument<T>(\"nodename\", inputInfo -> { // Code here return T;\n}, true); $$\\downarrow$$ new CustomArgument<T, NamespacedKey>(new NamespacedKeyArgument(\"nodename\"), inputInfo -> { // Code here return T;\n});","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Custom arguments","id":"516","title":"Custom arguments"},"517":{"body":"NBT arguments now have a different implementation if you're using the plugin version of the CommandAPI or shading the CommandAPI. NBTCompoundArguments are now parameterized over their implemented NBTCompound implementation. For the NBT API, this means: new NBTCompoundArgument(\"nbt\"); $$\\downarrow$$ new NBTCompoundArgument<NBTContainer>(\"nbt\"); If you're using the plugin version of the CommandAPI You no longer have to include the NBT API separately, the CommandAPI comes with the NBT API built-in: de.tr7zw.nbtapi.NBTContainer $$\\downarrow$$ dev.jorel.commandapi.nbtapi.NBTContainer If you're shading the CommandAPI You now need to shade the NBT API into your plugin (as well as the CommandAPI). So the CommandAPI knows how to use the underlying implementation of the NBT API, you have to configure it using the CommandAPIConfig.initializeNBTAPI() method in CommandAPI.onLoad(). More information on how to do that can be found on the NBT arguments page, under Shading usage setup .","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » NBT arguments","id":"517","title":"NBT arguments"},"518":{"body":"Arguments are now parameterized over a generic type. This does very little in terms of the running of the CommandAPI, but does ensure type safety with its internals. Instances of the Argument type now have to be parameterized. In general, this basically means: Argument myArgument = new GreedyStringArgument(\"arg\"); $$\\downarrow$$ Argument<?> myArgument = new GreedyStringArgument(\"arg\"); Arguments that have multiple return types also need to be parameterized over their return type. This includes: CustomArgument EntitySelectorArgument ScoreholderArgument For example: new EntitySelectorArgument(\"target\", EntitySelector.ONE_PLAYER); $$\\downarrow$$ new EntitySelectorArgument<Player>(\"target\", EntitySelector.ONE_PLAYER);","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From 8.0.0 or earlier to 8.1.0","id":"518","title":"From 8.0.0 or earlier to 8.1.0"},"519":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 7.0.0 to 8.0.0","id":"519","title":"From version 7.0.0 to 8.0.0"},"52":{"body":"If true, outputs command registration and unregistration logs in the console. This is primarily used for developers to identify issues with command registration. Default value verbose-outputs: false Example value verbose-outputs: true","breadcrumbs":"Configuration for server owners » verbose-outputs","id":"52","title":"verbose-outputs"},"520":{"body":"Particle arguments no longer return Bukkit's org.bukkit.Particle enum, but now return a wrapper dev.jorel.commandapi.wrappers.ParticleData instead. More information about this wrapper class and how to use it can be found on the particle arguments page . To update, change any Particle casts into a ParticleData cast instead: new CommandAPICommand(\"mycommand\") .withArgument(new ParticleArgument(\"particle\")) .executes((sender, args) -> { Particle particle = (Particle) args[0]; // Do stuff with particle }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .withArgument(new ParticleArgument(\"particle\")) .executes((sender, args) -> { ParticleData particleData = (ParticleData) args[0]; Particle particle = particleData.particle(); Object data = particleData.data(); // Do stuff with particle and data }) .register();","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Particle arguments","id":"520","title":"Particle arguments"},"521":{"body":"","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 6.5.2 to 7.0.0","id":"521","title":"From version 6.5.2 to 7.0.0"},"522":{"body":"The Maven repository used to serve the CommandAPI has changed from JitPack.io to Maven Central. For Maven projects, you no longer require wan explicit <repository> entry for the CommandAPI. for Gradle projects, you need to ensure mavenCentral() in present in your repositories section. The group ID has changed from dev.jorel.CommandAPI to dev.jorel More information about setting up your development environment can be found in Setting up your development environment .","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Maven repository","id":"522","title":"Maven repository"},"523":{"body":"The CommandAPI.fail() no longer automatically throws the exception that it creates, and instead now requires you to manually throw the exception yourself. This improves upon invalid states in command executors and allows invalid states to be identified more easily at compile time. To update, simply add the throw keyword before you call CommandAPI.fail(): new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { CommandAPI.fail(\"You don't have permission to run /mycommand!\"); return; } sender.sendMessage(\"Hello!\"); }) $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { throw CommandAPI.fail(\"You don't have permission to run /mycommand!\"); } sender.sendMessage(\"Hello!\"); })","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » CommandAPI command failures","id":"523","title":"CommandAPI command failures"},"524":{"body":"Suggestions have been overhauled and no longer take in a Function<SuggestionsInfo, String[]> anymore. Instead, they now take in a ArgumentSuggestions object which represents argument suggestions (and whether they are executed asynchronously or have tooltips). Normal (string) suggestions These normal suggestions methods have been replaced with an ArgumentSuggestions parameter instead of a function: Argument replaceSuggestions(Function<SuggestionInfo, String[]> suggestions);\nArgument includeSuggestions(Function<SuggestionInfo, String[]> suggestions); $$\\downarrow$$ Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); The same functionality can be reproduced by wrapping your existing functions in ArgumentSuggestions.strings: List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(info -> new String[] {\"northland\", \"eastland\", \"southland\", \"westland\" }\n)); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"world\").replaceSuggestions(ArgumentSuggestions.strings(info -> new String[] {\"northland\", \"eastland\", \"southland\", \"westland\" }\n))); Normal (strings with tooltips) suggestions The ...T() methods have been replaced with the normal methods above, and can use the ArgumentSuggestions.stringsWithTooltips method: Argument replaceSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);\nArgument includeSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions); $$\\downarrow$$ Argument replaceSuggestions(ArgumentSuggestions suggestions);\nArgument includeSuggestions(ArgumentSuggestions suggestions); For example: List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestionsT( info -> new IStringTooltip[] { StringTooltip.of(\"wave\", \"Waves at a player\"), StringTooltip.of(\"hug\", \"Gives a player a hug\"), StringTooltip.of(\"glare\", \"Gives a player the death glare\") } )\n); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new StringArgument(\"emote\") .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] { StringTooltip.of(\"wave\", \"Waves at a player\"), StringTooltip.of(\"hug\", \"Gives a player a hug\"), StringTooltip.of(\"glare\", \"Gives a player the death glare\") } ))\n); Safe suggestions Similar to above with normal suggestions, safe suggestions have been replaced with replaceSafeSuggestions and includeSafeSuggestions respectively: Argument replaceWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);\nArgument includeWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions); $$\\downarrow$$ Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);\nArgument includeSafeSuggestions(SafeSuggestions<T> suggestions); These can be used with the SafeSuggestions.suggest and SafeSuggestions.tooltips methods to wrap existing functions. For example: List<Argument> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceWithSafeSuggestions(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n)); $$\\downarrow$$ List<Argument> arguments = new ArrayList<>();\narguments.add(new RecipeArgument(\"recipe\").replaceSafeSuggestions(SafeSuggestions.suggest(info -> new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }\n)));","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » Suggestions","id":"524","title":"Suggestions"},"525":{"body":"Please refer to an older version of the documentation. This has been omitted to save space and reduce confusion in this upgrading section.","breadcrumbs":"Upgrading guide » Upgrading guide (pre-9.0.0) » From version 6.2.0 or earlier to 6.3.0","id":"525","title":"From version 6.2.0 or earlier to 6.3.0"},"526":{"body":"Here's a list of questions that have come up time and time again which all have the same answer.","breadcrumbs":"FAQ » FAQ","id":"526","title":"FAQ"},"527":{"body":"The CommandAPI's documentation is the place to search for anything! In the top left corner of this documentation, you can find this icon. You can pretty much search for anything - it'll find it!","breadcrumbs":"FAQ » How do I use (insert feature here) in the CommandAPI?","id":"527","title":"How do I use (insert feature here) in the CommandAPI?"},"528":{"body":"Formally, no. If you are encountering issues with /reload, consider not using /reload. More information about reloading can be found in Plugin reloading .","breadcrumbs":"FAQ » Does the CommandAPI support reloading via /reload?","id":"528","title":"Does the CommandAPI support reloading via /reload?"},"529":{"body":"As of 9.0.0, yes! Please view information on optional arguments in Optional arguments .","breadcrumbs":"FAQ » Does the CommandAPI support optional arguments?","id":"529","title":"Does the CommandAPI support optional arguments?"},"53":{"body":"If true, turns off all logging from the CommandAPI, except for errors. Default value silent-logs: false Example value silent-logs: true","breadcrumbs":"Configuration for server owners » silent-logs","id":"53","title":"silent-logs"},"530":{"body":"Not yet. The CommandAPI's annotation system was actually originally a little test on writing a compile-time annotation system which actually worked out much better than I had intended. I plan to rewrite the CommandAPI's annotation system to make it much more powerful (and support suggestions!). This is stated in the project roadmap","breadcrumbs":"FAQ » Does the CommandAPI support suggestions in the annotation system?","id":"530","title":"Does the CommandAPI support suggestions in the annotation system?"},"531":{"body":"No. This is a Brigadier limitation. Technical reason that this is a limitation of Brigadier Brigadier's code has two classes for arguments, LiteralCommandNode and ArgumentCommandNode . The ArgumentCommandNode class contains a field customSuggestions of type SuggestionProvider<S> which is used to handle suggestions - this field is not present inside LiteralCommandNode, meaning that LiteralArguments cannot provide suggestions to users. We need suggestions to provide tooltips. This is because SuggestionProvider provides us with an instance of SuggestionsBuilder , SuggestionsBuilder contains a List<Suggestion> and the Suggestion class contains Message . This Message class is what is needed to display a tooltip to users.","breadcrumbs":"FAQ » Can you add tooltips to literal/multiliteral arguments?","id":"531","title":"Can you add tooltips to literal/multiliteral arguments?"},"532":{"body":"No. That message is handled client-side and isn't controlled by the CommandAPI. An alternative solution is to perform permission checking inside the command and return a custom message if it's not satisfied: new CommandAPICommand(\"mycommand\") .withPermission(\"some.permission\") .executes((sender, args) -> { sender.sendMessage(\"Hello!\"); }) .register(); $$\\downarrow$$ new CommandAPICommand(\"mycommand\") .executes((sender, args) -> { if(!sender.hasPermission(\"some.permission\")) { throw CommandAPI.failWithString(\"You don't have permission to run /mycommand!\"); } sender.sendMessage(\"Hello!\"); }) .register();","breadcrumbs":"FAQ » Can I change the message that is sent to the user when they don't have permission to run a command?","id":"532","title":"Can I change the message that is sent to the user when they don't have permission to run a command?"},"533":{"body":"No. That message is handled client-side and isn't controlled by the CommandAPI.","breadcrumbs":"FAQ » Can I change the message that is sent to the user when an argument isn't valid?","id":"533","title":"Can I change the message that is sent to the user when an argument isn't valid?"},"534":{"body":"Arguments with suggestions provided using ArgumentSuggestions.strings(String...) are calculated when the command is registered . In order to have argument suggestions calculated when the command is being typed , you need to use the lambda-variant of the ArgumentSuggestions.strings(Function<SuggestionInfo, String[]> suggestions) method instead. More information about the different methods can be found here . The easiest way to do this is to add info -> at the start of your array: ArgumentSuggestions.strings(SomeClass.someArray); $$\\downarrow$$ ArgumentSuggestions.strings(info -> SomeClass.someArray);","breadcrumbs":"FAQ » My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?","id":"534","title":"My suggestions on my arguments are empty or don't update. How do I make dynamic suggestions?"},"535":{"body":"There are a few arguments that are incompatible with various versions of Minecraft. This page outlines the full list of incompatibilities that the CommandAPI has with what versions of Minecraft.","breadcrumbs":"Incompatible version information » Incompatible version information","id":"535","title":"Incompatible version information"},"536":{"body":"","breadcrumbs":"Incompatible version information » Argument changes with respect to Minecraft version","id":"536","title":"Argument changes with respect to Minecraft version"},"537":{"body":"Incompatible with Minecraft versions less than 1.16.2 (1.16, 1.16.1)","breadcrumbs":"Incompatible version information » AngleArgument","id":"537","title":"AngleArgument"},"538":{"body":"Incompatible with Minecraft version 1.16.1 (Works on 1.16.2)","breadcrumbs":"Incompatible version information » ChatArgument","id":"538","title":"ChatArgument"},"539":{"body":"Incompatible with Minecraft versions less than 1.19 and greater than 1.19.2 (Works on 1.19, 1.19.1 and 1.19.2)","breadcrumbs":"Incompatible version information » ChatArgument's chat preview","id":"539","title":"ChatArgument's chat preview"},"54":{"body":"Controls messages that the CommandAPI displays to players. Available messages: missing-executor-implementation - the message to display to senders when a command has no executor. This message supports format parameters: %s - the executor class (lowercase). For example \"craftplayer\" %S - the executor class (normal case). For example \"CraftPlayer\" Default value messages: missing-executor-implementation: \"This command has no implementations for %s\"","breadcrumbs":"Configuration for server owners » messages","id":"54","title":"messages"},"540":{"body":"Running functions generated via the FunctionArgument on Minecraft version 1.20.3 and 1.20.4 will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result. (Works normally on 1.20.2 and below). Trying to retrieve the list of commands in a function on Minecraft version 1.20.3 and 1.20.4 will always return an empty array.","breadcrumbs":"Incompatible version information » FunctionArgument","id":"540","title":"FunctionArgument"},"541":{"body":"","breadcrumbs":"Incompatible version information » CommandAPI behavior with respect to Minecraft version","id":"541","title":"CommandAPI behavior with respect to Minecraft version"},"542":{"body":"In Minecraft version 1.16 , the way datapacks were loaded changed in such a way that the CommandAPI had to put in additional countermeasures to provide full support to it. To illustrate this, this was the previous loading sequence for Bukkit servers in Minecraft 1.15: \\(\\texttt{Server loads}\\rightarrow\\texttt{Plugins load}\\rightarrow\\texttt{Datapacks load}\\rightarrow\\texttt{Server finishes loading}\\) Instead however, Minecraft 1.16 changed the loading sequence to the following: \\(\\texttt{Server loads}\\rightarrow\\texttt{Datapacks load}\\rightarrow\\texttt{Plugins load}\\rightarrow\\texttt{Server finishes loading}\\) Because the CommandAPI used to register vanilla Minecraft commands before datapacks (and thus, custom Minecraft functions), it was possible to register custom commands that can be used in functions. With this new loading sequence change in Minecraft 1.16, this meant that datapacks load first before the CommandAPI does, so custom commands are not registered and functions with custom commands would fail to load. To resolve this, the CommandAPI reloads datapacks and recipes at the end: \\begin{align} &\\quad\\texttt{Server loads} \\\\ \\rightarrow&\\quad\\texttt{Datapacks load} \\\\ \\rightarrow&\\quad\\texttt{Plugins load} \\\\ \\rightarrow&\\quad\\texttt{Server finishes loading} \\\\ \\rightarrow&\\quad\\texttt{Datapacks are reloaded} && \\texttt{(by the CommandAPI)} \\\\ \\rightarrow&\\quad\\texttt{Recipes are reloaded} && \\texttt{(by the CommandAPI)} \\end{align} By doing this, this means: Custom functions from datapacks are loaded twice Recipes are reloaded twice, including recipes defined by other plugins Although this sounds pretty bad (since reloading these things twice can be time consuming, thus contributing to the server start-up time), it is the only way to make custom functions work in Minecraft 1.16 and beyond.","breadcrumbs":"Incompatible version information » Minecraft version 1.16 and beyond","id":"542","title":"Minecraft version 1.16 and beyond"},"543":{"body":"This section summarizes the list of things that could go wrong with the CommandAPI and how to mitigate these circumstances.","breadcrumbs":"Troubleshooting » Troubleshooting","id":"543","title":"Troubleshooting"},"544":{"body":"If you've registered a command with an argument and replaced/included additional suggestions, but the suggestions: Are empty (e.g. a list of worlds returns no suggestions) Don't update automatically (e.g. a list of players doesn't update when new players join the game) This is most likely caused by using a constant array instead of using a lambda to dynamically update argument suggestions when the player requests them: new StringArgument(\"players\") .replaceSuggestions(ArgumentSuggestions.strings( Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new) )); $$\\downarrow$$ new StringArgument(\"players\") .replaceSuggestions(ArgumentSuggestions.strings( info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new) ));","breadcrumbs":"Troubleshooting » Argument suggestions are empty or aren't updating","id":"544","title":"Argument suggestions are empty or aren't updating"},"545":{"body":"If you're shading the CommandAPI and any of the following occur: Players with no permissions cannot run CommandAPI commands .withPermission(CommandPermission.NONE) doesn't work, even if a player has no permissions You've probably not initialized the CommandAPI correctly. To assign permissions to a command, you have to add CommandAPI.onEnable() to your plugin's onEnable() method.","breadcrumbs":"Troubleshooting » Permissions don't work (shading the CommandAPI)","id":"545","title":"Permissions don't work (shading the CommandAPI)"},"546":{"body":"If you've registered a command, the command should be present in the console if verbose logging is enabled. If this does not appear in the console, check that you've: Used .register() at the end of your command declaration Added CommandAPI.onLoad() and CommandAPI.onEnable() to your onLoad() and onEnable() methods if you're shading the CommandAPI Not added the commands to your plugin.yml file if you're not shading the CommandAPI","breadcrumbs":"Troubleshooting » I've registered my command but nothing happens","id":"546","title":"I've registered my command but nothing happens"},"547":{"body":"If you're getting an error which looks something like this (key thing to look for is class file version 60.0), then you're running an old and unsupported version of Java: [06.09 16:48:26] [Server] [Server thread/ERROR]: Could not load 'plugins/CommandAPI.jar' in folder 'plugins'\norg.bukkit.plugin.InvalidPluginExceptionjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:381) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:928) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]\nCaused byjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_271] at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_271] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:186) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_271] at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271] at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_271] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56] ... more As of CommandAPI 6.0.0 onwards, the CommandAPI is written in Java 16, so old versions such as Java 8 will not run the CommandAPI. Consider upgrading to Java 16. For context, a list of Java versions and their class file version: Java version Class file version Java version Class file version Java 17 61.0 Java 12 56.0 Java 16 60.0 Java 11 55.0 Java 15 59.0 Java 10 54.0 Java 14 58.0 Java 9 53.0 Java 13 57.0 Java 8 52.0","breadcrumbs":"Troubleshooting » The CommandAPI doesn't load, something about UnsupportedClassVersionError and \"class file version 60.0\"","id":"547","title":"The CommandAPI doesn't load, something about UnsupportedClassVersionError and \"class file version 60.0\""},"548":{"body":"If you get an error at the very start of the server's startup sequence along the lines of: [15:57:29] [Worker-Main-5/ERROR]: Failed to load function mycustomnamespace:test\njava.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE] at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_261] at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_261] at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_261] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_261] at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_261]\nCaused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE] at net.minecraft.server.v1_16_R1.CustomFunction.a(SourceFile:62) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1] at net.minecraft.server.v1_16_R1.CustomFunctionManager.a(SourceFile:84) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1] ... 6 more You can safely ignore it - the CommandAPI fixes this later. This is described in more detail here .","breadcrumbs":"Troubleshooting » Server errors when loading datapacks in 1.16+","id":"548","title":"Server errors when loading datapacks in 1.16+"},"549":{"body":"See Plugin reloading","breadcrumbs":"Troubleshooting » Running /reload doesn't work","id":"549","title":"Running /reload doesn't work"},"55":{"body":"Controls whether the CommandAPI should generate a command_registration.json file showing the mapping of registered commands. This is primarily designed to be used by developers. Setting this to false will slightly improve command registration performance. The command_registration.json JSON representation of commands is in the same format as Minecraft's Data Generators Commands report . The format is Brigadier's command graph - more information about the JSON format can be found here . Default value create-dispatcher-json: false Example value create-dispatcher-json: true","breadcrumbs":"Configuration for server owners » create-dispatcher-json","id":"55","title":"create-dispatcher-json"},"550":{"body":"If players cannot connect, this could be due to the size of the command data packet. To see the resultant packet being sent to players when they log in, enable the create-dispatcher-json: true setting and view the file size of the resultant file. If the file size is abnormally large (Over 2MB is considered very large) , consider reducing the number of LiteralArguments which your plugin uses.","breadcrumbs":"Troubleshooting » Players cannot connect/timeout when joining","id":"550","title":"Players cannot connect/timeout when joining"},"551":{"body":"If you've found a bug that isn't solved here, submit a bug report on the CommandAPI's issues page and I'll try my best to resolve the issue!","breadcrumbs":"Troubleshooting » My issue isn't on here, what do I do?","id":"551","title":"My issue isn't on here, what do I do?"},"552":{"body":"","breadcrumbs":"Afterword » Afterword","id":"552","title":"Afterword"},"553":{"body":"Congratulations on making it to the end of the documentation! It's really long, but I did my best to make it the best (Bukkit/Spigot plugin) documentation in existence.","breadcrumbs":"Afterword » A message from the CommandAPI's author","id":"553","title":"A message from the CommandAPI's author"},"554":{"body":"My name is Jorel, commonly known by my Minecraft username Skepter . I started the CommandAPI in the summer holidays between my first and second year at university. On the 19th August, 2018 I made my first commit to the CommandAPI project - just a month and a day after Minecraft 1.13 was released. At the time, I just decided to call it \"The 1.13 Command API\" - it wasn't the catchiest name out there, but it sort of said what I wanted it to - it's a Command API for Minecraft 1.13, which was the update when the big overhaul to the command system was introduced. It all started as a simple idea that can be summarized in 3 bullet points: Create an API to use the new command UI that was introduced in Minecraft 1.13 Make it so the developers don't have to understand/use Mojang's brigadier Make it similar to Bukkit's existing API","breadcrumbs":"Afterword » Intro","id":"554","title":"Intro"},"555":{"body":"After the release of version 1.2, two days after the initial release, I received my first GitHub issue. This was quite a shock to me - version 1.2 only had 11 total downloads so it seemed odd that someone managed to stumble upon it despite the fact that I did nothing to promote the CommandAPI. Little did I know that that one issue was the main motivation to keep this API alive after its initial release. I would never have possible imagined in my wildest dreams that 2 years later, I would still be in contact with them and know that if I had not chosen to create this API, their server would not have survived beyond Minecraft 1.13, let alone Minecraft 1.15, two major Minecraft versions later.","breadcrumbs":"Afterword » Starting out","id":"555","title":"Starting out"},"556":{"body":"This project has been insane. Absolutely, utterly insane. At over 1000 commits and over 1,000,000 additions (that includes things such as lines of code, lines of generated HTML documentation etc.), I can say without a doubt that this is indeed my biggest project ever. Not only have I managed to deal with hundreds of GitHub issues, I've also had the opportunity to try all sorts of technologies that I could have only dreamt of using, such as: Using GitHub Actions for cloud-based build checking and project status notifications Using CodeFactor.io to automatically identify issues with my code Publishing the CommandAPI to MavenCentral Improving my understanding of Gradle to write Gradle instructions for the documentation Learning Kotlin to add Kotlin examples to the CommandAPI's documentation Learning TypeScript for an upcoming web-based CommandAPI command visualizer","breadcrumbs":"Afterword » Reflection on the project and personal gains","id":"556","title":"Reflection on the project and personal gains"},"557":{"body":"Anyway, I digress. I'd like to give credit to all of the people that have opened issues on the CommandAPI GitHub, for without these people, the CommandAPI would have only remained a shadow of what it is now. I'd like to give credit to the people that have starred the CommandAPI on its GitHub page, and all of the members of the CommandAPI Discord server . I would like to personally give thanks to the following people - these are people that have made a significant contribution to the project in terms of ideas or support early in the CommandAPI's development: Combustible , who kickstarted the project by creating the CommandAPI's first issue. From this issue, this allowed the CommandAPI to have interoperability with Minecraft commands and functions which is by far the CommandAPI's most admirable feature. Additionally, Combustible helped raise awareness of the CommandAPI via the Spigot forums and Spigot issue tracker. Draycia , who suggested implementing lazy evaluation for argument suggestions. This has been extended to provide the CommandAPI's context-aware system for argument suggestions based on previously filled arguments. HielkeMinecraft , who made three outstanding contributions to the CommandAPI. They created the suggestion of setting the result and success values of commands which improves the interoperability between commands registered with the CommandAPI and vanilla Minecraft commands. They also influenced the implementation of the requirements system to have more powerful command constraints and helped start the CommandAPI Discord server. Minenash , who was the driving force for the CommandAPI's 3.0 release, which added a plethora of new arguments to the CommandAPI. Minenash's research, code prototypes, documentation examples, bug testing and code review was a tremendous help to make the 3.0 release such a feature-rich version. Michael-Ziluck , who created an amazing pull request that helped greatly improve the performance of the CommandAPI as well as structure the entire CommandAPI project into a multi-module Maven project which significantly improved the maintainability of the CommandAPI for the future. portlek , who helped migrate the CommandAPI's repository to jitpack.io . They helped debug some technical errors with remote building and tested that the repository was working throughout the process. 469512345 , who redesigned and implemented the suggestions feature for arguments, bringing powerful asynchronous arguments and highly-extensible suggestions to the CommandAPI. They also implemented the CommandTree feature to bring yet another way for developers to create commands with the CommandAPI. I'd also like to give a special mention to the following people that have helped find bugs or have supported the project in some way early in the CommandAPI's development: aianlinb, Baka-Mitai, Checkium, Comeza, DerpNerb, DogeBogey, endrdragon, EnragedRabisu, i509VCB, KieranGateley, lifespan, Loapu, Marvmallow, MatrixTunnel, Ricky12Awesome, SHsuperCM, SpaceCheetah, The_Gavster, Tinkot, vladfrangu, zedwick.","breadcrumbs":"Afterword » Acknowledgements (early development)","id":"557","title":"Acknowledgements (early development)"},"558":{"body":"I'm well aware there are lots of users that have made significant contributions to the CommandAPI that aren't listed above! Over the past four years, hundreds of users have created GitHub issues, joined the CommandAPI Discord server and submitted pull requests to contribute to the CommandAPI. I'd like to personally give thanks to my ✨Special Contributors in the CommandAPI Discord server - these are users that have made an exceptionally significant contribution to the CommandAPI project in general, from helping new users get started with the CommandAPI, to contributing to the CommandAPI repository directly, to bringing a liveliness to the CommandAPI Discord server as a whole: willkroboth , the first ✨Special Contributor , recognized for their above-and-beyond contribution to helping new CommandAPI Discord members. DerEchtePilz , recognized for their significant contribution of creating a Kotlin DSL for the CommandAPI (with the help of Sparky from the CommandAPI Discord server). The CommandAPI would not be where it is currently without the community that has been established over the years in the CommandAPI Discord server. As such, I'd like to give a special thanks to some of the most active CommandAPI Discord server members that make the community feel lively: ! AkaGiant ! Brought To You By MineNash TheGates","breadcrumbs":"Afterword » Acknowledgements (CommandAPI Discord server)","id":"558","title":"Acknowledgements (CommandAPI Discord server)"},"559":{"body":"I didn't really want to add a way for CommandAPI users to be able to contribute financially via donations because the CommandAPI is free for all and the cost of maintaining the CommandAPI is effectively negligible. That said, I'd like to give special thanks to those that have donated to the CommandAPI.","breadcrumbs":"Afterword » Acknowledgements (Donators)","id":"559","title":"Acknowledgements (Donators)"},"56":{"body":"Controls whether the CommandAPI should use the latest NMS implementation for command registration and execution. This setting can be used to run the CommandAPI on Minecraft versions higher than it can support. For example, if the CommandAPI supports Minecraft 1.18 and Minecraft 1.18.1 comes out, you can use this to enable support for 1.18.1 before an official CommandAPI release comes out that supports 1.18.1. This feature is very experimental and should only be used if you know what you are doing. In almost every case, it is better to wait for an official CommandAPI release that supports the latest version of Minecraft. Using use-latest-nms-version is not guaranteed to work and can cause unexpected side-effects! Default value use-latest-nms-version: false Example value use-latest-nms-version: true","breadcrumbs":"Configuration for server owners » use-latest-nms-version","id":"56","title":"use-latest-nms-version"},"560":{"body":"I never really expected more than 5 or so people to use this API, so it was truly a pleasure to see everyone's responses, issues and suggestions that has made the CommandAPI what it is today. Thank you so much for using the CommandAPI!","breadcrumbs":"Afterword » Final comments","id":"560","title":"Final comments"},"57":{"body":"Controls whether the CommandAPI hooks into the Paper-exclusive ServerResourcesReloadedEvent when available. When the CommandAPI detects it is running on a Paper-based server, its default behavior will be to hook into the ServerResourcesReloadedEvent, which triggers when /minecraft:reload is run. During this event, the CommandAPI runs a custom datapack reloading sequence that helps commands registered with the CommandAPI work within datapacks. See Reloading datapacks for more information on this process. By default, this value is set to true and the CommandAPI will hook into the ServerResourcesReloadedEvent. If you want, you can set this to false, and the CommandAPI will not hook into this event. Default value hook-paper-reload: true Example value hook-paper-reload: false","breadcrumbs":"Configuration for server owners » hook-paper-reload","id":"57","title":"hook-paper-reload"},"58":{"body":"Controls whether the CommandAPI should perform its initial datapack reload when the server has finished loading. The CommandAPI automatically reloads all datapacks in a similar fashion to /minecraft:reload in order to propagate CommandAPI commands into datapack functions and tags. This operation may cause a slight delay to server startup and is not necessary if you are not using datapacks or functions that use CommandAPI commands. This operation can be skipped by setting this value to false. Note that datapacks will still be reloaded if performed manually when hook-paper-reload is set to true and you run /minecraft:reload. Default value skip-initial-datapack-reload: false Example value skip-initial-datapack-reload: true","breadcrumbs":"Configuration for server owners » skip-initial-datapack-reload","id":"58","title":"skip-initial-datapack-reload"},"59":{"body":"Controls the list of plugins to process for command conversion. See Command conversion for more information. Default value plugins-to-convert: [] Example values plugins-to-convert: - Essentials: ~ plugins-to-convert: - Essentials: - speed - hat - MyPlugin: - mycommand - MyOtherPlugin: ~ plugins-to-convert: - Essentials: - speed <speed>[0..10] - speed <target>[minecraft:game_profile] - speed (walk|fly) <speed>[0..10] - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile]","breadcrumbs":"Configuration for server owners » plugins-to-convert","id":"59","title":"plugins-to-convert"},"6":{"body":"Updates Incompatible version information page and FunctionArgument pages that functions made with the FunctionArgument will always return 1 when running on 1.20.3 and 1.20.4. Updates Kotlin DSL page to mention every possible executor method.","breadcrumbs":"Introduction » Documentation changes 9.2.0 \\(\\rightarrow\\) 9.3.0","id":"6","title":"Documentation changes 9.2.0 \\(\\rightarrow\\) 9.3.0"},"60":{"body":"Determines whether the proxy sender should be skipped when converting a command. See Skipping proxy senders for more information. Default value skip-sender-proxy: [] Example value skip-sender-proxy: - SkinsRestorer - MyPlugin","breadcrumbs":"Configuration for server owners » skip-sender-proxy","id":"60","title":"skip-sender-proxy"},"61":{"body":"A list of other commands to convert. This should be used for commands which are not declared in a plugin.yml file. See Arbitrary command conversion for more information. Default value other-commands-to-convert: [] Example value other-commands-to-convert: - /set - mycommand","breadcrumbs":"Configuration for server owners » other-commands-to-convert","id":"61","title":"other-commands-to-convert"},"62":{"body":"The CommandAPI has the ability to convert plugin commands into \"Vanilla compatible\" commands automatically on startup. This allows you to use /execute and Minecraft functions/tags for plugins that do not use the CommandAPI. For example, if you want to use the /hat command from the plugin Essentials in an /execute command or from a command block, you can use the CommandAPI's command conversion setting to do so. The CommandAPI has 3 different conversion methods, each one more specific and powerful than the others. These are the following: Entire plugin conversion Converts all commands from a plugin into Vanilla compatible commands Single command conversion Converts a single command into a Vanilla compatible command Single command conversion with custom arguments Converts a single command from a plugin into a Vanilla compatible command, whilst also declaring what the arguments to the command are","breadcrumbs":"Command conversion » Command Conversion (for server owners)","id":"62","title":"Command Conversion (for server owners)"},"63":{"body":"Drag a plugin here to view a list of available commands which can be registered for the CommandAPI. Drag and drop a plugin .jar file here","breadcrumbs":"Command conversion » Extract plugin info","id":"63","title":"Extract plugin info"},"64":{"body":"To configure command conversion, the CommandAPI reads this information from the config.yml file. This file has a bit of a weird structure, so to put it simply, these are the following rules: config.yml cannot have tab characters - The config.yml file must only consist of spaces! Indentation is important and should be two spaces If you're uncertain if your configuration is valid (or you're getting weird errors in the console), you can check if your configuration is valid by dropping your config.yml file below: Drag and drop your config.yml here","breadcrumbs":"Command conversion » YAML configuration rules","id":"64","title":"YAML configuration rules"},"65":{"body":"To convert all of the commands that a plugin has, add the name of the plugin, followed by a ~ character to the list of plugins to convert in the config.yml file.","breadcrumbs":"Command conversion » Converting all plugin commands","id":"65","title":"Converting all plugin commands"},"66":{"body":"For example, if you wanted to convert all commands that EssentialsX has, you can use the following config.yml: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: ~","breadcrumbs":"Command conversion » Example - Converting all commands from EssentialsX","id":"66","title":"Example - Converting all commands from EssentialsX"},"67":{"body":"Often, you don't want to convert every single command that a plugin declares, and instead you only want to convert a few commands that a plugin has. The CommandAPI has two ways of doing this: Plugin command conversion: This converts a command which is declared in a plugin's plugin.yml file Arbitrary command conversion: This converts a command which is not declared in a plugin's plugin.yml file","breadcrumbs":"Command conversion » Single command conversion » Single command conversion","id":"67","title":"Single command conversion"},"68":{"body":"To convert a single command, you need to first populate the config.yml with the name of the plugin and commands to be converted. To illustrate this, we'll use an example:","breadcrumbs":"Command conversion » Single command conversion » Plugin command conversion","id":"68","title":"Plugin command conversion"},"69":{"body":"Say we're using EssentialsX on our server and we want to be able to use /afk and /hat in command blocks. This would allow us to use (for example) the following commands in command blocks: /execute as @p run afk\n/execute as @p run hat To do this, we need to add Essentials to our config.yml file, and include the commands afk and hat as the commands to be converted from the Essentials plugin. This would then make our config.yml file look like this: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - hat - afk Developer's Note: Note that the commands hat and afk are used, as opposed to an alias such as head. The CommandAPI is only able to convert plugin commands that are declared in a plugin's plugin.yml file. For example, if we take a look at the EssentialsX plugin.yml file, we can see the commands afk and hat have been declared and thus, are the commands which must be used in the CommandAPI's config.yml file: name: Essentials\nmain: com.earth2me.essentials.Essentials\nversion: 2.18.0.0\nwebsite: http://tiny.cc/EssentialsCommands\ndescription: Provides an essential, core set of commands for Bukkit.\nsoftdepend: [Vault, LuckPerms]\nauthors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685]\napi-version: \"1.13\"\ncommands: afk: description: Marks you as away-from-keyboard. usage: /<command> [player/message...] aliases: [eafk,away,eaway] # (other config options omitted) hat: description: Get some cool new headgear. usage: /<command> [remove] aliases: [ehat,head,ehead] # (other config options omitted)","breadcrumbs":"Command conversion » Single command conversion » Example - Converting plugin commands","id":"69","title":"Example - Converting plugin commands"},"7":{"body":"Updates Location arguments page to mention the new centerPosition argument to center the position of integer values for location arguments. Added Delegated properties page to mention the added support of delegations.","breadcrumbs":"Introduction » Documentation changes 9.1.0 \\(\\rightarrow\\) 9.2.0","id":"7","title":"Documentation changes 9.1.0 \\(\\rightarrow\\) 9.2.0"},"70":{"body":"Some commands which are registered by plugins are not present in the plugin's plugin.yml file. Due to this, the CommandAPI cannot link a command to its respective plugin for command conversion. In order to deal with this, the CommandAPI can link arbitrary commands via the other-commands-to-convert option in the CommandAPI's config.yml file. This can be used for any of the following (and more): Commands created using Skript Commands created using MyCommand Commands which are not registered in a plugin.yml, such as WorldEdit commands To add commands to be converted, simply add them under the other-command-to-convert section in the CommandAPI's config.yml.","breadcrumbs":"Command conversion » Single command conversion » Arbitrary command conversion","id":"70","title":"Arbitrary command conversion"},"71":{"body":"In this example, we want to convert the //set command from WorldEdit, as well as a custom command /mycommand. Note that since WorldEdit's //set command has two forward slashes, we ignore the first one (because that is the symbol used to start commands), but must make sure that we include the second one as that is part of WorldEdit's command syntax. This is the following config.yml that you would need: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: []\nskip-sender-proxy: []\nother-commands-to-convert: - /set - mycommand","breadcrumbs":"Command conversion » Single command conversion » Example - Converting arbitrary commands","id":"71","title":"Example - Converting arbitrary commands"},"72":{"body":"For even finer control when converting a single command, you can provide the list of arguments that are required to run the command! This lets you use the command UI in converted commands as you see fit. Before we explain how to do this in detail, let's first take a look at an example of this in action.","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Single command conversion (with arguments)","id":"72","title":"Single command conversion (with arguments)"},"73":{"body":"EssentialsX includes a command /speed which lets you change the current speed that a player can move at. The command format is the following: /speed <speed>\n/speed <speed> <target>\n/speed <walk/fly> <speed>\n/speed <walk/fly> <speed> <target> Which means you can run any of the following commands: /speed 5\n/speed 2 Notch\n/speed fly 6\n/speed walk 3 Notch By looking at this, we can see that: <speed> is a number. By using the command, we can determine that the range of values is between 0 and 10 (inclusive). <target> is a player <walk/fly> don't change - these are \"fixed\" values. We can represent this using the following config.yml file: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - speed <speed>[0..10] - speed <target>[minecraft:game_profile] - speed (walk|fly) <speed>[0..10] - speed (walk|fly) <speed>[0..10] <target>[minecraft:game_profile] Using this, we can display options, such as \"fly\" and \"walk\", as well as optional targets (\"Skepter\"): A command \"/execute run speed\" with argument suggestions for entity selectors, as well as \"fly\" and \"walk\" Additionally, we can apply limits to the numbers that can be provided. For example, here we limit the number to a value between 0 to 10. If a value is outside of that range, and error is shown to the user: A command \"/execute run speed walk 15\" with an error displaying \"Long must not be more than 10, found 15 at position 24: ...peed walk <--[HERE]","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Example - Converting EssentialsX's /speed command","id":"73","title":"Example - Converting EssentialsX's /speed command"},"74":{"body":"The argument syntax is a little tricky to get the hang of at the beginning, but it should be fairly straight forward. There are two main types of arguments that you can have:","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Command argument syntax","id":"74","title":"Command argument syntax"},"75":{"body":"Literal arguments are arguments with \"fixed\" values, such as walk or fly from our example above. To declare a literal value, place brackets around the value. For example: (walk) To have multiple different literals, place a pipe symbol | between each entry within the brackets. For example: (walk|fly)","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Literal arguments","id":"75","title":"Literal arguments"},"76":{"body":"Named arguments must have a name, declared in angled brackets <name>, followed by the type of the argument in square brackets [type]. In the example above, we had a named argument <target>, with the argument type as a player: [minecraft:game_profile]. The name in the argument can be whatever you want, but it is recommended to keep it as a lowercase value consisting only of letters. The following argument types are highly recommended and are very likely to be compatible with every plugin command that you may want to convert: Type Description api:entity An single entity (e.g. @e[limit=1]) api:entities Many entities (e.g. @e) api:player A single player (e.g. Notch or @r) api:players Many players (e.g. @a) api:greedy_string An unlimited amount of text. This can only be used as the last entry of a list of arguments brigadier:bool A Boolean value true or false brigadier:double A decimal number brigadier:float A decimal number brigadier:integer A whole number brigadier:long A whole number brigadier:string A single word minecraft:block_pos A location of x, y and z coordinates (whole numbers) In the example above, we used the a \"range type\" in the form [0..10]. This is a special argument type that will conform to brigader:long or brigader:double and apply a limit to the values that can be entered.","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Named arguments","id":"76","title":"Named arguments"},"77":{"body":"To declare the range \\(10 \\le x \\le 50\\) (a value must be between 10 and 50 (inclusive)): <name>[10..50] To declare the range \\(10 \\le x\\) (a value must be bigger than or equal to 10): <name>[10..] To declare the range \\(x \\le 50\\) (a value must be less than or equal to 50): <name>[..50] To declare the range \\(0 \\le x \\le 1\\), where \\(x\\) is a decimal value: <name>[0.0..1.0] To declare a value \\(x\\) that can take any range of values and is a decimal number: <name>[brigadier:double]","breadcrumbs":"Command conversion » Single command conversion (with arguments) » Example - Declaring\"range type\" arguments","id":"77","title":"Example - Declaring\"range type\" arguments"},"78":{"body":"The list of types are based on the list of argument types from the Minecraft Wiki , with a few changes. The complete list that the CommandAPI supports is as follows: Type Description api:advancement An advancement api:biome A biome api:entity An single entity (e.g. @e[limit=1]) api:entities Many entities (e.g. @e) api:greedy_string An unlimited amount of text. This can only be used as the last entry of a list of arguments api:loot_table A loot table api:player A single player (e.g. Notch or @r) api:players Many players (e.g. @a) api:recipe A recipe api:sound A sound effect api:text Text encased in quotes: \"text with spaces\" brigadier:bool A Boolean value true or false brigadier:double A decimal number brigadier:float A decimal number brigadier:integer A whole number brigadier:long A whole number brigadier:string A single word minecraft:angle A yaw angle in degrees (from -180.0 to 179.9) minecraft:block_pos A location of x, y and z coordinates (whole numbers) minecraft:block_predicate A block predicate minecraft:block_state A block type (e.g. stone) minecraft:color A chat color (e.g. red, green) minecraft:column_pos A location of x and z coordinates (whole numbers) minecraft:component Raw JSON text minecraft:dimension A dimension/world, (e.g. minecraft:overworld) minecraft:entity An entity (e.g. Notch) minecraft:entity_summon An entity type (e.g. cow, wither) minecraft:float_range A range of decimal numbers minecraft:function A datapack function minecraft:game_profile A player (e.g. Notch) minecraft:int_range A range of whole numbers minecraft:item_enchantment An enchantment (e.g. unbreaking) minecraft:item_predicate An item predicate minecraft:item_stack An item (e.g. stick) minecraft:message A plain text message which can have target selectors (e.g. Hello @p). This can only be used as the last entry of a list of arguments minecraft:mob_effect A potion effect (e.g. speed, jump_boost) minecraft:nbt_compound_tag Raw compound NBT in SNBT format minecraft:objective An objective name (e.g. temperature) minecraft:objective_criteria An objective criteria (e.g. deaths) minecraft:operation An operation symbol (e.g. +=, *=) minecraft:particle A particle (e.g. crit, flame) minecraft:rotation A rotation of yaw and pitch values (e.g. ~ ~) minecraft:score_holder A score holder (e.g. Notch) minecraft:scoreboard_slot A scoreboard slot (e.g. sidebar) minecraft:swizzle A collection of axes (e.g. xyz, xz) minecraft:team A team name (e.g. hunters) minecraft:time A duration of time (e.g. 2d) minecraft:uuid A UUID (e.g. dd12be42-52a9-4a91-a8a1-11c01849e498) minecraft:vec2 A location of x and z coordinates (decimal numbers) minecraft:vec3 A location of x, y and z coordinates (decimal numbers)","breadcrumbs":"Command conversion » Single command conversion (with arguments) » List of all supported argument types","id":"78","title":"List of all supported argument types"},"79":{"body":"Entity selectors (also known as target selectors) allows you to select certain entities or players which fit a certain criteria when writing a command. Typically, these are of the form @p, @r, @a, @e or @s. By default, when converting a command without arguments, the CommandAPI will not handle these entity selectors. In order to get entity selectors to cooperate with plugins, they must be declared in the relevant config.yml section.","breadcrumbs":"Command conversion » Entity selectors » Entity selectors","id":"79","title":"Entity selectors"},"8":{"body":"Updates Multi literal arguments page to mention new MultiLiteralArgument constructor. Adds CommandArguments page to explain the CommandArguments class introduced in 9.0.0 Adds Adventure chat color argument to the adventure chat arguments page. Adds new Command unregistration page.","breadcrumbs":"Introduction » Documentation changes 9.0.3 \\(\\rightarrow\\) 9.1.0","id":"8","title":"Documentation changes 9.0.3 \\(\\rightarrow\\) 9.1.0"},"80":{"body":"EssentialsX includes a command /ext which lets you extinguish a player that is currently on fire. The command format is the following: /ext\n/ext <player> In order to convert this command, we could use the following config.yml file: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - ext Using the above config.yml file will support the following commands: /ext\n/ext Notch However, the above config.yml will not support the following commands: /ext @a[distance=10]\n/ext @p In order to handle this, we have to use the conversion with arguments (as described in the previous section ). For this ext command, we want to only use this command on one or more players , therefore we want to use the api:players argument which is compatible with one or more players: verbose-outputs: false\ncreate-dispatcher-json: false\nplugins-to-convert: - Essentials: - ext <player>[api:players] - ext Note that we declare ext <player>[api:players] before we declare ext. This is because more precise commands MUST be declared before lesser precise commands.","breadcrumbs":"Command conversion » Entity selectors » Example - Converting EssentialsX's /ext command","id":"80","title":"Example - Converting EssentialsX's /ext command"},"81":{"body":"When the CommandAPI converts a command, it does some tweaks to the thing running the command (such as the player or console) to improve compatibility with plugins (mostly permissions). This doesn't always work, and can sometimes produce an error which looks like this: [20:44:01 ERROR]: java.lang.IllegalArgumentException: object is not an instance of declaring class\n[20:44:01 ERROR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n[20:44:01 ERROR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\n[20:44:01 ERROR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\n[20:44:01 ERROR]: at java.lang.reflect.Method.invoke(Unknown Source)\n[20:44:01 ERROR]: at dev.jorel.commandapi.Converter.lambda$mergeProxySender$3(Converter.java:151)\n[20:44:01 ERROR]: at com.sun.proxy.$Proxy33.getInventory(Unknown Source) To fix this, add the plugin which the command is registered from to the list of plugins under skip-sender-proxy.","breadcrumbs":"Skipping proxy senders » Skipping proxy senders","id":"81","title":"Skipping proxy senders"},"82":{"body":"SkinsRestorer (not associated or sponsored by the CommandAPI in any way) is a plugin that lets you change the skin for a player. This suffers from the above issue and is not compatible with the CommandAPI's conversion compatibility tweaks. To do this, we'll add SkinsRestorer to the list of plugins which should be skipped: verbose-outputs: true\ncreate-dispatcher-json: false\nplugins-to-convert: - SkinsRestorer: ~\nskip-sender-proxy: - SkinsRestorer","breadcrumbs":"Skipping proxy senders » Example - Improving compatibility with the SkinsRestorer plugin","id":"82","title":"Example - Improving compatibility with the SkinsRestorer plugin"},"83":{"body":"To use the CommandAPI in your plugins, there are a few methods of adding it to your development environment. First things first, if you're using the CommandAPI plugin, you need to add the CommandAPI as a dependent in your plugin.yml or paper-plugin.yml: name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndepend: [CommandAPI] name: MyPlugin\nmain: some.package.name.Main\nversion: 1.0\ndependencies: server: CommandAPI: load: BEFORE required: true join-classpath: true","breadcrumbs":"Setting up your development environment » Setting up your development environment","id":"83","title":"Setting up your development environment"},"84":{"body":"Developer's Note: If you've never used maven before, I highly recommend it! It makes it easier to keep your code updated with the latest dependency updates. For information on how to set up a plugin using maven, you can read Bukkit's plugin tutorial . Add the dependency to your pom.xml: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-core</artifactId> <version>9.4.1</version> <scope>provided</scope> </dependency>\n</dependencies>","breadcrumbs":"Setting up your development environment » Using Maven (recommended)","id":"84","title":"Using Maven (recommended)"},"85":{"body":"Add the repositories to your build.gradle file (the second repository is required because the CommandAPI depends on the NBT-API): repositories { mavenCentral() maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} Add the dependency to your list of dependencies in your build.gradle file: dependencies { compileOnly \"dev.jorel:commandapi-bukkit-core:9.4.1\"\n}","breadcrumbs":"Setting up your development environment » Using Gradle (recommended)","id":"85","title":"Using Gradle (recommended)"},"86":{"body":"Download the latest CommandAPI.jar from the download page here Add the CommandAPI.jar file to your project/environment's build path: Adding the external .jar file in Eclipse: An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options \"Build Path\", followed by \"Add External Archives...\" Adding the external .jar file in IntelliJ: In your project, first click File -> Project Structure -> Libraries Next, click the little + at the top: An image in IntelliJ showing the plus icon to add an external .jar. After you clicked that, you need to select Java. A little pop-up will appear where you can choose the location of your external .jar file.","breadcrumbs":"Setting up your development environment » Manually using the .jar","id":"86","title":"Manually using the .jar"},"87":{"body":"\"Shading\" is the process of including the CommandAPI inside your plugin, rather than requiring the CommandAPI as an external plugin. In other words, if you shade the CommandAPI into your plugin, you don't need to include the CommandAPI.jar in your server's plugins folder.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading the CommandAPI in your plugins","id":"87","title":"Shading the CommandAPI in your plugins"},"88":{"body":"The CommandAPI plugin has a few slight differences with the shaded CommandAPI jar file. The CommandAPI plugin has the following extra features that are not present in the shaded version: Command conversion via a config.yml file","breadcrumbs":"Shading the CommandAPI in your plugins » Shading vs CommandAPI plugin","id":"88","title":"Shading vs CommandAPI plugin"},"89":{"body":"For the CommandAPI to function as normal, you must call the CommandAPI's initializers in the onLoad() and onEnable() methods of your plugin: CommandAPI.onLoad(CommandAPIConfig config);\nCommandAPI.onEnable(); If you want to handle reloading, the CommandAPI has minimal support for it with the onDisable() method, which can go in your plugin. This is optional and is not required if you don't plan on reloading the server.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading requirements","id":"89","title":"Shading requirements"},"9":{"body":"Updates Map arguments page with new syntax","breadcrumbs":"Introduction » Documentation changes 9.0.2 \\(\\rightarrow\\) 9.0.3","id":"9","title":"Documentation changes 9.0.2 \\(\\rightarrow\\) 9.0.3"},"90":{"body":"The onLoad(CommandAPIConfig) method initializes the CommandAPI's loading sequence. This must be called before you start to access the CommandAPI and must be placed in your plugin's onLoad() method. The argument CommandAPIConfig is used to configure how the CommandAPI works. The CommandAPIConfig class has the following parameters which let you set how the CommandAPI works similar to the config.yml, which is described here . public class CommandAPIConfig { CommandAPIConfig verboseOutput(boolean value); // Enables verbose logging CommandAPIConfig silentLogs(boolean value); // Disables ALL logging (except errors) CommandAPIConfig useLatestNMSVersion(boolean value); // Whether the latest NMS implementation should be used or not CommandAPIConfig missingExecutorImplementationMessage(String value); // Set message to display when executor implementation is missing CommandAPIConfig dispatcherFile(File file); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree CommandAPIConfig setNamespace(String namespace); // The namespace to use when the CommandAPI registers a command CommandAPIConfig usePluginNamespace(); // Whether the CommandAPI should use the name of the plugin passed into the CommandAPIConfig implementation as the default namespace for commands <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); // Initializes hooks with an NBT API. See NBT arguments documentation page for more info\n} The CommandAPIConfig class follows a typical builder pattern (without you having to run .build() at the end), which lets you easily construct configuration instances. However, the CommandAPIConfig class is abstract and cannot be used to configure the CommandAPI directly. Instead, you must use a subclass of CommandAPIConfig that corresponds to the platform you are developing for. For example, when developing for Bukkit, you should use the CommandAPIBukkiConfig class. public class CommandAPIBukkitConfig extends CommandAPIConfig { CommandAPIBukkitConfig(JavaPlugin plugin); CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked); // Whether the CommandAPI should hook into the Paper-exclusive ServerResourcesReloadedEvent\n} In order to create a CommandAPIBukkitConfig object, you must give it a reference to your JavaPlugin instance. The CommandAPI always uses this to registers events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the hook-paper-reload configuration option, which may be configured using a CommandAPIBukkitConfig instance. For example, to load the CommandAPI on Bukkit with all logging disabled, you can use the following: CommandAPI.onLoad(new CommandAPIBukkitConfig(plugin).silentLogs(true)); CommandAPI.onLoad(CommandAPIBukkitConfig(plugin).silentLogs(true))","breadcrumbs":"Shading the CommandAPI in your plugins » Loading","id":"90","title":"Loading"},"91":{"body":"The onEnable() method initializes the CommandAPI's enabling sequence. Similar to the onLoad(CommandAPIConfig) method, this must be placed in your plugin's onEnable() method. This isn't as strict as the onLoad(CommandAPIConfig) method, and can be placed anywhere in your onEnable() method. The onDisable() method disables the CommandAPI gracefully. This should be placed in your plugin's onDisable() method. This doesn't unregister commands, so commands may persist during reloads - this can be mitigated using the CommandAPI.unregister() method.","breadcrumbs":"Shading the CommandAPI in your plugins » Enabling & Disabling","id":"91","title":"Enabling & Disabling"},"92":{"body":"public class MyPlugin extends JavaPlugin { @Override public void onLoad() { CommandAPI.onLoad(new CommandAPIBukkitConfig(this).verboseOutput(true)); // Load with verbose output new CommandAPICommand(\"ping\") .executes((sender, args) -> { sender.sendMessage(\"pong!\"); }) .register(); } @Override public void onEnable() { CommandAPI.onEnable(); // Register commands, listeners etc. } @Override public void onDisable() { CommandAPI.onDisable(); } } class MyPlugin : JavaPlugin() { override fun onLoad() { CommandAPI.onLoad(CommandAPIBukkitConfig(this).verboseOutput(true)) // Load with verbose output CommandAPICommand(\"ping\") .executes(CommandExecutor { sender, _ -> sender.sendMessage(\"pong!\") }) .register() } override fun onEnable() { CommandAPI.onEnable() // Register commands, listeners etc. } override fun onDisable() { CommandAPI.onDisable() } }","breadcrumbs":"Shading the CommandAPI in your plugins » Example - Setting up the CommandAPI in your plugin","id":"92","title":"Example - Setting up the CommandAPI in your plugin"},"93":{"body":"By default, the CommandAPI is written in the dev.jorel.commandapi package. It is highly recommended to \"relocate\" the shaded copy of the CommandAPI to your own package instead to prevent package clashes with other projects that shade the CommandAPI: \\begin{align} &\\qquad\\texttt{dev.jorel.commandapi} \\rightarrow \\texttt{my.custom.package.commandapi} \\\\ \\end{align}","breadcrumbs":"Shading the CommandAPI in your plugins » A note about relocating","id":"93","title":"A note about relocating"},"94":{"body":"To shade the CommandAPI into a maven project, you'll need to use the commandapi-bukkit-shade dependency, which is optimized for shading and doesn't include plugin-specific files (such as plugin.yml) . Here you have a choice between the Spigot-mapped version and the Mojang-mapped version. You do not need to use commandapi-bukkit-core if you are shading : Add the CommandAPI shade dependency: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-bukkit-shade-mojang-mapped</artifactId> <version>9.4.1</version> </dependency>\n</dependencies> You can shade the CommandAPI easily by adding the maven-shade-plugin to your build sequence using version 3.3.0 (compatible with Java 16): <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>shade</id> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <minimizeJar>true</minimizeJar> <relocations> <relocation> <pattern>dev.jorel.commandapi</pattern> <!-- TODO: Change this to my own package name --> <shadedPattern>my.custom.package.commandapi</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins>\n</build> As we're shading the CommandAPI into your plugin, you don't need to add depend: [CommandAPI] to your plugin.yml file.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading with Maven","id":"94","title":"Shading with Maven"},"95":{"body":"To shade the CommandAPI into a Gradle project, we'll use the Gradle Shadow Plugin . Add this to your list of plugins: plugins { id 'java' id 'com.github.johnrengelman.shadow' version '7.1.2'\n} plugins { java id(\"com.github.johnrengelman.shadow\") version \"7.1.2\"\n} Add our repositories: repositories { mavenCentral() // If you want to shade the NBT API as well maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} repositories { mavenCentral() // If you want to shade the NBT API as well maven(url = \"https://repo.codemc.org/repository/maven-public/\")\n} Next, we declare our dependencies: dependencies { implementation \"dev.jorel:commandapi-bukkit-shade:9.4.1\"\n} dependencies { implementation \"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\"\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade:9.4.1\")\n} dependencies { implementation(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\")\n} Then we add it to the shadowJar task configuration and relocate the CommandAPI to your desired location: shadowJar { dependencies { include dependency(\"dev.jorel:commandapi-bukkit-shade:9.4.1\") } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} shadowJar { dependencies { include dependency(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\") } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} tasks.withType<ShadowJar> { dependencies { include(dependency(\"dev.jorel:commandapi-bukkit-shade:9.4.1\")) } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} tasks.withType<ShadowJar> { dependencies { include(dependency(\"dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1\")) } // TODO: Change this to my own package name relocate(\"dev.jorel.commandapi\", \"my.custom.package.commandapi\")\n} Finally, we can build the shaded jar using the following command: gradlew build shadowJar As we're shading the CommandAPI into your plugin, we don't need to add depend: [CommandAPI] to your plugin.yml file.","breadcrumbs":"Shading the CommandAPI in your plugins » Shading with Gradle","id":"95","title":"Shading with Gradle"},"96":{"body":"The annotation system is a separate part of the CommandAPI, and as a result it needs to be included as an additional dependency to your project. The annotation system effectively needs to be added twice: Once for compilation and again to invoke the annotation processor itself.","breadcrumbs":"Using the annotation system » Using the annotation system","id":"96","title":"Using the annotation system"},"97":{"body":"Add the annotation dependency to your pom.xml: <dependencies> <dependency> <groupId>dev.jorel</groupId> <artifactId>commandapi-annotations</artifactId> <version>9.4.1</version> <scope>provided</scope> </dependency>\n</dependencies> Add the annotation processor as an annotation process to the compile task in the pom.xml: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <annotationProcessorPaths> <path> <groupId>dev.jorel</groupId> <artifactId>commandapi-annotations</artifactId> <version>9.4.1</version> </path> </annotationProcessorPaths> </configuration> </plugin> </plugins>\n</build>","breadcrumbs":"Using the annotation system » Using Maven","id":"97","title":"Using Maven"},"98":{"body":"If you haven't already done so, add the maven central repository to your build.gradle file: repositories { mavenCentral() maven { url = \"https://repo.codemc.org/repository/maven-public/\" }\n} repositories { mavenCentral() maven(url = \"https://repo.codemc.org/repository/maven-public/\")\n} Add the dependency and annotation processor to your list of dependencies in your build.gradle file: dependencies { compileOnly \"dev.jorel:commandapi-annotations:9.4.1\" annotationProcessor \"dev.jorel:commandapi-annotations:9.4.1\"\n} dependencies { compileOnly(\"dev.jorel:commandapi-annotations:9.4.1\") annotationProcessor(\"dev.jorel:commandapi-annotations:9.4.1\")\n}","breadcrumbs":"Using the annotation system » Using Gradle","id":"98","title":"Using Gradle"},"99":{"body":"To register commands with the CommandAPI, we use the CommandAPICommand class. It follows a simple builder pattern to improve readability. I think the easiest way to explain it is with an example: // Create our command\nnew CommandAPICommand(\"broadcastmsg\") .withArguments(new GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes((sender, args) -> { String message = (String) args.get(\"message\"); Bukkit.getServer().broadcastMessage(message); }) .register(); // Create our command\nCommandAPICommand(\"broadcastmsg\") .withArguments(GreedyStringArgument(\"message\")) // The arguments .withAliases(\"broadcast\", \"broadcastmessage\") // Command aliases .withPermission(CommandPermission.OP) // Required permissions .executes(CommandExecutor { sender, args -> val message = args[\"message\"] as String Bukkit.getServer().broadcastMessage(message) }) .register() First, we create a new CommandAPICommand, with the name of the command that the sender must enter to run it. Then, we create an argument to add to the command using withArguments. This is described in more detail in the section on arguments . In this example, we add an alias, \"broadcast\", to the command. This allows the sender to use either /broadcastmsg <message> or /broadcast <message>. By using withPermission, we require the sender to be an OP in order to run the command. We control what the command does using executes (this is described in more detail in the section on command executors ). Finally, we register the command to the CommandAPI using register. That's it! This simple snippet of code fully registers the command to the server. You don't need to supply a plugin instance, you don't have to create a custom class and you don't have to mess with the plugin.yml file. Throughout this documentation, we will use the various different methods for command registration to give you an idea of when and where certain methods are more suitable than others.","breadcrumbs":"Command registration » Command registration","id":"99","title":"Command registration"}},"length":561,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"1":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"121":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"263":{"tf":1.0},"287":{"tf":3.1622776601683795},"356":{"tf":1.0},"381":{"tf":1.4142135623730951},"430":{"tf":1.0}}},"5":{".":{"3":{".":{"5":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"0":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"129":{"tf":1.0},"156":{"tf":2.449489742783178},"199":{"tf":1.0},"215":{"tf":1.0},"247":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"347":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"470":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{"&":{"8":{"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"0":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"0":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"287":{"tf":3.1622776601683795},"458":{"tf":1.0},"83":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":2.0}}},"df":0,"docs":{}},"df":6,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.0},"69":{"tf":1.0}}},"4":{".":{"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"542":{"tf":1.0},"555":{"tf":1.0}}},"6":{".":{"1":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"2":{"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"3":{"0":{"9":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"226":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"266":{"tf":1.0},"354":{"tf":1.4142135623730951},"42":{"tf":1.0},"465":{"tf":1.0},"537":{"tf":1.0},"542":{"tf":2.23606797749979},"548":{"tf":1.0}}},"8":{".":{"1":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"9":{"'":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},".":{"1":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.0}}},"2":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{".":{"2":{"df":1,"docs":{"540":{"tf":1.0}}},"3":{"df":6,"docs":{"366":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"4":{"df":8,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"5":{"df":2,"docs":{"281":{"tf":1.4142135623730951},"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"8":{".":{"0":{"_":{"2":{"6":{"1":{"df":1,"docs":{"548":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"547":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":1,"docs":{"47":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"430":{"tf":1.0}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"2":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"3":{"df":1,"docs":{"35":{"tf":1.0}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":4,"docs":{"125":{"tf":1.0},"128":{"tf":2.0},"247":{"tf":2.0},"430":{"tf":1.0}}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"156":{"tf":2.6457513110645907},"195":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"243":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"346":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"547":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":2.0}}},"1":{".":{"5":{".":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"4":{":":{"4":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"4":{"9":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"0":{"1":{"8":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"9":{"8":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"306":{"tf":1.4142135623730951},"35":{"tf":1.0},"547":{"tf":1.0},"555":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":2,"docs":{"40":{"tf":1.0},"547":{"tf":1.0}}},"3":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"4":{"df":4,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"5":{".":{"3":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}},":":{"5":{"7":{":":{"2":{"9":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"36":{"tf":1.0},"547":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"6":{":":{"4":{"8":{":":{"2":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"7":{"9":{".":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"547":{"tf":1.0}}},"8":{"0":{".":{"0":{"df":2,"docs":{"263":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"263":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":25,"docs":{"104":{"tf":1.0},"111":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":3.3166247903554},"247":{"tf":2.0},"271":{"tf":2.0},"272":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"331":{"tf":2.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"412":{"tf":4.0},"44":{"tf":1.0},"470":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951},"540":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0}}},"2":{".":{"1":{"8":{".":{"0":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"8":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{}},":":{"4":{"4":{":":{"0":{"1":{"df":1,"docs":{"81":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"211":{"tf":2.0},"277":{"tf":1.7320508075688772},"285":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":2.449489742783178},"499":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"299":{"tf":1.0}}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"9":{"6":{"d":{"df":0,"docs":{},"f":{"5":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"1":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.4142135623730951},"299":{"tf":1.0},"78":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"225":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"456":{"tf":1.0},"548":{"tf":1.4142135623730951},"555":{"tf":1.0},"73":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"3":{".":{"0":{"df":3,"docs":{"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"4":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"211":{"tf":1.7320508075688772},"386":{"tf":3.1622776601683795},"389":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951}}},"d":{"df":3,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0}}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.0},"554":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}},"1":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"2":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"3":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"6":{"9":{"5":{"1":{"2":{"3":{"4":{"5":{"df":2,"docs":{"473":{"tf":1.0},"557":{"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":{"3":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"a":{"9":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"116":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":2.8284271247461903},"44":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}},"f":{"df":1,"docs":{"116":{"tf":1.0}}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"29":{"tf":1.0}}},"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"3":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}},"0":{"df":2,"docs":{"125":{"tf":1.0},"77":{"tf":2.0}}},"2":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"108":{"tf":1.0},"195":{"tf":2.8284271247461903},"271":{"tf":2.0},"29":{"tf":1.4142135623730951},"397":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"479":{"tf":1.0},"560":{"tf":1.0},"73":{"tf":1.0}}},"6":{".":{"0":{".":{"0":{"df":3,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"525":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"525":{"tf":1.0}}},"1":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.0}}},"4":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"48":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":2,"docs":{"128":{"tf":2.8284271247461903},"331":{"tf":2.449489742783178}}},"5":{"7":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"406":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}},"3":{"df":1,"docs":{"39":{"tf":1.0}}},"8":{".":{"1":{"4":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"a":{"b":{"b":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"1":{"df":2,"docs":{"19":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"1":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"513":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"511":{"tf":1.0}}},"1":{"df":5,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"506":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":7,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"502":{"tf":1.0}}},"3":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":2,"docs":{"12":{"tf":1.0},"490":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"499":{"tf":2.0}}},"d":{"c":{"1":{"d":{"a":{"1":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"9":{".":{"0":{".":{"0":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"487":{"tf":1.0},"490":{"tf":1.7320508075688772},"529":{"tf":1.0},"8":{"tf":1.0}}},"1":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"485":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.0},"485":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":3,"docs":{"482":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":6,"docs":{"321":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":7,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"481":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.0}}},"1":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772}}},"9":{"df":1,"docs":{"128":{"tf":2.0}}},"df":5,"docs":{"199":{"tf":1.0},"251":{"tf":1.4142135623730951},"347":{"tf":1.0},"44":{"tf":1.0},"547":{"tf":1.0}},"f":{"b":{"8":{"8":{"5":{"df":0,"docs":{},"e":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"(":{"df":0,"docs":{},"ツ":{")":{"_":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":60,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"293":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"395":{"tf":2.0},"399":{"tf":2.8284271247461903},"401":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0}}},"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"a":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"266":{"tf":1.0},"388":{"tf":1.0},"456":{"tf":1.0},"486":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":41,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0},"410":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"c":{"df":0,"docs":{},"i":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"331":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"516":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":49,"docs":{"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.0},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.449489742783178},"138":{"tf":3.4641016151377544},"139":{"tf":2.449489742783178},"140":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"324":{"tf":1.0},"343":{"tf":1.0},"383":{"tf":2.23606797749979},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"451":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":2.23606797749979},"498":{"tf":1.4142135623730951},"514":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"336":{"tf":1.0},"442":{"tf":1.0},"455":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"473":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"413":{"tf":1.0}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"117":{"tf":1.0},"382":{"tf":1.0},"470":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"201":{"tf":1.0},"351":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"223":{"tf":1.4142135623730951},"302":{"tf":1.0},"556":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":1,"docs":{"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"d":{"df":94,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":2.23606797749979},"293":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"391":{"tf":1.0},"40":{"tf":2.8284271247461903},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":4.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"42":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"44":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":3.1622776601683795},"479":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.0},"545":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"377":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"447":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":39,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"131":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"277":{"tf":1.0},"295":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"378":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"42":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"447":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"470":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"383":{"tf":1.0},"403":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"|":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"264":{"tf":2.23606797749979},"265":{"tf":3.7416573867739413},"360":{"tf":1.0},"400":{"tf":1.0},"467":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"264":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"105":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"'":{"df":3,"docs":{"229":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"239":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"227":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"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":1,"docs":{"461":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"176":{"tf":2.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"69":{"tf":2.6457513110645907}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"155":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"552":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"170":{"tf":1.0},"326":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0},"526":{"tf":1.0},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"161":{"tf":1.0},"396":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"478":{"tf":1.0}},"i":{"a":{"df":3,"docs":{"420":{"tf":1.4142135623730951},"69":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"394":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"466":{"tf":1.0},"69":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"555":{"tf":1.0}}}},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}}}}}},"df":83,"docs":{"102":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.7320508075688772},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"394":{"tf":1.0},"396":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"407":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"50":{"tf":1.4142135623730951},"510":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"177":{"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":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":3,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"555":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"181":{"tf":1.0},"269":{"tf":1.7320508075688772},"548":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"159":{"tf":1.4142135623730951},"178":{"tf":1.0},"240":{"tf":1.0},"326":{"tf":1.0},"369":{"tf":1.0},"388":{"tf":1.7320508075688772},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.4142135623730951},"449":{"tf":1.0},"472":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}},"n":{"df":7,"docs":{"245":{"tf":1.0},"292":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"433":{"tf":1.0},"532":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"48":{"tf":1.0},"542":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":16,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"339":{"tf":1.4142135623730951},"350":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"476":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"478":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"322":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"134":{"tf":1.0},"138":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":2.8284271247461903},"345":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"388":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.23606797749979},"453":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":7,"docs":{"263":{"tf":2.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"314":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"537":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"98":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":25,"docs":{"24":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"413":{"tf":2.6457513110645907},"415":{"tf":1.4142135623730951},"416":{"tf":3.872983346207417},"417":{"tf":1.7320508075688772},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":2.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":2.0},"430":{"tf":2.23606797749979},"431":{"tf":1.7320508075688772},"477":{"tf":2.6457513110645907},"530":{"tf":2.0},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"334":{"tf":1.0},"343":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"383":{"tf":1.4142135623730951},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"416":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.0},"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"170":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"2":{"tf":1.0},"439":{"tf":1.4142135623730951},"478":{"tf":1.0},"527":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"104":{"tf":1.0},"557":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"389":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"416":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"'":{"df":2,"docs":{"230":{"tf":1.0},"357":{"tf":1.0}}},":":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.0},"230":{"tf":1.0},"231":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":2.449489742783178},"456":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"560":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"426":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"470":{"tf":1.0},"48":{"tf":1.0},"546":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"350":{"tf":1.4142135623730951},"351":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"159":{"tf":1.0},"351":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"287":{"tf":1.0},"346":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":13,"docs":{"194":{"tf":1.0},"275":{"tf":1.7320508075688772},"323":{"tf":1.0},"381":{"tf":2.449489742783178},"393":{"tf":1.0},"395":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"474":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}},"y":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"416":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"121":{"tf":1.0},"30":{"tf":1.4142135623730951},"340":{"tf":1.0},"342":{"tf":1.7320508075688772},"343":{"tf":1.0},"387":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"464":{"tf":1.0},"476":{"tf":1.0},"544":{"tf":1.0},"558":{"tf":1.0}}}},"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":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"[":{"0":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":127,"docs":{"100":{"tf":3.3166247903554},"105":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.449489742783178},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"293":{"tf":2.449489742783178},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"298":{"tf":2.449489742783178},"300":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":3.0},"319":{"tf":2.449489742783178},"321":{"tf":1.4142135623730951},"322":{"tf":2.449489742783178},"331":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"341":{"tf":2.0},"343":{"tf":2.0},"350":{"tf":1.7320508075688772},"356":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":4.242640687119285},"408":{"tf":1.4142135623730951},"410":{"tf":1.7320508075688772},"412":{"tf":2.8284271247461903},"415":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.449489742783178},"455":{"tf":1.4142135623730951},"462":{"tf":1.0},"468":{"tf":2.0},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":2.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":1.0},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"2":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.0},"247":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":2,"docs":{"185":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"300":{"tf":1.0},"339":{"tf":1.0},"472":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"259":{"tf":1.0},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"158":{"tf":1.0},"223":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":1,"docs":{"156":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"\"":{")":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":1.0},"151":{"tf":1.7320508075688772},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.0},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"138":{"tf":1.0},"251":{"tf":1.0},"318":{"tf":2.0},"415":{"tf":1.4142135623730951},"493":{"tf":1.0}}},"1":{"df":1,"docs":{"493":{"tf":1.0}}},"2":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{")":{".":{"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"[":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"442":{"tf":2.0}}}}},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"318":{"tf":2.449489742783178},"470":{"tf":2.0},"493":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"470":{"tf":2.0},"493":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"143":{"tf":1.0},"170":{"tf":1.0},"237":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0}}},"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":258,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":3.7416573867739413},"132":{"tf":2.6457513110645907},"133":{"tf":2.8284271247461903},"134":{"tf":3.605551275463989},"135":{"tf":2.23606797749979},"136":{"tf":2.0},"137":{"tf":2.449489742783178},"138":{"tf":3.4641016151377544},"139":{"tf":3.1622776601683795},"14":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"143":{"tf":3.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":2.449489742783178},"148":{"tf":2.8284271247461903},"149":{"tf":1.4142135623730951},"15":{"tf":2.449489742783178},"150":{"tf":2.0},"151":{"tf":2.6457513110645907},"152":{"tf":2.23606797749979},"155":{"tf":5.0990195135927845},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"161":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":3.0},"168":{"tf":3.0},"169":{"tf":2.8284271247461903},"171":{"tf":2.6457513110645907},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"185":{"tf":2.0},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":1.4142135623730951},"193":{"tf":2.0},"194":{"tf":1.4142135623730951},"195":{"tf":2.449489742783178},"197":{"tf":2.6457513110645907},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":2.6457513110645907},"204":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"229":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.7320508075688772},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"268":{"tf":2.23606797749979},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"282":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":2.0},"293":{"tf":1.0},"294":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"30":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":3.1622776601683795},"307":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":2.23606797749979},"317":{"tf":2.6457513110645907},"318":{"tf":2.0},"319":{"tf":1.7320508075688772},"320":{"tf":2.8284271247461903},"321":{"tf":3.4641016151377544},"322":{"tf":1.4142135623730951},"323":{"tf":3.0},"324":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"329":{"tf":2.0},"33":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":2.8284271247461903},"348":{"tf":2.6457513110645907},"349":{"tf":2.449489742783178},"350":{"tf":3.4641016151377544},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"36":{"tf":2.6457513110645907},"372":{"tf":1.0},"375":{"tf":1.7320508075688772},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":3.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.7320508075688772},"388":{"tf":3.3166247903554},"39":{"tf":1.4142135623730951},"40":{"tf":3.1622776601683795},"406":{"tf":1.0},"407":{"tf":1.0},"409":{"tf":1.7320508075688772},"410":{"tf":2.23606797749979},"416":{"tf":3.3166247903554},"425":{"tf":1.4142135623730951},"429":{"tf":2.0},"43":{"tf":2.23606797749979},"430":{"tf":2.8284271247461903},"433":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"441":{"tf":3.1622776601683795},"442":{"tf":3.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"448":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"459":{"tf":2.23606797749979},"464":{"tf":2.449489742783178},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":3.0},"470":{"tf":4.898979485566356},"473":{"tf":4.795831523312719},"474":{"tf":2.0},"486":{"tf":1.4142135623730951},"493":{"tf":2.6457513110645907},"5":{"tf":2.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":2.23606797749979},"515":{"tf":1.0},"516":{"tf":4.242640687119285},"517":{"tf":1.7320508075688772},"518":{"tf":2.23606797749979},"520":{"tf":1.7320508075688772},"524":{"tf":4.358898943540674},"529":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.7320508075688772},"535":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.7320508075688772},"557":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":3.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":2.0}}}}}},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},".":{"a":{"d":{"d":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"131":{"tf":2.0},"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"388":{"tf":2.0},"474":{"tf":1.7320508075688772},"524":{"tf":2.449489742783178}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"160":{"tf":2.8284271247461903},"165":{"tf":1.0},"170":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"345":{"tf":2.8284271247461903},"346":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"345":{"tf":2.449489742783178},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"534":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"345":{"tf":2.449489742783178},"534":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"534":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"189":{"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"215":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"306":{"tf":1.7320508075688772},"407":{"tf":1.0},"467":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"139":{"tf":1.0},"163":{"tf":1.4142135623730951},"165":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"316":{"tf":1.0},"341":{"tf":1.0},"375":{"tf":1.0},"430":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{">":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"388":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"524":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"d":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"545":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"390":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"159":{"tf":1.0},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"155":{"tf":1.0},"398":{"tf":1.0},"457":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"301":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"223":{"tf":1.0},"230":{"tf":2.0},"553":{"tf":1.0},"69":{"tf":1.0}}}}},"o":{"df":1,"docs":{"0":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"169":{"tf":1.0},"331":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"377":{"tf":1.0},"398":{"tf":1.0},"416":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"125":{"tf":1.0},"139":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"350":{"tf":1.0},"375":{"tf":1.0},"484":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"339":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":1.0},"265":{"tf":2.6457513110645907}}},"df":3,"docs":{"161":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"216":{"tf":1.0},"472":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"386":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"453":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"461":{"tf":1.0},"542":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"320":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"369":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"383":{"tf":3.7416573867739413}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"df":2,"docs":{"2":{"tf":1.0},"351":{"tf":2.0}},"e":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":3.0},"240":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"[":{"]":{"df":2,"docs":{"508":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":35,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"206":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"308":{"tf":1.0},"33":{"tf":1.4142135623730951},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"417":{"tf":1.0},"431":{"tf":1.4142135623730951},"433":{"tf":1.0},"46":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"276":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"458":{"tf":1.0},"471":{"tf":1.0},"518":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"132":{"tf":1.0},"155":{"tf":2.23606797749979},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"472":{"tf":2.0}}},"r":{"df":1,"docs":{"469":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"461":{"tf":1.0}}}}},"d":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":23,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.4142135623730951},"33":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"379":{"tf":1.0},"43":{"tf":1.0},"516":{"tf":1.4142135623730951},"534":{"tf":1.0},"550":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"167":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"350":{"tf":1.0},"354":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"490":{"tf":1.0},"523":{"tf":1.0},"542":{"tf":1.4142135623730951},"56":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"388":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"74":{"tf":1.0}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"318":{"tf":1.0},"541":{"tf":1.0},"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"442":{"tf":2.23606797749979},"443":{"tf":1.0},"507":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"463":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"314":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{".":{"1":{"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"169":{"tf":1.0},"253":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"322":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"410":{"tf":1.0},"415":{"tf":1.0},"440":{"tf":1.0},"45":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"540":{"tf":1.0},"548":{"tf":1.4142135623730951},"64":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"239":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"22":{"tf":1.0},"321":{"tf":1.0},"344":{"tf":1.0},"461":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"530":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":24,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"181":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":3.1622776601683795},"3":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"234":{"tf":1.0},"471":{"tf":1.0},"542":{"tf":1.4142135623730951},"555":{"tf":1.0},"558":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"554":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"490":{"tf":1.0},"556":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"14":{"tf":1.0},"266":{"tf":2.8284271247461903},"267":{"tf":4.47213595499958},"78":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"267":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"110":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"477":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"269":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":3.0},"306":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":31,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"305":{"tf":2.449489742783178},"306":{"tf":4.795831523312719},"395":{"tf":1.4142135623730951},"40":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"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":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"197":{"tf":2.6457513110645907},"268":{"tf":1.7320508075688772},"275":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}},"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":{},"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":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"268":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":2,"docs":{"282":{"tf":1.0},"287":{"tf":2.449489742783178}}}}},"o":{"b":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"205":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":4.242640687119285},"230":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"102":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.7320508075688772},"193":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"341":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"456":{"tf":1.0},"470":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"151":{"tf":1.0},"251":{"tf":1.0},"339":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"410":{"tf":1.0},"430":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"195":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"x":{"df":3,"docs":{"128":{"tf":1.7320508075688772},"310":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"314":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"479":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"344":{"tf":1.0},"345":{"tf":3.605551275463989},"346":{"tf":1.0},"407":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"479":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"107":{"tf":2.23606797749979},"109":{"tf":1.0},"125":{"tf":2.23606797749979},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"212":{"tf":2.0},"322":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"g":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":23,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"467":{"tf":2.23606797749979},"468":{"tf":1.7320508075688772},"469":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":2.449489742783178},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"478":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"512":{"tf":1.0},"531":{"tf":1.4142135623730951},"554":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":7,"docs":{"407":{"tf":1.0},"468":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.0},"531":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"470":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"112":{"tf":2.0},"128":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":3.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"358":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.7320508075688772},"401":{"tf":2.0},"442":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"384":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"551":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":24,"docs":{"2":{"tf":1.0},"226":{"tf":1.0},"329":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"337":{"tf":2.0},"339":{"tf":2.449489742783178},"352":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"475":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"333":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.23606797749979},"352":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"510":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"517":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"84":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"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":{"232":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}}}},"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"345":{"tf":2.449489742783178},"544":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"!":{"!":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"303":{"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":{},"l":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"w":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"491":{"tf":1.0},"494":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"553":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}}}},"df":57,"docs":{"1":{"tf":1.0},"102":{"tf":3.4641016151377544},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"316":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"382":{"tf":1.4142135623730951},"401":{"tf":1.0},"425":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"454":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":2.0},"468":{"tf":1.4142135623730951},"491":{"tf":3.605551275463989},"542":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"?":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"?":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"45":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"534":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"128":{"tf":1.0},"152":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"237":{"tf":1.0},"245":{"tf":1.0},"319":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"410":{"tf":1.0},"439":{"tf":1.0},"458":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"554":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":2,"docs":{"121":{"tf":2.0},"122":{"tf":1.0}},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"114":{"tf":1.4142135623730951},"425":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"167":{"tf":1.0},"414":{"tf":1.0},"471":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"320":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"121":{"tf":1.0},"130":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"190":{"tf":1.0},"252":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"322":{"tf":2.23606797749979},"339":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"416":{"tf":1.4142135623730951},"470":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":35,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"258":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"348":{"tf":1.4142135623730951},"416":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"129":{"tf":1.0},"173":{"tf":1.0},"320":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"461":{"tf":1.0},"47":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}},"x":{"df":1,"docs":{"306":{"tf":1.0}}},"z":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"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":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"210":{"tf":1.0},"211":{"tf":2.0},"306":{"tf":1.7320508075688772},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"159":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.23606797749979},"215":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"288":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"387":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"469":{"tf":1.0},"79":{"tf":1.4142135623730951},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"416":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"127":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"470":{"tf":2.449489742783178}}},"df":0,"docs":{},"g":{"df":89,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"123":{"tf":3.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"225":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"32":{"tf":1.0},"327":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":3.0},"460":{"tf":1.0},"470":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"536":{"tf":1.0},"542":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":2.23606797749979}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"239":{"tf":1.4142135623730951},"299":{"tf":1.0},"329":{"tf":1.0},"347":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"334":{"tf":1.4142135623730951}}},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":13,"docs":{"132":{"tf":1.0},"203":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"237":{"tf":1.0},"239":{"tf":1.0},"464":{"tf":1.0},"538":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.0}}},"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"179":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"227":{"tf":1.0},"228":{"tf":1.0},"253":{"tf":1.0},"500":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"218":{"tf":2.8284271247461903},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":2.0},"227":{"tf":1.7320508075688772},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"46":{"tf":1.0},"470":{"tf":1.0},"539":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"155":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":3.0},"215":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":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":{"197":{"tf":5.291502622129181},"275":{"tf":3.0},"306":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"382":{"tf":1.7320508075688772},"470":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"320":{"tf":1.0},"383":{"tf":2.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"320":{"tf":1.0},"336":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"n":{"df":6,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.7320508075688772},"454":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":3,"docs":{"197":{"tf":3.1622776601683795},"267":{"tf":2.8284271247461903},"303":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":2.6457513110645907},"312":{"tf":1.0}}}},"df":116,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":2.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.23606797749979},"199":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"333":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"356":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"40":{"tf":1.0},"409":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"441":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"47":{"tf":2.0},"471":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.4142135623730951},"520":{"tf":1.0},"531":{"tf":2.0},"54":{"tf":1.4142135623730951},"547":{"tf":3.0},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"413":{"tf":1.0}}}}},"r":{"df":4,"docs":{"254":{"tf":1.7320508075688772},"308":{"tf":1.0},"412":{"tf":2.23606797749979},"456":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":2.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.7320508075688772},"389":{"tf":2.0},"532":{"tf":1.0},"533":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"459":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.0},"405":{"tf":4.242640687119285},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"474":{"tf":2.449489742783178},"477":{"tf":1.7320508075688772},"493":{"tf":1.0},"516":{"tf":2.0},"531":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"250":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"479":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"168":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.23606797749979},"430":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":3.1622776601683795},"430":{"tf":1.0}}}}},"t":{"df":2,"docs":{"327":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"339":{"tf":2.0}}},"r":{"df":15,"docs":{"174":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.449489742783178},"223":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":2.449489742783178},"239":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"2":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"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":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"3":{"3":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"473":{"tf":1.4142135623730951}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"131":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.4142135623730951},"475":{"tf":1.0},"517":{"tf":1.0},"526":{"tf":1.0},"56":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"z":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"119":{"tf":1.0},"237":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"419":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"430":{"tf":1.7320508075688772}}},"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":1,"docs":{"343":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":2.23606797749979}}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}}}}}},"'":{"df":33,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"30":{"tf":1.0},"312":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"426":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"523":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"335":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"309":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"492":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"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":5,"docs":{"313":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":4,"docs":{"313":{"tf":1.0},"492":{"tf":1.4142135623730951},"517":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"416":{"tf":1.4142135623730951},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"465":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"389":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0}}}}}}}}}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"313":{"tf":1.0},"492":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"492":{"tf":1.0},"90":{"tf":2.0}}}}}}}},"df":1,"docs":{"494":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"265":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.0}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"d":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":2.8284271247461903}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.7320508075688772}}}}}}},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"131":{"tf":3.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"318":{"tf":3.0},"448":{"tf":1.4142135623730951},"489":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"388":{"tf":2.0},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.449489742783178}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"405":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"372":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"376":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"408":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.449489742783178}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.7320508075688772}}}}},"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":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":1,"docs":{"405":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":19,"docs":{"100":{"tf":5.477225575051661},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"155":{"tf":1.0},"385":{"tf":1.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":2.0},"405":{"tf":2.0},"406":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"442":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"312":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":4.0}}}}}}}},"df":194,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.0},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":3.1622776601683795},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"223":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.7320508075688772},"27":{"tf":2.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"34":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.4142135623730951},"392":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":2.0},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"447":{"tf":2.449489742783178},"449":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":2.23606797749979},"463":{"tf":2.0},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":2.449489742783178},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":5.5677643628300215},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"491":{"tf":2.449489742783178},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.4142135623730951},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":3.1622776601683795},"514":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":2.6457513110645907},"518":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":2.449489742783178},"543":{"tf":1.0},"545":{"tf":2.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"548":{"tf":1.0},"55":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":3.872983346207417},"558":{"tf":3.872983346207417},"559":{"tf":2.0},"56":{"tf":2.23606797749979},"560":{"tf":1.4142135623730951},"57":{"tf":2.449489742783178},"58":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":2.0},"88":{"tf":2.0},"89":{"tf":1.4142135623730951},"90":{"tf":3.3166247903554},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":2.6457513110645907},"95":{"tf":2.0},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"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":{"168":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":31,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"242":{"tf":1.0},"247":{"tf":1.4142135623730951},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"473":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"489":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"344":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"489":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"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":{"489":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":303,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":3.1622776601683795},"100":{"tf":5.477225575051661},"101":{"tf":2.8284271247461903},"102":{"tf":5.0990195135927845},"103":{"tf":2.449489742783178},"104":{"tf":3.1622776601683795},"105":{"tf":2.449489742783178},"106":{"tf":2.6457513110645907},"107":{"tf":5.0},"108":{"tf":2.23606797749979},"109":{"tf":4.358898943540674},"11":{"tf":1.0},"110":{"tf":4.47213595499958},"111":{"tf":3.0},"112":{"tf":3.3166247903554},"113":{"tf":1.7320508075688772},"114":{"tf":2.23606797749979},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":2.6457513110645907},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":3.1622776601683795},"122":{"tf":2.23606797749979},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":2.23606797749979},"127":{"tf":2.0},"128":{"tf":3.605551275463989},"129":{"tf":2.0},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"142":{"tf":1.0},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":2.0},"151":{"tf":2.449489742783178},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"161":{"tf":2.6457513110645907},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":2.449489742783178},"168":{"tf":3.0},"173":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":2.0},"185":{"tf":2.8284271247461903},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":2.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":2.0},"247":{"tf":1.7320508075688772},"25":{"tf":1.0},"251":{"tf":2.0},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"28":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.7320508075688772},"299":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"300":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.7320508075688772},"308":{"tf":2.23606797749979},"316":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":2.6457513110645907},"320":{"tf":2.8284271247461903},"321":{"tf":1.7320508075688772},"322":{"tf":2.23606797749979},"323":{"tf":1.0},"327":{"tf":1.7320508075688772},"329":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":2.23606797749979},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"340":{"tf":3.3166247903554},"341":{"tf":3.605551275463989},"342":{"tf":2.0},"343":{"tf":3.7416573867739413},"344":{"tf":2.449489742783178},"345":{"tf":2.6457513110645907},"346":{"tf":2.8284271247461903},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.23606797749979},"356":{"tf":2.6457513110645907},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"36":{"tf":2.0},"360":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":2.0},"369":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"372":{"tf":2.23606797749979},"374":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"377":{"tf":2.23606797749979},"378":{"tf":1.7320508075688772},"379":{"tf":3.1622776601683795},"38":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":3.605551275463989},"383":{"tf":2.23606797749979},"384":{"tf":1.7320508075688772},"385":{"tf":2.449489742783178},"386":{"tf":2.8284271247461903},"388":{"tf":3.0},"389":{"tf":2.6457513110645907},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"394":{"tf":2.0},"395":{"tf":2.0},"396":{"tf":2.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"399":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.7320508075688772},"403":{"tf":3.7416573867739413},"404":{"tf":1.7320508075688772},"405":{"tf":2.6457513110645907},"406":{"tf":2.6457513110645907},"407":{"tf":3.4641016151377544},"408":{"tf":2.23606797749979},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":3.4641016151377544},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.8284271247461903},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":5.0},"417":{"tf":1.0},"419":{"tf":1.7320508075688772},"420":{"tf":1.4142135623730951},"421":{"tf":1.7320508075688772},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":2.0},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":2.23606797749979},"44":{"tf":2.449489742783178},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":2.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.7320508075688772},"456":{"tf":2.449489742783178},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":3.0},"460":{"tf":2.6457513110645907},"461":{"tf":3.1622776601683795},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"467":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.7320508075688772},"473":{"tf":4.898979485566356},"474":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"493":{"tf":1.0},"498":{"tf":1.4142135623730951},"50":{"tf":4.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"542":{"tf":2.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":2.23606797749979},"548":{"tf":2.0},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"554":{"tf":2.0},"556":{"tf":1.0},"557":{"tf":2.449489742783178},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.449489742783178},"62":{"tf":4.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"67":{"tf":2.6457513110645907},"68":{"tf":1.7320508075688772},"69":{"tf":3.7416573867739413},"70":{"tf":3.4641016151377544},"71":{"tf":2.6457513110645907},"72":{"tf":2.23606797749979},"73":{"tf":2.6457513110645907},"74":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":3.1622776601683795},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":3.872983346207417}},"m":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"102":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"466":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"377":{"tf":2.0},"379":{"tf":1.4142135623730951},"466":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"377":{"tf":1.0},"379":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"377":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"377":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":24,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"156":{"tf":2.449489742783178},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"341":{"tf":1.0},"349":{"tf":1.4142135623730951},"38":{"tf":1.0},"401":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"471":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"403":{"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":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"557":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}},"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":{"560":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"556":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"476":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"df":6,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0},"377":{"tf":1.0},"413":{"tf":1.7320508075688772},"415":{"tf":1.0}}},"t":{"df":23,"docs":{"0":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":2.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"173":{"tf":1.0},"309":{"tf":1.0},"451":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":2.23606797749979},"523":{"tf":1.0},"530":{"tf":1.0},"547":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"40":{"tf":1.0},"491":{"tf":1.4142135623730951},"85":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"470":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"407":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"239":{"tf":3.4641016151377544},"240":{"tf":2.6457513110645907},"508":{"tf":1.0},"509":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"470":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"128":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"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":{"456":{"tf":1.0}}},"df":17,"docs":{"193":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"456":{"tf":1.0},"50":{"tf":1.7320508075688772},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":10,"docs":{"189":{"tf":1.7320508075688772},"193":{"tf":3.0},"27":{"tf":1.0},"28":{"tf":1.0},"312":{"tf":1.0},"403":{"tf":1.0},"41":{"tf":1.0},"477":{"tf":1.0},"69":{"tf":1.4142135623730951},"89":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"r":{"df":24,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"456":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"517":{"tf":1.0},"64":{"tf":2.0},"90":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"76":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"23":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"470":{"tf":1.0},"525":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"553":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"550":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"109":{"tf":1.0}}}}},"i":{"d":{"df":7,"docs":{"109":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"382":{"tf":1.0},"528":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.4142135623730951},"375":{"tf":1.7320508075688772},"397":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"109":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"349":{"tf":1.0},"416":{"tf":1.0},"439":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"546":{"tf":1.4142135623730951},"64":{"tf":1.0},"81":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"384":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"350":{"tf":1.4142135623730951},"369":{"tf":1.0},"452":{"tf":1.4142135623730951},"466":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":37,"docs":{"100":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"243":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"324":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"352":{"tf":1.0},"408":{"tf":1.4142135623730951},"430":{"tf":1.0},"441":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"m":{"df":2,"docs":{"204":{"tf":1.0},"542":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"236":{"tf":1.0},"275":{"tf":3.0},"280":{"tf":1.0},"295":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.7320508075688772},"486":{"tf":1.0},"531":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"135":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":2.8284271247461903},"237":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"318":{"tf":2.23606797749979},"323":{"tf":1.0},"351":{"tf":1.0},"401":{"tf":1.0},"423":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"251":{"tf":1.0},"547":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"456":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.449489742783178},"559":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"377":{"tf":1.0},"381":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"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},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"456":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":21,"docs":{"169":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"477":{"tf":1.0},"50":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.449489742783178},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}}},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"459":{"tf":1.7320508075688772}}}}}}}}},"df":42,"docs":{"178":{"tf":1.4142135623730951},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":3.872983346207417},"240":{"tf":2.0},"299":{"tf":1.0},"30":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.7320508075688772},"350":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":2.0},"460":{"tf":1.7320508075688772},"461":{"tf":1.0},"468":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":2.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":2.8284271247461903}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"287":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":2.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":2.8284271247461903},"473":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"447":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"69":{"tf":1.0},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"461":{"tf":1.0},"481":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"169":{"tf":1.0},"240":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"542":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"141":{"tf":1.0},"306":{"tf":1.0},"390":{"tf":1.0},"467":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"w":{"df":2,"docs":{"243":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"320":{"tf":1.0},"389":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":104,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"114":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.0},"232":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":2.0},"320":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"331":{"tf":1.0},"339":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.0},"379":{"tf":1.7320508075688772},"388":{"tf":3.7416573867739413},"391":{"tf":2.23606797749979},"399":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.7320508075688772},"407":{"tf":1.0},"408":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.23606797749979},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.449489742783178},"471":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":2.0},"50":{"tf":1.7320508075688772},"523":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"388":{"tf":1.0},"391":{"tf":1.7320508075688772},"474":{"tf":1.0}}}},"v":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"357":{"tf":1.0},"461":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.8284271247461903},"265":{"tf":2.6457513110645907},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":2.0}}}}},"df":36,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"277":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.4142135623730951},"366":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"486":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.0},"558":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":2.0},"349":{"tf":2.0}}}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"179":{"tf":1.0},"210":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"147":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"b":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{">":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"132":{"tf":1.0},"347":{"tf":1.0},"464":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"349":{"tf":1.0},"350":{"tf":2.449489742783178},"488":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"488":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"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":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"349":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"347":{"tf":1.0},"349":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":31,"docs":{"100":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"185":{"tf":1.0},"223":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"33":{"tf":1.0},"347":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"355":{"tf":1.0},"358":{"tf":1.0},"376":{"tf":1.0},"403":{"tf":1.0},"430":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"516":{"tf":2.8284271247461903},"532":{"tf":1.0},"542":{"tf":2.449489742783178},"57":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"402":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"183":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.7320508075688772}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"k":{"_":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.7320508075688772},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":2.0},"291":{"tf":1.7320508075688772},"306":{"tf":1.0},"360":{"tf":1.4142135623730951},"407":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"520":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"354":{"tf":1.4142135623730951},"360":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"4":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":2.0},"477":{"tf":1.0},"50":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":2.8284271247461903},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}},"y":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"1":{"2":{"b":{"df":0,"docs":{},"e":{"4":{"2":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"299":{"tf":1.4142135623730951},"395":{"tf":2.449489742783178}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"517":{"tf":1.0}}}}},"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":{},"l":{"df":4,"docs":{"155":{"tf":1.0},"316":{"tf":1.0},"556":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"181":{"tf":2.0},"251":{"tf":1.0},"472":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"557":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":4,"docs":{"287":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.8284271247461903},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"203":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"277":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":2.0},"329":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"388":{"tf":2.6457513110645907},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":2.449489742783178},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"445":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"401":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":48,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"232":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"300":{"tf":1.7320508075688772},"310":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"339":{"tf":1.0},"346":{"tf":1.0},"416":{"tf":3.3166247903554},"425":{"tf":2.449489742783178},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.4142135623730951},"471":{"tf":1.0},"489":{"tf":1.4142135623730951},"50":{"tf":3.4641016151377544},"507":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"320":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"246":{"tf":1.0},"336":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":2.0},"442":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"185":{"tf":1.0},"335":{"tf":1.0},"386":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"263":{"tf":1.0},"78":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"447":{"tf":2.449489742783178},"448":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"339":{"tf":2.8284271247461903}}}}}}},"m":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":7,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"319":{"tf":1.0},"345":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"470":{"tf":4.242640687119285}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":42,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"115":{"tf":1.0},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"182":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":3.1622776601683795},"436":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"451":{"tf":2.6457513110645907},"46":{"tf":1.0},"471":{"tf":1.0},"491":{"tf":6.082762530298219},"5":{"tf":1.0},"508":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"467":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":11,"docs":{"321":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":28,"docs":{"124":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"347":{"tf":1.0},"351":{"tf":1.0},"406":{"tf":1.7320508075688772},"407":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"490":{"tf":1.0},"548":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"181":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"351":{"tf":1.0},"383":{"tf":2.449489742783178},"397":{"tf":2.449489742783178},"398":{"tf":3.7416573867739413},"423":{"tf":2.0},"43":{"tf":1.0},"460":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"478":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"347":{"tf":1.0},"389":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":4,"docs":{"277":{"tf":1.0},"350":{"tf":1.0},"401":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"222":{"tf":1.0},"389":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"347":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.0},"417":{"tf":1.0},"44":{"tf":1.7320508075688772},"463":{"tf":1.0},"548":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"354":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"242":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"385":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"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":{}}},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"$":{"3":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"5":{"1":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"310":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"132":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"132":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"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":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"522":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"436":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"475":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":20,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"357":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"456":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":41,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.4142135623730951},"44":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"345":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"285":{"tf":1.0},"287":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"128":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"28":{"tf":1.0},"478":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"377":{"tf":1.0},"381":{"tf":1.0},"394":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.7320508075688772},"477":{"tf":1.0},"517":{"tf":1.0},"534":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"376":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"215":{"tf":1.0},"22":{"tf":1.0},"500":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"182":{"tf":1.0},"310":{"tf":1.0},"324":{"tf":1.0},"383":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.4142135623730951},"470":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"558":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"360":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"187":{"tf":1.7320508075688772},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":2.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"404":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"107":{"tf":1.0},"247":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"268":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"100":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"282":{"tf":1.0},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"300":{"tf":2.23606797749979},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"397":{"tf":1.7320508075688772},"401":{"tf":1.0},"403":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"500":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"197":{"tf":3.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"390":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"243":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":2.449489742783178},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"452":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":7,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.0},"542":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"322":{"tf":1.0},"327":{"tf":1.0},"339":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"409":{"tf":1.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":38,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"352":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.4142135623730951},"494":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"554":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.0},"210":{"tf":1.0},"277":{"tf":1.0},"383":{"tf":1.7320508075688772},"430":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":44,"docs":{"187":{"tf":1.0},"263":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"408":{"tf":1.0},"470":{"tf":2.23606797749979},"481":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":2.449489742783178},"532":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"461":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"555":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"516":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"df":20,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":2.449489742783178},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"491":{"tf":1.0},"558":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"317":{"tf":1.0},"461":{"tf":1.0},"550":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"326":{"tf":2.8284271247461903},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"293":{"tf":3.7416573867739413},"300":{"tf":3.3166247903554},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"237":{"tf":1.0},"355":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"282":{"tf":1.4142135623730951},"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"]":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"165":{"tf":1.0},"498":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":20,"docs":{"0":{"tf":1.0},"102":{"tf":1.7320508075688772},"130":{"tf":1.0},"172":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"351":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"544":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":5.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"356":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"0":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"125":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"=":{".":{".":{"9":{"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":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.4142135623730951},"350":{"tf":1.0},"358":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{",":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"109":{"tf":1.0},"293":{"tf":1.0},"388":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"153":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"41":{"tf":1.0},"464":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"187":{"tf":1.0},"386":{"tf":1.0},"534":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"180":{"tf":1.0},"273":{"tf":1.0},"295":{"tf":1.0},"351":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"433":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":4.69041575982343}}},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}}}},"df":1,"docs":{"383":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":6,"docs":{"193":{"tf":1.4142135623730951},"202":{"tf":1.0},"412":{"tf":1.4142135623730951},"442":{"tf":1.0},"446":{"tf":1.0},"478":{"tf":1.0}}}}},"df":10,"docs":{"139":{"tf":2.0},"224":{"tf":1.0},"231":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"263":{"tf":1.0},"370":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"161":{"tf":1.0},"178":{"tf":2.23606797749979},"2":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.7320508075688772},"293":{"tf":2.8284271247461903},"297":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"346":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"477":{"tf":1.0},"5":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":2.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"203":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"176":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"176":{"tf":2.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"'":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":3.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":5.0}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"181":{"tf":3.4641016151377544}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"320":{"tf":1.0},"346":{"tf":1.7320508075688772},"368":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"224":{"tf":1.0},"235":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"492":{"tf":1.0},"546":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":2.23606797749979},"271":{"tf":3.872983346207417},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"270":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"d":{"df":20,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.7320508075688772},"186":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"380":{"tf":1.0},"388":{"tf":1.0},"472":{"tf":1.7320508075688772},"474":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"553":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"461":{"tf":1.0},"464":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"490":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":2.23606797749979},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":2.0},"326":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.7320508075688772},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"2":{"tf":1.0},"203":{"tf":1.0},"416":{"tf":1.0},"457":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":41,"docs":{"100":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.0},"168":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"215":{"tf":2.449489742783178},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":2.6457513110645907},"243":{"tf":4.898979485566356},"246":{"tf":2.23606797749979},"247":{"tf":3.0},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"374":{"tf":1.0},"395":{"tf":1.4142135623730951},"430":{"tf":1.0},"439":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"515":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"'":{"df":1,"docs":{"249":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"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":{},"l":{"d":{"(":{")":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"215":{"tf":1.0},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"178":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"504":{"tf":1.0},"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":3.1622776601683795},"246":{"tf":1.0},"247":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"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":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"[":{"0":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"b":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"180":{"tf":1.0},"28":{"tf":1.4142135623730951},"319":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"388":{"tf":1.4142135623730951},"460":{"tf":1.0},"522":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"208":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"216":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"522":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"128":{"tf":1.0},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"350":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"231":{"tf":1.0},"341":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"25":{"tf":1.0},"284":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"339":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"380":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.23606797749979},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":2.0},"557":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"350":{"tf":2.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"201":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"476":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":1.7320508075688772},"73":{"tf":1.0},"80":{"tf":1.0}}},"df":5,"docs":{"460":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":7,"docs":{"460":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"470":{"tf":1.0},"558":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"439":{"tf":1.4142135623730951},"556":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"165":{"tf":1.0},"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"148":{"tf":1.0},"306":{"tf":1.0},"461":{"tf":1.0},"545":{"tf":1.0},"72":{"tf":1.0}},"t":{"df":7,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"390":{"tf":2.23606797749979},"452":{"tf":1.0},"57":{"tf":1.4142135623730951},"90":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"389":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"112":{"tf":1.0},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"390":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"226":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"405":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"210":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"167":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"416":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":213,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"28":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"298":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"322":{"tf":1.7320508075688772},"325":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":2.23606797749979},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"386":{"tf":1.7320508075688772},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":2.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.4142135623730951},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"469":{"tf":1.7320508075688772},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.6457513110645907},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"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},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"107":{"tf":2.449489742783178}}}}}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"335":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"473":{"tf":2.23606797749979},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"320":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"263":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"383":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":77,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.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.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":3.3166247903554},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":2.8284271247461903},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":2.0},"327":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"347":{"tf":1.0},"349":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"377":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"385":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":2.449489742783178},"408":{"tf":1.0},"410":{"tf":2.23606797749979},"416":{"tf":1.0},"427":{"tf":1.0},"435":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":2.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"524":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"94":{"tf":2.0},"99":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"341":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.0},"462":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":44,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0},"99":{"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":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"100":{"tf":1.0},"119":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"395":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"395":{"tf":1.0}}}}}}},"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":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"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":{"100":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"113":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"38":{"tf":1.0},"440":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"185":{"tf":1.7320508075688772},"386":{"tf":1.0},"440":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":53,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"415":{"tf":1.4142135623730951},"455":{"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":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":53,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"448":{"tf":1.0},"455":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"440":{"tf":1.0}}},"y":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"11":{"tf":1.0},"119":{"tf":1.7320508075688772}}}}}}}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"122":{"tf":1.0},"263":{"tf":1.0}}},"df":37,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":3.4641016151377544},"111":{"tf":2.0},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"27":{"tf":1.0},"322":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":2.0},"374":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":2.0},"388":{"tf":1.0},"391":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":2.6457513110645907},"442":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.23606797749979},"523":{"tf":1.0},"54":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"245":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"494":{"tf":1.0},"516":{"tf":1.0},"524":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"443":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"386":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"109":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"351":{"tf":1.0},"449":{"tf":1.0},"470":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"413":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.0},"469":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"461":{"tf":1.0},"514":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"80":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"115":{"tf":1.0},"213":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"356":{"tf":1.0},"370":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"358":{"tf":1.0},"369":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"189":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"368":{"tf":1.0},"416":{"tf":1.0},"500":{"tf":1.0},"63":{"tf":1.0}}}},"df":8,"docs":{"120":{"tf":1.4142135623730951},"130":{"tf":1.0},"191":{"tf":1.0},"430":{"tf":1.4142135623730951},"442":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"464":{"tf":1.0}}}},"f":{"a":{"5":{"df":1,"docs":{"479":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":4,"docs":{"317":{"tf":1.0},"416":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"173":{"tf":1.0},"341":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"15":{"tf":1.0},"22":{"tf":1.4142135623730951},"335":{"tf":1.0},"355":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"258":{"tf":1.0},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"466":{"tf":1.0},"74":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":28,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"157":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"336":{"tf":1.0},"341":{"tf":1.0},"50":{"tf":3.4641016151377544},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.0},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"407":{"tf":1.0},"449":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"381":{"tf":1.0},"383":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":3,"docs":{"25":{"tf":1.0},"31":{"tf":1.0},"526":{"tf":1.0}}},"r":{"df":5,"docs":{"169":{"tf":1.0},"321":{"tf":1.0},"406":{"tf":1.0},"467":{"tf":1.0},"557":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"407":{"tf":1.0},"416":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"481":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.0},"347":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":2.0},"56":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"407":{"tf":1.0},"516":{"tf":1.0},"558":{"tf":1.0}}},"t":{"df":1,"docs":{"464":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"w":{"df":17,"docs":{"171":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"444":{"tf":1.0},"456":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"223":{"tf":1.0},"349":{"tf":1.0},"477":{"tf":1.0},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"476":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":49,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":2.23606797749979},"193":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"235":{"tf":1.0},"309":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0},"382":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"546":{"tf":1.0},"547":{"tf":3.0},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"l":{"df":4,"docs":{"275":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"168":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"181":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"389":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"435":{"tf":1.0},"470":{"tf":1.7320508075688772},"472":{"tf":1.0},"560":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"306":{"tf":2.0},"388":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"344":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"112":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"354":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"50":{"tf":1.0},"542":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"261":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"265":{"tf":1.0},"306":{"tf":1.4142135623730951},"313":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"452":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"542":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"416":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":8,"docs":{"22":{"tf":1.0},"251":{"tf":1.4142135623730951},"293":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":1.0},"495":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}},"x":{"df":10,"docs":{"20":{"tf":1.0},"28":{"tf":1.7320508075688772},"285":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"157":{"tf":1.0},"47":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772},"75":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"214":{"tf":2.0},"276":{"tf":1.4142135623730951},"430":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"u":{"df":1,"docs":{"110":{"tf":1.0}},"s":{"df":1,"docs":{"449":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"309":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.7320508075688772},"479":{"tf":1.0},"547":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":146,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":2.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"400":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"451":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"48":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"479":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":1,"docs":{"351":{"tf":1.7320508075688772}}},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"316":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"k":{"(":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{"468":{"tf":1.0},"470":{"tf":2.23606797749979},"479":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"461":{"tf":1.0},"528":{"tf":1.0}}},"t":{"df":16,"docs":{"111":{"tf":1.0},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"240":{"tf":1.0},"324":{"tf":1.0},"466":{"tf":1.0},"477":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}}},"df":20,"docs":{"139":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"350":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"423":{"tf":1.7320508075688772},"461":{"tf":1.0},"466":{"tf":1.0},"479":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"461":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"15":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":3.0},"218":{"tf":1.0},"226":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"348":{"tf":1.0},"433":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"534":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"242":{"tf":1.0},"316":{"tf":1.4142135623730951},"384":{"tf":1.0},"558":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"{":{"1":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"1":{"0":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"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":5,"docs":{"404":{"tf":1.0},"413":{"tf":2.0},"416":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"456":{"tf":1.0},"559":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":3.872983346207417}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"461":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":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":{"468":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"134":{"tf":1.0},"236":{"tf":1.0},"351":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"410":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"535":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":4,"docs":{"173":{"tf":1.0},"265":{"tf":1.0},"345":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"236":{"tf":2.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772}}}}}},"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"335":{"tf":1.0},"349":{"tf":1.0},"471":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"464":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":63,"docs":{"0":{"tf":1.0},"101":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"186":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"237":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"261":{"tf":1.0},"277":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":2.0},"331":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"353":{"tf":2.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":2.0},"357":{"tf":2.0},"358":{"tf":2.0},"359":{"tf":2.0},"360":{"tf":3.0},"361":{"tf":2.0},"362":{"tf":1.0},"363":{"tf":2.0},"364":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":2.8284271247461903},"375":{"tf":2.8284271247461903},"376":{"tf":4.242640687119285},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"432":{"tf":1.0},"44":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.0},"540":{"tf":1.4142135623730951},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"461":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":8,"docs":{"35":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"375":{"tf":2.0},"376":{"tf":2.449489742783178},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"166":{"tf":1.0},"183":{"tf":1.4142135623730951},"313":{"tf":1.0},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"401":{"tf":2.0},"458":{"tf":1.0},"92":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"203":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"441":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"321":{"tf":1.0},"557":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"181":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"372":{"tf":1.0},"389":{"tf":1.0},"544":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"104":{"tf":2.6457513110645907},"105":{"tf":2.449489742783178},"109":{"tf":2.8284271247461903},"316":{"tf":3.0},"319":{"tf":3.7416573867739413},"322":{"tf":2.0}},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":39,"docs":{"110":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":2.0},"325":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"442":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"49":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"556":{"tf":1.0},"558":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"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":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"18":{"tf":1.0},"466":{"tf":1.0},"514":{"tf":1.0},"547":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"401":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"370":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"253":{"tf":1.0},"296":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"395":{"tf":2.8284271247461903}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"153":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"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":{}}}}}},"r":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":2.0},"153":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"153":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"395":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.4142135623730951},"370":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"412":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772}}}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"331":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"267":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":3.0},"159":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"318":{"tf":2.23606797749979},"331":{"tf":2.0},"345":{"tf":2.449489742783178},"346":{"tf":3.4641016151377544},"382":{"tf":1.0},"383":{"tf":3.3166247903554},"401":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"524":{"tf":2.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"n":{"df":26,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"335":{"tf":1.0},"341":{"tf":1.0},"384":{"tf":1.0},"404":{"tf":1.0},"415":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"m":{"1":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"435":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"d":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"379":{"tf":2.449489742783178},"381":{"tf":1.0}}},"df":22,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"360":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"543":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"393":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951}}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}},"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"l":{"df":11,"docs":{"23":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"556":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"131":{"tf":1.0},"468":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"381":{"tf":1.0},"470":{"tf":1.4142135623730951},"539":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"231":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"112":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":2.0},"442":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"382":{"tf":1.4142135623730951},"388":{"tf":1.0},"405":{"tf":4.358898943540674},"44":{"tf":1.0},"522":{"tf":1.0}},"i":{"d":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"169":{"tf":1.0},"251":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{}}},"df":14,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.0},"501":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"386":{"tf":1.0}},"l":{"df":27,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"350":{"tf":2.23606797749979},"353":{"tf":1.0},"377":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"390":{"tf":1.0},"477":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"151":{"tf":1.0},"416":{"tf":1.0},"546":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":7,"docs":{"166":{"tf":1.0},"319":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":2.6457513110645907}}},"v":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":2.0},"116":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"474":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"215":{"tf":1.7320508075688772},"69":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"413":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"1":{"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"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":{},"l":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"1":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"318":{"tf":2.8284271247461903},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"78":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":2.0},"236":{"tf":2.0}}}}}}},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"423":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":30,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"108":{"tf":3.0},"150":{"tf":1.0},"168":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"28":{"tf":1.0},"396":{"tf":1.7320508075688772},"397":{"tf":3.3166247903554},"398":{"tf":2.0},"399":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.8284271247461903},"403":{"tf":2.6457513110645907},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"557":{"tf":2.6457513110645907},"558":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"494":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"100":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.449489742783178}}}}}}},"n":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":8,"docs":{"175":{"tf":1.0},"3":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"526":{"tf":1.0}}},"df":61,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.0},"336":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":2.0},"366":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":2.6457513110645907},"388":{"tf":1.0},"389":{"tf":1.0},"393":{"tf":1.4142135623730951},"405":{"tf":1.0},"416":{"tf":1.7320508075688772},"430":{"tf":1.7320508075688772},"433":{"tf":1.0},"439":{"tf":1.0},"442":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"467":{"tf":1.0},"479":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.0},"534":{"tf":1.0},"548":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"456":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":3.4641016151377544},"401":{"tf":2.8284271247461903},"408":{"tf":1.0},"410":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"360":{"tf":1.0},"407":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"277":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"557":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"112":{"tf":1.0},"193":{"tf":1.0},"271":{"tf":1.0},"368":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"554":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"478":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"461":{"tf":1.0},"50":{"tf":2.0},"57":{"tf":2.6457513110645907},"58":{"tf":1.0},"90":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"469":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}},"t":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"416":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"179":{"tf":1.4142135623730951},"328":{"tf":1.0},"380":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"0":{".":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":0,"docs":{},"n":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"7":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"v":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"c":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"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":{}}}}},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"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":{},"g":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}},"n":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"556":{"tf":1.0},"558":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"i":{"'":{"d":{"df":4,"docs":{"172":{"tf":1.0},"557":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"559":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"388":{"tf":1.0},"389":{"tf":1.0},"475":{"tf":1.0},"551":{"tf":1.0}}}},"m":{"df":3,"docs":{"390":{"tf":1.0},"469":{"tf":1.0},"558":{"tf":1.0}}},"v":{"df":5,"docs":{"159":{"tf":1.0},"410":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0}}}},".":{"df":4,"docs":{"208":{"tf":1.0},"321":{"tf":1.0},"376":{"tf":1.0},"416":{"tf":1.0}}},"5":{"0":{"9":{"df":0,"docs":{},"v":{"c":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":3,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0},"86":{"tf":1.0}}}}},"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":6,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"44":{"tf":1.0},"522":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":8,"docs":{"102":{"tf":1.0},"130":{"tf":1.0},"161":{"tf":1.0},"357":{"tf":1.0},"442":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":4,"docs":{"189":{"tf":1.0},"204":{"tf":1.0},"311":{"tf":1.0},"357":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"152":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"408":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.0},"200":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"464":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"(":{"!":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"155":{"tf":1.0},"305":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.4142135623730951},"430":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"71":{"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":6,"docs":{"112":{"tf":1.0},"318":{"tf":1.0},"389":{"tf":1.4142135623730951},"470":{"tf":1.0},"542":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"214":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"375":{"tf":1.0},"397":{"tf":1.0},"460":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"436":{"tf":1.0},"491":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"105":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"362":{"tf":1.0},"376":{"tf":1.0},"388":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.7320508075688772},"436":{"tf":1.4142135623730951},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"445":{"tf":1.0},"448":{"tf":1.4142135623730951},"453":{"tf":1.0},"463":{"tf":1.4142135623730951},"464":{"tf":2.23606797749979},"467":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":2.0},"495":{"tf":1.0},"50":{"tf":2.449489742783178},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"54":{"tf":1.7320508075688772},"557":{"tf":2.0},"56":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"322":{"tf":1.0},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"515":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"464":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"388":{"tf":1.0},"413":{"tf":1.4142135623730951},"50":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":61,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"345":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"447":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"486":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.0},"542":{"tf":1.0},"556":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"128":{"tf":2.0},"194":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"430":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.7320508075688772},"490":{"tf":1.0},"503":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"548":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"479":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"464":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"556":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":12,"docs":{"135":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"153":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"129":{"tf":1.0},"143":{"tf":1.0},"416":{"tf":1.0},"422":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"413":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"247":{"tf":1.0},"416":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.7320508075688772}},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"168":{"tf":2.0},"185":{"tf":1.4142135623730951},"388":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"119":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"388":{"tf":1.0},"440":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"508":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":48,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.0},"320":{"tf":1.0},"341":{"tf":1.0},"40":{"tf":1.4142135623730951},"416":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"370":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"439":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"313":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"313":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"50":{"tf":1.4142135623730951},"545":{"tf":1.0},"555":{"tf":1.4142135623730951},"58":{"tf":2.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.6457513110645907},"239":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":2.449489742783178},"350":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":2.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"527":{"tf":1.0}}}}},"i":{"d":{"df":9,"docs":{"104":{"tf":1.0},"187":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"50":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"22":{"tf":1.0},"434":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0}}},"n":{"c":{"df":23,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"174":{"tf":1.0},"286":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"316":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"362":{"tf":1.0},"375":{"tf":1.0},"404":{"tf":1.0},"470":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"166":{"tf":1.0},"197":{"tf":1.0},"215":{"tf":1.0},"275":{"tf":1.4142135623730951},"386":{"tf":1.0},"401":{"tf":1.0},"426":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":58,"docs":{"169":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"399":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"413":{"tf":1.4142135623730951},"43":{"tf":1.0},"450":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"483":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":1.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"67":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"168":{"tf":1.0},"470":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":31,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":2.0},"168":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"247":{"tf":2.0},"271":{"tf":2.0},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":4.0},"300":{"tf":2.0},"306":{"tf":2.6457513110645907},"331":{"tf":2.0},"349":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.7320508075688772},"412":{"tf":3.4641016151377544},"430":{"tf":1.0},"445":{"tf":2.0},"455":{"tf":2.6457513110645907},"470":{"tf":2.8284271247461903},"473":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":11,"docs":{"110":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"299":{"tf":1.0},"334":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":16,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":2.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.4142135623730951},"247":{"tf":1.0},"271":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"441":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":2,"docs":{"168":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"196":{"tf":2.0},"197":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"407":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"218":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"370":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"388":{"tf":1.0},"439":{"tf":1.0}}}}},"f":{"a":{"c":{"df":9,"docs":{"160":{"tf":1.4142135623730951},"170":{"tf":2.0},"182":{"tf":1.7320508075688772},"236":{"tf":1.0},"335":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"461":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":13,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"461":{"tf":1.4142135623730951},"463":{"tf":1.4142135623730951},"518":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"324":{"tf":1.0},"349":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"133":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"406":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":2,"docs":{"0":{"tf":1.0},"475":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"316":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"322":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"128":{"tf":1.0},"223":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"467":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"223":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"416":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":20,"docs":{"109":{"tf":1.0},"169":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"314":{"tf":1.0},"33":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":2.0},"558":{"tf":1.0},"560":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"160":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":2.0},"183":{"tf":1.7320508075688772},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.0}}}}}}}}}}}}}}},"t":{"'":{"df":23,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"239":{"tf":1.0},"297":{"tf":1.0},"376":{"tf":1.0},"386":{"tf":1.0},"416":{"tf":2.0},"441":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":2.23606797749979},"478":{"tf":2.0},"479":{"tf":1.0},"516":{"tf":1.0},"532":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"347":{"tf":1.7320508075688772},"527":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"168":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"168":{"tf":1.0},"178":{"tf":1.0}}}}},"x":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"223":{"tf":2.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"128":{"tf":1.0},"176":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":2.8284271247461903},"197":{"tf":3.7416573867739413},"223":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"294":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.6457513110645907},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":2.449489742783178},"345":{"tf":1.0},"386":{"tf":2.0},"445":{"tf":1.4142135623730951},"464":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"176":{"tf":1.0},"183":{"tf":1.0},"386":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"272":{"tf":1.4142135623730951},"306":{"tf":1.0},"441":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"176":{"tf":2.23606797749979},"183":{"tf":2.6457513110645907},"197":{"tf":2.6457513110645907},"223":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":2.0},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"386":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.449489742783178}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":4,"docs":{"197":{"tf":1.7320508075688772},"243":{"tf":1.0},"319":{"tf":1.7320508075688772},"368":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"410":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"48":{"tf":1.0},"515":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0},"95":{"tf":1.0}}},"v":{"a":{"'":{"df":8,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"247":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"4":{"8":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"6":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"(":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"5":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"1":{"(":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"5":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"7":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"1":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"548":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"4":{"5":{"df":1,"docs":{"47":{"tf":1.0}}},"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"4":{"2":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"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":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"$":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"$":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"468":{"tf":1.0},"478":{"tf":2.0},"490":{"tf":1.0}}},"df":0,"docs":{}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"201":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"436":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":1.7320508075688772},"547":{"tf":4.58257569495584},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"356":{"tf":1.4142135623730951},"432":{"tf":1.0},"458":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"462":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"522":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"245":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"558":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"218":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"320":{"tf":1.4142135623730951},"359":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{">":{"1":{"6":{"<":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"1":{"6":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0},"382":{"tf":1.0},"555":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"15":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":2.23606797749979},"193":{"tf":3.0},"222":{"tf":1.7320508075688772},"267":{"tf":1.0},"278":{"tf":1.4142135623730951},"319":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":3.3166247903554},"362":{"tf":1.7320508075688772},"370":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0},"516":{"tf":1.7320508075688772},"547":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"523":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951}}}},"df":6,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"356":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"381":{"tf":3.3166247903554},"461":{"tf":1.0}},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"308":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"429":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"517":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"554":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"435":{"tf":1.0},"491":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":2.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"413":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"401":{"tf":1.7320508075688772},"413":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"320":{"tf":1.7320508075688772},"476":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"203":{"tf":1.0},"384":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"306":{"tf":1.0},"416":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"548":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"56":{"tf":2.449489742783178},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"100":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"236":{"tf":1.0},"477":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"134":{"tf":1.0},"484":{"tf":1.0},"556":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":2,"docs":{"247":{"tf":1.4142135623730951},"77":{"tf":2.449489742783178}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":5,"docs":{"2":{"tf":1.7320508075688772},"214":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"527":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":2.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.4142135623730951},"357":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"413":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"t":{"'":{"df":31,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"168":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"193":{"tf":1.0},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"72":{"tf":1.0}}},"df":27,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"193":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"294":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"392":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"439":{"tf":1.0},"459":{"tf":1.0},"493":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"429":{"tf":1.0},"76":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"160":{"tf":1.0},"271":{"tf":3.0},"277":{"tf":3.1622776601683795},"386":{"tf":2.8284271247461903},"389":{"tf":1.7320508075688772}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"226":{"tf":1.7320508075688772},"478":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"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":{"413":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"195":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":4.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"358":{"tf":1.0},"412":{"tf":2.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"548":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"k":{"df":10,"docs":{"1":{"tf":1.0},"22":{"tf":1.4142135623730951},"281":{"tf":1.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"470":{"tf":1.4142135623730951},"471":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":2,"docs":{"332":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":17,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0},"459":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":2.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"498":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"324":{"tf":2.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"498":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"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":1,"docs":{"510":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"510":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{">":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}}}}},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":105,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.6457513110645907},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"166":{"tf":2.8284271247461903},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.7320508075688772},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":2.6457513110645907},"324":{"tf":1.7320508075688772},"325":{"tf":1.4142135623730951},"326":{"tf":2.23606797749979},"327":{"tf":3.4641016151377544},"328":{"tf":1.4142135623730951},"329":{"tf":2.23606797749979},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"345":{"tf":1.7320508075688772},"350":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":2.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"406":{"tf":1.0},"41":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"526":{"tf":1.0},"535":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.0},"558":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.449489742783178},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"390":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"474":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"*":{">":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"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":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"\"":{"b":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}}}}},"1":{"df":1,"docs":{"320":{"tf":1.0}}},"2":{"df":1,"docs":{"320":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":12,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"468":{"tf":1.4142135623730951},"486":{"tf":2.0},"531":{"tf":1.0},"550":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"470":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951}},"e":{"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":2.0},"318":{"tf":3.4641016151377544},"319":{"tf":2.0},"320":{"tf":3.605551275463989},"321":{"tf":3.4641016151377544},"322":{"tf":2.23606797749979},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"39":{"tf":1.0},"430":{"tf":2.0},"442":{"tf":1.4142135623730951},"470":{"tf":3.0},"474":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"75":{"tf":2.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"37":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"518":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"358":{"tf":1.0},"478":{"tf":1.0},"558":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"o":{"a":{"d":{"df":25,"docs":{"101":{"tf":2.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"193":{"tf":1.7320508075688772},"302":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"363":{"tf":1.4142135623730951},"42":{"tf":1.0},"452":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.4142135623730951},"542":{"tf":3.605551275463989},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}},"c":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}},"x":{"df":1,"docs":{"395":{"tf":2.0}}},"z":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":2.23606797749979}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"df":41,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":2.6457513110645907},"132":{"tf":2.0},"179":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"197":{"tf":3.0},"207":{"tf":2.23606797749979},"208":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.0},"212":{"tf":2.0},"213":{"tf":2.23606797749979},"275":{"tf":3.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"306":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.23606797749979},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"493":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"x":{"df":1,"docs":{"197":{"tf":1.0}}},"z":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"213":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":12,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.0},"347":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"185":{"tf":1.4142135623730951},"211":{"tf":2.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"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":{"197":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"208":{"tf":1.4142135623730951},"210":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"209":{"tf":1.0},"212":{"tf":2.0},"275":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"395":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":8,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.0},"546":{"tf":1.0},"550":{"tf":1.0},"90":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":1.0},"231":{"tf":1.0},"430":{"tf":1.0},"469":{"tf":1.0},"553":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"234":{"tf":1.0},"281":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":31,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"438":{"tf":1.0},"448":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0},"547":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":2,"docs":{"306":{"tf":1.4142135623730951},"308":{"tf":1.0}}},"s":{"df":1,"docs":{"324":{"tf":1.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"78":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":1.4142135623730951},"275":{"tf":3.1622776601683795}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"456":{"tf":1.0},"470":{"tf":1.0}}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"405":{"tf":1.0},"44":{"tf":1.0},"463":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"196":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"106":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":2.449489742783178},"69":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":2.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"223":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"560":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"n":{"df":28,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"277":{"tf":1.0},"345":{"tf":1.0},"356":{"tf":1.4142135623730951},"37":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":1.0},"555":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"464":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"555":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":59,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"306":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"401":{"tf":2.23606797749979},"404":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"471":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"401":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"380":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":8,"docs":{"108":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.0},"433":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"389":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"337":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.4142135623730951},"336":{"tf":2.6457513110645907},"339":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":18,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"319":{"tf":3.0},"320":{"tf":1.0},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"472":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"d":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":6,"docs":{"324":{"tf":1.0},"328":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"335":{"tf":2.23606797749979},"336":{"tf":1.0},"339":{"tf":2.449489742783178}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"479":{"tf":1.0}}}}}},"df":3,"docs":{"201":{"tf":1.7320508075688772},"203":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"128":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"448":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}},"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"306":{"tf":1.0},"331":{"tf":2.6457513110645907},"380":{"tf":1.0}}}}},"h":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"276":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"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":{".":{"a":{"d":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"277":{"tf":2.23606797749979}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"436":{"tf":1.7320508075688772},"522":{"tf":1.0},"556":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"450":{"tf":2.0},"477":{"tf":1.0},"522":{"tf":2.0},"557":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"x":{"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.7320508075688772},"455":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"6":{"7":{"8":{"6":{"8":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":29,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"354":{"tf":1.0},"369":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"441":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"542":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"306":{"tf":1.0},"351":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"388":{"tf":2.6457513110645907},"474":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.4142135623730951},"451":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":49,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":3.1622776601683795},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"168":{"tf":2.449489742783178},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.8284271247461903},"222":{"tf":1.7320508075688772},"225":{"tf":3.3166247903554},"232":{"tf":3.1622776601683795},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"300":{"tf":2.8284271247461903},"339":{"tf":4.0},"350":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.0},"472":{"tf":2.449489742783178},"488":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"553":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"350":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"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":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"t":{"a":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"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":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}},"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"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":{},"t":{"a":{"df":1,"docs":{"477":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"470":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":219,"docs":{"1":{"tf":1.0},"100":{"tf":3.3166247903554},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"15":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"22":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":2.449489742783178},"329":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":2.23606797749979},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":2.23606797749979},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":2.8284271247461903},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":2.8284271247461903},"408":{"tf":1.0},"409":{"tf":1.4142135623730951},"410":{"tf":2.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.8284271247461903},"424":{"tf":1.7320508075688772},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"481":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"492":{"tf":1.4142135623730951},"493":{"tf":2.23606797749979},"494":{"tf":1.7320508075688772},"498":{"tf":1.0},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.0},"455":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"55":{"tf":1.0}}},":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"285":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"o":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"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":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"109":{"tf":3.7416573867739413}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"b":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"c":{"2":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":79,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"132":{"tf":1.0},"187":{"tf":1.0},"218":{"tf":2.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.7320508075688772},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"40":{"tf":1.0},"432":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":2.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"542":{"tf":2.8284271247461903},"554":{"tf":2.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.0},"78":{"tf":1.0}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"282":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"557":{"tf":1.0}}},"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"515":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}}},"s":{"df":9,"docs":{"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"543":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"b":{"df":4,"docs":{"177":{"tf":1.7320508075688772},"243":{"tf":1.0},"297":{"tf":1.0},"389":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"316":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"403":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"159":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"211":{"tf":1.0},"301":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"df":4,"docs":{"447":{"tf":1.0},"477":{"tf":1.0},"491":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":5,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"467":{"tf":1.0},"478":{"tf":1.0},"554":{"tf":1.0}}},"df":5,"docs":{"245":{"tf":1.0},"478":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"383":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"44":{"tf":2.0},"442":{"tf":1.4142135623730951},"444":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"498":{"tf":1.0},"507":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"171":{"tf":1.0},"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"555":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"257":{"tf":1.4142135623730951},"287":{"tf":2.0},"41":{"tf":1.0},"494":{"tf":1.0},"515":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"233":{"tf":1.0},"439":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"213":{"tf":1.0},"316":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"493":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"560":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"321":{"tf":2.23606797749979},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"39":{"tf":1.0},"557":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":14,"docs":{"132":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"483":{"tf":1.7320508075688772},"486":{"tf":1.7320508075688772},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"322":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"460":{"tf":2.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"124":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.7320508075688772},"393":{"tf":1.7320508075688772},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"518":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"297":{"tf":1.0},"472":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"512":{"tf":2.0},"518":{"tf":1.4142135623730951}}}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"397":{"tf":1.4142135623730951},"399":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"236":{"tf":2.0},"318":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"349":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.4142135623730951}},"e":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"359":{"tf":1.0}}},"df":3,"docs":{"359":{"tf":1.0},"360":{"tf":1.0},"548":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"432":{"tf":1.0},"462":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}}}}}},"df":1,"docs":{"360":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"/":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"346":{"tf":1.0}}}}}}}},">":{"[":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{".":{"1":{".":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":83,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":3.0},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"168":{"tf":1.4142135623730951},"183":{"tf":2.23606797749979},"186":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.7320508075688772},"363":{"tf":1.0},"364":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"419":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.4142135623730951},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"554":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":14,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":2.0},"15":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}},"e":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"253":{"tf":1.0},"267":{"tf":1.4142135623730951},"278":{"tf":1.7320508075688772},"292":{"tf":1.0},"293":{"tf":2.0},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"230":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}},"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"b":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"171":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.4142135623730951},"517":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"314":{"tf":1.4142135623730951},"517":{"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":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":2.0},"314":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"313":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":2.8284271247461903},"46":{"tf":1.4142135623730951},"517":{"tf":2.8284271247461903},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.7320508075688772}}}},"df":1,"docs":{"464":{"tf":1.0}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"119":{"tf":1.0},"184":{"tf":1.0},"384":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":66,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":2.23606797749979},"265":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951},"349":{"tf":1.0},"363":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"422":{"tf":1.0},"429":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":2.0},"466":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":1.7320508075688772},"428":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":1,"docs":{"470":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"306":{"tf":1.0},"320":{"tf":1.4142135623730951},"345":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"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":{"d":{"_":{"5":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"3":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"8":{"7":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"1":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"6":{"2":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"8":{"4":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"2":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"0":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"7":{"3":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"2":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"357":{"tf":1.0},"461":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"456":{"tf":1.0}}}}}}}}}}}},"w":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"472":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":191,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":2.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":2.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"415":{"tf":2.23606797749979},"416":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"432":{"tf":1.0},"439":{"tf":2.0},"44":{"tf":2.6457513110645907},"441":{"tf":1.0},"455":{"tf":1.0},"460":{"tf":2.6457513110645907},"462":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":2.449489742783178},"472":{"tf":2.0},"473":{"tf":2.0},"474":{"tf":2.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":2.0},"491":{"tf":1.0},"493":{"tf":2.23606797749979},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"503":{"tf":2.0},"504":{"tf":2.8284271247461903},"505":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"517":{"tf":1.4142135623730951},"518":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":3.4641016151377544},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"544":{"tf":1.7320508075688772},"554":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.0},"452":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"m":{"df":7,"docs":{"27":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"477":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.23606797749979},"90":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":32,"docs":{"10":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"232":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":2.0},"383":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.4142135623730951},"448":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"512":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"136":{"tf":2.0},"140":{"tf":2.0},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"325":{"tf":1.7320508075688772},"334":{"tf":2.0},"350":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"177":{"tf":1.4142135623730951},"211":{"tf":1.0},"221":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0}},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":2,"docs":{"377":{"tf":1.0},"477":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":54,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"124":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"267":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":2.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"470":{"tf":3.0},"472":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.23606797749979},"54":{"tf":1.0},"540":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"263":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"263":{"tf":1.0},"493":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"277":{"tf":1.0}}},"df":5,"docs":{"277":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"441":{"tf":1.4142135623730951},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"472":{"tf":2.8284271247461903},"473":{"tf":1.0},"475":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":6,"docs":{"123":{"tf":1.0},"346":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"546":{"tf":1.0},"555":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"108":{"tf":1.0},"151":{"tf":1.0},"388":{"tf":1.0},"442":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"556":{"tf":1.0}}}}},"w":{"df":61,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":2.0},"178":{"tf":1.0},"197":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"313":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":2.23606797749979},"473":{"tf":1.0},"474":{"tf":1.0},"481":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.7320508075688772},"517":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"151":{"tf":2.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"167":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":2.6457513110645907},"350":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"m":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":3.3166247903554},"13":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"194":{"tf":2.8284271247461903},"195":{"tf":3.0},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"287":{"tf":3.4641016151377544},"299":{"tf":2.449489742783178},"331":{"tf":1.0},"41":{"tf":1.0},"412":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"460":{"tf":1.0},"464":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"550":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"77":{"tf":1.0},"78":{"tf":3.1622776601683795}}}}},"df":1,"docs":{"470":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"194":{"tf":1.4142135623730951},"347":{"tf":1.0},"366":{"tf":1.0},"430":{"tf":1.4142135623730951},"470":{"tf":4.0}}}}}}},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"328":{"tf":1.0}}},"df":95,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.449489742783178},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.1622776601683795},"258":{"tf":1.7320508075688772},"259":{"tf":4.0},"266":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":2.449489742783178},"307":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"319":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"470":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"492":{"tf":1.0},"493":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":2.6457513110645907},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"255":{"tf":1.0},"464":{"tf":1.0},"497":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"259":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"555":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"347":{"tf":1.0},"400":{"tf":1.0},"447":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"313":{"tf":1.0},"450":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.0},"245":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"245":{"tf":1.4142135623730951},"426":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"245":{"tf":1.4142135623730951},"28":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":2.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}}}},"l":{"d":{"df":5,"docs":{"28":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"547":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"525":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"388":{"tf":1.0},"525":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":9,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"223":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"112":{"tf":1.0},"456":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}},"df":33,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"184":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"398":{"tf":1.0},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"486":{"tf":1.4142135623730951},"555":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"n":{"df":22,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"390":{"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":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"128":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"416":{"tf":1.0},"432":{"tf":1.4142135623730951},"461":{"tf":1.0},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"412":{"tf":1.0},"471":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"226":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"177":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"381":{"tf":2.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"230":{"tf":1.0},"267":{"tf":1.0},"557":{"tf":1.0}}},"r":{"df":15,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"276":{"tf":2.23606797749979},"277":{"tf":1.4142135623730951},"412":{"tf":1.0},"422":{"tf":1.0},"428":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"1":{"tf":1.0},"215":{"tf":1.0},"318":{"tf":1.0},"350":{"tf":1.0},"465":{"tf":1.4142135623730951},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"297":{"tf":1.0},"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"466":{"tf":1.7320508075688772}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":41,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":3.4641016151377544},"156":{"tf":3.0},"207":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"316":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"446":{"tf":1.4142135623730951},"456":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"529":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"152":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"250":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"328":{"tf":1.0},"355":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"534":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"389":{"tf":1.0}},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"1":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"7":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"3":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"8":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"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":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":2.0},"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"547":{"tf":1.0}}},"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"6":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"1":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"0":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"5":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"6":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"394":{"tf":1.0},"498":{"tf":1.0},"530":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"407":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"470":{"tf":1.0}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0},"382":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"476":{"tf":1.0},"530":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"226":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"417":{"tf":1.0},"449":{"tf":1.4142135623730951},"464":{"tf":1.0},"475":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":2.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":18,"docs":{"124":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"308":{"tf":1.0},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"334":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"405":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"524":{"tf":1.0},"554":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"244":{"tf":1.0},"413":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"346":{"tf":1.0}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"176":{"tf":1.4142135623730951},"183":{"tf":2.0},"313":{"tf":1.4142135623730951},"356":{"tf":2.0},"390":{"tf":1.0},"401":{"tf":2.449489742783178},"43":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.0},"456":{"tf":1.4142135623730951},"477":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}}}}}}},"p":{"3":{"c":{"!":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"417":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"478":{"tf":1.0},"48":{"tf":1.0},"484":{"tf":1.0},"5":{"tf":1.7320508075688772},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"214":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"232":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"161":{"tf":1.0},"226":{"tf":1.7320508075688772},"230":{"tf":2.0},"232":{"tf":1.0},"349":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"47":{"tf":3.3166247903554},"48":{"tf":4.123105625617661},"50":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"335":{"tf":1.0},"348":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"193":{"tf":1.0},"210":{"tf":1.0},"223":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"347":{"tf":1.0},"348":{"tf":1.0},"416":{"tf":2.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":2.449489742783178},"441":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"305":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"306":{"tf":2.0},"335":{"tf":2.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":3.3166247903554},"548":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"r":{"df":6,"docs":{"236":{"tf":1.0},"347":{"tf":1.7320508075688772},"349":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"516":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":2.449489742783178}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":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":10,"docs":{"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"389":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"470":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.4142135623730951},"279":{"tf":2.0},"280":{"tf":2.6457513110645907},"281":{"tf":2.449489742783178},"282":{"tf":2.6457513110645907},"283":{"tf":1.7320508075688772},"284":{"tf":2.449489742783178},"285":{"tf":2.0},"286":{"tf":2.0},"287":{"tf":3.1622776601683795},"288":{"tf":1.7320508075688772},"289":{"tf":2.449489742783178},"290":{"tf":2.0},"291":{"tf":2.0},"5":{"tf":1.7320508075688772},"520":{"tf":3.3166247903554},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":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":{"285":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":2.449489742783178},"291":{"tf":1.0},"520":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"212":{"tf":1.7320508075688772},"470":{"tf":1.0},"479":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"388":{"tf":5.744562646538029},"391":{"tf":3.0},"474":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"388":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"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":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":3.3166247903554},"391":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"184":{"tf":1.0},"227":{"tf":1.0},"303":{"tf":1.0},"464":{"tf":1.0},"492":{"tf":1.0},"90":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"412":{"tf":1.7320508075688772},"467":{"tf":1.0},"558":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"1":{".":{"1":{"3":{".":{"2":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":7,"docs":{"345":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"441":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":2.449489742783178},"560":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":21,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"158":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"412":{"tf":1.0},"452":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"k":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"405":{"tf":4.898979485566356}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"177":{"tf":1.0},"232":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"35":{"tf":1.0},"377":{"tf":2.449489742783178},"378":{"tf":1.4142135623730951},"379":{"tf":2.6457513110645907},"380":{"tf":2.23606797749979},"381":{"tf":3.1622776601683795},"382":{"tf":3.1622776601683795},"383":{"tf":3.7416573867739413},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":2.8284271247461903},"416":{"tf":1.4142135623730951},"421":{"tf":2.0},"427":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"545":{"tf":2.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"421":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"225":{"tf":2.0},"232":{"tf":1.4142135623730951},"381":{"tf":1.0},"478":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"355":{"tf":1.0},"452":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"120":{"tf":1.0},"416":{"tf":1.4142135623730951}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"g":{"df":3,"docs":{"100":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"499":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"223":{"tf":1.0},"360":{"tf":1.4142135623730951},"382":{"tf":1.0},"405":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"45":{"tf":1.0},"527":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":3.7416573867739413},"240":{"tf":2.8284271247461903},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":2,"docs":{"239":{"tf":3.4641016151377544},"240":{"tf":2.449489742783178}}}}}}}},"n":{"df":2,"docs":{"530":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"490":{"tf":1.0},"494":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"298":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"'":{"df":22,"docs":{"109":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"249":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":2.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"401":{"tf":1.4142135623730951},"414":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":2.0},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"322":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"128":{"tf":1.0},"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"176":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"]":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{"df":1,"docs":{"269":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":1.0},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"y":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951}}}}}}}}},"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}},"e":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"443":{"tf":1.4142135623730951}}}}},"y":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"383":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}},"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":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":{}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":2.0}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"177":{"tf":1.0},"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"1":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},"2":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}},"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"0":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":2.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"265":{"tf":1.0},"293":{"tf":1.0},"381":{"tf":1.0},"410":{"tf":1.4142135623730951},"441":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"138":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":2.0},"442":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"131":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"383":{"tf":1.7320508075688772},"410":{"tf":1.0},"448":{"tf":1.0},"460":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":136,"docs":{"100":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.23606797749979},"128":{"tf":4.123105625617661},"130":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":3.7416573867739413},"14":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":3.0},"150":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"154":{"tf":3.0},"156":{"tf":2.449489742783178},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":3.0},"168":{"tf":4.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":3.4641016151377544},"181":{"tf":3.4641016151377544},"183":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"200":{"tf":1.0},"204":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":3.605551275463989},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"230":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"241":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"251":{"tf":4.69041575982343},"265":{"tf":3.1622776601683795},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":2.23606797749979},"273":{"tf":1.7320508075688772},"277":{"tf":3.1622776601683795},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.0},"295":{"tf":1.7320508075688772},"296":{"tf":2.6457513110645907},"298":{"tf":2.23606797749979},"300":{"tf":2.8284271247461903},"301":{"tf":1.0},"306":{"tf":2.449489742783178},"308":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"322":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"336":{"tf":1.0},"339":{"tf":4.358898943540674},"341":{"tf":1.4142135623730951},"343":{"tf":2.449489742783178},"345":{"tf":3.1622776601683795},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":2.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.0},"383":{"tf":4.242640687119285},"386":{"tf":3.0},"388":{"tf":3.872983346207417},"389":{"tf":2.449489742783178},"391":{"tf":1.7320508075688772},"393":{"tf":2.0},"401":{"tf":2.449489742783178},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"414":{"tf":1.0},"416":{"tf":2.8284271247461903},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":3.0},"442":{"tf":2.449489742783178},"443":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.0},"455":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"50":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178},"54":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"401":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"339":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"224":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"384":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":17,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"128":{"tf":1.0},"189":{"tf":1.0},"355":{"tf":1.4142135623730951},"457":{"tf":1.0},"459":{"tf":1.0},"545":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"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":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"435":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":90,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"106":{"tf":2.23606797749979},"107":{"tf":2.8284271247461903},"108":{"tf":1.0},"109":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.7320508075688772},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"36":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":2.23606797749979},"436":{"tf":1.7320508075688772},"44":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.4142135623730951},"456":{"tf":2.8284271247461903},"457":{"tf":1.4142135623730951},"458":{"tf":2.23606797749979},"459":{"tf":2.449489742783178},"460":{"tf":1.0},"461":{"tf":3.0},"47":{"tf":1.0},"477":{"tf":2.23606797749979},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"517":{"tf":1.7320508075688772},"528":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"59":{"tf":2.449489742783178},"62":{"tf":2.449489742783178},"63":{"tf":1.7320508075688772},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":2.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":2.6457513110645907},"95":{"tf":2.23606797749979},"97":{"tf":2.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"554":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"86":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":8,"docs":{"157":{"tf":1.0},"185":{"tf":1.0},"275":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.6457513110645907},"252":{"tf":1.0},"346":{"tf":1.0},"473":{"tf":1.4142135623730951},"510":{"tf":1.0},"548":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"368":{"tf":1.0},"379":{"tf":1.0},"447":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":2.0},"542":{"tf":1.0},"555":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}}}},"df":5,"docs":{"178":{"tf":2.23606797749979},"292":{"tf":2.0},"293":{"tf":4.0},"5":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"292":{"tf":1.4142135623730951},"464":{"tf":1.0},"5":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"292":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"178":{"tf":2.23606797749979},"293":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"132":{"tf":2.0},"178":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.23606797749979},"493":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"469":{"tf":1.0},"471":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"251":{"tf":1.0},"407":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"194":{"tf":1.4142135623730951},"211":{"tf":1.0},"80":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"304":{"tf":1.0},"305":{"tf":2.0},"306":{"tf":2.8284271247461903},"307":{"tf":1.4142135623730951},"308":{"tf":2.8284271247461903},"385":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"470":{"tf":3.7416573867739413},"474":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"347":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"327":{"tf":1.4142135623730951},"336":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"542":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.7320508075688772},"335":{"tf":1.0},"380":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"17":{"tf":1.0},"218":{"tf":1.7320508075688772},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":2.449489742783178},"236":{"tf":2.23606797749979},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"539":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":12,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"240":{"tf":1.0},"38":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"542":{"tf":1.0},"80":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"349":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":11,"docs":{"153":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":2.0},"178":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"407":{"tf":1.0},"468":{"tf":1.0},"557":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"122":{"tf":1.0},"190":{"tf":1.0},"453":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"191":{"tf":2.23606797749979},"210":{"tf":1.0},"453":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"37":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"456":{"tf":1.0},"545":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"335":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"108":{"tf":1.0},"158":{"tf":1.0},"347":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"477":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"100":{"tf":1.0},"320":{"tf":1.0},"403":{"tf":1.0},"416":{"tf":1.0},"478":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"265":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":23,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"476":{"tf":2.0},"477":{"tf":2.449489742783178},"478":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"522":{"tf":1.4142135623730951},"530":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":2.0},"557":{"tf":2.23606797749979},"558":{"tf":1.0},"86":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"239":{"tf":2.0},"277":{"tf":1.0},"388":{"tf":1.0},"461":{"tf":1.0},"514":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.0},"447":{"tf":2.449489742783178},"448":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":105,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"210":{"tf":2.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.0},"336":{"tf":2.23606797749979},"339":{"tf":3.4641016151377544},"340":{"tf":1.7320508075688772},"341":{"tf":2.23606797749979},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.0},"402":{"tf":1.4142135623730951},"403":{"tf":1.0},"406":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"430":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"534":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"121":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":60,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.449489742783178},"196":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"253":{"tf":2.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.7320508075688772},"336":{"tf":2.449489742783178},"337":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.7320508075688772},"350":{"tf":1.0},"356":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"401":{"tf":2.0},"407":{"tf":1.7320508075688772},"416":{"tf":2.8284271247461903},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.449489742783178},"452":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.7320508075688772},"462":{"tf":1.7320508075688772},"466":{"tf":1.0},"468":{"tf":3.3166247903554},"471":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":2.0},"508":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"450":{"tf":1.0},"556":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.4142135623730951},"479":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"495":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"df":9,"docs":{"212":{"tf":1.0},"225":{"tf":1.0},"361":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"416":{"tf":1.0},"542":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"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":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"n":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"347":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"201":{"tf":1.0},"203":{"tf":1.0},"329":{"tf":1.0}}}},"df":5,"docs":{"201":{"tf":1.0},"223":{"tf":1.0},"323":{"tf":1.0},"339":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"215":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"168":{"tf":4.69041575982343},"197":{"tf":1.0},"243":{"tf":1.0},"306":{"tf":5.5677643628300215}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"473":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"a":{"d":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"470":{"tf":4.58257569495584}}}},"df":7,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":3.3166247903554},"195":{"tf":1.0},"40":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":2.23606797749979},"470":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":2.23606797749979},"455":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"167":{"tf":1.0},"470":{"tf":1.0}},"g":{"df":15,"docs":{"0":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":2.8284271247461903},"196":{"tf":1.0},"197":{"tf":3.872983346207417},"247":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.4142135623730951},"430":{"tf":1.0},"473":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":5.916079783099616}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"1":{"0":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"139":{"tf":2.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":2.0},"160":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"368":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":4,"docs":{"218":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"267":{"tf":1.0},"322":{"tf":1.0},"389":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"413":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.0},"224":{"tf":1.0},"313":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"125":{"tf":1.0},"15":{"tf":1.0},"267":{"tf":1.0},"321":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"553":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"151":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0},"531":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0},"380":{"tf":1.0},"555":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"176":{"tf":4.242640687119285},"294":{"tf":1.4142135623730951},"295":{"tf":2.6457513110645907},"296":{"tf":2.449489742783178},"524":{"tf":2.0},"542":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"176":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":1,"docs":{"176":{"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":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"184":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"297":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.4142135623730951},"44":{"tf":1.0},"461":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"461":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"d":{"df":9,"docs":{"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"290":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":2.0},"466":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":2.0},"38":{"tf":1.0},"470":{"tf":2.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"u":{"c":{"df":4,"docs":{"40":{"tf":1.0},"413":{"tf":1.0},"525":{"tf":1.0},"550":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"240":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"168":{"tf":2.23606797749979},"209":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"302":{"tf":1.0},"313":{"tf":1.0},"348":{"tf":1.4142135623730951},"407":{"tf":1.0},"429":{"tf":1.0},"440":{"tf":1.0},"456":{"tf":1.4142135623730951},"459":{"tf":1.0},"484":{"tf":1.0},"492":{"tf":1.4142135623730951},"525":{"tf":1.0},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"44":{"tf":2.449489742783178},"477":{"tf":2.23606797749979},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"40":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":160,"docs":{"1":{"tf":2.449489742783178},"100":{"tf":2.6457513110645907},"101":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"107":{"tf":2.6457513110645907},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":3.3166247903554},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":3.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"298":{"tf":2.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":2.449489742783178},"320":{"tf":1.0},"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":2.8284271247461903},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"379":{"tf":2.8284271247461903},"381":{"tf":2.8284271247461903},"382":{"tf":1.0},"383":{"tf":3.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"395":{"tf":2.23606797749979},"396":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951},"402":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":2.23606797749979},"406":{"tf":1.7320508075688772},"408":{"tf":1.4142135623730951},"410":{"tf":2.449489742783178},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"419":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"448":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":2.23606797749979},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"50":{"tf":1.0},"514":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":16,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"176":{"tf":1.0},"36":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"454":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.0},"321":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"208":{"tf":1.0},"263":{"tf":1.0},"476":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"477":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":4,"docs":{"218":{"tf":1.0},"40":{"tf":1.0},"490":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"25":{"tf":1.4142135623730951},"354":{"tf":1.0},"4":{"tf":1.0},"403":{"tf":2.449489742783178},"461":{"tf":4.242640687119285},"462":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"528":{"tf":2.449489742783178},"542":{"tf":2.23606797749979},"549":{"tf":1.4142135623730951},"57":{"tf":2.23606797749979},"58":{"tf":2.6457513110645907},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":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":{"93":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"211":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"308":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"557":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"146":{"tf":1.0},"178":{"tf":1.7320508075688772},"22":{"tf":1.0},"234":{"tf":1.0},"243":{"tf":3.1622776601683795},"308":{"tf":1.7320508075688772},"321":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":3.3166247903554},"461":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"386":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"226":{"tf":1.0},"306":{"tf":2.23606797749979},"344":{"tf":1.0},"350":{"tf":1.0},"446":{"tf":2.23606797749979},"490":{"tf":1.0},"493":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"388":{"tf":1.0}}}}}}},"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.4142135623730951},"28":{"tf":1.0},"320":{"tf":1.0},"344":{"tf":1.0},"446":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"350":{"tf":1.0},"544":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"350":{"tf":1.0}}}}}}},"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":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"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":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"22":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"473":{"tf":1.0},"55":{"tf":1.0},"551":{"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":12,"docs":{"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":2.0},"450":{"tf":3.0},"522":{"tf":2.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"85":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":55,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":2.0},"170":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"349":{"tf":2.0},"350":{"tf":1.0},"361":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"426":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"464":{"tf":1.0},"55":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"524":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"161":{"tf":1.0},"479":{"tf":1.0},"544":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":72,"docs":{"100":{"tf":2.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.23606797749979},"160":{"tf":1.0},"161":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"265":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"306":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"348":{"tf":1.0},"350":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"384":{"tf":3.0},"385":{"tf":1.7320508075688772},"386":{"tf":2.23606797749979},"387":{"tf":1.0},"388":{"tf":2.449489742783178},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"416":{"tf":1.0},"421":{"tf":1.0},"427":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.7320508075688772},"446":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"477":{"tf":1.0},"492":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"383":{"tf":2.6457513110645907}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":4,"docs":{"100":{"tf":1.0},"471":{"tf":1.4142135623730951},"542":{"tf":1.0},"551":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"278":{"tf":1.0},"461":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"266":{"tf":1.0},"297":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.0},"250":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"369":{"tf":1.0},"441":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":2,"docs":{"102":{"tf":1.0},"416":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"251":{"tf":1.4142135623730951},"271":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"379":{"tf":1.0},"387":{"tf":1.4142135623730951},"40":{"tf":1.0},"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"341":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"341":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":41,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"126":{"tf":2.6457513110645907},"127":{"tf":2.0},"128":{"tf":1.0},"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"211":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.0},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"372":{"tf":1.0},"374":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"467":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"557":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":18,"docs":{"164":{"tf":1.0},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"197":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"341":{"tf":1.0},"350":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"540":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"@":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":97,"docs":{"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"134":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"183":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"216":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"231":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":2.0},"291":{"tf":2.0},"297":{"tf":2.449489742783178},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"318":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772},"350":{"tf":3.3166247903554},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":2.0},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"388":{"tf":1.0},"395":{"tf":1.0},"401":{"tf":2.449489742783178},"407":{"tf":1.0},"416":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":2.0},"516":{"tf":2.449489742783178},"518":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.7320508075688772},"544":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"350":{"tf":1.0},"388":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"516":{"tf":1.0},"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"407":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":2.0},"251":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"508":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"464":{"tf":1.0},"530":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"413":{"tf":1.0},"557":{"tf":1.0}}},"k":{"df":0,"docs":{},"y":{"1":{"2":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"&":{"\\":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"324":{"tf":1.4142135623730951},"333":{"tf":2.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"214":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"468":{"tf":1.0},"478":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"123":{"tf":1.0},"214":{"tf":2.23606797749979},"215":{"tf":3.605551275463989},"263":{"tf":1.0},"499":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{"df":1,"docs":{"499":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"323":{"tf":1.0},"347":{"tf":1.0},"472":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"362":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"370":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"370":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":2.23606797749979},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"394":{"tf":1.0},"416":{"tf":2.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"473":{"tf":2.0},"477":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"518":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"540":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"413":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"547":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"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":{}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":22,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"169":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"174":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"303":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"524":{"tf":1.4142135623730951},"548":{"tf":1.0}},"r":{"df":2,"docs":{"148":{"tf":1.4142135623730951},"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"169":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"305":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"518":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"106":{"tf":1.0},"407":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"374":{"tf":1.0},"388":{"tf":1.7320508075688772},"394":{"tf":1.0},"398":{"tf":1.4142135623730951},"407":{"tf":1.0},"416":{"tf":1.0},"454":{"tf":1.0},"524":{"tf":1.0},"526":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"385":{"tf":1.0},"532":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"303":{"tf":2.0},"525":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":2.8284271247461903},"154":{"tf":2.0},"408":{"tf":1.0},"410":{"tf":2.449489742783178}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"158":{"tf":1.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"463":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"d":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":13,"docs":{"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.4142135623730951},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"254":{"tf":2.8284271247461903},"256":{"tf":1.0},"260":{"tf":1.0},"276":{"tf":1.4142135623730951},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"174":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"500":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"276":{"tf":1.0},"78":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"430":{"tf":1.0},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"505":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"505":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"399":{"tf":1.0}}},"df":1,"docs":{"398":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"184":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"383":{"tf":1.0},"407":{"tf":1.0},"50":{"tf":2.0},"524":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":3,"docs":{"197":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"554":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":58,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"224":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"345":{"tf":1.0},"348":{"tf":1.0},"35":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"36":{"tf":3.0},"38":{"tf":1.0},"384":{"tf":1.7320508075688772},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"397":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":3.3166247903554},"449":{"tf":1.0},"456":{"tf":1.4142135623730951},"463":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"543":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"322":{"tf":1.0},"335":{"tf":1.0},"352":{"tf":1.0},"381":{"tf":1.0},"40":{"tf":1.0},"401":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"439":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":2,"docs":{"415":{"tf":1.0},"555":{"tf":1.0}}},"n":{"df":4,"docs":{"397":{"tf":1.0},"407":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"215":{"tf":1.0},"223":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"345":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":2.0},"243":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"515":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"466":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"398":{"tf":1.0},"451":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":18,"docs":{"112":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"186":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.23606797749979},"351":{"tf":1.0},"383":{"tf":2.0},"408":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"208":{"tf":1.0},"395":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}},"e":{"(":{"\"":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":4,"docs":{"415":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"425":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}}}}},"i":{"df":2,"docs":{"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":64,"docs":{"100":{"tf":2.8284271247461903},"105":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.6457513110645907},"165":{"tf":1.7320508075688772},"166":{"tf":2.23606797749979},"168":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"185":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.7320508075688772},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"343":{"tf":1.0},"349":{"tf":2.23606797749979},"351":{"tf":1.7320508075688772},"362":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"405":{"tf":3.4641016151377544},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":2.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"50":{"tf":2.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":2.0}}},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":2.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}},"t":{"df":7,"docs":{"204":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.449489742783178},"389":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"189":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.23606797749979},"339":{"tf":3.1622776601683795},"517":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"312":{"tf":1.0},"465":{"tf":1.0},"542":{"tf":1.7320508075688772},"548":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"22":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"45":{"tf":1.0},"465":{"tf":1.0},"548":{"tf":1.0},"87":{"tf":1.0}}},".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":85,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":2.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"37":{"tf":1.0},"389":{"tf":2.23606797749979},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"4":{"tf":1.0},"401":{"tf":2.449489742783178},"403":{"tf":1.0},"41":{"tf":2.0},"414":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.6457513110645907},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":64,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":2.0},"158":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"257":{"tf":1.7320508075688772},"267":{"tf":2.0},"269":{"tf":2.6457513110645907},"277":{"tf":2.0},"29":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"310":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.4142135623730951},"357":{"tf":2.0},"364":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.4142135623730951},"388":{"tf":1.0},"398":{"tf":2.8284271247461903},"40":{"tf":1.0},"412":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"1":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"df":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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"313":{"tf":1.0},"39":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"5":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":2.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"557":{"tf":1.0},"95":{"tf":1.0}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":2.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"423":{"tf":1.7320508075688772},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"355":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.6457513110645907},"413":{"tf":1.0},"423":{"tf":1.0},"477":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"392":{"tf":1.0},"405":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"40":{"tf":1.0},"403":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":31,"docs":{"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"239":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"383":{"tf":1.4142135623730951},"40":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"432":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":17,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.4142135623730951},"205":{"tf":1.0},"317":{"tf":1.0},"320":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"413":{"tf":1.0},"425":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"275":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"2":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"412":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"412":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":3,"docs":{"202":{"tf":1.0},"268":{"tf":1.0},"412":{"tf":4.69041575982343}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":3.605551275463989}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":45,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"319":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"554":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"405":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":37,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"187":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"269":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"473":{"tf":1.4142135623730951},"478":{"tf":1.0},"554":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":7,"docs":{"35":{"tf":1.4142135623730951},"361":{"tf":2.0},"362":{"tf":2.6457513110645907},"363":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"299":{"tf":1.0},"316":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"405":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"407":{"tf":1.0}}},"df":40,"docs":{"107":{"tf":1.4142135623730951},"125":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"398":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":2.0},"426":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"477":{"tf":1.0},"523":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}},"f":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":5,"docs":{"155":{"tf":1.7320508075688772},"160":{"tf":1.0},"240":{"tf":1.0},"43":{"tf":1.0},"474":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":24,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"242":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"375":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"459":{"tf":1.0},"62":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772}}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"195":{"tf":1.4142135623730951},"272":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"375":{"tf":1.0},"550":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"204":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"73":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"82":{"tf":2.23606797749979}}}}}}}}}},"p":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"357":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":2.0},"60":{"tf":2.23606797749979},"71":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"404":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"174":{"tf":1.7320508075688772},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":2.6457513110645907},"257":{"tf":1.7320508075688772},"464":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"w":{"df":1,"docs":{"186":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"413":{"tf":1.0},"449":{"tf":1.0},"477":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"472":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"449":{"tf":1.4142135623730951},"450":{"tf":1.7320508075688772},"451":{"tf":2.23606797749979}}}}}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"306":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"v":{"df":1,"docs":{"551":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"389":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"314":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"467":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"100":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"81":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":4,"docs":{"357":{"tf":1.0},"470":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":2.23606797749979},"464":{"tf":1.0},"503":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"503":{"tf":1.0},"507":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"297":{"tf":3.4641016151377544},"298":{"tf":2.8284271247461903},"503":{"tf":1.0},"507":{"tf":2.23606797749979},"542":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":2.8284271247461903},"81":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"201":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"28":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":2.449489742783178},"473":{"tf":2.449489742783178},"525":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"476":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"247":{"tf":2.449489742783178},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"508":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"15":{"tf":1.4142135623730951},"201":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"340":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.4142135623730951},"401":{"tf":2.0},"412":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":2.0},"494":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":28,"docs":{"115":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.0},"312":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"434":{"tf":1.0},"472":{"tf":1.0},"507":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"d":{">":{"[":{"0":{".":{".":{"1":{"0":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"460":{"tf":6.244997998398398},"59":{"tf":2.23606797749979},"73":{"tf":4.69041575982343},"78":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"306":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"106":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"df":17,"docs":{"1":{"tf":1.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"232":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.4142135623730951},"477":{"tf":1.0},"5":{"tf":1.0},"547":{"tf":4.898979485566356},"548":{"tf":2.0},"557":{"tf":1.4142135623730951},"94":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"473":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"222":{"tf":1.0},"451":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"215":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"472":{"tf":2.0},"557":{"tf":1.0}},"t":{"df":27,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"236":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"363":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":4.58257569495584},"475":{"tf":1.0},"48":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"355":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"275":{"tf":3.0},"35":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"40":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"457":{"tf":1.0},"470":{"tf":2.23606797749979},"523":{"tf":1.4142135623730951},"530":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"i":{"c":{"df":21,"docs":{"166":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"362":{"tf":2.0},"370":{"tf":2.0},"416":{"tf":2.6457513110645907},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"459":{"tf":1.7320508075688772},"468":{"tf":3.3166247903554},"478":{"tf":1.0},"488":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":9,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"106":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"350":{"tf":1.0},"452":{"tf":2.0},"473":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"239":{"tf":2.23606797749979},"28":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"555":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":2,"docs":{"130":{"tf":1.0},"346":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.449489742783178},"183":{"tf":1.0},"197":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"147":{"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":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"350":{"tf":1.0},"516":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"0":{"df":4,"docs":{"166":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"415":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":20,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"347":{"tf":1.0}}},"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":2,"docs":{"131":{"tf":2.449489742783178},"132":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"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":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":3.4641016151377544}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"446":{"tf":1.4142135623730951},"448":{"tf":1.0},"489":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"415":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"416":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"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":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":113,"docs":{"112":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"131":{"tf":1.0},"132":{"tf":3.1622776601683795},"134":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.449489742783178},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":2.23606797749979},"182":{"tf":1.0},"183":{"tf":3.4641016151377544},"184":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":2.23606797749979},"189":{"tf":2.449489742783178},"193":{"tf":2.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":2.23606797749979},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":2.0},"265":{"tf":1.0},"300":{"tf":2.0},"318":{"tf":3.4641016151377544},"320":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":2.23606797749979},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":2.449489742783178},"339":{"tf":3.872983346207417},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":2.0},"351":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"370":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"388":{"tf":2.6457513110645907},"391":{"tf":1.7320508075688772},"398":{"tf":1.0},"401":{"tf":2.449489742783178},"412":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"448":{"tf":2.0},"459":{"tf":1.7320508075688772},"466":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"473":{"tf":2.23606797749979},"486":{"tf":1.0},"489":{"tf":3.1622776601683795},"493":{"tf":2.8284271247461903},"496":{"tf":1.7320508075688772},"497":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"516":{"tf":1.7320508075688772},"524":{"tf":2.6457513110645907},"534":{"tf":1.0},"99":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"180":{"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":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"180":{"tf":1.0}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"180":{"tf":2.449489742783178},"184":{"tf":2.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"156":{"tf":1.0},"217":{"tf":1.0},"28":{"tf":1.0},"306":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"433":{"tf":1.0},"476":{"tf":1.7320508075688772},"490":{"tf":1.0},"557":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"463":{"tf":1.0},"478":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"110":{"tf":1.0},"242":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"19":{"tf":1.0},"36":{"tf":1.0},"404":{"tf":2.449489742783178},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"266":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"551":{"tf":1.0},"558":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"452":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"341":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.0},"129":{"tf":1.0},"557":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":59,"docs":{"182":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":2.23606797749979},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"439":{"tf":1.4142135623730951},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"343":{"tf":2.0},"473":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"451":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"471":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":94,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"159":{"tf":4.242640687119285},"160":{"tf":3.1622776601683795},"161":{"tf":2.449489742783178},"162":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":3.3166247903554},"170":{"tf":3.1622776601683795},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":3.0},"180":{"tf":3.1622776601683795},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":2.23606797749979},"185":{"tf":1.7320508075688772},"186":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.7320508075688772},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":2.23606797749979},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":2.23606797749979},"346":{"tf":3.4641016151377544},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.7320508075688772},"442":{"tf":1.0},"446":{"tf":2.23606797749979},"468":{"tf":1.0},"471":{"tf":2.6457513110645907},"472":{"tf":3.0},"473":{"tf":4.898979485566356},"524":{"tf":4.58257569495584},"530":{"tf":1.4142135623730951},"531":{"tf":2.0},"534":{"tf":2.23606797749979},"544":{"tf":2.23606797749979},"557":{"tf":2.449489742783178},"560":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"327":{"tf":1.0},"349":{"tf":1.0},"498":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"531":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"345":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"345":{"tf":3.605551275463989},"346":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.0},"471":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"543":{"tf":1.0},"554":{"tf":1.0}},"i":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"470":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"554":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"0":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"p":{"a":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"314":{"tf":1.0},"375":{"tf":1.4142135623730951},"430":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"df":4,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":2.0},"186":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"447":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"515":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"54":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"243":{"tf":1.0},"251":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"152":{"tf":1.0},"268":{"tf":1.0},"306":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"434":{"tf":1.0},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"201":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"379":{"tf":1.0},"483":{"tf":1.0},"555":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"3":{".":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":2.0},"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"161":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"363":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"416":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":64,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.4142135623730951},"376":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":25,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"170":{"tf":1.0},"247":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"413":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"429":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"474":{"tf":1.0},"530":{"tf":2.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":10,"docs":{"123":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.23606797749979},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"363":{"tf":1.0}}},"df":15,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"359":{"tf":2.0},"360":{"tf":2.23606797749979},"361":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":2.0},"376":{"tf":1.7320508075688772},"42":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"203":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"347":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"377":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"438":{"tf":1.0},"441":{"tf":1.0},"460":{"tf":1.4142135623730951},"473":{"tf":1.0},"524":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"383":{"tf":1.0}}},".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"(":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},">":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"?":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":44,"docs":{"121":{"tf":2.0},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"138":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"156":{"tf":2.8284271247461903},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"178":{"tf":2.23606797749979},"181":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"212":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"223":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"293":{"tf":3.605551275463989},"296":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"381":{"tf":2.449489742783178},"383":{"tf":5.0},"388":{"tf":2.0},"410":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":23,"docs":{"132":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":3.0},"148":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"280":{"tf":2.0},"285":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.4142135623730951},"312":{"tf":2.0},"335":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"407":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"260":{"tf":1.0},"464":{"tf":1.0},"496":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":3.3166247903554},"496":{"tf":2.449489742783178},"500":{"tf":1.0},"78":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"317":{"tf":1.0},"531":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"164":{"tf":2.23606797749979},"166":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"350":{"tf":1.0},"388":{"tf":2.23606797749979},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":1.0},"432":{"tf":1.0},"474":{"tf":1.4142135623730951}}}}}}},"l":{"df":8,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"426":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"518":{"tf":1.0},"557":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}},"df":6,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"\\":{"\"":{":":{"\\":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"132":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"318":{"tf":2.449489742783178},"323":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":21,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"239":{"tf":4.47213595499958},"240":{"tf":2.8284271247461903},"318":{"tf":4.0},"351":{"tf":1.0},"358":{"tf":1.0},"380":{"tf":1.0},"412":{"tf":3.3166247903554},"510":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":1,"docs":{"470":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"345":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"5":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0}}}},"t":{"'":{"df":8,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"410":{"tf":1.0},"464":{"tf":1.0},"478":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"410":{"tf":1.0},"412":{"tf":3.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"410":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"381":{"tf":1.0},"388":{"tf":1.0},"40":{"tf":1.0},"429":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"354":{"tf":1.0},"375":{"tf":1.0},"473":{"tf":1.0},"486":{"tf":1.0},"80":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"316":{"tf":1.0},"321":{"tf":1.0},"389":{"tf":1.0},"472":{"tf":1.0}}},"v":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"429":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":3,"docs":{"1":{"tf":1.0},"416":{"tf":1.0},"99":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":2.0}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"189":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"347":{"tf":1.0},"398":{"tf":1.0},"446":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"197":{"tf":1.7320508075688772},"368":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"w":{"df":23,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"488":{"tf":2.0},"509":{"tf":1.4142135623730951},"523":{"tf":2.0},"532":{"tf":1.0}},"n":{"df":3,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"u":{"df":5,"docs":{"128":{"tf":1.0},"213":{"tf":1.0},"451":{"tf":1.0},"542":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"282":{"tf":1.0},"287":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"299":{"tf":2.23606797749979},"300":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"197":{"tf":2.449489742783178}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"293":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"223":{"tf":1.4142135623730951},"243":{"tf":1.0},"251":{"tf":1.0},"287":{"tf":1.0},"299":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"329":{"tf":1.0},"336":{"tf":1.7320508075688772},"350":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"398":{"tf":1.4142135623730951},"413":{"tf":1.0},"446":{"tf":1.0},"459":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":2.23606797749979},"478":{"tf":1.0},"49":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.4142135623730951},"530":{"tf":1.0},"542":{"tf":1.4142135623730951},"554":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"477":{"tf":1.0}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"388":{"tf":1.0},"40":{"tf":1.0},"474":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"230":{"tf":2.0},"300":{"tf":1.0},"37":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"168":{"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":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"185":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":1,"docs":{"184":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":17,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"179":{"tf":2.6457513110645907},"180":{"tf":2.8284271247461903},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":3.605551275463989},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"328":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"df":8,"docs":{"108":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"397":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"86":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"100":{"tf":1.0},"156":{"tf":4.69041575982343},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"423":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"287":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"345":{"tf":2.23606797749979},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{"df":1,"docs":{"310":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"22":{"tf":1.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.7320508075688772},"407":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":2.23606797749979},"411":{"tf":1.0},"412":{"tf":1.0},"90":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"161":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"380":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.4142135623730951},"540":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"543":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":41,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"176":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"320":{"tf":2.23606797749979},"336":{"tf":1.0},"341":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":2.23606797749979},"401":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"50":{"tf":3.0},"516":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"560":{"tf":1.0}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"344":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"187":{"tf":1.0},"335":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"345":{"tf":1.0},"542":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":59,"docs":{"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.4142135623730951},"381":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"423":{"tf":1.4142135623730951},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"486":{"tf":1.0},"516":{"tf":1.0},"531":{"tf":1.0},"555":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":82,"docs":{"0":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"236":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":2.0},"247":{"tf":2.0},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"282":{"tf":1.0},"30":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":2.23606797749979},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"339":{"tf":1.0},"348":{"tf":2.0},"349":{"tf":2.0},"380":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.7320508075688772},"416":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"516":{"tf":2.23606797749979},"518":{"tf":2.23606797749979},"531":{"tf":1.0},"534":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.0},"78":{"tf":2.449489742783178}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":11,"docs":{"164":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"363":{"tf":1.0},"456":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"459":{"tf":1.0},"554":{"tf":1.0},"72":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"320":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"1":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"360":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"517":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"314":{"tf":1.0},"323":{"tf":1.4142135623730951},"332":{"tf":1.0},"347":{"tf":1.0},"407":{"tf":1.0},"467":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0}},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":7,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"41":{"tf":1.0},"469":{"tf":1.0},"556":{"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":{"130":{"tf":1.0},"56":{"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":{"357":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"301":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"352":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"464":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":3.3166247903554},"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":3.0},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"259":{"tf":2.23606797749979},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"466":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":4,"docs":{"102":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"477":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"126":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"547":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"388":{"tf":1.0},"389":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"169":{"tf":1.0},"253":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"18":{"tf":2.449489742783178},"193":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"466":{"tf":1.0},"478":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.23606797749979},"503":{"tf":1.0},"520":{"tf":1.0},"523":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":2.0},"554":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":40,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.4142135623730951},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"357":{"tf":2.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"410":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":20,"docs":{"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.4142135623730951},"523":{"tf":1.0},"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"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":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{"29":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":11,"docs":{"156":{"tf":1.7320508075688772},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":2.0},"403":{"tf":2.8284271247461903},"460":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":364,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":3.3166247903554},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":3.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.6457513110645907},"184":{"tf":2.6457513110645907},"185":{"tf":2.6457513110645907},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.8284271247461903},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":2.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":3.3166247903554},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":2.0},"301":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":1.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"320":{"tf":2.0},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":2.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":2.6457513110645907},"344":{"tf":1.4142135623730951},"345":{"tf":2.23606797749979},"346":{"tf":2.23606797749979},"347":{"tf":2.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.0},"350":{"tf":2.23606797749979},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":2.0},"357":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"401":{"tf":2.0},"403":{"tf":1.0},"404":{"tf":2.23606797749979},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.4142135623730951},"410":{"tf":2.6457513110645907},"413":{"tf":1.4142135623730951},"415":{"tf":2.0},"416":{"tf":3.4641016151377544},"419":{"tf":1.0},"420":{"tf":1.4142135623730951},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":2.23606797749979},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.7320508075688772},"44":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.4142135623730951},"45":{"tf":1.0},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.7320508075688772},"461":{"tf":2.23606797749979},"465":{"tf":2.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":3.3166247903554},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":4.0},"474":{"tf":1.7320508075688772},"477":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":2.23606797749979},"492":{"tf":1.4142135623730951},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":2.6457513110645907},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"52":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.7320508075688772},"56":{"tf":3.0},"560":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":3.1622776601683795},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"237":{"tf":1.7320508075688772},"240":{"tf":1.0}}}}}}}}},"r":{"df":53,"docs":{"119":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.8284271247461903},"251":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.4142135623730951},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":2.449489742783178},"386":{"tf":1.0},"396":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":2.8284271247461903},"407":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.0},"428":{"tf":1.0},"441":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"558":{"tf":2.0},"559":{"tf":1.0},"73":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"202":{"tf":1.0},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"554":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":1,"docs":{"271":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"293":{"tf":1.0},"362":{"tf":1.0},"452":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":6,"docs":{"249":{"tf":1.0},"251":{"tf":2.0},"301":{"tf":1.7320508075688772},"388":{"tf":2.0},"40":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{".":{"3":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"276":{"tf":3.605551275463989}}},"df":89,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":3.1622776601683795},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"168":{"tf":2.449489742783178},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"215":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":3.1622776601683795},"232":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.0},"261":{"tf":1.4142135623730951},"265":{"tf":2.449489742783178},"267":{"tf":2.0},"269":{"tf":2.0},"271":{"tf":2.0},"275":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.242640687119285},"295":{"tf":1.4142135623730951},"296":{"tf":2.0},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"306":{"tf":3.3166247903554},"308":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.4142135623730951},"331":{"tf":2.0},"339":{"tf":1.4142135623730951},"343":{"tf":2.0},"350":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.449489742783178},"391":{"tf":1.0},"395":{"tf":2.0},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"410":{"tf":1.0},"412":{"tf":3.0},"439":{"tf":2.0},"442":{"tf":2.449489742783178},"445":{"tf":2.0},"448":{"tf":2.0},"455":{"tf":2.0},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"472":{"tf":1.7320508075688772},"473":{"tf":2.0},"474":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":15,"docs":{"169":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.7320508075688772},"358":{"tf":1.0},"382":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.0},"533":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":88,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":2.8284271247461903},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":2.23606797749979},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":2.6457513110645907},"280":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":2.0},"339":{"tf":3.3166247903554},"346":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"423":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"445":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"486":{"tf":1.0},"489":{"tf":2.0},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"90":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":2.6457513110645907},"107":{"tf":1.7320508075688772},"109":{"tf":2.8284271247461903},"120":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.7320508075688772},"465":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":2.0}}},"df":0,"docs":{}}}}},"r":{"df":4,"docs":{"388":{"tf":1.0},"401":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"318":{"tf":2.23606797749979},"405":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"448":{"tf":1.0},"470":{"tf":1.0}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"477":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":20,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"277":{"tf":1.0},"324":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"535":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"337":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"449":{"tf":2.449489742783178},"451":{"tf":2.0},"453":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"546":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"i":{"df":26,"docs":{"110":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"518":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},">":{"1":{".":{"9":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"491":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.0}}},"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"435":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"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":57,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.4142135623730951},"27":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"321":{"tf":1.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"436":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"458":{"tf":1.0},"47":{"tf":3.1622776601683795},"477":{"tf":2.0},"478":{"tf":1.0},"48":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"519":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.4142135623730951},"535":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"547":{"tf":4.242640687119285},"555":{"tf":1.7320508075688772},"557":{"tf":1.0},"56":{"tf":2.449489742783178},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}}},"h":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}},"i":{"a":{"df":19,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"167":{"tf":1.7320508075688772},"245":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"500":{"tf":1.0},"528":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"282":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"291":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"\"":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"[":{"df":0,"docs":{},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"]":{"df":0,"docs":{},"}":{",":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{},"w":{"df":13,"docs":{"177":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"313":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"468":{"tf":1.0},"529":{"tf":1.0},"550":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":1,"docs":{"403":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"454":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"313":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"492":{"tf":2.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"317":{"tf":1.0},"403":{"tf":1.0},"88":{"tf":1.0}}}},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":1,"docs":{"356":{"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":{"df":2,"docs":{"389":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"522":{"tf":1.0}},"t":{"df":111,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"347":{"tf":1.0},"350":{"tf":1.7320508075688772},"355":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"421":{"tf":1.0},"439":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.0},"474":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":2.0},"419":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":8,"docs":{"164":{"tf":3.3166247903554},"179":{"tf":1.0},"185":{"tf":1.0},"414":{"tf":3.0},"415":{"tf":3.605551275463989},"416":{"tf":4.242640687119285},"425":{"tf":2.0},"432":{"tf":2.8284271247461903}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"415":{"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":{},"u":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"554":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"181":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}}},"y":{"df":55,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"299":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"402":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0},"441":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"263":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":46,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"414":{"tf":1.0},"460":{"tf":1.4142135623730951},"470":{"tf":2.23606797749979},"472":{"tf":1.0},"473":{"tf":1.7320508075688772},"68":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":17,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"313":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"414":{"tf":1.0},"470":{"tf":2.0},"69":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":16,"docs":{"128":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.0},"293":{"tf":1.0},"321":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.7320508075688772},"467":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}}}},"b":{"df":2,"docs":{"186":{"tf":1.0},"556":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":23,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"223":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.0},"457":{"tf":1.0},"460":{"tf":1.0},"469":{"tf":1.4142135623730951},"476":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"388":{"tf":1.0},"461":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"352":{"tf":1.0},"467":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"159":{"tf":1.0},"225":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"347":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"132":{"tf":1.0},"157":{"tf":1.0},"197":{"tf":1.7320508075688772},"237":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"255":{"tf":1.0},"33":{"tf":1.0},"381":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"443":{"tf":1.0},"470":{"tf":1.0},"512":{"tf":1.0},"558":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"100":{"tf":1.0},"409":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"181":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":10,"docs":{"100":{"tf":1.0},"131":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"306":{"tf":1.0},"388":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"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":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"343":{"tf":1.0}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"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":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"204":{"tf":1.0},"300":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"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":{"271":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"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":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"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":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{},"w":{"df":71,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.7320508075688772},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":2.8284271247461903},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":2.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.0},"343":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.0},"405":{"tf":3.4641016151377544},"415":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"473":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"493":{"tf":3.4641016151377544},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"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":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"223":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"204":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"131":{"tf":1.0}}},"2":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"448":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"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":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"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":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"400":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"168":{"tf":2.6457513110645907},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.6457513110645907},"210":{"tf":1.0},"306":{"tf":1.0},"353":{"tf":1.4142135623730951},"389":{"tf":1.0},"432":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"327":{"tf":1.0},"498":{"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":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"498":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}}}}},"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":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"138":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"489":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"226":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.0},"343":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"476":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}}}},"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"377":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"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":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":2.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"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":{},"n":{"d":{"df":4,"docs":{"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"393":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"328":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}},"df":6,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"406":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"402":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"388":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"r":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"110":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"317":{"tf":1.0},"368":{"tf":1.4142135623730951},"388":{"tf":1.0},"416":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":47,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"167":{"tf":2.0},"169":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.4142135623730951},"549":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}},"l":{"d":{"'":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.4142135623730951},"464":{"tf":1.0},"495":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.4142135623730951},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.0},"185":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":1.7320508075688772},"303":{"tf":3.872983346207417},"341":{"tf":1.7320508075688772},"350":{"tf":5.0},"352":{"tf":1.0},"356":{"tf":2.0},"360":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"461":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"389":{"tf":1.0},"392":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"370":{"tf":1.0},"467":{"tf":1.0},"524":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"335":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"369":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":25,"docs":{"115":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"189":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"350":{"tf":1.4142135623730951},"368":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"530":{"tf":1.0},"556":{"tf":1.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"336":{"tf":1.7320508075688772},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"547":{"tf":1.0},"93":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"543":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"122":{"tf":1.0},"470":{"tf":1.0}}}}}}},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"477":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":12,"docs":{"128":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"78":{"tf":2.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"p":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"390":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"64":{"tf":1.0}}}},"w":{"df":5,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"263":{"tf":1.4142135623730951},"499":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.7416573867739413},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951}}}},"df":1,"docs":{"529":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"348":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"181":{"tf":1.0},"46":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":17,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"197":{"tf":1.0},"269":{"tf":1.0},"312":{"tf":1.0},"314":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"517":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":10,"docs":{"389":{"tf":1.0},"404":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"464":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"551":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":10,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"523":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"216":{"tf":1.0}}}},"z":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"199":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.4641016151377544},"347":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"108":{"tf":1.0},"470":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"1":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":7,"docs":{"121":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"263":{"tf":1.0},"287":{"tf":3.1622776601683795},"356":{"tf":1.0},"381":{"tf":1.4142135623730951},"430":{"tf":1.0}}},"5":{".":{"3":{".":{"5":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"6":{".":{"0":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"111":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"129":{"tf":1.0},"156":{"tf":2.449489742783178},"199":{"tf":1.0},"215":{"tf":1.0},"247":{"tf":1.7320508075688772},"285":{"tf":2.23606797749979},"347":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"470":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"1":{"&":{"8":{"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"0":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"0":{")":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"287":{"tf":3.1622776601683795},"458":{"tf":1.0},"83":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":6,"docs":{"0":{"tf":1.0},"40":{"tf":1.0},"47":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.0},"69":{"tf":1.0}}},"4":{".":{"4":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":2,"docs":{"542":{"tf":1.0},"555":{"tf":1.0}}},"6":{".":{"1":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"2":{"df":2,"docs":{"537":{"tf":1.0},"538":{"tf":1.0}}},"5":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"3":{"0":{"9":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"226":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"47":{"tf":1.0},"477":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"266":{"tf":1.0},"354":{"tf":1.7320508075688772},"42":{"tf":1.0},"465":{"tf":1.0},"537":{"tf":1.0},"542":{"tf":2.449489742783178},"548":{"tf":1.4142135623730951}}},"8":{".":{"1":{"df":1,"docs":{"56":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"9":{"'":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},".":{"1":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.0}}},"2":{"df":2,"docs":{"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"539":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"2":{"0":{".":{"2":{"df":1,"docs":{"540":{"tf":1.0}}},"3":{"df":6,"docs":{"366":{"tf":1.7320508075688772},"368":{"tf":2.0},"372":{"tf":1.7320508075688772},"374":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"4":{"df":8,"docs":{"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"5":{"df":11,"docs":{"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"8":{".":{"0":{"_":{"2":{"6":{"1":{"df":1,"docs":{"548":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"7":{"1":{"df":1,"docs":{"547":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"2":{"df":1,"docs":{"47":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"430":{"tf":1.0}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"2":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"3":{"df":1,"docs":{"35":{"tf":1.0}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"0":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"556":{"tf":1.0}}},"df":4,"docs":{"125":{"tf":1.0},"128":{"tf":2.0},"247":{"tf":2.0},"430":{"tf":1.0}}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"156":{"tf":2.6457513110645907},"195":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"243":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"346":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.7320508075688772},"460":{"tf":2.6457513110645907},"547":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":2.0}}},"1":{".":{"5":{".":{"1":{"df":1,"docs":{"31":{"tf":1.0}}},"2":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"4":{":":{"4":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"4":{"9":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"0":{"1":{"8":{"4":{"9":{"df":0,"docs":{},"e":{"4":{"9":{"8":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"306":{"tf":1.4142135623730951},"35":{"tf":1.0},"547":{"tf":1.0},"555":{"tf":1.0}}},"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":2,"docs":{"40":{"tf":1.0},"547":{"tf":1.0}}},"3":{"df":3,"docs":{"37":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"4":{"df":4,"docs":{"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"547":{"tf":1.0}}},"5":{".":{"3":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}},":":{"5":{"7":{":":{"2":{"9":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"36":{"tf":1.0},"547":{"tf":1.0},"73":{"tf":1.4142135623730951}}},"6":{":":{"4":{"8":{":":{"2":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"94":{"tf":1.0}}},"7":{"9":{".":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"8":{"0":{".":{"0":{"df":2,"docs":{"263":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"263":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":25,"docs":{"104":{"tf":1.0},"111":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":3.3166247903554},"247":{"tf":2.0},"271":{"tf":2.0},"272":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":2.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"331":{"tf":2.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"412":{"tf":4.0},"44":{"tf":1.0},"470":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951},"540":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0}}},"2":{".":{"1":{"8":{".":{"0":{".":{"0":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"8":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{}},":":{"4":{"4":{":":{"0":{"1":{"df":1,"docs":{"81":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"211":{"tf":2.0},"277":{"tf":1.7320508075688772},"285":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":2.449489742783178},"499":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"299":{"tf":1.0}}}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"9":{"6":{"d":{"df":0,"docs":{},"f":{"5":{"6":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"1":{"0":{"df":1,"docs":{"299":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.7320508075688772},"299":{"tf":1.0},"78":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"225":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"456":{"tf":1.0},"548":{"tf":1.4142135623730951},"555":{"tf":1.0},"73":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"3":{".":{"0":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}},"3":{".":{"0":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{".":{"2":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"211":{"tf":1.7320508075688772},"386":{"tf":3.1622776601683795},"389":{"tf":1.7320508075688772},"393":{"tf":1.4142135623730951}}},"d":{"df":3,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.0}}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.0},"554":{"tf":1.0},"62":{"tf":1.0},"73":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"6":{"9":{"5":{"1":{"2":{"3":{"4":{"5":{"df":2,"docs":{"473":{"tf":1.0},"557":{"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":{"3":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}},"a":{"9":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"116":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":2.8284271247461903},"44":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}},"f":{"df":1,"docs":{"116":{"tf":1.0}}}},"5":{".":{".":{"1":{"0":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"3":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}},"6":{"df":2,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}},"0":{"df":2,"docs":{"125":{"tf":1.0},"77":{"tf":2.0}}},"2":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"a":{"9":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"108":{"tf":1.0},"195":{"tf":2.8284271247461903},"271":{"tf":2.0},"29":{"tf":1.4142135623730951},"397":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"479":{"tf":1.0},"560":{"tf":1.0},"73":{"tf":1.0}}},"6":{".":{"0":{".":{"0":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"44":{"tf":1.0}}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"172":{"tf":1.0},"48":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"125":{"tf":1.0}}},"4":{"df":2,"docs":{"128":{"tf":2.8284271247461903},"331":{"tf":2.449489742783178}}},"5":{"7":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.7320508075688772},"31":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0}}},"7":{".":{"0":{".":{"0":{"df":5,"docs":{"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"406":{"tf":1.0},"519":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"38":{"tf":1.0}}},"3":{"df":1,"docs":{"39":{"tf":1.0}}},"8":{".":{"1":{"4":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"df":1,"docs":{"40":{"tf":1.0}}},"2":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"8":{"a":{"b":{"b":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"44":{"tf":1.0}}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"514":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"513":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"1":{"df":5,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":7,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951}}},"3":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{},"x":{"df":2,"docs":{"12":{"tf":1.0},"490":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"499":{"tf":2.0}}},"d":{"c":{"1":{"d":{"a":{"1":{"df":1,"docs":{"548":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.0},"547":{"tf":1.4142135623730951}}},"9":{".":{"0":{".":{"0":{"df":32,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"133":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"490":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0},"8":{"tf":1.0}}},"1":{"df":6,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"482":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":6,"docs":{"321":{"tf":1.0},"482":{"tf":1.4142135623730951},"483":{"tf":1.0},"484":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":7,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"481":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"263":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"214":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772}}},"9":{"df":1,"docs":{"128":{"tf":2.0}}},"df":5,"docs":{"199":{"tf":1.0},"251":{"tf":1.4142135623730951},"347":{"tf":1.0},"44":{"tf":1.0},"547":{"tf":1.0}},"f":{"b":{"8":{"8":{"5":{"df":0,"docs":{},"e":{"df":1,"docs":{"547":{"tf":3.4641016151377544}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"(":{"df":0,"docs":{},"ツ":{")":{"_":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":60,"docs":{"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"293":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"386":{"tf":1.0},"395":{"tf":2.0},"399":{"tf":2.8284271247461903},"401":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0}}},"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"a":{"1":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"df":1,"docs":{"80":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"266":{"tf":1.0},"388":{"tf":1.0},"456":{"tf":1.0},"486":{"tf":1.0},"62":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"v":{"df":41,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"205":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0},"410":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"c":{"df":0,"docs":{},"i":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"331":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"516":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":49,"docs":{"107":{"tf":1.0},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":2.23606797749979},"135":{"tf":2.23606797749979},"136":{"tf":2.23606797749979},"137":{"tf":2.6457513110645907},"138":{"tf":3.605551275463989},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":2.23606797749979},"143":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"324":{"tf":1.0},"343":{"tf":1.0},"383":{"tf":2.23606797749979},"447":{"tf":1.0},"448":{"tf":1.7320508075688772},"451":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":2.449489742783178},"498":{"tf":1.4142135623730951},"514":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"336":{"tf":1.0},"442":{"tf":1.0},"455":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"473":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":1,"docs":{"413":{"tf":1.0}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"117":{"tf":1.0},"382":{"tf":1.0},"470":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"201":{"tf":1.0},"351":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"223":{"tf":1.4142135623730951},"302":{"tf":1.0},"556":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":1,"docs":{"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"d":{"df":94,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":2.23606797749979},"293":{"tf":2.449489742783178},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"345":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.7320508075688772},"378":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"391":{"tf":1.0},"40":{"tf":2.8284271247461903},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":4.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"42":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"44":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":3.1622776601683795},"479":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"545":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"310":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"377":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"447":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"df":39,"docs":{"102":{"tf":1.0},"107":{"tf":1.4142135623730951},"131":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"266":{"tf":1.0},"277":{"tf":1.0},"295":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"42":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"442":{"tf":1.7320508075688772},"443":{"tf":1.7320508075688772},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"7":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"383":{"tf":1.0},"403":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"|":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"|":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"264":{"tf":2.6457513110645907},"265":{"tf":4.0},"360":{"tf":1.0},"400":{"tf":1.4142135623730951},"467":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"264":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":18,"docs":{"105":{"tf":2.0},"180":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":2.449489742783178},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"31":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"'":{"df":3,"docs":{"229":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"239":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"227":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"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":1,"docs":{"461":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"176":{"tf":2.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"69":{"tf":2.6457513110645907}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"155":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"552":{"tf":1.7320508075688772},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"170":{"tf":1.0},"326":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0},"526":{"tf":1.0},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"161":{"tf":1.0},"396":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"478":{"tf":1.0}},"i":{"a":{"df":3,"docs":{"420":{"tf":1.7320508075688772},"69":{"tf":1.0},"99":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":15,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"394":{"tf":2.23606797749979},"395":{"tf":2.6457513110645907},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"466":{"tf":1.0},"69":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"555":{"tf":1.0}}}},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"326":{"tf":1.0},"336":{"tf":1.0}}}}}},"df":83,"docs":{"102":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"14":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"306":{"tf":1.7320508075688772},"316":{"tf":1.0},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"326":{"tf":1.7320508075688772},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"347":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"394":{"tf":1.0},"396":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"407":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"50":{"tf":1.4142135623730951},"510":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":{"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"177":{"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":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":3,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"555":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"100":{"tf":1.0},"181":{"tf":1.0},"269":{"tf":1.7320508075688772},"548":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"159":{"tf":1.4142135623730951},"178":{"tf":1.0},"240":{"tf":1.0},"326":{"tf":1.0},"369":{"tf":1.0},"388":{"tf":1.7320508075688772},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.4142135623730951},"449":{"tf":1.0},"472":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}},"n":{"df":7,"docs":{"245":{"tf":1.0},"292":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"433":{"tf":1.0},"532":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"173":{"tf":1.0},"48":{"tf":1.0},"542":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":16,"docs":{"107":{"tf":1.0},"109":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"339":{"tf":1.4142135623730951},"350":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"476":{"tf":1.0},"540":{"tf":1.4142135623730951},"6":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"478":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"297":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"322":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":14,"docs":{"134":{"tf":1.0},"138":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":2.8284271247461903},"345":{"tf":1.4142135623730951},"383":{"tf":3.1622776601683795},"388":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.23606797749979},"453":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"430":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":7,"docs":{"263":{"tf":2.449489742783178},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"314":{"tf":1.0},"36":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"537":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"98":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"98":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"24":{"tf":1.4142135623730951},"33":{"tf":2.449489742783178},"413":{"tf":3.0},"414":{"tf":1.0},"415":{"tf":2.0},"416":{"tf":4.123105625617661},"417":{"tf":2.23606797749979},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.7320508075688772},"423":{"tf":1.7320508075688772},"424":{"tf":2.0},"425":{"tf":2.23606797749979},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":2.449489742783178},"430":{"tf":2.6457513110645907},"431":{"tf":2.23606797749979},"432":{"tf":1.0},"477":{"tf":2.6457513110645907},"530":{"tf":2.23606797749979},"96":{"tf":2.449489742783178},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":15,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"334":{"tf":1.0},"343":{"tf":1.0},"358":{"tf":1.0},"374":{"tf":1.0},"383":{"tf":1.4142135623730951},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"416":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.0},"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"28":{"tf":1.0},"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"170":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"2":{"tf":1.0},"439":{"tf":1.4142135623730951},"478":{"tf":1.0},"527":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"104":{"tf":1.0},"557":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"389":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"416":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"'":{"df":2,"docs":{"230":{"tf":1.0},"357":{"tf":1.0}}},":":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":35,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"160":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":2.0},"230":{"tf":1.0},"231":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":2.0},"314":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":2.449489742783178},"456":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"560":{"tf":1.0},"69":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"426":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"321":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"470":{"tf":1.0},"48":{"tf":1.0},"546":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"351":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"350":{"tf":1.4142135623730951},"351":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"100":{"tf":1.0},"159":{"tf":1.0},"351":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"352":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"351":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"351":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"287":{"tf":1.0},"346":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":13,"docs":{"194":{"tf":1.0},"275":{"tf":1.7320508075688772},"323":{"tf":1.0},"381":{"tf":2.449489742783178},"393":{"tf":1.0},"395":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"474":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0}}},"y":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"416":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"121":{"tf":1.0},"30":{"tf":1.4142135623730951},"340":{"tf":1.0},"342":{"tf":2.0},"343":{"tf":1.0},"387":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"155":{"tf":1.0},"464":{"tf":1.0},"476":{"tf":1.0},"544":{"tf":1.4142135623730951},"558":{"tf":1.0}}}},"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":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"3":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}},"[":{"0":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":127,"docs":{"100":{"tf":3.3166247903554},"105":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":2.449489742783178},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"197":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772},"215":{"tf":1.7320508075688772},"221":{"tf":1.7320508075688772},"223":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":2.0},"251":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.7320508075688772},"261":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"293":{"tf":2.449489742783178},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"298":{"tf":2.449489742783178},"300":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"317":{"tf":1.0},"318":{"tf":3.0},"319":{"tf":2.449489742783178},"321":{"tf":1.4142135623730951},"322":{"tf":2.449489742783178},"331":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"341":{"tf":2.0},"343":{"tf":2.0},"350":{"tf":1.7320508075688772},"356":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":4.242640687119285},"408":{"tf":1.4142135623730951},"410":{"tf":1.7320508075688772},"412":{"tf":2.8284271247461903},"415":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"442":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.449489742783178},"455":{"tf":1.4142135623730951},"462":{"tf":1.0},"468":{"tf":2.0},"470":{"tf":2.0},"472":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":2.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}},"e":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"tf":1.0},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{"df":1,"docs":{"132":{"tf":1.0}}},"2":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.0},"269":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.0},"247":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":2,"docs":{"185":{"tf":1.0},"275":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":12,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"300":{"tf":1.0},"339":{"tf":1.0},"472":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"259":{"tf":1.0},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"158":{"tf":1.0},"223":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":1,"docs":{"156":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"\"":{")":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"298":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"128":{"tf":1.0},"151":{"tf":1.7320508075688772},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.0},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.0},"277":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"138":{"tf":1.0},"251":{"tf":1.0},"318":{"tf":2.0},"415":{"tf":1.4142135623730951},"493":{"tf":1.0}}},"1":{"df":1,"docs":{"493":{"tf":1.0}}},"2":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"1":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{")":{".":{"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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"154":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":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":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"\"":{"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":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"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":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"\"":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"146":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"[":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"383":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"212":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"473":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"322":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"442":{"tf":2.0}}}}},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"410":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"189":{"tf":1.0},"193":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"164":{"tf":1.0},"303":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"0":{"df":6,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"318":{"tf":2.449489742783178},"470":{"tf":2.0},"493":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"470":{"tf":2.0},"493":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"493":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"143":{"tf":1.0},"170":{"tf":1.0},"237":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0}}},"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":324,"docs":{"10":{"tf":1.0},"100":{"tf":2.449489742783178},"109":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":4.0},"132":{"tf":3.0},"133":{"tf":3.0},"134":{"tf":3.7416573867739413},"135":{"tf":2.6457513110645907},"136":{"tf":2.449489742783178},"137":{"tf":2.8284271247461903},"138":{"tf":3.7416573867739413},"139":{"tf":3.4641016151377544},"14":{"tf":2.0},"140":{"tf":2.23606797749979},"141":{"tf":2.0},"142":{"tf":2.449489742783178},"143":{"tf":3.3166247903554},"144":{"tf":2.23606797749979},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"147":{"tf":2.8284271247461903},"148":{"tf":3.3166247903554},"149":{"tf":2.23606797749979},"15":{"tf":2.449489742783178},"150":{"tf":2.6457513110645907},"151":{"tf":3.1622776601683795},"152":{"tf":3.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"155":{"tf":5.477225575051661},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.23606797749979},"159":{"tf":3.3166247903554},"160":{"tf":1.4142135623730951},"161":{"tf":2.449489742783178},"162":{"tf":2.23606797749979},"163":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":2.23606797749979},"167":{"tf":3.605551275463989},"168":{"tf":3.4641016151377544},"169":{"tf":3.4641016151377544},"170":{"tf":1.7320508075688772},"171":{"tf":3.3166247903554},"172":{"tf":2.449489742783178},"173":{"tf":2.8284271247461903},"174":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.0},"178":{"tf":2.23606797749979},"179":{"tf":2.449489742783178},"18":{"tf":2.6457513110645907},"180":{"tf":2.0},"181":{"tf":2.449489742783178},"182":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":2.6457513110645907},"191":{"tf":3.0},"192":{"tf":2.449489742783178},"193":{"tf":2.6457513110645907},"194":{"tf":2.449489742783178},"195":{"tf":3.1622776601683795},"196":{"tf":1.7320508075688772},"197":{"tf":3.1622776601683795},"198":{"tf":2.449489742783178},"199":{"tf":2.23606797749979},"20":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":2.23606797749979},"202":{"tf":2.0},"203":{"tf":3.3166247903554},"204":{"tf":2.6457513110645907},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":3.0},"208":{"tf":2.0},"209":{"tf":2.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.0},"211":{"tf":2.6457513110645907},"212":{"tf":2.0},"213":{"tf":2.23606797749979},"214":{"tf":2.6457513110645907},"215":{"tf":2.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"220":{"tf":2.8284271247461903},"221":{"tf":2.23606797749979},"222":{"tf":2.449489742783178},"223":{"tf":2.0},"224":{"tf":3.0},"225":{"tf":2.0},"226":{"tf":2.8284271247461903},"227":{"tf":3.0},"228":{"tf":2.0},"229":{"tf":2.449489742783178},"230":{"tf":2.0},"231":{"tf":2.449489742783178},"232":{"tf":2.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"237":{"tf":2.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"241":{"tf":2.23606797749979},"242":{"tf":2.449489742783178},"243":{"tf":2.6457513110645907},"244":{"tf":2.449489742783178},"245":{"tf":2.449489742783178},"246":{"tf":2.449489742783178},"247":{"tf":2.0},"248":{"tf":2.449489742783178},"249":{"tf":2.449489742783178},"250":{"tf":3.0},"251":{"tf":2.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":2.23606797749979},"255":{"tf":2.449489742783178},"256":{"tf":2.6457513110645907},"257":{"tf":2.0},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"26":{"tf":1.7320508075688772},"260":{"tf":2.449489742783178},"261":{"tf":2.0},"262":{"tf":2.23606797749979},"263":{"tf":2.8284271247461903},"264":{"tf":2.6457513110645907},"265":{"tf":2.0},"266":{"tf":2.6457513110645907},"267":{"tf":2.0},"268":{"tf":3.1622776601683795},"269":{"tf":2.0},"270":{"tf":2.6457513110645907},"271":{"tf":2.0},"272":{"tf":2.6457513110645907},"273":{"tf":2.0},"274":{"tf":2.6457513110645907},"275":{"tf":2.0},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.8284271247461903},"279":{"tf":2.6457513110645907},"28":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":2.0},"282":{"tf":2.6457513110645907},"283":{"tf":2.0},"284":{"tf":2.0},"285":{"tf":2.23606797749979},"286":{"tf":2.23606797749979},"287":{"tf":2.449489742783178},"288":{"tf":2.0},"289":{"tf":2.0},"290":{"tf":2.23606797749979},"291":{"tf":2.23606797749979},"292":{"tf":3.0},"293":{"tf":2.23606797749979},"294":{"tf":2.6457513110645907},"295":{"tf":2.0},"296":{"tf":2.0},"297":{"tf":2.6457513110645907},"298":{"tf":2.0},"299":{"tf":2.6457513110645907},"30":{"tf":1.0},"300":{"tf":2.0},"301":{"tf":2.6457513110645907},"302":{"tf":2.6457513110645907},"303":{"tf":2.0},"304":{"tf":2.23606797749979},"305":{"tf":2.8284271247461903},"306":{"tf":3.7416573867739413},"307":{"tf":2.6457513110645907},"308":{"tf":2.0},"309":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"310":{"tf":1.7320508075688772},"311":{"tf":1.7320508075688772},"312":{"tf":2.0},"313":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772},"315":{"tf":2.23606797749979},"316":{"tf":3.1622776601683795},"317":{"tf":3.605551275463989},"318":{"tf":3.1622776601683795},"319":{"tf":2.8284271247461903},"320":{"tf":3.605551275463989},"321":{"tf":4.123105625617661},"322":{"tf":2.449489742783178},"323":{"tf":3.605551275463989},"324":{"tf":2.449489742783178},"325":{"tf":2.23606797749979},"326":{"tf":2.23606797749979},"327":{"tf":2.0},"328":{"tf":1.7320508075688772},"329":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":2.8284271247461903},"333":{"tf":2.0},"334":{"tf":2.0},"335":{"tf":2.0},"336":{"tf":1.7320508075688772},"337":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"339":{"tf":1.7320508075688772},"340":{"tf":2.8284271247461903},"341":{"tf":2.23606797749979},"342":{"tf":1.7320508075688772},"343":{"tf":2.0},"344":{"tf":1.7320508075688772},"345":{"tf":2.449489742783178},"346":{"tf":2.0},"347":{"tf":3.4641016151377544},"348":{"tf":3.1622776601683795},"349":{"tf":3.0},"350":{"tf":4.0},"351":{"tf":2.23606797749979},"352":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"372":{"tf":1.0},"375":{"tf":2.23606797749979},"376":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.6457513110645907},"381":{"tf":3.1622776601683795},"383":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"387":{"tf":2.0},"388":{"tf":3.3166247903554},"39":{"tf":1.4142135623730951},"40":{"tf":3.1622776601683795},"406":{"tf":1.0},"407":{"tf":1.0},"409":{"tf":2.0},"410":{"tf":2.449489742783178},"416":{"tf":3.3166247903554},"425":{"tf":1.4142135623730951},"429":{"tf":2.0},"43":{"tf":2.23606797749979},"430":{"tf":3.0},"433":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"441":{"tf":3.3166247903554},"442":{"tf":3.1622776601683795},"443":{"tf":1.4142135623730951},"445":{"tf":2.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"448":{"tf":2.0},"453":{"tf":1.7320508075688772},"459":{"tf":2.23606797749979},"464":{"tf":2.6457513110645907},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"468":{"tf":3.0},"470":{"tf":4.898979485566356},"473":{"tf":4.898979485566356},"474":{"tf":2.0},"486":{"tf":1.4142135623730951},"493":{"tf":2.8284271247461903},"5":{"tf":2.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"505":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":2.0},"512":{"tf":2.449489742783178},"515":{"tf":1.4142135623730951},"516":{"tf":4.358898943540674},"517":{"tf":2.0},"518":{"tf":2.23606797749979},"520":{"tf":2.0},"524":{"tf":4.358898943540674},"529":{"tf":2.0},"531":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":2.0},"535":{"tf":1.0},"536":{"tf":1.4142135623730951},"544":{"tf":2.0},"557":{"tf":2.449489742783178},"62":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":2.23606797749979},"75":{"tf":2.23606797749979},"76":{"tf":3.3166247903554},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":2.0}}}}}},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},".":{"a":{"d":{"d":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"131":{"tf":2.0},"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.0},"388":{"tf":2.0},"474":{"tf":1.7320508075688772},"524":{"tf":2.449489742783178}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"160":{"tf":3.0},"165":{"tf":1.0},"170":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"345":{"tf":2.8284271247461903},"346":{"tf":2.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"345":{"tf":2.449489742783178},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"534":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"345":{"tf":2.449489742783178},"534":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"534":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"189":{"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"147":{"tf":2.449489742783178},"148":{"tf":1.7320508075688772}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"215":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"306":{"tf":1.7320508075688772},"407":{"tf":1.0},"467":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951}}}}}},"df":20,"docs":{"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":2.0},"139":{"tf":1.0},"163":{"tf":1.7320508075688772},"165":{"tf":1.0},"168":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.0},"223":{"tf":1.0},"316":{"tf":1.0},"341":{"tf":1.0},"375":{"tf":1.0},"430":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{">":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"388":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"524":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{")":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"d":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}}},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"545":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"165":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"390":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"186":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"159":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":2.23606797749979},"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"524":{"tf":1.0},"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"183":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"155":{"tf":1.0},"398":{"tf":1.0},"457":{"tf":1.0},"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"301":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"244":{"tf":1.0},"245":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"223":{"tf":1.0},"230":{"tf":2.0},"553":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"o":{"df":1,"docs":{"0":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"169":{"tf":1.0},"331":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"377":{"tf":1.0},"398":{"tf":1.0},"416":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"125":{"tf":1.0},"139":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772},"350":{"tf":1.0},"375":{"tf":1.0},"484":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"339":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":1.0},"265":{"tf":2.8284271247461903}}},"df":3,"docs":{"161":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"216":{"tf":1.0},"472":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"386":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"453":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"461":{"tf":1.0},"542":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"320":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"369":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"383":{"tf":3.7416573867739413}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"df":2,"docs":{"2":{"tf":1.0},"351":{"tf":2.0}},"e":{"df":1,"docs":{"110":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"239":{"tf":3.0},"240":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"[":{"]":{"df":2,"docs":{"508":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":42,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"242":{"tf":1.0},"259":{"tf":1.0},"277":{"tf":1.0},"308":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"347":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"382":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"413":{"tf":2.6457513110645907},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"57":{"tf":1.0},"78":{"tf":1.0}}},"i":{"c":{"df":11,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"276":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"458":{"tf":1.0},"471":{"tf":1.0},"518":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"132":{"tf":1.0},"155":{"tf":2.23606797749979},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"472":{"tf":2.0}}},"r":{"df":1,"docs":{"469":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"461":{"tf":1.0}}}}},"d":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":23,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"193":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.4142135623730951},"33":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"379":{"tf":1.0},"43":{"tf":1.0},"516":{"tf":1.4142135623730951},"534":{"tf":1.0},"550":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"148":{"tf":1.0},"167":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"350":{"tf":1.0},"354":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"490":{"tf":1.0},"523":{"tf":1.0},"542":{"tf":1.4142135623730951},"56":{"tf":1.0},"72":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"388":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"74":{"tf":1.0}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"318":{"tf":1.0},"541":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"442":{"tf":2.23606797749979},"443":{"tf":1.0},"507":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"463":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"314":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"1":{".":{"1":{"5":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":26,"docs":{"100":{"tf":1.0},"121":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"169":{"tf":1.0},"253":{"tf":1.0},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"322":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"410":{"tf":1.0},"415":{"tf":1.0},"440":{"tf":1.0},"45":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"540":{"tf":1.0},"548":{"tf":1.4142135623730951},"64":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"106":{"tf":1.0},"239":{"tf":1.0},"409":{"tf":1.0},"416":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"22":{"tf":1.0},"321":{"tf":1.0},"344":{"tf":1.0},"461":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"530":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":24,"docs":{"106":{"tf":1.0},"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"181":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"251":{"tf":1.0},"271":{"tf":1.0},"287":{"tf":3.1622776601683795},"3":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.0},"94":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"234":{"tf":1.0},"471":{"tf":1.0},"542":{"tf":1.7320508075688772},"555":{"tf":1.0},"558":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"554":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"490":{"tf":1.0},"556":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"14":{"tf":1.0},"266":{"tf":3.1622776601683795},"267":{"tf":4.69041575982343},"78":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"266":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"267":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":8,"docs":{"110":{"tf":1.0},"160":{"tf":1.0},"168":{"tf":1.0},"251":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"477":{"tf":1.0},"64":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"[":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"282":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"269":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":3.0},"306":{"tf":3.1622776601683795}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":31,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":1.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":2.8284271247461903},"22":{"tf":1.4142135623730951},"223":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":3.0},"275":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"305":{"tf":2.8284271247461903},"306":{"tf":5.0},"395":{"tf":1.4142135623730951},"40":{"tf":1.0},"416":{"tf":1.0},"442":{"tf":1.4142135623730951},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"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":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":2.6457513110645907},"268":{"tf":2.23606797749979},"269":{"tf":1.0},"275":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}},"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":{},"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":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"268":{"tf":1.4142135623730951},"306":{"tf":1.7320508075688772},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":2,"docs":{"282":{"tf":1.0},"287":{"tf":2.449489742783178}}}}},"o":{"b":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"205":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":4.358898943540674},"230":{"tf":3.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"222":{"tf":1.4142135623730951},"223":{"tf":2.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"102":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":2.0},"193":{"tf":2.6457513110645907},"196":{"tf":1.4142135623730951},"210":{"tf":1.0},"253":{"tf":1.0},"336":{"tf":1.0},"341":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"456":{"tf":1.0},"470":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"107":{"tf":1.0},"119":{"tf":1.0},"151":{"tf":1.0},"251":{"tf":1.0},"339":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"410":{"tf":1.0},"430":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"195":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"x":{"df":3,"docs":{"128":{"tf":1.7320508075688772},"310":{"tf":1.0},"40":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"314":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"479":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"344":{"tf":1.0},"345":{"tf":3.7416573867739413},"346":{"tf":1.0},"407":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"479":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"107":{"tf":2.23606797749979},"109":{"tf":1.0},"125":{"tf":2.449489742783178},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"212":{"tf":2.23606797749979},"322":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"g":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":23,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"22":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"467":{"tf":2.6457513110645907},"468":{"tf":2.23606797749979},"469":{"tf":1.4142135623730951},"470":{"tf":2.0},"471":{"tf":2.8284271247461903},"472":{"tf":1.4142135623730951},"473":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"554":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":7,"docs":{"407":{"tf":1.0},"468":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.0},"531":{"tf":1.0},"55":{"tf":1.0},"90":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"470":{"tf":1.7320508075688772}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"512":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"172":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"112":{"tf":2.23606797749979},"128":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"232":{"tf":3.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"358":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.7320508075688772},"401":{"tf":2.0},"442":{"tf":1.7320508075688772},"472":{"tf":2.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"384":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"551":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"85":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":24,"docs":{"2":{"tf":1.0},"226":{"tf":1.0},"329":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"337":{"tf":2.23606797749979},"339":{"tf":2.449489742783178},"352":{"tf":1.0},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"472":{"tf":1.0},"475":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"333":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":2.449489742783178},"352":{"tf":1.4142135623730951},"379":{"tf":1.0},"441":{"tf":1.0},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"510":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"329":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"517":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":18,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":2.23606797749979},"109":{"tf":1.0},"187":{"tf":1.0},"259":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"84":{"tf":1.0}}},".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"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":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"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":{"232":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}}}},"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"345":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"345":{"tf":2.449489742783178},"544":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"251":{"tf":1.0}},"e":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"!":{"!":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"303":{"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":{},"l":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"w":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"491":{"tf":1.0},"494":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"553":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951}}}}}}},"df":57,"docs":{"1":{"tf":1.0},"102":{"tf":3.4641016151377544},"103":{"tf":2.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"187":{"tf":1.4142135623730951},"193":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"232":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"268":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"302":{"tf":1.0},"316":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.0},"360":{"tf":1.0},"377":{"tf":1.0},"382":{"tf":1.4142135623730951},"401":{"tf":1.0},"425":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"454":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":2.0},"468":{"tf":1.4142135623730951},"491":{"tf":3.605551275463989},"542":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":2.0},"94":{"tf":2.0},"95":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"?":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"?":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"45":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"534":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":35,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"128":{"tf":1.0},"152":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"237":{"tf":1.0},"245":{"tf":1.0},"319":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"410":{"tf":1.0},"439":{"tf":1.0},"458":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"554":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":2,"docs":{"121":{"tf":2.0},"122":{"tf":1.0}},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"109":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"107":{"tf":1.0},"114":{"tf":1.4142135623730951},"425":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"167":{"tf":1.0},"414":{"tf":1.0},"471":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"320":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":24,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"121":{"tf":1.0},"130":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"181":{"tf":1.7320508075688772},"190":{"tf":1.0},"252":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"322":{"tf":2.23606797749979},"339":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"416":{"tf":1.4142135623730951},"470":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0}}},"t":{"df":35,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":2.449489742783178},"135":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"258":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"348":{"tf":1.4142135623730951},"416":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":12,"docs":{"129":{"tf":1.0},"173":{"tf":1.0},"320":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"461":{"tf":1.0},"47":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":1,"docs":{"155":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"306":{"tf":1.0}}},"x":{"df":1,"docs":{"306":{"tf":1.0}}},"z":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"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":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"210":{"tf":1.0},"211":{"tf":2.23606797749979},"306":{"tf":1.7320508075688772},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"22":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"159":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"215":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.4142135623730951},"283":{"tf":1.0},"288":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"387":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"469":{"tf":1.0},"79":{"tf":1.4142135623730951},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"416":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"127":{"tf":1.0}}}},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"470":{"tf":2.449489742783178}}},"df":0,"docs":{},"g":{"df":89,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":3.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"14":{"tf":2.0},"15":{"tf":1.4142135623730951},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"22":{"tf":2.0},"221":{"tf":2.0},"225":{"tf":1.0},"228":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"32":{"tf":1.4142135623730951},"327":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":3.1622776601683795},"460":{"tf":1.0},"470":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"503":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"542":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":2.23606797749979}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"239":{"tf":1.4142135623730951},"299":{"tf":1.0},"329":{"tf":1.0},"347":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"334":{"tf":1.4142135623730951}}},"t":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":13,"docs":{"132":{"tf":1.0},"203":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"237":{"tf":1.0},"239":{"tf":1.0},"464":{"tf":1.0},"538":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}},"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"240":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.4142135623730951},"228":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"179":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"227":{"tf":1.0},"228":{"tf":1.0},"253":{"tf":1.0},"500":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":31,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"218":{"tf":3.1622776601683795},"219":{"tf":2.0},"220":{"tf":2.449489742783178},"221":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":2.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.6457513110645907},"227":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"229":{"tf":2.23606797749979},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"234":{"tf":2.0},"235":{"tf":3.0},"236":{"tf":2.23606797749979},"237":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"46":{"tf":1.0},"470":{"tf":1.0},"539":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":26,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"155":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":3.0},"215":{"tf":1.0},"25":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"307":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"459":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"556":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":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":{"197":{"tf":5.385164807134504},"275":{"tf":3.1622776601683795},"306":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"382":{"tf":2.0},"470":{"tf":2.8284271247461903}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"320":{"tf":1.0},"383":{"tf":2.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"320":{"tf":1.0},"336":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"277":{"tf":1.0},"336":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"446":{"tf":1.4142135623730951}},"n":{"df":6,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"253":{"tf":1.0},"339":{"tf":1.7320508075688772},"454":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":3,"docs":{"197":{"tf":3.1622776601683795},"267":{"tf":3.0},"303":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":2.6457513110645907},"312":{"tf":1.0}}}},"df":126,"docs":{"113":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":2.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.449489742783178},"199":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.7320508075688772},"260":{"tf":1.0},"264":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.4142135623730951},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"302":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"333":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"353":{"tf":1.0},"356":{"tf":1.4142135623730951},"36":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"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":2.0},"370":{"tf":2.23606797749979},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.4142135623730951},"40":{"tf":1.0},"409":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"441":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"47":{"tf":2.0},"471":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.4142135623730951},"520":{"tf":1.0},"531":{"tf":2.0},"54":{"tf":1.4142135623730951},"547":{"tf":3.1622776601683795},"8":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":2.449489742783178},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"413":{"tf":1.0}}}}},"r":{"df":4,"docs":{"254":{"tf":2.0},"308":{"tf":1.0},"412":{"tf":2.23606797749979},"456":{"tf":1.0}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"86":{"tf":2.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.7320508075688772},"389":{"tf":2.0},"532":{"tf":1.0},"533":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"556":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"d":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"459":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":49,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"184":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"251":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.7320508075688772},"306":{"tf":1.0},"309":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"40":{"tf":1.0},"405":{"tf":4.242640687119285},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"474":{"tf":2.449489742783178},"477":{"tf":1.7320508075688772},"493":{"tf":1.0},"516":{"tf":2.0},"531":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"84":{"tf":1.0},"99":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"250":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"479":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"168":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.23606797749979},"430":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"132":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":3.1622776601683795},"430":{"tf":1.0}}}}},"t":{"df":2,"docs":{"327":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"334":{"tf":1.0},"339":{"tf":2.0}}},"r":{"df":15,"docs":{"174":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":2.6457513110645907},"223":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":2.6457513110645907},"239":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"2":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"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":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"3":{"3":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"128":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"299":{"tf":1.0},"473":{"tf":1.4142135623730951}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"131":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.4142135623730951},"475":{"tf":1.0},"517":{"tf":1.0},"526":{"tf":1.0},"56":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"z":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"'":{"df":4,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"119":{"tf":1.0},"237":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"419":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"430":{"tf":1.7320508075688772}}},"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":1,"docs":{"343":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":2.23606797749979}}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":2,"docs":{"104":{"tf":1.0},"109":{"tf":1.0}}}}}}}}}}},"'":{"df":33,"docs":{"107":{"tf":1.0},"180":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"30":{"tf":1.0},"312":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"426":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"551":{"tf":1.0},"553":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"62":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"82":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"523":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":3,"docs":{"335":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"494":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"509":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"22":{"tf":1.0},"309":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"17":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"492":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"313":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"89":{"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":5,"docs":{"313":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":4,"docs":{"313":{"tf":1.0},"492":{"tf":1.4142135623730951},"517":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"431":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"416":{"tf":1.4142135623730951},"432":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"465":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"107":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"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":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"389":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0}}}}}}}}}}},".":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"494":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"#":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}},"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"313":{"tf":1.0},"492":{"tf":1.0}},"s":{")":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"492":{"tf":1.0},"90":{"tf":2.0}}}}}}}},"df":1,"docs":{"494":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"265":{"tf":1.7320508075688772},"314":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"212":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.0}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"d":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":2.8284271247461903}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"322":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"295":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"273":{"tf":1.7320508075688772}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":2.0}},"l":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":2.449489742783178}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"331":{"tf":1.7320508075688772}}}}}}},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"131":{"tf":3.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"318":{"tf":3.0},"448":{"tf":1.4142135623730951},"489":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"388":{"tf":2.0},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.449489742783178}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"405":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"c":{"df":1,"docs":{"306":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"372":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"376":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"408":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"tf":2.449489742783178}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.7320508075688772}}}}},"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":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}},"s":{"df":1,"docs":{"405":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":19,"docs":{"100":{"tf":5.5677643628300215},"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"155":{"tf":1.0},"385":{"tf":1.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":2.0},"405":{"tf":2.0},"406":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"442":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"312":{"tf":1.0},"492":{"tf":1.4142135623730951},"90":{"tf":4.0}}}}}}}},"df":195,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":3.3166247903554},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"2":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"223":{"tf":1.0},"23":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.7320508075688772},"27":{"tf":2.0},"276":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.4142135623730951},"291":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"322":{"tf":1.0},"34":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.7320508075688772},"354":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"380":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.4142135623730951},"392":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":2.0},"400":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"447":{"tf":2.449489742783178},"449":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"452":{"tf":2.0},"453":{"tf":1.4142135623730951},"456":{"tf":1.7320508075688772},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":2.23606797749979},"463":{"tf":2.449489742783178},"464":{"tf":1.4142135623730951},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":2.8284271247461903},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"47":{"tf":2.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":5.656854249492381},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"491":{"tf":2.449489742783178},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.7320508075688772},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":3.1622776601683795},"514":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":2.6457513110645907},"518":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"528":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.4142135623730951},"542":{"tf":2.449489742783178},"543":{"tf":1.0},"545":{"tf":2.23606797749979},"546":{"tf":1.4142135623730951},"547":{"tf":2.23606797749979},"548":{"tf":1.0},"55":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":3.872983346207417},"558":{"tf":4.0},"559":{"tf":2.0},"56":{"tf":2.23606797749979},"560":{"tf":1.4142135623730951},"57":{"tf":2.449489742783178},"58":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":2.23606797749979},"85":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772},"90":{"tf":3.4641016151377544},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":2.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"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":{"168":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":44,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.23606797749979},"134":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"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.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"242":{"tf":1.0},"247":{"tf":1.4142135623730951},"317":{"tf":1.0},"321":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"473":{"tf":1.0},"484":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"493":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"344":{"tf":1.0}}},"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"343":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"489":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"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":{"489":{"tf":1.0}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"489":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":425,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":3.1622776601683795},"100":{"tf":5.5677643628300215},"101":{"tf":3.1622776601683795},"102":{"tf":5.291502622129181},"103":{"tf":2.8284271247461903},"104":{"tf":3.4641016151377544},"105":{"tf":2.8284271247461903},"106":{"tf":3.0},"107":{"tf":5.196152422706632},"108":{"tf":2.449489742783178},"109":{"tf":4.47213595499958},"11":{"tf":1.0},"110":{"tf":4.69041575982343},"111":{"tf":3.4641016151377544},"112":{"tf":3.605551275463989},"113":{"tf":2.449489742783178},"114":{"tf":2.8284271247461903},"115":{"tf":2.8284271247461903},"116":{"tf":2.23606797749979},"117":{"tf":3.1622776601683795},"118":{"tf":2.449489742783178},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":3.4641016151377544},"122":{"tf":2.449489742783178},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":2.6457513110645907},"126":{"tf":2.8284271247461903},"127":{"tf":2.6457513110645907},"128":{"tf":4.0},"129":{"tf":2.6457513110645907},"130":{"tf":2.6457513110645907},"131":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"151":{"tf":2.8284271247461903},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":2.6457513110645907},"168":{"tf":3.1622776601683795},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.449489742783178},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.6457513110645907},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"205":{"tf":2.6457513110645907},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.7320508075688772},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":2.0},"274":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.7320508075688772},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.7320508075688772},"298":{"tf":2.0},"299":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"300":{"tf":1.4142135623730951},"301":{"tf":1.0},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":2.0},"307":{"tf":1.0},"308":{"tf":2.449489742783178},"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":2.0},"317":{"tf":1.4142135623730951},"318":{"tf":2.0},"319":{"tf":3.0},"320":{"tf":3.0},"321":{"tf":2.0},"322":{"tf":2.6457513110645907},"323":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.6457513110645907},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":2.8284271247461903},"340":{"tf":3.7416573867739413},"341":{"tf":4.0},"342":{"tf":2.6457513110645907},"343":{"tf":4.123105625617661},"344":{"tf":3.0},"345":{"tf":3.1622776601683795},"346":{"tf":3.1622776601683795},"347":{"tf":2.0},"348":{"tf":1.7320508075688772},"349":{"tf":2.23606797749979},"350":{"tf":2.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":2.8284271247461903},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"36":{"tf":2.0},"360":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":2.0},"369":{"tf":2.23606797749979},"37":{"tf":2.449489742783178},"372":{"tf":2.23606797749979},"374":{"tf":1.4142135623730951},"376":{"tf":2.0},"377":{"tf":2.23606797749979},"378":{"tf":2.0},"379":{"tf":3.3166247903554},"38":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":3.7416573867739413},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":2.6457513110645907},"386":{"tf":2.8284271247461903},"388":{"tf":3.0},"389":{"tf":2.6457513110645907},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"394":{"tf":2.0},"395":{"tf":2.0},"396":{"tf":2.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"399":{"tf":2.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":2.0},"403":{"tf":3.872983346207417},"404":{"tf":1.7320508075688772},"405":{"tf":2.6457513110645907},"406":{"tf":3.0},"407":{"tf":3.605551275463989},"408":{"tf":2.6457513110645907},"409":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"410":{"tf":3.7416573867739413},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":3.1622776601683795},"414":{"tf":2.0},"415":{"tf":2.0},"416":{"tf":5.196152422706632},"417":{"tf":1.0},"419":{"tf":1.7320508075688772},"420":{"tf":1.4142135623730951},"421":{"tf":1.7320508075688772},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":2.0},"431":{"tf":2.23606797749979},"432":{"tf":2.23606797749979},"433":{"tf":2.23606797749979},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.23606797749979},"44":{"tf":2.449489742783178},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":2.23606797749979},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":2.0},"455":{"tf":2.0},"456":{"tf":2.8284271247461903},"457":{"tf":1.7320508075688772},"458":{"tf":2.449489742783178},"459":{"tf":3.3166247903554},"460":{"tf":3.0},"461":{"tf":3.1622776601683795},"462":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":3.3166247903554},"472":{"tf":1.7320508075688772},"473":{"tf":5.0},"474":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"486":{"tf":1.4142135623730951},"493":{"tf":1.0},"498":{"tf":1.4142135623730951},"50":{"tf":4.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"514":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"523":{"tf":1.7320508075688772},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"542":{"tf":2.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"548":{"tf":2.0},"55":{"tf":2.23606797749979},"550":{"tf":1.0},"554":{"tf":2.0},"556":{"tf":1.0},"557":{"tf":2.449489742783178},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":4.242640687119285},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":3.1622776601683795},"68":{"tf":2.449489742783178},"69":{"tf":4.123105625617661},"70":{"tf":3.872983346207417},"71":{"tf":3.1622776601683795},"72":{"tf":2.8284271247461903},"73":{"tf":3.1622776601683795},"74":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.0},"80":{"tf":3.4641016151377544},"81":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":4.123105625617661}},"m":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"102":{"tf":2.449489742783178},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"466":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"377":{"tf":2.0},"379":{"tf":1.4142135623730951},"466":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"377":{"tf":1.0},"379":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"377":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"377":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":2.23606797749979}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":27,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"156":{"tf":2.449489742783178},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"341":{"tf":1.0},"349":{"tf":1.4142135623730951},"38":{"tf":1.0},"401":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"377":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"471":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"403":{"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":{},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"403":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":7,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"557":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"443":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"446":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}},"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":{"560":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"556":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"476":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"r":{"df":6,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0},"377":{"tf":1.0},"413":{"tf":1.7320508075688772},"415":{"tf":1.0}}},"t":{"df":23,"docs":{"0":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"233":{"tf":1.0},"281":{"tf":1.0},"297":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.0},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"493":{"tf":1.0},"50":{"tf":1.0},"62":{"tf":2.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"100":{"tf":1.4142135623730951},"173":{"tf":1.0},"309":{"tf":1.0},"451":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":2.23606797749979},"523":{"tf":1.0},"530":{"tf":1.0},"547":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"40":{"tf":1.0},"491":{"tf":1.4142135623730951},"85":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"186":{"tf":1.0},"471":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"265":{"tf":1.0},"28":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"470":{"tf":1.0},"78":{"tf":1.0}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"33":{"tf":1.0},"407":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"294":{"tf":1.0},"295":{"tf":2.0},"296":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"296":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"160":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"180":{"tf":1.4142135623730951},"184":{"tf":1.0},"222":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":2.6457513110645907},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"239":{"tf":3.4641016151377544},"240":{"tf":2.6457513110645907},"508":{"tf":1.0},"509":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.0},"314":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"470":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"128":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"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":{"456":{"tf":1.0}}},"df":17,"docs":{"193":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"456":{"tf":1.0},"50":{"tf":2.0},"64":{"tf":2.23606797749979},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":10,"docs":{"189":{"tf":2.0},"193":{"tf":3.1622776601683795},"27":{"tf":1.0},"28":{"tf":1.0},"312":{"tf":1.0},"403":{"tf":1.0},"41":{"tf":1.0},"477":{"tf":1.0},"69":{"tf":1.4142135623730951},"89":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":2.449489742783178}}}}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.7320508075688772},"435":{"tf":1.4142135623730951},"436":{"tf":1.0},"456":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"517":{"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},"64":{"tf":2.23606797749979},"90":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"222":{"tf":1.0},"76":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"23":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"470":{"tf":1.0},"525":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"553":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.4142135623730951}}}}}}}}}},"df":1,"docs":{"550":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"103":{"tf":1.0},"109":{"tf":1.0}}}}},"i":{"d":{"df":7,"docs":{"109":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"382":{"tf":1.0},"528":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"222":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.4142135623730951},"375":{"tf":1.7320508075688772},"397":{"tf":1.0},"64":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":13,"docs":{"109":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"349":{"tf":1.0},"416":{"tf":1.0},"439":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"546":{"tf":1.4142135623730951},"64":{"tf":1.0},"81":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"100":{"tf":1.0},"113":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"384":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"180":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0},"325":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.7320508075688772},"350":{"tf":1.4142135623730951},"369":{"tf":1.0},"452":{"tf":1.4142135623730951},"466":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":37,"docs":{"100":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"243":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"26":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.7320508075688772},"324":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.4142135623730951},"349":{"tf":1.0},"352":{"tf":1.0},"408":{"tf":1.4142135623730951},"430":{"tf":1.0},"441":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"m":{"df":2,"docs":{"204":{"tf":1.0},"542":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":26,"docs":{"10":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"236":{"tf":1.0},"275":{"tf":3.0},"280":{"tf":1.0},"295":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.7320508075688772},"486":{"tf":1.0},"531":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"135":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":3.0},"237":{"tf":1.0},"275":{"tf":2.0},"306":{"tf":1.0},"318":{"tf":2.23606797749979},"323":{"tf":1.0},"351":{"tf":1.0},"401":{"tf":1.0},"423":{"tf":1.0},"43":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":6,"docs":{"161":{"tf":1.0},"179":{"tf":1.0},"251":{"tf":1.0},"547":{"tf":1.0},"557":{"tf":1.0},"86":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"456":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"28":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.449489742783178},"559":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"377":{"tf":1.0},"381":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"533":{"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},"72":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"268":{"tf":1.0},"456":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":37,"docs":{"169":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.8284271247461903},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.449489742783178},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":2.23606797749979},"71":{"tf":1.4142135623730951},"72":{"tf":2.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"88":{"tf":1.0}}},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"459":{"tf":1.7320508075688772}}}}}}}}},"df":42,"docs":{"178":{"tf":1.4142135623730951},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":3.872983346207417},"240":{"tf":2.0},"299":{"tf":1.0},"30":{"tf":1.4142135623730951},"328":{"tf":1.7320508075688772},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.7320508075688772},"350":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"456":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"459":{"tf":2.0},"460":{"tf":2.0},"461":{"tf":1.0},"468":{"tf":2.449489742783178},"48":{"tf":1.4142135623730951},"50":{"tf":2.449489742783178},"59":{"tf":2.449489742783178},"60":{"tf":1.0},"61":{"tf":2.23606797749979},"62":{"tf":2.0},"65":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"73":{"tf":1.7320508075688772},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":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":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"460":{"tf":2.8284271247461903}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"212":{"tf":2.0},"213":{"tf":1.0},"214":{"tf":1.0},"287":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":2.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"109":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":2.8284271247461903},"473":{"tf":1.4142135623730951},"93":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"447":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"69":{"tf":1.0},"94":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"461":{"tf":1.0},"481":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"169":{"tf":1.0},"240":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"542":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"109":{"tf":1.0},"141":{"tf":1.0},"306":{"tf":1.0},"390":{"tf":1.0},"467":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}}}}},"w":{"df":2,"docs":{"243":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"320":{"tf":1.0},"389":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":104,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":2.23606797749979},"109":{"tf":1.7320508075688772},"112":{"tf":2.0},"114":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":2.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.7320508075688772},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.0},"232":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.4142135623730951},"261":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"292":{"tf":1.0},"295":{"tf":1.0},"303":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":2.0},"320":{"tf":1.4142135623730951},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"331":{"tf":1.0},"339":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"362":{"tf":1.0},"379":{"tf":1.7320508075688772},"388":{"tf":3.7416573867739413},"391":{"tf":2.23606797749979},"399":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.7320508075688772},"407":{"tf":1.0},"408":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.23606797749979},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.449489742783178},"471":{"tf":1.4142135623730951},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":2.0},"50":{"tf":1.7320508075688772},"523":{"tf":1.0},"55":{"tf":2.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"388":{"tf":1.4142135623730951},"391":{"tf":2.0},"474":{"tf":1.0}}}},"v":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"357":{"tf":1.0},"461":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":7,"docs":{"251":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":3.0},"265":{"tf":2.6457513110645907},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":2.0}}}}},"df":36,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"271":{"tf":1.7320508075688772},"277":{"tf":1.0},"298":{"tf":1.0},"3":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.4142135623730951},"366":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"486":{"tf":1.0},"492":{"tf":1.0},"50":{"tf":1.0},"558":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":2.0},"349":{"tf":2.0}}}}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"179":{"tf":1.0},"210":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"147":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"b":{"df":1,"docs":{"347":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"348":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{">":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"132":{"tf":1.0},"347":{"tf":1.0},"464":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"349":{"tf":1.0},"350":{"tf":2.449489742783178},"488":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"488":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}}}}},"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":{"<":{"b":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"349":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"347":{"tf":1.0},"349":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":33,"docs":{"100":{"tf":1.0},"176":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.0},"223":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"33":{"tf":1.0},"347":{"tf":2.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":2.449489742783178},"351":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.0},"376":{"tf":1.0},"403":{"tf":1.0},"430":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"50":{"tf":1.0},"516":{"tf":3.0},"532":{"tf":1.0},"542":{"tf":2.449489742783178},"57":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"402":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":1,"docs":{"183":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.7320508075688772}},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"k":{"_":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"186":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"280":{"tf":2.23606797749979},"281":{"tf":2.449489742783178},"282":{"tf":2.23606797749979},"283":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":2.449489742783178},"286":{"tf":2.23606797749979},"287":{"tf":2.23606797749979},"288":{"tf":1.7320508075688772},"289":{"tf":1.7320508075688772},"290":{"tf":2.449489742783178},"291":{"tf":2.23606797749979},"306":{"tf":1.0},"360":{"tf":1.4142135623730951},"407":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"520":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"354":{"tf":1.4142135623730951},"360":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"4":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":2.23606797749979},"477":{"tf":1.0},"50":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"548":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":3.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}},"y":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"1":{"2":{"b":{"df":0,"docs":{},"e":{"4":{"2":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"299":{"tf":1.4142135623730951},"395":{"tf":2.449489742783178}},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"517":{"tf":1.0}}}}},"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":{},"l":{"df":4,"docs":{"155":{"tf":1.0},"316":{"tf":1.0},"556":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"181":{"tf":2.0},"251":{"tf":1.0},"472":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"557":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"554":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":4,"docs":{"287":{"tf":2.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":2.8284271247461903},"176":{"tf":1.0},"181":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"203":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"277":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":2.0},"329":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":1.0},"388":{"tf":2.6457513110645907},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":2.449489742783178},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"445":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"79":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"401":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":48,"docs":{"1":{"tf":1.0},"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"232":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"300":{"tf":1.7320508075688772},"310":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.4142135623730951},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.4142135623730951},"336":{"tf":1.0},"339":{"tf":1.0},"346":{"tf":1.0},"416":{"tf":3.3166247903554},"425":{"tf":2.6457513110645907},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.4142135623730951},"471":{"tf":1.0},"489":{"tf":1.4142135623730951},"50":{"tf":3.605551275463989},"507":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"320":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":9,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"153":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":25,"docs":{"105":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"246":{"tf":1.0},"336":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"361":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"131":{"tf":1.0},"185":{"tf":1.0},"335":{"tf":1.0},"386":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"263":{"tf":1.0},"78":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"447":{"tf":2.8284271247461903},"448":{"tf":2.0},"7":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"324":{"tf":1.0},"325":{"tf":2.23606797749979},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"339":{"tf":2.8284271247461903}}}}}}},"m":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":7,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"319":{"tf":1.0},"345":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"470":{"tf":4.242640687119285}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":42,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"115":{"tf":1.0},"132":{"tf":1.4142135623730951},"147":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"182":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"43":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":3.3166247903554},"436":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"451":{"tf":2.8284271247461903},"46":{"tf":1.4142135623730951},"471":{"tf":1.0},"491":{"tf":6.164414002968976},"5":{"tf":1.0},"508":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":2.449489742783178},"85":{"tf":2.0},"94":{"tf":3.3166247903554},"95":{"tf":3.1622776601683795},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"467":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":11,"docs":{"321":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":1,"docs":{"558":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":28,"docs":{"124":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.4142135623730951},"25":{"tf":1.0},"293":{"tf":1.0},"30":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.4142135623730951},"347":{"tf":1.0},"351":{"tf":1.0},"406":{"tf":1.7320508075688772},"407":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"490":{"tf":1.0},"548":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":15,"docs":{"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"351":{"tf":1.0},"383":{"tf":2.449489742783178},"397":{"tf":2.449489742783178},"398":{"tf":3.7416573867739413},"423":{"tf":2.23606797749979},"43":{"tf":1.0},"460":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"478":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":11,"docs":{"122":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"347":{"tf":1.0},"389":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":4,"docs":{"277":{"tf":1.0},"350":{"tf":1.0},"401":{"tf":1.0},"95":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"222":{"tf":1.0},"389":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"291":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":20,"docs":{"110":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"347":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.0},"417":{"tf":1.0},"44":{"tf":1.7320508075688772},"463":{"tf":1.0},"548":{"tf":1.0},"72":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"354":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"100":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"242":{"tf":1.0},"327":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"385":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"132":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"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":{}}},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"$":{"3":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"5":{"1":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"517":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"310":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"132":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"132":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"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":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"522":{"tf":1.0},"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":6,"docs":{"436":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"475":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":23,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"357":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"456":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.23606797749979},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":41,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"29":{"tf":1.0},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"413":{"tf":1.4142135623730951},"44":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"69":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"345":{"tf":1.0},"360":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"285":{"tf":1.0},"287":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"128":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"109":{"tf":1.0},"28":{"tf":1.0},"478":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"251":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":33,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.7320508075688772},"377":{"tf":1.0},"381":{"tf":1.0},"394":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.7320508075688772},"477":{"tf":1.0},"517":{"tf":1.0},"534":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"376":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"215":{"tf":1.0},"22":{"tf":1.0},"500":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":14,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"310":{"tf":1.0},"324":{"tf":1.0},"383":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.4142135623730951},"470":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"558":{"tf":1.0},"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"360":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":5,"docs":{"187":{"tf":1.7320508075688772},"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":2.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"326":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"404":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"267":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":3.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"107":{"tf":1.0},"247":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":14,"docs":{"320":{"tf":1.0},"341":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.0},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"268":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"100":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"282":{"tf":1.0},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"300":{"tf":2.449489742783178},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"397":{"tf":1.7320508075688772},"401":{"tf":1.0},"403":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":4,"docs":{"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"500":{"tf":2.0}}}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"197":{"tf":3.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"390":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":2.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":2.6457513110645907},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"22":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":2.0},"29":{"tf":1.7320508075688772},"3":{"tf":2.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"313":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.6457513110645907},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.7320508075688772},"413":{"tf":1.0},"415":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"525":{"tf":1.0},"527":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":7,"docs":{"109":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"197":{"tf":1.0},"542":{"tf":1.0},"56":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"322":{"tf":1.0},"327":{"tf":1.0},"339":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"409":{"tf":1.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"81":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":38,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"352":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.4142135623730951},"494":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"554":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"268":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.0},"210":{"tf":1.0},"277":{"tf":1.0},"383":{"tf":1.7320508075688772},"430":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":44,"docs":{"187":{"tf":1.0},"263":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"408":{"tf":1.0},"470":{"tf":2.23606797749979},"481":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":2.449489742783178},"532":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"461":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"555":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}},"y":{"c":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"516":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"l":{"df":21,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":2.0},"440":{"tf":2.6457513110645907},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"446":{"tf":2.0},"447":{"tf":1.0},"491":{"tf":1.0},"558":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"247":{"tf":1.0},"263":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"317":{"tf":1.0},"461":{"tf":1.0},"550":{"tf":1.0},"70":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"326":{"tf":3.0},"339":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"293":{"tf":3.7416573867739413},"300":{"tf":3.3166247903554},"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"237":{"tf":1.0},"355":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"91":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"282":{"tf":1.4142135623730951},"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"]":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"165":{"tf":1.0},"498":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":20,"docs":{"0":{"tf":1.0},"102":{"tf":1.7320508075688772},"130":{"tf":1.0},"172":{"tf":1.7320508075688772},"201":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"275":{"tf":1.7320508075688772},"306":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"351":{"tf":1.4142135623730951},"477":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"544":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":5.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"356":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"[":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{",":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"=":{"1":{"0":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"125":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"=":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"=":{".":{".":{"9":{"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":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"117":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"2":{"tf":1.0},"243":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.4142135623730951},"350":{"tf":1.0},"358":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{",":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"109":{"tf":1.0},"293":{"tf":1.0},"388":{"tf":1.0},"518":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"153":{"tf":1.0},"382":{"tf":1.0},"388":{"tf":1.0},"41":{"tf":1.0},"464":{"tf":1.0},"84":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"187":{"tf":1.0},"386":{"tf":1.0},"534":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"115":{"tf":1.0},"121":{"tf":1.0},"180":{"tf":1.0},"273":{"tf":1.0},"295":{"tf":1.0},"351":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"433":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"523":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":4.795831523312719}}},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}}}},"df":1,"docs":{"383":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":2.6457513110645907}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":2.23606797749979}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":6,"docs":{"193":{"tf":1.7320508075688772},"202":{"tf":1.0},"412":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"478":{"tf":1.0}}}}},"df":10,"docs":{"139":{"tf":2.0},"224":{"tf":1.0},"231":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"263":{"tf":1.0},"370":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":21,"docs":{"161":{"tf":1.0},"178":{"tf":2.449489742783178},"2":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":2.23606797749979},"293":{"tf":3.1622776601683795},"297":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"346":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.0},"477":{"tf":1.0},"5":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":2.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"203":{"tf":1.0},"248":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"176":{"tf":1.0}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"176":{"tf":2.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"'":{"a":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":3.1622776601683795}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":5.0}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"181":{"tf":3.605551275463989}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"320":{"tf":1.0},"346":{"tf":2.0},"368":{"tf":1.0},"534":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.7320508075688772}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"224":{"tf":1.0},"235":{"tf":1.7320508075688772},"326":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"270":{"tf":2.6457513110645907},"271":{"tf":4.123105625617661},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"270":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"d":{"df":20,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"156":{"tf":1.7320508075688772},"186":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"380":{"tf":1.0},"388":{"tf":1.0},"472":{"tf":1.7320508075688772},"474":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"553":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"{":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"116":{"tf":1.0},"263":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"429":{"tf":1.0},"542":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"345":{"tf":1.0},"470":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"356":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"461":{"tf":1.0},"464":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"416":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"490":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":2.23606797749979},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":2.0},"326":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.7320508075688772},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"2":{"tf":1.0},"203":{"tf":1.0},"416":{"tf":1.0},"457":{"tf":1.4142135623730951},"557":{"tf":1.0},"62":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":44,"docs":{"100":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"142":{"tf":2.0},"168":{"tf":2.23606797749979},"177":{"tf":1.4142135623730951},"197":{"tf":2.449489742783178},"215":{"tf":2.449489742783178},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":3.0},"243":{"tf":5.0990195135927845},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.6457513110645907},"247":{"tf":3.3166247903554},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"30":{"tf":1.4142135623730951},"301":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"374":{"tf":1.0},"395":{"tf":1.4142135623730951},"430":{"tf":1.0},"439":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"515":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":2.6457513110645907},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"'":{"df":1,"docs":{"249":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":1.0}}},"x":{"df":1,"docs":{"395":{"tf":1.0}}},"z":{"df":1,"docs":{"395":{"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":{},"l":{"d":{"(":{")":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":1,"docs":{"395":{"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":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"287":{"tf":1.0}},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{"[":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{",":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{",":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"215":{"tf":1.0},"242":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"215":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"132":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"128":{"tf":1.0},"178":{"tf":1.0},"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"504":{"tf":1.0},"518":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"504":{"tf":1.0},"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":3.1622776601683795},"246":{"tf":1.0},"247":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"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":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"[":{"0":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"b":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"180":{"tf":1.0},"28":{"tf":1.4142135623730951},"319":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"346":{"tf":1.0},"388":{"tf":1.4142135623730951},"460":{"tf":1.0},"522":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"208":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"520":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"216":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"29":{"tf":1.4142135623730951},"33":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"522":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"128":{"tf":1.0},"194":{"tf":1.7320508075688772},"195":{"tf":1.4142135623730951},"350":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"15":{"tf":1.0},"231":{"tf":1.0},"341":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"100":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"25":{"tf":1.0},"284":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"339":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.4142135623730951},"36":{"tf":1.0},"380":{"tf":1.0},"42":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.0},"473":{"tf":2.23606797749979},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"53":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":2.23606797749979},"557":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"81":{"tf":2.8284271247461903},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"350":{"tf":2.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"201":{"tf":1.0},"223":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"476":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":2.0},"73":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":5,"docs":{"460":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.0}}}}}},"df":7,"docs":{"460":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":2.23606797749979},"73":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"470":{"tf":1.0},"558":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":3,"docs":{"439":{"tf":1.4142135623730951},"556":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"165":{"tf":1.0},"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"148":{"tf":1.0},"306":{"tf":1.0},"461":{"tf":1.0},"545":{"tf":1.0},"72":{"tf":1.0}},"t":{"df":7,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"390":{"tf":2.23606797749979},"452":{"tf":1.0},"57":{"tf":1.4142135623730951},"90":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"389":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"112":{"tf":1.0},"225":{"tf":1.7320508075688772},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"390":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"161":{"tf":1.0},"177":{"tf":1.4142135623730951},"226":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"389":{"tf":1.0},"392":{"tf":1.0},"405":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"210":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"167":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"416":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":213,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"112":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":2.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"164":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":2.23606797749979},"175":{"tf":1.7320508075688772},"176":{"tf":1.7320508075688772},"177":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":2.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":2.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":2.23606797749979},"254":{"tf":1.7320508075688772},"257":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.7320508075688772},"277":{"tf":2.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"293":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.4142135623730951},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":2.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"322":{"tf":2.0},"325":{"tf":1.0},"328":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":2.23606797749979},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.7320508075688772},"383":{"tf":3.3166247903554},"386":{"tf":2.0},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":2.23606797749979},"393":{"tf":1.7320508075688772},"395":{"tf":1.7320508075688772},"397":{"tf":1.7320508075688772},"399":{"tf":1.7320508075688772},"401":{"tf":1.7320508075688772},"403":{"tf":1.7320508075688772},"405":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":2.23606797749979},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"458":{"tf":1.7320508075688772},"460":{"tf":1.4142135623730951},"462":{"tf":1.7320508075688772},"469":{"tf":2.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":2.8284271247461903},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"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.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"107":{"tf":2.449489742783178}}}}}}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":20,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"186":{"tf":1.0},"213":{"tf":1.0},"236":{"tf":1.0},"251":{"tf":1.0},"335":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"473":{"tf":2.23606797749979},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"320":{"tf":1.4142135623730951},"558":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"386":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"263":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"383":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":77,"docs":{"0":{"tf":1.4142135623730951},"100":{"tf":3.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.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":3.4641016151377544},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":3.0},"129":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.7320508075688772},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.0},"306":{"tf":1.0},"320":{"tf":2.0},"327":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"347":{"tf":1.0},"349":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"377":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"385":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":2.6457513110645907},"408":{"tf":1.0},"410":{"tf":2.23606797749979},"416":{"tf":1.0},"427":{"tf":1.0},"435":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":2.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"460":{"tf":1.0},"470":{"tf":4.242640687119285},"524":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"94":{"tf":2.0},"99":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"341":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":56,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.0},"462":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":44,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"293":{"tf":1.4142135623730951},"296":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"343":{"tf":1.0},"356":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"399":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"472":{"tf":1.0},"473":{"tf":1.0},"92":{"tf":1.0},"99":{"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":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"100":{"tf":1.0},"119":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"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":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"440":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"116":{"tf":1.0},"395":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.0},"395":{"tf":1.0}}}}}}},"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":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"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":{"100":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"113":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"38":{"tf":1.0},"440":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"185":{"tf":1.7320508075688772},"386":{"tf":1.0},"440":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":53,"docs":{"100":{"tf":1.7320508075688772},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"415":{"tf":1.4142135623730951},"455":{"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":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":53,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"393":{"tf":1.0},"412":{"tf":2.0},"448":{"tf":1.0},"455":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"440":{"tf":1.0}}},"y":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"121":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"119":{"tf":1.0},"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"11":{"tf":1.0},"119":{"tf":2.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"122":{"tf":1.0},"263":{"tf":1.0}}},"df":50,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":3.7416573867739413},"111":{"tf":2.6457513110645907},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":2.449489742783178},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"236":{"tf":1.0},"240":{"tf":1.0},"27":{"tf":1.0},"322":{"tf":1.0},"37":{"tf":1.0},"372":{"tf":2.0},"374":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":2.0},"388":{"tf":1.0},"391":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":2.8284271247461903},"442":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.23606797749979},"523":{"tf":1.0},"54":{"tf":2.23606797749979},"6":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"117":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":30,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.0},"152":{"tf":1.4142135623730951},"159":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"245":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"494":{"tf":1.0},"516":{"tf":1.0},"524":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"443":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"386":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"109":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"351":{"tf":1.0},"449":{"tf":1.0},"470":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"413":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"109":{"tf":1.0},"126":{"tf":1.0},"357":{"tf":1.0},"360":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.0},"469":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"461":{"tf":1.0},"514":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"80":{"tf":3.872983346207417}},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"115":{"tf":1.0},"213":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"356":{"tf":1.0},"370":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"358":{"tf":1.0},"369":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":1,"docs":{"413":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"189":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"368":{"tf":1.0},"416":{"tf":1.0},"500":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":8,"docs":{"120":{"tf":1.4142135623730951},"130":{"tf":1.0},"191":{"tf":1.0},"430":{"tf":1.4142135623730951},"442":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"464":{"tf":1.0}}}},"f":{"a":{"5":{"df":1,"docs":{"479":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":4,"docs":{"317":{"tf":1.0},"416":{"tf":1.0},"461":{"tf":1.4142135623730951},"555":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"350":{"tf":1.0},"488":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"111":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"173":{"tf":1.0},"341":{"tf":1.0},"351":{"tf":1.0},"355":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"111":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"15":{"tf":1.0},"22":{"tf":1.4142135623730951},"335":{"tf":1.0},"355":{"tf":1.0},"509":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"258":{"tf":1.0},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"466":{"tf":1.0},"74":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":28,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"157":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"336":{"tf":1.0},"341":{"tf":1.0},"50":{"tf":3.4641016151377544},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":2.0},"82":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"407":{"tf":1.0},"449":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"381":{"tf":1.0},"383":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":11,"docs":{"25":{"tf":1.0},"31":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}}},"r":{"df":5,"docs":{"169":{"tf":1.0},"321":{"tf":1.0},"406":{"tf":1.0},"467":{"tf":1.0},"557":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"407":{"tf":1.0},"416":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"481":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.0},"347":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":2.0},"56":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"407":{"tf":1.0},"516":{"tf":1.0},"558":{"tf":1.0}}},"t":{"df":1,"docs":{"464":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"w":{"df":17,"docs":{"171":{"tf":1.0},"175":{"tf":1.0},"185":{"tf":1.0},"306":{"tf":1.0},"40":{"tf":1.0},"410":{"tf":1.0},"441":{"tf":1.0},"444":{"tf":1.0},"456":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"223":{"tf":1.0},"349":{"tf":1.0},"477":{"tf":1.0},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"476":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":49,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"166":{"tf":1.4142135623730951},"186":{"tf":1.0},"189":{"tf":2.449489742783178},"193":{"tf":2.23606797749979},"22":{"tf":1.4142135623730951},"235":{"tf":1.0},"309":{"tf":1.0},"353":{"tf":1.0},"355":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0},"382":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.0},"546":{"tf":1.0},"547":{"tf":3.1622776601683795},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"l":{"df":4,"docs":{"275":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"557":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"168":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"181":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"389":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"435":{"tf":1.0},"470":{"tf":1.7320508075688772},"472":{"tf":1.0},"560":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"306":{"tf":2.0},"388":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"467":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"557":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"344":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0}},"r":{"df":1,"docs":{"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"112":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"354":{"tf":1.0},"410":{"tf":1.0},"470":{"tf":1.0},"50":{"tf":1.0},"542":{"tf":1.7320508075688772},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"261":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"193":{"tf":1.4142135623730951},"265":{"tf":1.0},"306":{"tf":1.4142135623730951},"313":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"452":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"542":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"416":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"t":{"df":8,"docs":{"22":{"tf":1.0},"251":{"tf":1.4142135623730951},"293":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":1.0},"495":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}},"x":{"df":10,"docs":{"20":{"tf":1.0},"28":{"tf":1.7320508075688772},"285":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"548":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"157":{"tf":1.0},"47":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772},"75":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"214":{"tf":2.0},"276":{"tf":1.4142135623730951},"430":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"u":{"df":1,"docs":{"110":{"tf":1.0}},"s":{"df":1,"docs":{"449":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"309":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"547":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":146,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"346":{"tf":2.0},"347":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"370":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"400":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"451":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"48":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"80":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"479":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":1,"docs":{"351":{"tf":1.7320508075688772}}},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":5,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"316":{"tf":1.0},"462":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"321":{"tf":1.0}}}}},"k":{"(":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"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":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":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":{"468":{"tf":1.0},"470":{"tf":2.23606797749979},"479":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"461":{"tf":1.0},"528":{"tf":1.0}}},"t":{"df":16,"docs":{"111":{"tf":1.0},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":1.0},"218":{"tf":1.4142135623730951},"240":{"tf":1.0},"324":{"tf":1.0},"466":{"tf":1.0},"477":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0}}}},"df":20,"docs":{"139":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.0},"318":{"tf":1.0},"323":{"tf":1.0},"350":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"423":{"tf":1.7320508075688772},"461":{"tf":1.0},"466":{"tf":1.0},"479":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"461":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"401":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"109":{"tf":1.0},"134":{"tf":1.4142135623730951},"15":{"tf":1.0},"160":{"tf":1.0},"182":{"tf":1.0},"197":{"tf":3.0},"218":{"tf":1.0},"226":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"291":{"tf":1.0},"297":{"tf":1.0},"348":{"tf":1.0},"433":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"534":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"242":{"tf":1.0},"316":{"tf":1.4142135623730951},"384":{"tf":1.0},"558":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"{":{"1":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"1":{"0":{"0":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"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":5,"docs":{"404":{"tf":1.0},"413":{"tf":2.0},"416":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"314":{"tf":1.0},"456":{"tf":1.0},"559":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":4.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"261":{"tf":1.7320508075688772},"461":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"350":{"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":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":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":{"468":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"468":{"tf":1.0},"470":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"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":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":3.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"134":{"tf":1.0},"236":{"tf":1.0},"351":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"398":{"tf":2.449489742783178},"410":{"tf":1.0},"423":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"535":{"tf":1.0},"542":{"tf":1.0}},"i":{"df":4,"docs":{"173":{"tf":1.0},"265":{"tf":1.0},"345":{"tf":1.0},"99":{"tf":1.0}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"236":{"tf":2.0}}}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"372":{"tf":1.4142135623730951},"376":{"tf":1.7320508075688772}}}}}},"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"327":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"335":{"tf":1.0},"349":{"tf":1.0},"471":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"464":{"tf":1.0},"540":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"101":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"186":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":2.0},"240":{"tf":1.7320508075688772},"261":{"tf":1.0},"277":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":2.23606797749979},"331":{"tf":1.0},"335":{"tf":2.0},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"353":{"tf":2.449489742783178},"354":{"tf":2.0},"355":{"tf":2.449489742783178},"356":{"tf":2.449489742783178},"357":{"tf":2.6457513110645907},"358":{"tf":2.6457513110645907},"359":{"tf":2.449489742783178},"360":{"tf":3.3166247903554},"361":{"tf":2.23606797749979},"362":{"tf":1.4142135623730951},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"371":{"tf":1.0},"372":{"tf":3.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":3.3166247903554},"376":{"tf":4.58257569495584},"39":{"tf":1.0},"42":{"tf":1.7320508075688772},"432":{"tf":1.0},"44":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.7320508075688772},"470":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.0},"540":{"tf":1.4142135623730951},"542":{"tf":2.23606797749979},"548":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"461":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":11,"docs":{"35":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":2.23606797749979},"371":{"tf":1.0},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":2.0},"376":{"tf":2.449489742783178},"40":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"166":{"tf":1.0},"183":{"tf":1.4142135623730951},"313":{"tf":1.0},"350":{"tf":1.0},"356":{"tf":1.4142135623730951},"401":{"tf":2.0},"458":{"tf":1.0},"92":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"203":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"441":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"321":{"tf":1.0},"557":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"181":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.7320508075688772},"372":{"tf":1.0},"389":{"tf":1.0},"544":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"104":{"tf":2.8284271247461903},"105":{"tf":2.6457513110645907},"109":{"tf":2.8284271247461903},"316":{"tf":3.0},"319":{"tf":3.872983346207417},"322":{"tf":2.23606797749979}},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"319":{"tf":1.7320508075688772},"322":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"319":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":39,"docs":{"110":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"223":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":2.0},"325":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"442":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":2.23606797749979},"49":{"tf":1.0},"490":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"556":{"tf":1.0},"558":{"tf":1.0}}}}},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"493":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"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":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":5,"docs":{"362":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":2.0},"370":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"18":{"tf":1.0},"466":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"547":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"401":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.7320508075688772},"370":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"253":{"tf":1.0},"296":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"122":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"395":{"tf":2.8284271247461903}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"153":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"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":{}}}}}},"r":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"138":{"tf":2.0},"153":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"153":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":1,"docs":{"395":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"295":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"370":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"362":{"tf":1.0},"364":{"tf":1.7320508075688772},"370":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"412":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772}}}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"144":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"331":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":7,"docs":{"267":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":39,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"128":{"tf":2.23606797749979},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":3.0},"159":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"223":{"tf":1.7320508075688772},"251":{"tf":1.0},"271":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"28":{"tf":1.0},"293":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"318":{"tf":2.23606797749979},"331":{"tf":2.23606797749979},"345":{"tf":2.449489742783178},"346":{"tf":3.4641016151377544},"382":{"tf":1.0},"383":{"tf":3.3166247903554},"401":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"473":{"tf":1.4142135623730951},"524":{"tf":2.0},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"n":{"df":26,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"147":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.4142135623730951},"306":{"tf":2.449489742783178},"335":{"tf":1.0},"341":{"tf":1.0},"384":{"tf":1.0},"404":{"tf":1.0},"415":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.0}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"128":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"m":{"1":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"df":1,"docs":{"458":{"tf":1.7320508075688772}}},"o":{"a":{"df":0,"docs":{},"l":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"435":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"435":{"tf":2.0},"94":{"tf":1.4142135623730951}}}},"d":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"379":{"tf":2.6457513110645907},"381":{"tf":1.0}}},"df":22,"docs":{"110":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"259":{"tf":1.0},"312":{"tf":1.0},"360":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"418":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"463":{"tf":1.0},"470":{"tf":1.0},"543":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":2,"docs":{"393":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951}}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}},"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"l":{"df":11,"docs":{"23":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"522":{"tf":1.0},"556":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"95":{"tf":2.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"131":{"tf":1.0},"468":{"tf":1.0},"55":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"381":{"tf":1.0},"470":{"tf":1.4142135623730951},"539":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"557":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"224":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"171":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"231":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"112":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"439":{"tf":2.0},"442":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"382":{"tf":1.4142135623730951},"388":{"tf":1.0},"405":{"tf":4.358898943540674},"44":{"tf":1.0},"522":{"tf":1.0}},"i":{"d":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"435":{"tf":1.0},"451":{"tf":1.0},"491":{"tf":2.449489742783178},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"169":{"tf":1.0},"251":{"tf":1.0},"56":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{}}},"df":58,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.7320508075688772},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"386":{"tf":1.0}},"l":{"df":27,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.7320508075688772},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"350":{"tf":2.23606797749979},"353":{"tf":1.0},"377":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"390":{"tf":1.0},"477":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"151":{"tf":1.0},"416":{"tf":1.0},"546":{"tf":1.4142135623730951}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"316":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"319":{"tf":1.0}}}}}},"df":7,"docs":{"166":{"tf":1.0},"319":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":2.6457513110645907}}},"v":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":2.0},"116":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"441":{"tf":1.0},"461":{"tf":1.0},"474":{"tf":1.0},"50":{"tf":1.0},"90":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"215":{"tf":2.0},"69":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"184":{"tf":1.0},"413":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"1":{"2":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"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":{},"l":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"1":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.7320508075688772},"225":{"tf":1.7320508075688772},"318":{"tf":2.8284271247461903},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"78":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":2.0},"236":{"tf":2.0}}}}}}},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"423":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":31,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"150":{"tf":1.0},"168":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.7320508075688772},"26":{"tf":1.0},"28":{"tf":1.0},"396":{"tf":2.23606797749979},"397":{"tf":3.605551275463989},"398":{"tf":2.449489742783178},"399":{"tf":2.23606797749979},"40":{"tf":1.0},"400":{"tf":2.0},"401":{"tf":3.1622776601683795},"402":{"tf":1.0},"403":{"tf":2.8284271247461903},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"557":{"tf":2.6457513110645907},"558":{"tf":1.7320508075688772},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"318":{"tf":1.0},"494":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"401":{"tf":3.1622776601683795}}}}},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"100":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":2.449489742783178}}}}}}},"n":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":8,"docs":{"175":{"tf":1.0},"3":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"526":{"tf":1.0}}},"df":61,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"247":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.7320508075688772},"316":{"tf":1.0},"336":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"356":{"tf":2.0},"366":{"tf":1.4142135623730951},"381":{"tf":1.0},"383":{"tf":2.6457513110645907},"388":{"tf":1.0},"389":{"tf":1.0},"393":{"tf":1.4142135623730951},"405":{"tf":1.0},"416":{"tf":1.7320508075688772},"430":{"tf":1.7320508075688772},"433":{"tf":1.0},"439":{"tf":1.0},"442":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"467":{"tf":1.0},"479":{"tf":1.0},"508":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"534":{"tf":1.0},"548":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"456":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":3.4641016151377544},"401":{"tf":2.8284271247461903},"408":{"tf":1.0},"410":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"360":{"tf":1.0},"407":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"277":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"124":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"557":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"112":{"tf":1.0},"193":{"tf":1.0},"271":{"tf":1.0},"368":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"554":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"29":{"tf":1.0},"478":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":7,"docs":{"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"461":{"tf":1.0},"50":{"tf":2.0},"57":{"tf":2.8284271247461903},"58":{"tf":1.0},"90":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"469":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"263":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}},"t":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"331":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"416":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"179":{"tf":1.4142135623730951},"328":{"tf":1.0},"380":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"0":{".":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":0,"docs":{},"n":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"7":{"5":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"v":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":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":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"c":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"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":{}}}}},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"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":{},"g":{"df":2,"docs":{"181":{"tf":2.449489742783178},"524":{"tf":1.4142135623730951}}},"n":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"556":{"tf":1.0},"558":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"i":{"'":{"d":{"df":4,"docs":{"172":{"tf":1.0},"557":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"559":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"388":{"tf":1.0},"389":{"tf":1.0},"475":{"tf":1.0},"551":{"tf":1.0}}}},"m":{"df":3,"docs":{"390":{"tf":1.0},"469":{"tf":1.0},"558":{"tf":1.0}}},"v":{"df":5,"docs":{"159":{"tf":1.0},"410":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0}}}},".":{"df":4,"docs":{"208":{"tf":1.0},"321":{"tf":1.0},"376":{"tf":1.0},"416":{"tf":1.0}}},"5":{"0":{"9":{"df":0,"docs":{},"v":{"c":{"b":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":3,"docs":{"2":{"tf":1.4142135623730951},"527":{"tf":1.0},"86":{"tf":1.0}}}}},"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":6,"docs":{"36":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"44":{"tf":1.0},"522":{"tf":1.0},"95":{"tf":1.4142135623730951}},"e":{"a":{"df":8,"docs":{"102":{"tf":1.0},"130":{"tf":1.0},"161":{"tf":1.0},"357":{"tf":1.0},"442":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":4,"docs":{"189":{"tf":1.0},"204":{"tf":1.0},"311":{"tf":1.0},"357":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"152":{"tf":1.0},"184":{"tf":1.0},"213":{"tf":1.0},"224":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"408":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"168":{"tf":1.0},"200":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"464":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"(":{"!":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"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":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"155":{"tf":1.0},"305":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.4142135623730951},"430":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"71":{"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":6,"docs":{"112":{"tf":1.0},"318":{"tf":1.0},"389":{"tf":1.4142135623730951},"470":{"tf":1.0},"542":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"214":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"276":{"tf":1.0},"292":{"tf":1.0},"375":{"tf":1.0},"397":{"tf":1.0},"460":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"436":{"tf":1.0},"491":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":88,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"105":{"tf":2.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":2.449489742783178},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"316":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"362":{"tf":1.0},"376":{"tf":1.0},"388":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.7320508075688772},"436":{"tf":1.4142135623730951},"441":{"tf":2.23606797749979},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"453":{"tf":1.0},"463":{"tf":1.4142135623730951},"464":{"tf":2.23606797749979},"467":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":2.0},"495":{"tf":1.0},"50":{"tf":2.449489742783178},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"54":{"tf":1.7320508075688772},"557":{"tf":2.0},"56":{"tf":1.0},"90":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"1":{"tf":1.0},"322":{"tf":1.0},"383":{"tf":2.6457513110645907},"386":{"tf":1.0},"388":{"tf":1.0},"416":{"tf":1.0},"515":{"tf":1.0},"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"464":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"15":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"388":{"tf":1.0},"413":{"tf":1.4142135623730951},"50":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"55":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}}}},"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":61,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"28":{"tf":1.0},"299":{"tf":1.0},"309":{"tf":1.4142135623730951},"310":{"tf":1.0},"345":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"413":{"tf":1.0},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"447":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"486":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.0},"542":{"tf":1.0},"556":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"s":{"df":7,"docs":{"128":{"tf":2.0},"194":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"430":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"40":{"tf":1.7320508075688772},"490":{"tf":1.0},"503":{"tf":1.0},"535":{"tf":2.23606797749979},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"548":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"479":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"464":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"173":{"tf":1.0},"556":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"186":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":12,"docs":{"135":{"tf":1.0},"137":{"tf":2.8284271247461903},"138":{"tf":2.0},"139":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":2.23606797749979},"148":{"tf":1.0},"153":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"129":{"tf":1.0},"143":{"tf":1.0},"416":{"tf":1.0},"422":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.4142135623730951}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"380":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"413":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"247":{"tf":1.0},"416":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.7320508075688772}},"s":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"\"":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"168":{"tf":2.0},"185":{"tf":1.4142135623730951},"388":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":28,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"119":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"388":{"tf":1.0},"440":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"508":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0},"63":{"tf":1.4142135623730951},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":55,"docs":{"10":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"182":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.0},"320":{"tf":1.0},"341":{"tf":1.0},"40":{"tf":1.4142135623730951},"416":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"468":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"370":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"439":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"312":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"313":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"313":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"50":{"tf":1.4142135623730951},"545":{"tf":1.0},"555":{"tf":1.4142135623730951},"58":{"tf":2.23606797749979},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"186":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"183":{"tf":1.7320508075688772},"195":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.6457513110645907},"239":{"tf":1.0},"251":{"tf":1.0},"270":{"tf":1.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":2.449489742783178},"350":{"tf":2.449489742783178},"473":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":2.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"527":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":9,"docs":{"104":{"tf":1.0},"187":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"389":{"tf":1.0},"50":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"22":{"tf":1.0},"434":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":2.0},"46":{"tf":1.0},"467":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"48":{"tf":1.0}}},"n":{"c":{"df":23,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"174":{"tf":1.0},"286":{"tf":1.7320508075688772},"291":{"tf":1.7320508075688772},"316":{"tf":1.0},"320":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"362":{"tf":1.0},"375":{"tf":1.0},"404":{"tf":1.0},"470":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"166":{"tf":1.0},"197":{"tf":1.0},"215":{"tf":1.0},"275":{"tf":1.4142135623730951},"386":{"tf":1.0},"401":{"tf":1.0},"426":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":58,"docs":{"169":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"226":{"tf":1.0},"232":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"399":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"413":{"tf":1.4142135623730951},"43":{"tf":1.0},"450":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"483":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":1.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"544":{"tf":1.0},"67":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"27":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"168":{"tf":1.0},"470":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":31,"docs":{"132":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":2.0},"168":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"247":{"tf":2.0},"271":{"tf":2.0},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":4.0},"300":{"tf":2.0},"306":{"tf":2.6457513110645907},"331":{"tf":2.0},"349":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.7320508075688772},"412":{"tf":3.4641016151377544},"430":{"tf":1.0},"445":{"tf":2.0},"455":{"tf":2.6457513110645907},"470":{"tf":2.8284271247461903},"473":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":11,"docs":{"110":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"299":{"tf":1.0},"334":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":16,"docs":{"132":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":2.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.4142135623730951},"247":{"tf":1.0},"271":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"441":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":2.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"441":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":2,"docs":{"168":{"tf":1.0},"306":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":1,"docs":{"156":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"460":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":2.0}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"196":{"tf":2.23606797749979},"197":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"407":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"218":{"tf":1.0},"248":{"tf":1.0},"260":{"tf":1.0},"370":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"388":{"tf":1.0},"439":{"tf":1.0}}}}},"f":{"a":{"c":{"df":9,"docs":{"160":{"tf":1.7320508075688772},"170":{"tf":2.23606797749979},"182":{"tf":1.7320508075688772},"236":{"tf":1.0},"335":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"461":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":16,"docs":{"131":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.4142135623730951},"18":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"461":{"tf":1.4142135623730951},"463":{"tf":2.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"518":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"161":{"tf":1.0},"324":{"tf":1.0},"349":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":9,"docs":{"133":{"tf":1.0},"148":{"tf":1.0},"233":{"tf":1.0},"406":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"8":{"tf":1.0}},"t":{"df":46,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"475":{"tf":1.7320508075688772},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"316":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"322":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"128":{"tf":1.0},"223":{"tf":1.0},"295":{"tf":1.0},"308":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"467":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"223":{"tf":1.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"350":{"tf":1.0},"416":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"91":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":20,"docs":{"109":{"tf":1.0},"169":{"tf":1.0},"267":{"tf":1.0},"28":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"314":{"tf":1.0},"33":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":2.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":2.0},"558":{"tf":1.0},"560":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"478":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"160":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":2.23606797749979},"183":{"tf":2.0},"328":{"tf":1.4142135623730951},"36":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.0}}}}}}}}}}}}}}},"t":{"'":{"df":23,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"212":{"tf":1.0},"239":{"tf":1.0},"297":{"tf":1.0},"376":{"tf":1.0},"386":{"tf":1.0},"416":{"tf":2.0},"441":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.4142135623730951},"477":{"tf":2.23606797749979},"478":{"tf":2.0},"479":{"tf":1.0},"516":{"tf":1.0},"532":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"347":{"tf":1.7320508075688772},"527":{"tf":1.0}}}}},".":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"168":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"168":{"tf":1.0},"178":{"tf":1.0}}}}},"x":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"223":{"tf":2.0},"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"282":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":25,"docs":{"128":{"tf":1.0},"176":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":3.0},"197":{"tf":3.872983346207417},"223":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.7320508075688772},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"294":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":2.8284271247461903},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"328":{"tf":1.0},"331":{"tf":2.449489742783178},"345":{"tf":1.0},"386":{"tf":2.0},"445":{"tf":1.4142135623730951},"464":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"0":{"df":1,"docs":{"386":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"176":{"tf":1.0},"183":{"tf":1.0},"386":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},".":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"197":{"tf":1.0},"272":{"tf":1.4142135623730951},"306":{"tf":1.0},"441":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"176":{"tf":2.23606797749979},"183":{"tf":2.6457513110645907},"197":{"tf":2.6457513110645907},"223":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.449489742783178},"307":{"tf":2.0},"308":{"tf":1.4142135623730951},"386":{"tf":1.0},"40":{"tf":1.0},"445":{"tf":2.449489742783178}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"307":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"287":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":4,"docs":{"197":{"tf":1.7320508075688772},"243":{"tf":1.0},"319":{"tf":1.7320508075688772},"368":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"410":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"48":{"tf":1.0},"515":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":2.449489742783178},"88":{"tf":1.0},"95":{"tf":1.0}}},"v":{"a":{"'":{"df":8,"docs":{"100":{"tf":1.0},"128":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.4142135623730951},"198":{"tf":1.0},"247":{"tf":1.0},"301":{"tf":1.0},"305":{"tf":1.0}}},".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"4":{"8":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"6":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"(":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.0},"48":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"5":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"6":{"0":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"1":{"(":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"5":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"7":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"1":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"2":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"8":{"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"548":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"4":{"5":{"df":1,"docs":{"47":{"tf":1.0}}},"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"4":{"2":{"df":2,"docs":{"47":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"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":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"$":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"$":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"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":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"548":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"468":{"tf":1.0},"478":{"tf":2.0},"490":{"tf":1.0}}},"df":0,"docs":{}}},"df":17,"docs":{"100":{"tf":1.4142135623730951},"110":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"201":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"436":{"tf":1.0},"47":{"tf":2.449489742783178},"48":{"tf":2.0},"547":{"tf":4.58257569495584},"86":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"356":{"tf":1.4142135623730951},"432":{"tf":1.0},"458":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"462":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"522":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"245":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"558":{"tf":1.0},"83":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":19,"docs":{"218":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":2.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"320":{"tf":1.4142135623730951},"359":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"55":{"tf":2.449489742783178},"550":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{">":{"1":{"6":{"<":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"1":{"6":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"109":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0},"382":{"tf":1.0},"555":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"193":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":19,"docs":{"15":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":2.449489742783178},"193":{"tf":3.0},"222":{"tf":1.7320508075688772},"267":{"tf":1.0},"278":{"tf":1.4142135623730951},"319":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":3.3166247903554},"362":{"tf":1.7320508075688772},"370":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0},"516":{"tf":1.7320508075688772},"547":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"523":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951}}}},"df":6,"docs":{"114":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"356":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"381":{"tf":3.4641016151377544},"461":{"tf":1.0}},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":21,"docs":{"1":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"118":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"308":{"tf":1.0},"312":{"tf":1.0},"328":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"429":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"517":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"554":{"tf":1.0},"79":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"1":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"435":{"tf":1.0},"491":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":19,"docs":{"12":{"tf":1.0},"15":{"tf":2.0},"17":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":2.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.7320508075688772},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"6":{"tf":1.0}},"i":{"df":1,"docs":{"413":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"226":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"401":{"tf":1.7320508075688772},"413":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"223":{"tf":1.4142135623730951},"320":{"tf":1.7320508075688772},"476":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"203":{"tf":1.0},"384":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"306":{"tf":1.0},"416":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"548":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":2.0},"56":{"tf":2.6457513110645907},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":5,"docs":{"100":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"236":{"tf":1.0},"477":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"134":{"tf":1.0},"484":{"tf":1.0},"556":{"tf":1.4142135623730951}}}},"v":{"df":4,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":2,"docs":{"247":{"tf":1.4142135623730951},"77":{"tf":2.449489742783178}},"f":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"df":5,"docs":{"2":{"tf":1.7320508075688772},"214":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"527":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":2.0}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"251":{"tf":1.4142135623730951},"357":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"413":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"t":{"'":{"df":31,"docs":{"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"168":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"193":{"tf":1.0},"211":{"tf":1.4142135623730951},"223":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"318":{"tf":1.0},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"72":{"tf":1.0}}},"df":27,"docs":{"0":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"193":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"267":{"tf":1.0},"270":{"tf":1.0},"294":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"343":{"tf":1.0},"347":{"tf":1.0},"386":{"tf":1.0},"392":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"439":{"tf":1.0},"459":{"tf":1.0},"493":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"429":{"tf":1.0},"76":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"160":{"tf":1.0},"271":{"tf":3.0},"277":{"tf":3.3166247903554},"386":{"tf":3.0},"389":{"tf":1.7320508075688772}}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"182":{"tf":1.0},"226":{"tf":1.7320508075688772},"478":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"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":{"413":{"tf":1.0}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"195":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.7320508075688772},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"467":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":4.0}}},"df":0,"docs":{}}}}},"df":6,"docs":{"358":{"tf":1.0},"412":{"tf":2.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"548":{"tf":1.7320508075688772},"556":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"k":{"df":10,"docs":{"1":{"tf":1.0},"22":{"tf":1.4142135623730951},"281":{"tf":1.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"470":{"tf":1.4142135623730951},"471":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":2.449489742783178}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":2,"docs":{"332":{"tf":1.0},"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":17,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0},"459":{"tf":1.4142135623730951},"468":{"tf":1.7320508075688772},"470":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":2.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"132":{"tf":1.0},"324":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"498":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.4142135623730951}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"324":{"tf":2.23606797749979},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"328":{"tf":2.0},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"498":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"326":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"326":{"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":1,"docs":{"510":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"510":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{">":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.0}}}}},"t":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"325":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":106,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"130":{"tf":2.8284271247461903},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":2.0},"159":{"tf":2.8284271247461903},"164":{"tf":1.7320508075688772},"166":{"tf":3.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.7320508075688772},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"323":{"tf":3.0},"324":{"tf":2.0},"325":{"tf":1.7320508075688772},"326":{"tf":2.449489742783178},"327":{"tf":3.7416573867739413},"328":{"tf":2.0},"329":{"tf":2.449489742783178},"330":{"tf":1.0},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"339":{"tf":2.449489742783178},"345":{"tf":1.7320508075688772},"350":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":2.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"406":{"tf":1.0},"41":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"420":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"466":{"tf":2.23606797749979},"468":{"tf":1.7320508075688772},"486":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.7320508075688772},"510":{"tf":2.0},"514":{"tf":1.7320508075688772},"526":{"tf":1.0},"535":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.0},"558":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.6457513110645907},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"390":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"164":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"474":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"*":{">":{">":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"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":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"\"":{"b":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}}}}}}}},"1":{"df":1,"docs":{"320":{"tf":1.0}}},"2":{"df":1,"docs":{"320":{"tf":1.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":12,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"33":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"468":{"tf":1.4142135623730951},"486":{"tf":2.23606797749979},"531":{"tf":1.0},"550":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"442":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}},"r":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"15":{"tf":1.0},"318":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"470":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951}},"e":{"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}},"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":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":22,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"315":{"tf":1.7320508075688772},"316":{"tf":2.23606797749979},"317":{"tf":2.6457513110645907},"318":{"tf":3.872983346207417},"319":{"tf":2.6457513110645907},"320":{"tf":4.0},"321":{"tf":3.872983346207417},"322":{"tf":2.8284271247461903},"36":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"39":{"tf":1.0},"430":{"tf":2.0},"442":{"tf":1.4142135623730951},"470":{"tf":3.0},"474":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"37":{"tf":1.0},"376":{"tf":1.0},"444":{"tf":1.0},"518":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"358":{"tf":1.0},"478":{"tf":1.0},"558":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":2.23606797749979},"121":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"o":{"a":{"d":{"df":25,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"193":{"tf":1.7320508075688772},"302":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"363":{"tf":1.4142135623730951},"42":{"tf":1.0},"452":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"542":{"tf":3.605551275463989},"547":{"tf":1.7320508075688772},"548":{"tf":1.7320508075688772},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}},"c":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}},"x":{"df":1,"docs":{"395":{"tf":2.0}}},"z":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"df":41,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":2.6457513110645907},"132":{"tf":2.0},"179":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"197":{"tf":3.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.449489742783178},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.1622776601683795},"212":{"tf":2.23606797749979},"213":{"tf":2.6457513110645907},"275":{"tf":3.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.7320508075688772},"289":{"tf":2.0},"290":{"tf":2.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"306":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":2.23606797749979},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"493":{"tf":2.8284271247461903},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"86":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{")":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"(":{")":{".":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}}},"x":{"df":1,"docs":{"197":{"tf":1.0}}},"z":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"2":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"213":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":12,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"347":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"185":{"tf":1.4142135623730951},"211":{"tf":2.0},"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"493":{"tf":2.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"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":{"197":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"208":{"tf":1.4142135623730951},"210":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"212":{"tf":2.0},"275":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.7320508075688772},"211":{"tf":2.0},"464":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"395":{"tf":2.0}}},"df":0,"docs":{},"g":{"df":8,"docs":{"107":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":2.23606797749979},"546":{"tf":1.0},"550":{"tf":1.0},"90":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"194":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":9,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.4142135623730951},"204":{"tf":1.0},"231":{"tf":1.0},"430":{"tf":1.0},"469":{"tf":1.0},"553":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"234":{"tf":1.0},"281":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":31,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"321":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"438":{"tf":1.0},"448":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0},"547":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}},"p":{"df":2,"docs":{"306":{"tf":1.4142135623730951},"308":{"tf":1.0}}},"s":{"df":1,"docs":{"324":{"tf":1.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"78":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"274":{"tf":2.0},"275":{"tf":3.3166247903554}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"183":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"456":{"tf":1.0},"470":{"tf":1.0}}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.7320508075688772},"405":{"tf":1.0},"44":{"tf":1.0},"463":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"558":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":1.0},"196":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"106":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":2.449489742783178},"69":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"560":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"n":{"df":28,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"277":{"tf":1.0},"345":{"tf":1.0},"356":{"tf":1.4142135623730951},"37":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":1.0},"555":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"464":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"555":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":59,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"215":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"271":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"306":{"tf":1.0},"322":{"tf":1.4142135623730951},"343":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"401":{"tf":2.23606797749979},"404":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"414":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.4142135623730951},"493":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"401":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"380":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":8,"docs":{"108":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.0},"320":{"tf":1.4142135623730951},"406":{"tf":1.0},"433":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"389":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0},"472":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.0},"336":{"tf":1.0},"337":{"tf":2.0},"339":{"tf":2.8284271247461903}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"337":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"333":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.4142135623730951},"336":{"tf":2.6457513110645907},"339":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"334":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":24,"docs":{"134":{"tf":2.449489742783178},"135":{"tf":1.0},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.0},"319":{"tf":3.0},"320":{"tf":1.0},"328":{"tf":2.23606797749979},"331":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":2.0},"388":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"f":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"472":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"d":{":":{"9":{".":{"4":{".":{"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":6,"docs":{"324":{"tf":1.0},"328":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"336":{"tf":1.0},"339":{"tf":2.449489742783178}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"479":{"tf":1.0}}}}}},"df":3,"docs":{"201":{"tf":1.7320508075688772},"203":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"128":{"tf":1.4142135623730951},"305":{"tf":1.0},"306":{"tf":1.7320508075688772},"448":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"331":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"176":{"tf":1.4142135623730951},"212":{"tf":1.7320508075688772}}}}},"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":3,"docs":{"306":{"tf":1.0},"331":{"tf":2.6457513110645907},"380":{"tf":1.0}}}}},"h":{".":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"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":{},"t":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"276":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"p":{"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":{".":{"a":{"d":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"276":{"tf":2.6457513110645907},"277":{"tf":2.449489742783178}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":2,"docs":{"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"436":{"tf":1.7320508075688772},"522":{"tf":1.0},"556":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.7320508075688772},"435":{"tf":2.0},"450":{"tf":2.23606797749979},"477":{"tf":1.0},"522":{"tf":2.23606797749979},"557":{"tf":1.0},"84":{"tf":2.0},"85":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"x":{"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.7320508075688772},"455":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"d":{"6":{"7":{"8":{"6":{"8":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"5":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"479":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":29,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"346":{"tf":1.4142135623730951},"354":{"tf":1.0},"369":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":1.0},"441":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"531":{"tf":1.0},"542":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.0}}}}},"t":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"306":{"tf":1.0},"351":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"388":{"tf":2.6457513110645907},"474":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.4142135623730951},"451":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":49,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"112":{"tf":3.3166247903554},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"168":{"tf":2.6457513110645907},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":3.0},"222":{"tf":1.7320508075688772},"225":{"tf":3.4641016151377544},"232":{"tf":3.3166247903554},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"300":{"tf":2.8284271247461903},"339":{"tf":4.0},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"383":{"tf":1.0},"42":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.23606797749979},"442":{"tf":2.0},"472":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"532":{"tf":2.0},"533":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"553":{"tf":1.4142135623730951},"78":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"350":{"tf":1.0},"352":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"339":{"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":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"t":{"a":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"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":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}}}},"?":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"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":{},"t":{"a":{"df":1,"docs":{"477":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"470":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":219,"docs":{"1":{"tf":1.0},"100":{"tf":3.4641016151377544},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"15":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.0},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.6457513110645907},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.7320508075688772},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"22":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"236":{"tf":2.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"318":{"tf":1.0},"322":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":2.449489742783178},"329":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"34":{"tf":1.0},"341":{"tf":1.7320508075688772},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"362":{"tf":2.449489742783178},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":2.23606797749979},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":3.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":3.0},"408":{"tf":1.0},"409":{"tf":1.4142135623730951},"410":{"tf":2.0},"413":{"tf":1.4142135623730951},"416":{"tf":2.8284271247461903},"424":{"tf":2.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":2.449489742783178},"442":{"tf":1.4142135623730951},"446":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"470":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.0},"481":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"492":{"tf":1.4142135623730951},"493":{"tf":2.23606797749979},"494":{"tf":2.0},"498":{"tf":1.0},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"6":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":2.8284271247461903},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}},"df":4,"docs":{"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"430":{"tf":1.0},"455":{"tf":1.7320508075688772}},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":21,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"131":{"tf":1.0},"218":{"tf":1.0},"242":{"tf":1.0},"278":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"353":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.7320508075688772},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"55":{"tf":1.0}}},":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"285":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"\"":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"o":{"df":3,"docs":{"464":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":2.0},"346":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"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":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"464":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"109":{"tf":3.872983346207417}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"b":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":1,"docs":{"464":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"c":{"2":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"3":{"df":2,"docs":{"464":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":79,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"132":{"tf":1.0},"187":{"tf":1.0},"218":{"tf":2.0},"220":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"260":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"303":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"323":{"tf":1.4142135623730951},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":2.23606797749979},"362":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.7320508075688772},"370":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"40":{"tf":1.0},"432":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"468":{"tf":1.0},"47":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"542":{"tf":3.0},"554":{"tf":2.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.0},"78":{"tf":1.0}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"282":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"557":{"tf":1.0}}},"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"25":{"tf":1.0},"515":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"194":{"tf":1.0},"441":{"tf":1.0},"454":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":42,"docs":{"262":{"tf":1.7320508075688772},"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}}}},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}}},"s":{"df":9,"docs":{"27":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"339":{"tf":2.449489742783178},"50":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"47":{"tf":1.0},"543":{"tf":1.0},"91":{"tf":1.0}}}}}},"o":{"b":{"df":4,"docs":{"177":{"tf":1.7320508075688772},"243":{"tf":1.0},"297":{"tf":1.0},"389":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"316":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"403":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"159":{"tf":1.0},"165":{"tf":1.0},"189":{"tf":1.0},"211":{"tf":1.0},"301":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"416":{"tf":1.0}}}},"df":4,"docs":{"447":{"tf":1.0},"477":{"tf":1.0},"491":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":5,"docs":{"244":{"tf":1.0},"245":{"tf":1.0},"467":{"tf":1.0},"478":{"tf":1.0},"554":{"tf":1.0}}},"df":5,"docs":{"245":{"tf":1.0},"478":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"383":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"554":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":78,"docs":{"1":{"tf":1.0},"100":{"tf":2.449489742783178},"101":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"29":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.4142135623730951},"33":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"36":{"tf":1.0},"366":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"44":{"tf":2.0},"442":{"tf":1.4142135623730951},"444":{"tf":2.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"498":{"tf":1.0},"507":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"171":{"tf":1.0},"81":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"555":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"179":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"257":{"tf":1.7320508075688772},"287":{"tf":2.0},"41":{"tf":1.0},"494":{"tf":1.0},"515":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"df":2,"docs":{"233":{"tf":1.0},"439":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"213":{"tf":1.0},"316":{"tf":1.0},"350":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"413":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"493":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"560":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"321":{"tf":2.6457513110645907},"322":{"tf":2.0},"331":{"tf":1.4142135623730951},"39":{"tf":1.0},"557":{"tf":1.0},"8":{"tf":1.0}},"g":{"df":2,"docs":{"323":{"tf":1.0},"331":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":14,"docs":{"132":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.4142135623730951},"39":{"tf":1.0},"404":{"tf":1.0},"430":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"483":{"tf":2.0},"486":{"tf":2.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"105":{"tf":1.0},"322":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"460":{"tf":2.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"322":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"321":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":34,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"124":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"243":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":2.0},"329":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.7320508075688772},"339":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":2.0},"393":{"tf":2.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"518":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"297":{"tf":1.0},"472":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"166":{"tf":1.0},"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"512":{"tf":2.0},"518":{"tf":1.4142135623730951}}}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"397":{"tf":1.4142135623730951},"399":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":17,"docs":{"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"236":{"tf":2.0},"318":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"349":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.4142135623730951}},"e":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"359":{"tf":1.0}}},"df":3,"docs":{"359":{"tf":1.0},"360":{"tf":1.0},"548":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"432":{"tf":1.0},"462":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}}}}}},"df":1,"docs":{"360":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"/":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"346":{"tf":1.0}}}}}}}},">":{"[":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{".":{"1":{".":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{".":{".":{"5":{"0":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"df":2,"docs":{"227":{"tf":1.0},"228":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"df":83,"docs":{"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":3.1622776601683795},"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"168":{"tf":1.4142135623730951},"183":{"tf":2.23606797749979},"186":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":2.23606797749979},"268":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.7320508075688772},"363":{"tf":1.0},"364":{"tf":1.0},"388":{"tf":2.0},"391":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"419":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"429":{"tf":1.7320508075688772},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.4142135623730951},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"466":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"554":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":2.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":14,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"109":{"tf":2.0},"15":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":2.0},"359":{"tf":1.0},"360":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}},"e":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"253":{"tf":1.0},"267":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.0},"297":{"tf":2.23606797749979},"298":{"tf":1.0},"362":{"tf":1.0},"364":{"tf":1.0},"370":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"230":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}},"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}},"b":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":8,"docs":{"171":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.4142135623730951},"517":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"314":{"tf":1.4142135623730951},"517":{"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":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":2.0},"314":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"311":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"313":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"312":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"107":{"tf":1.0},"18":{"tf":1.4142135623730951},"309":{"tf":2.23606797749979},"310":{"tf":1.4142135623730951},"311":{"tf":2.23606797749979},"312":{"tf":2.449489742783178},"313":{"tf":2.449489742783178},"314":{"tf":3.0},"46":{"tf":1.4142135623730951},"517":{"tf":3.0},"78":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":2.0}}}},"df":1,"docs":{"464":{"tf":1.0}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"119":{"tf":1.0},"184":{"tf":1.0},"384":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":66,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":2.23606797749979},"265":{"tf":1.0},"312":{"tf":1.0},"322":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.4142135623730951},"349":{"tf":1.0},"363":{"tf":1.0},"386":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"391":{"tf":1.0},"422":{"tf":1.0},"429":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.7320508075688772},"436":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":2.0},"466":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.4142135623730951},"534":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":2.0},"428":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}},"df":1,"docs":{"470":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"306":{"tf":1.0},"320":{"tf":1.4142135623730951},"345":{"tf":1.0}}}},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"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":{"d":{"_":{"5":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"311":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"3":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"7":{"8":{"7":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"1":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"6":{"2":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{"8":{"4":{"df":1,"docs":{"548":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"2":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"$":{"0":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"7":{"3":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"2":{"8":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"107":{"tf":1.0},"203":{"tf":1.0},"245":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"357":{"tf":1.0},"461":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"456":{"tf":1.0}}}}}}}}}}}},"w":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"472":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":191,"docs":{"0":{"tf":1.0},"100":{"tf":2.0},"105":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":2.6457513110645907},"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"14":{"tf":1.7320508075688772},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":2.6457513110645907},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":2.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":2.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"243":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.0},"27":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":2.23606797749979},"308":{"tf":1.0},"311":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.7320508075688772},"35":{"tf":1.0},"350":{"tf":1.4142135623730951},"352":{"tf":1.0},"356":{"tf":1.0},"36":{"tf":2.449489742783178},"37":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.0},"388":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"401":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"41":{"tf":1.0},"410":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"414":{"tf":1.0},"415":{"tf":2.23606797749979},"416":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"432":{"tf":1.0},"439":{"tf":2.0},"44":{"tf":2.6457513110645907},"441":{"tf":1.0},"455":{"tf":1.0},"460":{"tf":2.6457513110645907},"462":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":2.449489742783178},"472":{"tf":2.0},"473":{"tf":2.0},"474":{"tf":2.0},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":2.0},"491":{"tf":1.0},"493":{"tf":2.23606797749979},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"503":{"tf":2.0},"504":{"tf":2.8284271247461903},"505":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"516":{"tf":2.23606797749979},"517":{"tf":1.4142135623730951},"518":{"tf":2.0},"520":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":3.4641016151377544},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"544":{"tf":1.7320508075688772},"554":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"336":{"tf":1.0},"339":{"tf":1.4142135623730951},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"442":{"tf":1.0},"452":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"382":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"461":{"tf":1.0},"470":{"tf":1.0}}}}}},"m":{"df":7,"docs":{"27":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"477":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772},"56":{"tf":2.449489742783178},"90":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":32,"docs":{"10":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":2.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"232":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":2.0},"383":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.4142135623730951},"448":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"512":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"136":{"tf":2.0},"140":{"tf":2.0},"144":{"tf":2.0},"147":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"321":{"tf":1.4142135623730951},"325":{"tf":1.7320508075688772},"334":{"tf":2.0},"350":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"177":{"tf":1.4142135623730951},"211":{"tf":1.0},"221":{"tf":1.4142135623730951},"354":{"tf":1.0},"379":{"tf":1.0},"416":{"tf":1.0},"456":{"tf":1.0},"477":{"tf":1.0}},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":2,"docs":{"377":{"tf":1.0},"477":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":62,"docs":{"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":2.23606797749979},"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},"124":{"tf":1.0},"126":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":2.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"22":{"tf":1.0},"267":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":2.0},"383":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"429":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"470":{"tf":3.0},"472":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":2.23606797749979},"54":{"tf":1.0},"540":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"263":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"263":{"tf":1.0},"493":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"277":{"tf":1.0}}},"df":5,"docs":{"277":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.7320508075688772},"267":{"tf":1.0},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"291":{"tf":1.4142135623730951},"299":{"tf":1.0},"314":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"44":{"tf":1.0},"441":{"tf":1.4142135623730951},"449":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"472":{"tf":2.8284271247461903},"473":{"tf":1.0},"475":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"h":{"df":6,"docs":{"123":{"tf":1.0},"346":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"546":{"tf":1.4142135623730951},"555":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"108":{"tf":1.0},"151":{"tf":1.0},"388":{"tf":1.0},"442":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"556":{"tf":1.0}}}}},"w":{"df":61,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.7320508075688772},"147":{"tf":1.0},"155":{"tf":1.4142135623730951},"169":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":2.0},"178":{"tf":1.0},"197":{"tf":1.0},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"251":{"tf":1.0},"313":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.7320508075688772},"381":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":2.23606797749979},"473":{"tf":1.0},"474":{"tf":1.0},"481":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.7320508075688772},"517":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"557":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"321":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}},"df":15,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"151":{"tf":2.0},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":2.449489742783178},"167":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"350":{"tf":1.7320508075688772},"90":{"tf":1.0}}}},"m":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"470":{"tf":2.0}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"0":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":3.3166247903554},"13":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"194":{"tf":2.8284271247461903},"195":{"tf":3.0},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"287":{"tf":3.4641016151377544},"299":{"tf":2.449489742783178},"331":{"tf":1.0},"41":{"tf":1.0},"412":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"460":{"tf":1.0},"464":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"550":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"77":{"tf":1.0},"78":{"tf":3.1622776601683795}}}}},"df":1,"docs":{"470":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"470":{"tf":2.0}}}}}},"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"194":{"tf":1.7320508075688772},"347":{"tf":1.0},"366":{"tf":1.0},"430":{"tf":1.4142135623730951},"470":{"tf":4.0}}}}}}},"o":{"a":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"328":{"tf":1.0}}},"df":95,"docs":{"100":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"14":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.7320508075688772},"170":{"tf":1.0},"180":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":2.449489742783178},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":2.449489742783178},"256":{"tf":2.23606797749979},"257":{"tf":3.4641016151377544},"258":{"tf":2.23606797749979},"259":{"tf":4.242640687119285},"266":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":2.449489742783178},"307":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"319":{"tf":2.449489742783178},"328":{"tf":2.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":2.0},"351":{"tf":1.0},"352":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.4142135623730951},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"416":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"468":{"tf":2.449489742783178},"470":{"tf":1.4142135623730951},"471":{"tf":1.7320508075688772},"492":{"tf":1.0},"493":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":2.6457513110645907},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.7320508075688772}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"255":{"tf":1.0},"464":{"tf":1.0},"497":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":4,"docs":{"132":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"259":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"497":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"126":{"tf":1.0},"167":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"555":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"133":{"tf":1.0},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"347":{"tf":1.0},"400":{"tf":1.0},"447":{"tf":1.0},"449":{"tf":1.0},"453":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"313":{"tf":1.0},"450":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.0},"245":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"245":{"tf":1.7320508075688772},"426":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"245":{"tf":1.4142135623730951},"28":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"472":{"tf":1.0},"473":{"tf":2.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":1,"docs":{"184":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"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":{}}}},"l":{"d":{"df":5,"docs":{"28":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"547":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.4142135623730951},"525":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"388":{"tf":1.0},"525":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":9,"docs":{"109":{"tf":1.0},"176":{"tf":1.0},"223":{"tf":1.0},"339":{"tf":1.0},"347":{"tf":1.0},"354":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"112":{"tf":1.0},"456":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"110":{"tf":1.0},"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}}},"df":33,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"148":{"tf":1.0},"184":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"398":{"tf":1.0},"405":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"441":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"486":{"tf":1.4142135623730951},"555":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"n":{"df":22,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":2.8284271247461903},"108":{"tf":1.7320508075688772},"109":{"tf":2.6457513110645907},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":1.0},"458":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"492":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"390":{"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":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"a":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"28":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":20,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"128":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.7320508075688772},"416":{"tf":1.0},"432":{"tf":1.4142135623730951},"461":{"tf":1.0},"492":{"tf":1.4142135623730951},"546":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"113":{"tf":1.0},"117":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"412":{"tf":1.0},"471":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"226":{"tf":1.0},"547":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"177":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"381":{"tf":2.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":3,"docs":{"230":{"tf":1.4142135623730951},"267":{"tf":1.0},"557":{"tf":1.0}}},"r":{"df":15,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"276":{"tf":2.23606797749979},"277":{"tf":1.4142135623730951},"412":{"tf":1.0},"422":{"tf":1.0},"428":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"474":{"tf":1.0},"477":{"tf":1.0},"58":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"1":{"tf":1.0},"215":{"tf":1.0},"318":{"tf":1.0},"350":{"tf":1.0},"465":{"tf":1.4142135623730951},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"297":{"tf":1.0},"94":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"466":{"tf":1.7320508075688772}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"445":{"tf":2.449489742783178}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":42,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":2.6457513110645907},"152":{"tf":2.449489742783178},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":3.7416573867739413},"156":{"tf":3.3166247903554},"207":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"316":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"339":{"tf":1.0},"345":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"456":{"tf":1.0},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"529":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"73":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":32,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"152":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"250":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.0},"328":{"tf":1.0},"355":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"467":{"tf":1.0},"471":{"tf":1.0},"477":{"tf":1.0},"534":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"389":{"tf":1.0}},"g":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"_":{"1":{"3":{"_":{"df":0,"docs":{},"r":{"2":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"1":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"7":{"0":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"6":{"_":{"df":0,"docs":{},"r":{"3":{".":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"8":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"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":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":2.0},"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"8":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"547":{"tf":1.0}}},"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"6":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"7":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"1":{"3":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"8":{"6":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"6":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"9":{"9":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"0":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"3":{"3":{"4":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"2":{"5":{"5":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"1":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"132":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"436":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{":":{"1":{"6":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"9":{"5":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"306":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"105":{"tf":1.0},"120":{"tf":1.0},"137":{"tf":1.0},"394":{"tf":1.0},"498":{"tf":1.0},"530":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"407":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"470":{"tf":1.0}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"267":{"tf":1.0},"310":{"tf":1.0},"382":{"tf":1.4142135623730951},"440":{"tf":1.0},"46":{"tf":1.4142135623730951},"476":{"tf":1.0},"530":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"100":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"226":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"417":{"tf":1.0},"449":{"tf":1.4142135623730951},"464":{"tf":1.0},"475":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":2.23606797749979},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"101":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":18,"docs":{"124":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"308":{"tf":1.0},"319":{"tf":1.7320508075688772},"325":{"tf":1.0},"334":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"405":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"524":{"tf":1.0},"554":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"244":{"tf":1.0},"413":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"346":{"tf":1.0}}}}},"df":19,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":3.4641016151377544},"176":{"tf":1.4142135623730951},"183":{"tf":2.0},"313":{"tf":1.4142135623730951},"356":{"tf":2.0},"390":{"tf":1.0},"401":{"tf":2.449489742783178},"43":{"tf":1.0},"432":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"92":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":29,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951}}}}}}},"p":{"3":{"c":{"!":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"132":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":45,"docs":{"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"222":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":2.23606797749979},"41":{"tf":1.0},"417":{"tf":1.0},"441":{"tf":1.0},"449":{"tf":1.0},"478":{"tf":1.0},"48":{"tf":1.0},"484":{"tf":1.0},"5":{"tf":1.7320508075688772},"507":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":2.0},"86":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"214":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"339":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"232":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"161":{"tf":1.0},"226":{"tf":1.7320508075688772},"230":{"tf":2.0},"232":{"tf":1.0},"349":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.0},"47":{"tf":3.3166247903554},"48":{"tf":4.123105625617661},"50":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"335":{"tf":1.0},"348":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"185":{"tf":1.0},"193":{"tf":1.0},"210":{"tf":1.0},"223":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.7320508075688772},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"339":{"tf":2.449489742783178},"347":{"tf":1.0},"348":{"tf":1.0},"416":{"tf":2.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":2.0},"430":{"tf":2.449489742783178},"441":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"524":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"305":{"tf":1.0},"325":{"tf":1.0},"334":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"306":{"tf":2.0},"335":{"tf":2.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":3.3166247903554},"548":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{"468":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"r":{"df":6,"docs":{"236":{"tf":1.0},"347":{"tf":1.7320508075688772},"349":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"516":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":2.449489742783178}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":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":10,"docs":{"383":{"tf":2.6457513110645907},"384":{"tf":1.0},"389":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"470":{"tf":1.0},"71":{"tf":1.0},"96":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.4142135623730951},"279":{"tf":2.449489742783178},"280":{"tf":2.8284271247461903},"281":{"tf":2.8284271247461903},"282":{"tf":3.1622776601683795},"283":{"tf":2.23606797749979},"284":{"tf":3.0},"285":{"tf":2.6457513110645907},"286":{"tf":2.6457513110645907},"287":{"tf":3.605551275463989},"288":{"tf":2.23606797749979},"289":{"tf":3.0},"290":{"tf":2.6457513110645907},"291":{"tf":2.6457513110645907},"5":{"tf":1.7320508075688772},"520":{"tf":3.4641016151377544},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":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":{"285":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"<":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":9,"docs":{"279":{"tf":1.0},"280":{"tf":1.7320508075688772},"284":{"tf":2.23606797749979},"285":{"tf":2.449489742783178},"286":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":2.449489742783178},"291":{"tf":1.0},"520":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"212":{"tf":1.7320508075688772},"470":{"tf":1.0},"479":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"388":{"tf":5.830951894845301},"391":{"tf":3.1622776601683795},"474":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"388":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"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":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":3.3166247903554},"391":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"184":{"tf":1.0},"227":{"tf":1.0},"303":{"tf":1.0},"464":{"tf":1.0},"492":{"tf":1.0},"90":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"412":{"tf":1.7320508075688772},"467":{"tf":1.0},"558":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"1":{".":{"1":{"3":{".":{"2":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":3.1622776601683795},"48":{"tf":3.7416573867739413}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":7,"docs":{"345":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"155":{"tf":1.0},"441":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":15,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"323":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":2.449489742783178},"560":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":21,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"158":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"412":{"tf":1.0},"452":{"tf":1.7320508075688772},"477":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"532":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"k":{"df":1,"docs":{"386":{"tf":1.7320508075688772}}},"m":{"df":1,"docs":{"405":{"tf":4.898979485566356}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":30,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"177":{"tf":1.0},"232":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"35":{"tf":1.0},"377":{"tf":2.8284271247461903},"378":{"tf":2.0},"379":{"tf":3.0},"380":{"tf":2.6457513110645907},"381":{"tf":3.4641016151377544},"382":{"tf":3.4641016151377544},"383":{"tf":4.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":3.0},"416":{"tf":1.4142135623730951},"421":{"tf":2.0},"427":{"tf":2.0},"44":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":2.0},"545":{"tf":2.23606797749979},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"421":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"225":{"tf":2.23606797749979},"232":{"tf":1.7320508075688772},"381":{"tf":1.0},"478":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{">":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"435":{"tf":1.0}}}}}}},"df":2,"docs":{"355":{"tf":1.0},"452":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"120":{"tf":1.0},"416":{"tf":1.4142135623730951}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}},"g":{"df":3,"docs":{"100":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"499":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"223":{"tf":1.0},"360":{"tf":1.7320508075688772},"382":{"tf":1.0},"405":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"45":{"tf":1.0},"527":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":3.7416573867739413},"240":{"tf":2.8284271247461903},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}},"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":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":2,"docs":{"239":{"tf":3.4641016151377544},"240":{"tf":2.449489742783178}}}}}}}},"n":{"df":2,"docs":{"530":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"490":{"tf":1.0},"494":{"tf":1.0},"90":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"298":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":22,"docs":{"109":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"249":{"tf":1.0},"257":{"tf":1.0},"277":{"tf":2.23606797749979},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"308":{"tf":1.0},"372":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"401":{"tf":1.4142135623730951},"414":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":2.0},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"319":{"tf":1.4142135623730951},"322":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}},"y":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"223":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"128":{"tf":1.0},"331":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"176":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"(":{")":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":10,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"306":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{")":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"[":{"0":{"]":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"2":{"5":{"6":{"df":1,"docs":{"269":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":1.4142135623730951}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"177":{"tf":1.0},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}},"y":{".":{"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":1,"docs":{"223":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"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":2,"docs":{"176":{"tf":1.0},"295":{"tf":1.4142135623730951}}}}}}}}},"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{".":{"a":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"386":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.7320508075688772}},"e":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"443":{"tf":1.4142135623730951}}}}},"y":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"158":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"442":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"383":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"300":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"221":{"tf":1.4142135623730951}}}},"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":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"319":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"322":{"tf":1.0}}}},"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":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"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":{}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{".":{"0":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":4,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"381":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"(":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"[":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"[":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":1,"docs":{"164":{"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":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"168":{"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":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"298":{"tf":2.0}}},"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":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"177":{"tf":1.0},"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"1":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},"2":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"339":{"tf":1.4142135623730951}}},">":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}},"[":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"[":{"0":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":15,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":2.0},"155":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"265":{"tf":1.0},"293":{"tf":1.0},"381":{"tf":1.0},"410":{"tf":1.4142135623730951},"441":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"138":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"158":{"tf":1.0},"223":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"388":{"tf":1.0},"439":{"tf":2.0},"442":{"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":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"131":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"181":{"tf":1.0},"204":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"293":{"tf":2.0},"343":{"tf":1.4142135623730951},"383":{"tf":1.7320508075688772},"410":{"tf":1.0},"448":{"tf":1.0},"460":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":137,"docs":{"100":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":2.23606797749979},"128":{"tf":4.123105625617661},"130":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":3.7416573867739413},"14":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":3.0},"150":{"tf":1.4142135623730951},"151":{"tf":3.1622776601683795},"154":{"tf":3.0},"156":{"tf":2.449489742783178},"158":{"tf":2.8284271247461903},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":3.0},"168":{"tf":4.123105625617661},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":3.605551275463989},"181":{"tf":3.4641016151377544},"183":{"tf":1.0},"185":{"tf":3.1622776601683795},"186":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"200":{"tf":1.0},"204":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":3.605551275463989},"225":{"tf":2.0},"228":{"tf":1.4142135623730951},"230":{"tf":2.23606797749979},"232":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"241":{"tf":1.7320508075688772},"242":{"tf":2.23606797749979},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":1.0},"247":{"tf":2.449489742783178},"251":{"tf":4.795831523312719},"265":{"tf":3.3166247903554},"266":{"tf":1.0},"267":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"271":{"tf":2.449489742783178},"273":{"tf":2.0},"277":{"tf":3.1622776601683795},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.123105625617661},"295":{"tf":2.0},"296":{"tf":2.8284271247461903},"298":{"tf":2.23606797749979},"300":{"tf":2.8284271247461903},"301":{"tf":1.0},"306":{"tf":2.449489742783178},"308":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"322":{"tf":2.23606797749979},"331":{"tf":1.7320508075688772},"336":{"tf":1.0},"339":{"tf":4.358898943540674},"341":{"tf":1.4142135623730951},"343":{"tf":2.449489742783178},"345":{"tf":3.1622776601683795},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"379":{"tf":2.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.0},"383":{"tf":4.242640687119285},"386":{"tf":3.0},"388":{"tf":3.872983346207417},"389":{"tf":2.449489742783178},"391":{"tf":1.7320508075688772},"393":{"tf":2.0},"401":{"tf":2.449489742783178},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"414":{"tf":1.0},"416":{"tf":2.8284271247461903},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":3.1622776601683795},"442":{"tf":2.449489742783178},"443":{"tf":2.0},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":2.0},"455":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"50":{"tf":1.0},"508":{"tf":1.4142135623730951},"524":{"tf":2.449489742783178},"54":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"550":{"tf":2.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":31,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"247":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"401":{"tf":1.4142135623730951}},"e":{"(":{")":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":1,"docs":{"401":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"401":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"251":{"tf":1.7320508075688772},"339":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":10,"docs":{"12":{"tf":1.0},"224":{"tf":1.0},"267":{"tf":1.0},"29":{"tf":1.0},"384":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"525":{"tf":1.0},"529":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":1,"docs":{"86":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":17,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"128":{"tf":1.0},"189":{"tf":1.0},"355":{"tf":1.4142135623730951},"457":{"tf":1.0},"459":{"tf":1.0},"545":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}},".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"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":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"50":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"435":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":93,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"106":{"tf":2.449489742783178},"107":{"tf":2.8284271247461903},"108":{"tf":1.0},"109":{"tf":1.0},"14":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"189":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"309":{"tf":1.7320508075688772},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"36":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.7320508075688772},"414":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":2.23606797749979},"436":{"tf":1.7320508075688772},"44":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.4142135623730951},"456":{"tf":2.8284271247461903},"457":{"tf":1.7320508075688772},"458":{"tf":2.449489742783178},"459":{"tf":2.449489742783178},"460":{"tf":1.0},"461":{"tf":3.3166247903554},"462":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":2.23606797749979},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":2.23606797749979},"517":{"tf":1.7320508075688772},"528":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"59":{"tf":2.6457513110645907},"62":{"tf":2.449489742783178},"63":{"tf":2.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":2.23606797749979},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":2.8284271247461903},"95":{"tf":2.449489742783178},"97":{"tf":2.0},"99":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"554":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"434":{"tf":1.0},"84":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"86":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":8,"docs":{"157":{"tf":1.0},"185":{"tf":1.0},"275":{"tf":1.0},"328":{"tf":1.0},"372":{"tf":1.0},"388":{"tf":1.0},"415":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":22,"docs":{"123":{"tf":1.0},"125":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":3.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},"252":{"tf":1.0},"346":{"tf":1.0},"473":{"tf":1.4142135623730951},"510":{"tf":1.0},"548":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":17,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"321":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"368":{"tf":1.0},"379":{"tf":1.0},"447":{"tf":1.0},"477":{"tf":1.0},"486":{"tf":2.0},"542":{"tf":1.0},"555":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}}}}},"df":5,"docs":{"178":{"tf":2.449489742783178},"292":{"tf":2.449489742783178},"293":{"tf":4.242640687119285},"5":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"292":{"tf":1.4142135623730951},"464":{"tf":1.0},"5":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"1":{"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"132":{"tf":1.0},"292":{"tf":1.0},"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"178":{"tf":2.23606797749979},"293":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":5,"docs":{"132":{"tf":2.0},"178":{"tf":2.23606797749979},"292":{"tf":1.0},"293":{"tf":2.23606797749979},"493":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"293":{"tf":1.7320508075688772}}}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"122":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"350":{"tf":1.0},"413":{"tf":1.0},"469":{"tf":1.0},"471":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"251":{"tf":1.0},"407":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"194":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}},"<":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"305":{"tf":1.0},"306":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"474":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"307":{"tf":1.0},"308":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"304":{"tf":1.7320508075688772},"305":{"tf":2.6457513110645907},"306":{"tf":3.1622776601683795},"307":{"tf":2.23606797749979},"308":{"tf":3.3166247903554},"385":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"470":{"tf":3.872983346207417},"474":{"tf":2.8284271247461903},"78":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":26,"docs":{"347":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"131":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"234":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"327":{"tf":1.4142135623730951},"336":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.0},"473":{"tf":1.0},"477":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"213":{"tf":1.0},"379":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"542":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.7320508075688772},"335":{"tf":1.0},"380":{"tf":1.0},"477":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"17":{"tf":1.0},"218":{"tf":1.7320508075688772},"233":{"tf":2.6457513110645907},"234":{"tf":1.7320508075688772},"235":{"tf":2.8284271247461903},"236":{"tf":2.6457513110645907},"237":{"tf":2.0},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"240":{"tf":2.449489742783178},"539":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":12,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"167":{"tf":2.0},"169":{"tf":1.0},"240":{"tf":1.0},"38":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"542":{"tf":1.0},"80":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":4,"docs":{"161":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"349":{"tf":1.7320508075688772}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":11,"docs":{"153":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":2.0},"168":{"tf":2.0},"178":{"tf":1.0},"321":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"407":{"tf":1.0},"468":{"tf":1.0},"557":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"122":{"tf":1.0},"190":{"tf":1.0},"453":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"191":{"tf":2.6457513110645907},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"210":{"tf":1.0},"453":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"124":{"tf":1.0},"37":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"456":{"tf":1.0},"545":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"108":{"tf":1.0},"335":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"108":{"tf":1.0},"158":{"tf":1.0},"347":{"tf":1.4142135623730951},"461":{"tf":1.0},"477":{"tf":1.4142135623730951},"50":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"477":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"100":{"tf":1.0},"320":{"tf":1.0},"403":{"tf":1.0},"416":{"tf":1.0},"478":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"265":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"508":{"tf":1.0}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":24,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"28":{"tf":1.0},"313":{"tf":1.0},"40":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.4142135623730951},"476":{"tf":2.449489742783178},"477":{"tf":2.6457513110645907},"478":{"tf":1.4142135623730951},"479":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"530":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":2.23606797749979},"557":{"tf":2.23606797749979},"558":{"tf":1.0},"86":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"130":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"239":{"tf":2.0},"277":{"tf":1.0},"388":{"tf":1.0},"461":{"tf":1.0},"514":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"100":{"tf":1.0},"447":{"tf":2.8284271247461903},"448":{"tf":2.0},"7":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":105,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":2.8284271247461903},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":2.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"210":{"tf":2.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"265":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":2.6457513110645907},"328":{"tf":2.23606797749979},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.23606797749979},"336":{"tf":2.449489742783178},"339":{"tf":3.4641016151377544},"340":{"tf":1.7320508075688772},"341":{"tf":2.23606797749979},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"40":{"tf":1.0},"400":{"tf":1.0},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"406":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"430":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"459":{"tf":1.0},"468":{"tf":1.0},"473":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"534":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":12,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.4142135623730951}},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"121":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"118":{"tf":1.0},"121":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":60,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"122":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.4142135623730951},"182":{"tf":1.7320508075688772},"183":{"tf":2.449489742783178},"196":{"tf":2.449489742783178},"236":{"tf":1.7320508075688772},"237":{"tf":1.0},"253":{"tf":2.0},"276":{"tf":1.4142135623730951},"280":{"tf":1.0},"313":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.7320508075688772},"336":{"tf":2.449489742783178},"337":{"tf":1.0},"341":{"tf":1.0},"347":{"tf":1.0},"349":{"tf":1.7320508075688772},"350":{"tf":1.0},"356":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"401":{"tf":2.0},"407":{"tf":1.7320508075688772},"416":{"tf":2.8284271247461903},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.449489742783178},"452":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.7320508075688772},"462":{"tf":1.7320508075688772},"466":{"tf":1.0},"468":{"tf":3.3166247903554},"471":{"tf":1.0},"486":{"tf":1.4142135623730951},"492":{"tf":2.0},"508":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"450":{"tf":1.0},"556":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"324":{"tf":1.0},"327":{"tf":1.0},"333":{"tf":1.4142135623730951},"479":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":5,"docs":{"129":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"495":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"df":9,"docs":{"212":{"tf":1.0},"225":{"tf":1.0},"361":{"tf":1.0},"384":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"416":{"tf":1.0},"542":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}},"q":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"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":1,"docs":{"116":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}},"n":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"347":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"201":{"tf":1.0},"203":{"tf":1.0},"329":{"tf":1.0}}}},"df":5,"docs":{"201":{"tf":1.0},"223":{"tf":1.0},"323":{"tf":1.0},"339":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"215":{"tf":1.0},"287":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":4,"docs":{"168":{"tf":4.69041575982343},"197":{"tf":1.0},"243":{"tf":1.0},"306":{"tf":5.656854249492381}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"473":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"a":{"d":{"d":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"470":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"470":{"tf":4.58257569495584}}}},"df":7,"docs":{"127":{"tf":2.0},"128":{"tf":3.3166247903554},"195":{"tf":1.0},"40":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":2.23606797749979},"470":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"128":{"tf":2.23606797749979},"455":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"167":{"tf":1.0},"470":{"tf":1.0}},"g":{"df":15,"docs":{"0":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":3.1622776601683795},"196":{"tf":1.4142135623730951},"197":{"tf":4.0},"247":{"tf":1.0},"251":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.4142135623730951},"430":{"tf":1.0},"473":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":2.23606797749979},"78":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":5.916079783099616}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"1":{"0":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"139":{"tf":2.23606797749979},"140":{"tf":2.0},"141":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"160":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"368":{"tf":1.0},"46":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":4,"docs":{"218":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"267":{"tf":1.0},"322":{"tf":1.0},"389":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"413":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"189":{"tf":1.4142135623730951},"224":{"tf":1.0},"313":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"473":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"125":{"tf":1.4142135623730951},"15":{"tf":1.0},"267":{"tf":1.0},"321":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"553":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"151":{"tf":1.0},"297":{"tf":1.0},"43":{"tf":1.0},"531":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"232":{"tf":1.0},"380":{"tf":1.0},"555":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"176":{"tf":4.358898943540674},"294":{"tf":2.0},"295":{"tf":3.0},"296":{"tf":2.8284271247461903},"524":{"tf":2.0},"542":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951}},"e":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"176":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":1,"docs":{"176":{"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":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"47":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":23,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"184":{"tf":1.0},"283":{"tf":1.0},"288":{"tf":1.0},"297":{"tf":1.0},"36":{"tf":1.0},"398":{"tf":1.4142135623730951},"44":{"tf":1.0},"461":{"tf":1.0},"486":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"461":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"d":{"df":9,"docs":{"160":{"tf":1.0},"161":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"290":{"tf":1.0},"341":{"tf":1.4142135623730951},"349":{"tf":2.0},"466":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"1":{"df":1,"docs":{"282":{"tf":1.0}}},"2":{"df":1,"docs":{"282":{"tf":1.0}}},"df":5,"docs":{"220":{"tf":1.0},"227":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":2.449489742783178},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":2.0},"38":{"tf":1.0},"470":{"tf":2.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"282":{"tf":1.0}}}}}},"u":{"c":{"df":4,"docs":{"40":{"tf":1.0},"413":{"tf":1.0},"525":{"tf":1.0},"550":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"240":{"tf":1.0},"41":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"168":{"tf":2.23606797749979},"209":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"302":{"tf":1.0},"313":{"tf":1.0},"348":{"tf":1.4142135623730951},"407":{"tf":1.0},"429":{"tf":1.0},"440":{"tf":1.0},"456":{"tf":1.4142135623730951},"459":{"tf":1.0},"484":{"tf":1.0},"492":{"tf":1.4142135623730951},"525":{"tf":1.0},"90":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"217":{"tf":1.0},"44":{"tf":2.449489742783178},"477":{"tf":2.23606797749979},"556":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"40":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":160,"docs":{"1":{"tf":2.449489742783178},"100":{"tf":2.6457513110645907},"101":{"tf":2.449489742783178},"102":{"tf":1.4142135623730951},"105":{"tf":2.23606797749979},"107":{"tf":2.6457513110645907},"108":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":3.3166247903554},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"151":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"176":{"tf":3.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":2.449489742783178},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":2.0},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"298":{"tf":2.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"308":{"tf":2.23606797749979},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":2.449489742783178},"320":{"tf":1.0},"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"355":{"tf":2.0},"356":{"tf":3.0},"358":{"tf":1.0},"372":{"tf":1.4142135623730951},"376":{"tf":1.4142135623730951},"379":{"tf":2.8284271247461903},"381":{"tf":2.8284271247461903},"382":{"tf":1.0},"383":{"tf":3.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.23606797749979},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"395":{"tf":2.23606797749979},"396":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"401":{"tf":1.4142135623730951},"402":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":2.23606797749979},"406":{"tf":1.7320508075688772},"408":{"tf":1.4142135623730951},"410":{"tf":2.449489742783178},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"419":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.0},"439":{"tf":1.4142135623730951},"448":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":2.449489742783178},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":2.23606797749979},"472":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"489":{"tf":2.0},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"50":{"tf":1.0},"514":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":2.0},"55":{"tf":1.0},"557":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":2.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":18,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":1.0},"131":{"tf":1.0},"176":{"tf":1.0},"36":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.4142135623730951},"452":{"tf":1.0},"454":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"99":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":15,"docs":{"101":{"tf":1.0},"167":{"tf":1.0},"205":{"tf":1.0},"222":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.7320508075688772},"318":{"tf":1.4142135623730951},"321":{"tf":1.0},"404":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"470":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"201":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"208":{"tf":1.0},"263":{"tf":1.0},"476":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"22":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"477":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":4,"docs":{"218":{"tf":1.0},"40":{"tf":1.0},"490":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":16,"docs":{"25":{"tf":1.4142135623730951},"354":{"tf":1.0},"4":{"tf":1.0},"403":{"tf":2.449489742783178},"461":{"tf":4.47213595499958},"462":{"tf":2.23606797749979},"465":{"tf":2.0},"50":{"tf":2.8284271247461903},"528":{"tf":2.8284271247461903},"542":{"tf":2.23606797749979},"549":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":2.8284271247461903},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"95":{"tf":2.0}}}}},"df":0,"docs":{}},"df":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":{"93":{"tf":1.7320508075688772},"94":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"211":{"tf":1.0},"557":{"tf":1.0}}}}},"df":1,"docs":{"308":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"470":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"186":{"tf":1.0},"557":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"440":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"440":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"v":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"146":{"tf":1.0},"178":{"tf":2.0},"22":{"tf":1.0},"234":{"tf":1.0},"243":{"tf":3.3166247903554},"308":{"tf":2.0},"321":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":3.3166247903554},"461":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.7320508075688772},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"40":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"386":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":18,"docs":{"105":{"tf":1.7320508075688772},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"174":{"tf":1.0},"226":{"tf":1.0},"306":{"tf":2.449489742783178},"344":{"tf":1.0},"350":{"tf":1.0},"446":{"tf":2.449489742783178},"490":{"tf":1.0},"493":{"tf":1.0},"510":{"tf":1.0},"516":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"388":{"tf":1.0}}}}}}},"df":1,"docs":{"388":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"169":{"tf":1.0},"524":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"159":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.4142135623730951},"28":{"tf":1.0},"320":{"tf":1.0},"344":{"tf":1.0},"446":{"tf":1.4142135623730951},"472":{"tf":1.4142135623730951},"473":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"472":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"524":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"350":{"tf":1.0},"544":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"446":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"350":{"tf":1.0}}}}}}},"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":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"181":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"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":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":1,"docs":{"22":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"473":{"tf":1.0},"55":{"tf":1.0},"551":{"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":12,"docs":{"22":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":2.0},"450":{"tf":3.1622776601683795},"522":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"85":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":55,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":2.0},"170":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"207":{"tf":1.7320508075688772},"220":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"349":{"tf":2.0},"350":{"tf":1.0},"361":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"407":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"426":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"122":{"tf":1.0},"172":{"tf":1.0},"236":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"464":{"tf":1.0},"55":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"524":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"161":{"tf":1.0},"479":{"tf":1.0},"544":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":72,"docs":{"100":{"tf":2.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.0},"155":{"tf":3.0},"156":{"tf":2.449489742783178},"160":{"tf":1.0},"161":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"265":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"306":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.7320508075688772},"327":{"tf":1.0},"328":{"tf":1.4142135623730951},"348":{"tf":1.0},"350":{"tf":1.0},"377":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"383":{"tf":2.8284271247461903},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":2.449489742783178},"387":{"tf":1.7320508075688772},"388":{"tf":2.6457513110645907},"389":{"tf":2.449489742783178},"390":{"tf":2.23606797749979},"391":{"tf":2.0},"392":{"tf":2.0},"393":{"tf":2.0},"40":{"tf":1.7320508075688772},"416":{"tf":1.0},"421":{"tf":1.0},"427":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":2.0},"443":{"tf":2.0},"446":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"477":{"tf":1.0},"492":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"557":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"99":{"tf":1.7320508075688772}},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"468":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"383":{"tf":2.6457513110645907}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":4,"docs":{"100":{"tf":1.0},"471":{"tf":1.4142135623730951},"542":{"tf":1.0},"551":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"278":{"tf":1.0},"461":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"266":{"tf":1.0},"297":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"106":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"191":{"tf":1.0},"250":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"369":{"tf":1.0},"441":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":2,"docs":{"102":{"tf":1.0},"416":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"110":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"251":{"tf":1.4142135623730951},"271":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"344":{"tf":2.449489742783178},"345":{"tf":2.0},"346":{"tf":1.0},"379":{"tf":1.0},"387":{"tf":1.4142135623730951},"40":{"tf":1.0},"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"341":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"341":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"341":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":41,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"126":{"tf":3.0},"127":{"tf":2.449489742783178},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"211":{"tf":1.7320508075688772},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.0},"341":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"372":{"tf":1.0},"374":{"tf":1.0},"416":{"tf":1.4142135623730951},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"467":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"557":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":18,"docs":{"164":{"tf":1.0},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"197":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"253":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"341":{"tf":1.0},"350":{"tf":1.0},"372":{"tf":1.0},"375":{"tf":1.0},"540":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"@":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":97,"docs":{"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"128":{"tf":2.23606797749979},"129":{"tf":1.0},"134":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":2.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"183":{"tf":2.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"216":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.4142135623730951},"231":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"272":{"tf":1.0},"286":{"tf":2.0},"291":{"tf":2.0},"297":{"tf":2.449489742783178},"306":{"tf":1.0},"312":{"tf":1.4142135623730951},"318":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.7320508075688772},"350":{"tf":3.3166247903554},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":2.0},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"388":{"tf":1.0},"395":{"tf":1.0},"401":{"tf":2.449489742783178},"407":{"tf":1.0},"416":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.4142135623730951},"470":{"tf":2.449489742783178},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":2.0},"516":{"tf":2.449489742783178},"518":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"523":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.7320508075688772},"544":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"350":{"tf":1.0},"388":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"516":{"tf":1.0},"557":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"407":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"128":{"tf":2.0},"251":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"508":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"44":{"tf":1.0},"464":{"tf":1.0},"530":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"413":{"tf":1.0},"557":{"tf":1.0}}},"k":{"df":0,"docs":{},"y":{"1":{"2":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"&":{"\\":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"d":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"324":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"324":{"tf":1.0},"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"542":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"324":{"tf":1.4142135623730951},"333":{"tf":2.0}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":42,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":4,"docs":{"214":{"tf":1.0},"407":{"tf":1.0},"464":{"tf":1.0},"86":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"168":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"339":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"468":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"468":{"tf":1.0},"478":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"123":{"tf":1.0},"214":{"tf":2.6457513110645907},"215":{"tf":3.872983346207417},"263":{"tf":1.0},"499":{"tf":1.7320508075688772},"78":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{"df":1,"docs":{"499":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"323":{"tf":1.0},"347":{"tf":1.0},"472":{"tf":1.0},"64":{"tf":1.7320508075688772}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"362":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"370":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":89,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"121":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"151":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.7320508075688772},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"239":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.4142135623730951},"343":{"tf":1.0},"353":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.7320508075688772},"379":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"386":{"tf":2.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"394":{"tf":1.0},"416":{"tf":2.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.7320508075688772},"470":{"tf":2.449489742783178},"473":{"tf":2.0},"477":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"518":{"tf":1.0},"523":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"540":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"376":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"413":{"tf":1.0},"47":{"tf":2.0},"477":{"tf":1.4142135623730951},"547":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"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":{}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":23,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"169":{"tf":2.23606797749979},"170":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":2.23606797749979},"174":{"tf":2.23606797749979},"175":{"tf":1.0},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"184":{"tf":1.7320508075688772},"186":{"tf":1.0},"303":{"tf":1.0},"40":{"tf":1.0},"5":{"tf":1.0},"524":{"tf":1.4142135623730951},"548":{"tf":1.0}},"r":{"df":2,"docs":{"148":{"tf":1.4142135623730951},"152":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"<":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":2.449489742783178},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"169":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"305":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"518":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"106":{"tf":1.0},"407":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":33,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"321":{"tf":1.4142135623730951},"322":{"tf":1.0},"339":{"tf":1.7320508075688772},"374":{"tf":1.0},"388":{"tf":1.7320508075688772},"394":{"tf":1.0},"398":{"tf":1.4142135623730951},"407":{"tf":1.0},"416":{"tf":1.0},"454":{"tf":1.0},"524":{"tf":1.0},"526":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"385":{"tf":1.0},"532":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"303":{"tf":2.0},"525":{"tf":1.0}}}},"y":{"df":1,"docs":{"100":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"408":{"tf":1.0},"410":{"tf":2.449489742783178}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"287":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"158":{"tf":1.0},"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"463":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"187":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{">":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"d":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"491":{"tf":1.4142135623730951},"84":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":19,"docs":{"128":{"tf":1.4142135623730951},"14":{"tf":1.0},"174":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":2.0},"252":{"tf":2.6457513110645907},"253":{"tf":1.7320508075688772},"254":{"tf":3.3166247903554},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"276":{"tf":1.4142135623730951},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{")":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":5,"docs":{"174":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.0},"500":{"tf":2.6457513110645907}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":6,"docs":{"128":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"276":{"tf":1.0},"78":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"430":{"tf":1.0},"505":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"14":{"tf":1.0},"249":{"tf":1.0},"430":{"tf":1.0},"464":{"tf":1.0},"505":{"tf":1.0},"518":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.0},"250":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"250":{"tf":1.0},"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"251":{"tf":1.0}},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"251":{"tf":1.0},"505":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"399":{"tf":1.0}}},"df":1,"docs":{"398":{"tf":1.4142135623730951}}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{":":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"287":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":11,"docs":{"184":{"tf":1.0},"277":{"tf":1.0},"299":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"383":{"tf":1.0},"407":{"tf":1.0},"50":{"tf":2.0},"524":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"df":3,"docs":{"197":{"tf":2.6457513110645907},"2":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"107":{"tf":1.4142135623730951},"119":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"172":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"516":{"tf":1.0},"554":{"tf":1.0},"71":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":58,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":2.23606797749979},"101":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"134":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"224":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"345":{"tf":1.0},"348":{"tf":1.0},"35":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"36":{"tf":3.0},"38":{"tf":1.0},"384":{"tf":1.7320508075688772},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"397":{"tf":1.0},"40":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.6457513110645907},"44":{"tf":3.3166247903554},"449":{"tf":1.0},"456":{"tf":1.4142135623730951},"463":{"tf":1.0},"473":{"tf":1.0},"475":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"543":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":37,"docs":{"100":{"tf":2.23606797749979},"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"322":{"tf":1.0},"335":{"tf":1.0},"352":{"tf":1.0},"381":{"tf":1.0},"40":{"tf":1.0},"401":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"439":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.0},"560":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":2,"docs":{"415":{"tf":1.0},"555":{"tf":1.0}}},"n":{"df":4,"docs":{"397":{"tf":1.0},"407":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"156":{"tf":1.7320508075688772},"215":{"tf":1.0},"223":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.7320508075688772},"345":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"218":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"515":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":2.6457513110645907},"80":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"466":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"398":{"tf":1.4142135623730951},"451":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":18,"docs":{"112":{"tf":1.0},"156":{"tf":1.7320508075688772},"168":{"tf":2.0},"186":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"236":{"tf":1.0},"314":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.23606797749979},"351":{"tf":1.0},"383":{"tf":2.0},"408":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"208":{"tf":1.0},"395":{"tf":1.0}}},")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"393":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"386":{"tf":1.0},"393":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"388":{"tf":1.4142135623730951},"474":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},".":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"498":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"156":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}},"e":{"(":{"\"":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":4,"docs":{"415":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"425":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"523":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951}}}}}},"i":{"df":2,"docs":{"408":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"462":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"243":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":64,"docs":{"100":{"tf":2.8284271247461903},"105":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.449489742783178},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.6457513110645907},"165":{"tf":2.0},"166":{"tf":2.23606797749979},"168":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"185":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"243":{"tf":1.7320508075688772},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"343":{"tf":1.0},"349":{"tf":2.23606797749979},"351":{"tf":1.7320508075688772},"362":{"tf":1.0},"366":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"405":{"tf":3.4641016151377544},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"416":{"tf":2.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":1.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"50":{"tf":2.0},"54":{"tf":1.0},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.4142135623730951},"92":{"tf":1.0},"99":{"tf":2.0}}},"t":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"439":{"tf":1.0},"442":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}}},"t":{"df":7,"docs":{"204":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":2.449489742783178},"389":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"550":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"189":{"tf":1.0},"218":{"tf":1.0},"319":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":2.23606797749979},"339":{"tf":3.1622776601683795},"517":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"312":{"tf":1.0},"465":{"tf":1.0},"542":{"tf":1.7320508075688772},"548":{"tf":1.0},"57":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}}},"v":{"df":4,"docs":{"22":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":4,"docs":{"45":{"tf":1.0},"465":{"tf":1.0},"548":{"tf":1.0},"87":{"tf":1.0}}},".":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":95,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"112":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"197":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":2.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"37":{"tf":1.0},"389":{"tf":2.23606797749979},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":2.449489742783178},"4":{"tf":1.0},"401":{"tf":2.449489742783178},"403":{"tf":1.0},"41":{"tf":2.0},"414":{"tf":1.0},"434":{"tf":1.0},"44":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"47":{"tf":1.7320508075688772},"477":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"55":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"69":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"189":{"tf":1.0}}}}}}}},"df":69,"docs":{"100":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"257":{"tf":1.7320508075688772},"267":{"tf":2.23606797749979},"269":{"tf":2.8284271247461903},"277":{"tf":2.0},"29":{"tf":1.4142135623730951},"306":{"tf":2.23606797749979},"310":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"336":{"tf":1.4142135623730951},"357":{"tf":2.449489742783178},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"364":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.4142135623730951},"388":{"tf":1.0},"398":{"tf":2.8284271247461903},"40":{"tf":1.0},"412":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"445":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"1":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"383":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"388":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{":":{"9":{".":{"0":{".":{"0":{"df":1,"docs":{"491":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"95":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"451":{"tf":1.0},"491":{"tf":1.4142135623730951},"94":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{">":{"df":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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"<":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":29,"docs":{"100":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"313":{"tf":1.0},"39":{"tf":1.0},"477":{"tf":2.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.4142135623730951},"5":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":2.23606797749979},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":3.605551275463989},"95":{"tf":3.4641016151377544}}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"557":{"tf":1.0},"95":{"tf":1.0}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":2.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"398":{"tf":1.0},"423":{"tf":1.7320508075688772},"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"355":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":2.6457513110645907},"413":{"tf":1.0},"423":{"tf":1.0},"477":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"392":{"tf":1.0},"405":{"tf":1.0}}}},"w":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"40":{"tf":1.0},"403":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":31,"docs":{"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"239":{"tf":1.0},"252":{"tf":1.0},"274":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"383":{"tf":1.4142135623730951},"40":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"432":{"tf":1.0},"460":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":17,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"168":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.4142135623730951},"205":{"tf":1.0},"317":{"tf":1.0},"320":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"413":{"tf":1.0},"425":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":2,"docs":{"282":{"tf":1.7320508075688772},"287":{"tf":1.4142135623730951}},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"m":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"275":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"2":{"tf":1.0},"266":{"tf":1.0},"297":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"412":{"tf":1.0}}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"412":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.0},"335":{"tf":1.0}}}}}},"df":3,"docs":{"202":{"tf":1.0},"268":{"tf":1.0},"412":{"tf":4.795831523312719}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":3.605551275463989}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}}}}}}},"df":3,"docs":{"14":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":2.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":45,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"258":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"319":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"470":{"tf":1.0},"524":{"tf":1.0},"554":{"tf":1.0},"58":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"405":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":37,"docs":{"112":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"187":{"tf":1.0},"204":{"tf":1.0},"212":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"269":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"350":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"455":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"478":{"tf":1.0},"554":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":11,"docs":{"35":{"tf":1.4142135623730951},"361":{"tf":2.449489742783178},"362":{"tf":3.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"299":{"tf":1.0},"316":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"405":{"tf":1.0}}}}},"i":{"c":{"df":1,"docs":{"407":{"tf":1.0}}},"df":40,"docs":{"107":{"tf":1.4142135623730951},"125":{"tf":1.0},"184":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"361":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"398":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"416":{"tf":2.0},"426":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"477":{"tf":1.0},"523":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}},"f":{"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":5,"docs":{"155":{"tf":1.7320508075688772},"160":{"tf":1.0},"240":{"tf":1.0},"43":{"tf":1.0},"474":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":31,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"242":{"tf":1.4142135623730951},"250":{"tf":1.0},"256":{"tf":1.0},"320":{"tf":1.0},"331":{"tf":1.0},"375":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0},"443":{"tf":1.0},"459":{"tf":1.0},"62":{"tf":2.0},"67":{"tf":2.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"195":{"tf":1.4142135623730951},"272":{"tf":1.0},"282":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"375":{"tf":1.0},"550":{"tf":1.7320508075688772}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"204":{"tf":1.0},"223":{"tf":1.4142135623730951},"554":{"tf":1.0},"73":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.0}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.0},"82":{"tf":2.449489742783178}}}}}}}}}},"p":{"df":10,"docs":{"32":{"tf":1.4142135623730951},"357":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":2.23606797749979},"58":{"tf":2.23606797749979},"60":{"tf":2.449489742783178},"71":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"244":{"tf":1.0},"58":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"404":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":9,"docs":{"174":{"tf":2.0},"249":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":2.8284271247461903},"257":{"tf":1.7320508075688772},"464":{"tf":2.0},"500":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"w":{"df":1,"docs":{"186":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"413":{"tf":1.0},"449":{"tf":1.0},"477":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"472":{"tf":2.0}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":2.23606797749979}}}}}}}},"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"306":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"v":{"df":1,"docs":{"551":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"83":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"389":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"430":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"128":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"169":{"tf":1.0},"314":{"tf":1.7320508075688772},"380":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"467":{"tf":1.0},"547":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"100":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"81":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}},"t":{"df":4,"docs":{"357":{"tf":1.0},"470":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"14":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":2.23606797749979},"464":{"tf":1.0},"503":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.7320508075688772},"503":{"tf":1.0},"507":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"132":{"tf":1.0},"297":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"503":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{">":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"297":{"tf":3.7416573867739413},"298":{"tf":3.1622776601683795},"503":{"tf":1.4142135623730951},"507":{"tf":2.449489742783178},"542":{"tf":1.0},"78":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"477":{"tf":1.0},"548":{"tf":2.8284271247461903},"81":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"h":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"201":{"tf":1.0},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"28":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":2.449489742783178},"473":{"tf":2.449489742783178},"525":{"tf":1.0},"64":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"476":{"tf":1.0}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"558":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.0},"177":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"247":{"tf":2.6457513110645907},"283":{"tf":1.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"508":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"177":{"tf":1.7320508075688772},"247":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"122":{"tf":1.0},"15":{"tf":1.4142135623730951},"201":{"tf":1.0},"346":{"tf":1.0},"430":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"254":{"tf":1.0},"270":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.0},"306":{"tf":1.4142135623730951},"340":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.4142135623730951},"401":{"tf":2.23606797749979},"412":{"tf":1.0},"459":{"tf":1.4142135623730951},"477":{"tf":2.0},"494":{"tf":1.0},"62":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":28,"docs":{"115":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":2.449489742783178},"208":{"tf":1.4142135623730951},"214":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":2.0},"312":{"tf":1.4142135623730951},"325":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"434":{"tf":1.0},"472":{"tf":1.0},"507":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"d":{">":{"[":{"0":{".":{".":{"1":{"0":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"460":{"tf":6.324555320336759},"59":{"tf":2.23606797749979},"73":{"tf":4.795831523312719},"78":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"306":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"106":{"tf":1.0},"222":{"tf":1.0},"267":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}},"df":22,"docs":{"1":{"tf":1.0},"180":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0},"461":{"tf":1.4142135623730951},"477":{"tf":1.0},"5":{"tf":1.0},"547":{"tf":4.898979485566356},"548":{"tf":2.0},"557":{"tf":1.4142135623730951},"94":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"255":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"473":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"490":{"tf":1.0},"494":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"272":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"306":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"222":{"tf":1.0},"451":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"215":{"tf":2.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"472":{"tf":2.0},"557":{"tf":1.0}},"t":{"df":27,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"236":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"363":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":4.58257569495584},"475":{"tf":1.0},"48":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":6,"docs":{"355":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"275":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":20,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.4142135623730951},"275":{"tf":3.0},"35":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"379":{"tf":1.0},"40":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"457":{"tf":1.0},"470":{"tf":2.23606797749979},"523":{"tf":1.4142135623730951},"530":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}}}},"i":{"c":{"df":21,"docs":{"166":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"362":{"tf":2.0},"370":{"tf":2.0},"416":{"tf":2.6457513110645907},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"459":{"tf":1.7320508075688772},"468":{"tf":3.3166247903554},"478":{"tf":1.0},"488":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"<":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"436":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":9,"docs":{"103":{"tf":2.0},"104":{"tf":2.8284271247461903},"106":{"tf":1.0},"108":{"tf":1.0},"2":{"tf":1.0},"203":{"tf":1.0},"350":{"tf":1.0},"452":{"tf":2.0},"473":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":13,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"239":{"tf":2.23606797749979},"28":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.0},"555":{"tf":1.0},"58":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"323":{"tf":1.0},"331":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"p":{"df":2,"docs":{"130":{"tf":1.0},"346":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":2.449489742783178},"183":{"tf":1.0},"197":{"tf":1.7320508075688772},"388":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"473":{"tf":1.0},"478":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"258":{"tf":1.0},"416":{"tf":1.0},"441":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"251":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":3.605551275463989}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"461":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"147":{"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":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"350":{"tf":1.0},"516":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"[":{"0":{"df":4,"docs":{"166":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"415":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"132":{"tf":1.7320508075688772},"493":{"tf":2.0}},"u":{"df":20,"docs":{"130":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"245":{"tf":1.0},"320":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.7320508075688772},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"516":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"347":{"tf":1.0}}},"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":2,"docs":{"131":{"tf":2.449489742783178},"132":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"131":{"tf":2.8284271247461903}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"524":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"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":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"493":{"tf":2.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"138":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"388":{"tf":1.0},"474":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":3.4641016151377544}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"446":{"tf":1.4142135623730951},"448":{"tf":1.0},"489":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"415":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"416":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"\"":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"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":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":115,"docs":{"112":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"131":{"tf":1.0},"132":{"tf":3.1622776601683795},"134":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"139":{"tf":1.4142135623730951},"140":{"tf":2.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":2.0},"156":{"tf":2.449489742783178},"158":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":2.449489742783178},"182":{"tf":1.0},"183":{"tf":3.4641016151377544},"184":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":2.23606797749979},"189":{"tf":2.449489742783178},"193":{"tf":2.0},"198":{"tf":2.0},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":2.449489742783178},"205":{"tf":1.0},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":2.0},"265":{"tf":1.0},"300":{"tf":2.0},"318":{"tf":3.4641016151377544},"320":{"tf":1.4142135623730951},"321":{"tf":1.7320508075688772},"322":{"tf":2.449489742783178},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"328":{"tf":2.23606797749979},"329":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":2.449489742783178},"339":{"tf":3.872983346207417},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"348":{"tf":1.0},"349":{"tf":1.4142135623730951},"350":{"tf":2.0},"351":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":2.0},"370":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"388":{"tf":2.6457513110645907},"391":{"tf":1.7320508075688772},"398":{"tf":1.0},"401":{"tf":2.449489742783178},"412":{"tf":1.7320508075688772},"416":{"tf":2.449489742783178},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"439":{"tf":2.0},"442":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"448":{"tf":2.0},"459":{"tf":1.7320508075688772},"466":{"tf":1.7320508075688772},"472":{"tf":1.7320508075688772},"473":{"tf":2.23606797749979},"486":{"tf":1.0},"489":{"tf":3.1622776601683795},"493":{"tf":2.8284271247461903},"496":{"tf":1.7320508075688772},"497":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"516":{"tf":1.7320508075688772},"524":{"tf":2.6457513110645907},"534":{"tf":1.0},"99":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"335":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"163":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"180":{"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":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"180":{"tf":1.0}}}}}}}}}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"524":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.4142135623730951}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":2,"docs":{"181":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"180":{"tf":2.449489742783178},"184":{"tf":2.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"156":{"tf":1.0},"217":{"tf":1.0},"28":{"tf":1.0},"306":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.4142135623730951},"433":{"tf":1.0},"476":{"tf":2.23606797749979},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"490":{"tf":1.0},"557":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"463":{"tf":1.0},"478":{"tf":1.0},"520":{"tf":1.4142135623730951}}}},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"110":{"tf":1.0},"242":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.7320508075688772},"19":{"tf":1.0},"36":{"tf":1.0},"404":{"tf":2.8284271247461903},"405":{"tf":2.0},"415":{"tf":1.0},"416":{"tf":2.449489742783178},"425":{"tf":1.0},"426":{"tf":2.6457513110645907}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"266":{"tf":1.0},"344":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"551":{"tf":1.0},"558":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"452":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"540":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"341":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"126":{"tf":2.0},"127":{"tf":1.0},"129":{"tf":1.0},"557":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"48":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":59,"docs":{"182":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"268":{"tf":1.0},"275":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":2.23606797749979},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.4142135623730951},"305":{"tf":1.0},"307":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.7320508075688772},"425":{"tf":1.0},"439":{"tf":1.4142135623730951},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"470":{"tf":1.0},"477":{"tf":1.0},"510":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"343":{"tf":2.23606797749979},"473":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"451":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"471":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":96,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"159":{"tf":4.47213595499958},"160":{"tf":3.3166247903554},"161":{"tf":2.6457513110645907},"162":{"tf":2.0},"163":{"tf":2.6457513110645907},"164":{"tf":2.8284271247461903},"165":{"tf":2.449489742783178},"166":{"tf":2.6457513110645907},"167":{"tf":2.6457513110645907},"168":{"tf":2.23606797749979},"169":{"tf":3.7416573867739413},"170":{"tf":3.4641016151377544},"171":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":2.449489742783178},"178":{"tf":1.7320508075688772},"179":{"tf":3.4641016151377544},"180":{"tf":3.605551275463989},"181":{"tf":2.23606797749979},"182":{"tf":1.7320508075688772},"183":{"tf":2.23606797749979},"184":{"tf":2.8284271247461903},"185":{"tf":2.449489742783178},"186":{"tf":4.242640687119285},"187":{"tf":2.0},"188":{"tf":2.0},"189":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"22":{"tf":1.7320508075688772},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"316":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.7320508075688772},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":2.449489742783178},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"346":{"tf":3.605551275463989},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.7320508075688772},"442":{"tf":1.0},"446":{"tf":2.449489742783178},"468":{"tf":1.0},"471":{"tf":3.0},"472":{"tf":3.1622776601683795},"473":{"tf":5.0},"524":{"tf":4.69041575982343},"530":{"tf":1.7320508075688772},"531":{"tf":2.0},"534":{"tf":2.6457513110645907},"544":{"tf":2.449489742783178},"557":{"tf":2.449489742783178},"560":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"327":{"tf":1.0},"349":{"tf":1.0},"498":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"468":{"tf":1.4142135623730951},"531":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"473":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"345":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"345":{"tf":3.605551275463989},"346":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.0},"471":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":2.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"314":{"tf":1.0},"464":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"131":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"543":{"tf":1.0},"554":{"tf":1.0}},"i":{"df":3,"docs":{"107":{"tf":1.0},"15":{"tf":1.0},"470":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"554":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}}},"0":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"p":{"a":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"477":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"314":{"tf":1.0},"375":{"tf":1.4142135623730951},"430":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.0}}}}},"t":{"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.0}}}},"df":4,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":43,"docs":{"101":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":2.23606797749979},"186":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"267":{"tf":1.4142135623730951},"27":{"tf":1.0},"309":{"tf":1.0},"327":{"tf":1.0},"353":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.4142135623730951},"477":{"tf":1.0},"479":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"515":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"54":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"7":{"tf":1.0},"78":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"(":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"243":{"tf":1.0},"251":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"152":{"tf":1.0},"268":{"tf":1.0},"306":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"434":{"tf":1.0},"71":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"201":{"tf":1.0},"323":{"tf":1.0},"329":{"tf":1.0},"339":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":8,"docs":{"105":{"tf":2.0},"316":{"tf":1.0},"319":{"tf":1.4142135623730951},"320":{"tf":1.0},"322":{"tf":2.449489742783178},"379":{"tf":1.0},"483":{"tf":1.0},"555":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"3":{".":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"7":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"2":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"345":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"181":{"tf":1.0},"322":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"176":{"tf":1.7320508075688772},"183":{"tf":2.0},"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"161":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"276":{"tf":1.0},"363":{"tf":1.0},"37":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"416":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":64,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"164":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.4142135623730951},"277":{"tf":1.0},"28":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"37":{"tf":1.4142135623730951},"376":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":27,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"128":{"tf":2.449489742783178},"130":{"tf":1.0},"170":{"tf":1.0},"247":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"41":{"tf":1.0},"413":{"tf":1.7320508075688772},"416":{"tf":1.4142135623730951},"417":{"tf":1.0},"429":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"474":{"tf":1.0},"530":{"tf":2.23606797749979},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":3,"docs":{"109":{"tf":1.0},"15":{"tf":1.0},"64":{"tf":1.0}},"l":{"df":10,"docs":{"123":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"283":{"tf":1.0},"288":{"tf":1.0},"440":{"tf":1.0},"464":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"363":{"tf":1.0}}},"df":29,"docs":{"305":{"tf":1.4142135623730951},"306":{"tf":1.0},"307":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":2.23606797749979},"358":{"tf":1.4142135623730951},"359":{"tf":2.6457513110645907},"360":{"tf":2.6457513110645907},"361":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"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":2.23606797749979},"376":{"tf":2.0},"42":{"tf":1.0},"58":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"350":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":39,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"203":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"259":{"tf":1.0},"287":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"316":{"tf":1.0},"320":{"tf":1.4142135623730951},"323":{"tf":1.0},"347":{"tf":1.4142135623730951},"350":{"tf":1.4142135623730951},"377":{"tf":1.0},"390":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"413":{"tf":1.0},"416":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"438":{"tf":1.0},"441":{"tf":1.0},"460":{"tf":1.4142135623730951},"473":{"tf":1.0},"524":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"383":{"tf":1.0}}},".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"296":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"(":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"230":{"tf":1.7320508075688772}}}}}},"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":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"(":{"\"":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"0":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},">":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"?":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"269":{"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":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"269":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":44,"docs":{"121":{"tf":2.0},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"138":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":3.0},"154":{"tf":2.23606797749979},"156":{"tf":2.8284271247461903},"166":{"tf":1.4142135623730951},"168":{"tf":2.23606797749979},"178":{"tf":2.23606797749979},"181":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"212":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"223":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"293":{"tf":3.605551275463989},"296":{"tf":1.7320508075688772},"341":{"tf":1.4142135623730951},"343":{"tf":2.23606797749979},"345":{"tf":1.7320508075688772},"381":{"tf":2.449489742783178},"383":{"tf":5.0},"388":{"tf":2.0},"410":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"448":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.4142135623730951},"460":{"tf":2.449489742783178},"73":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.4142135623730951}}}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":5,"docs":{"108":{"tf":2.0},"109":{"tf":1.0},"187":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":23,"docs":{"132":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":3.0},"148":{"tf":2.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"280":{"tf":2.0},"285":{"tf":1.0},"290":{"tf":1.0},"299":{"tf":1.4142135623730951},"312":{"tf":2.0},"335":{"tf":1.7320508075688772},"348":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"407":{"tf":1.0},"516":{"tf":2.0},"524":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"261":{"tf":1.7320508075688772}}}}}}}},"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"260":{"tf":1.0},"464":{"tf":1.0},"496":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"261":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":8,"docs":{"248":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":3.605551275463989},"496":{"tf":2.449489742783178},"500":{"tf":1.0},"78":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"317":{"tf":1.0},"531":{"tf":1.0},"557":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"164":{"tf":2.449489742783178},"166":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"350":{"tf":1.0},"388":{"tf":2.449489742783178},"414":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":1.0},"432":{"tf":1.0},"474":{"tf":1.4142135623730951}}}}}}},"l":{"df":8,"docs":{"1":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.4142135623730951},"426":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"518":{"tf":1.0},"557":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":2,"docs":{"359":{"tf":1.0},"360":{"tf":1.0}}},"df":6,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"x":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"358":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"\\":{"\"":{":":{"\\":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":9,"docs":{"132":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"318":{"tf":2.449489742783178},"323":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":21,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"239":{"tf":4.47213595499958},"240":{"tf":2.8284271247461903},"318":{"tf":4.0},"351":{"tf":1.0},"358":{"tf":1.0},"380":{"tf":1.0},"412":{"tf":3.3166247903554},"510":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":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":1,"docs":{"470":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"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":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"6":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"345":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"542":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"&":{"\\":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"a":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"@":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"5":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"3":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"}":{"\\":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"{":{"4":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"}":{"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"{":{"df":0,"docs":{},"g":{"df":1,"docs":{"345":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0}}}},"t":{"'":{"df":8,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"410":{"tf":1.0},"464":{"tf":1.0},"478":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"407":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"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":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"412":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"412":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"412":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"410":{"tf":1.0},"412":{"tf":3.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"410":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"381":{"tf":1.0},"388":{"tf":1.0},"40":{"tf":1.0},"429":{"tf":1.0},"473":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"203":{"tf":1.0},"354":{"tf":1.0},"375":{"tf":1.0},"473":{"tf":1.0},"486":{"tf":1.0},"80":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"316":{"tf":1.0},"321":{"tf":1.0},"389":{"tf":1.0},"472":{"tf":1.0}}},"v":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"429":{"tf":1.0},"439":{"tf":1.0},"441":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":3,"docs":{"1":{"tf":1.0},"416":{"tf":1.0},"99":{"tf":1.0}}}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"452":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":9,"docs":{"107":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0},"316":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"467":{"tf":1.0},"477":{"tf":1.0},"559":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"109":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":2.0}}}}}}},"df":2,"docs":{"186":{"tf":1.0},"189":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"455":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"127":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"208":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"334":{"tf":1.0},"347":{"tf":1.0},"398":{"tf":1.0},"446":{"tf":1.4142135623730951},"557":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"197":{"tf":1.7320508075688772},"368":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"557":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"w":{"df":23,"docs":{"100":{"tf":1.0},"111":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.4142135623730951},"203":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"320":{"tf":1.0},"335":{"tf":1.7320508075688772},"349":{"tf":1.0},"350":{"tf":1.7320508075688772},"354":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"488":{"tf":2.0},"509":{"tf":1.4142135623730951},"523":{"tf":2.0},"532":{"tf":1.0}},"n":{"df":3,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"194":{"tf":1.0}}}}}},"u":{"df":5,"docs":{"128":{"tf":1.0},"213":{"tf":1.0},"451":{"tf":1.0},"542":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"282":{"tf":1.0},"287":{"tf":1.7320508075688772},"293":{"tf":1.4142135623730951},"299":{"tf":2.23606797749979},"300":{"tf":1.7320508075688772}},"s":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"197":{"tf":2.449489742783178}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":5,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"293":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"464":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":2.0},"300":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":36,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"172":{"tf":2.449489742783178},"173":{"tf":1.0},"223":{"tf":1.4142135623730951},"243":{"tf":1.0},"251":{"tf":1.0},"287":{"tf":1.0},"299":{"tf":2.23606797749979},"300":{"tf":2.0},"329":{"tf":1.0},"336":{"tf":1.7320508075688772},"350":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"398":{"tf":1.4142135623730951},"413":{"tf":1.0},"446":{"tf":1.0},"459":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":2.23606797749979},"478":{"tf":1.0},"49":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.4142135623730951},"530":{"tf":1.0},"542":{"tf":1.4142135623730951},"554":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"477":{"tf":1.0}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"388":{"tf":1.0},"40":{"tf":1.0},"474":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"230":{"tf":2.0},"300":{"tf":1.0},"37":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"]":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"168":{"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":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"306":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"185":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"405":{"tf":1.7320508075688772}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"508":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"<":{"df":1,"docs":{"184":{"tf":3.1622776601683795}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":17,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"179":{"tf":3.0},"180":{"tf":3.1622776601683795},"181":{"tf":1.7320508075688772},"182":{"tf":1.4142135623730951},"183":{"tf":2.0},"184":{"tf":3.872983346207417},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"328":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"531":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"170":{"tf":1.0},"186":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"df":8,"docs":{"108":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"37":{"tf":1.0},"397":{"tf":1.0},"441":{"tf":1.0},"527":{"tf":1.0},"86":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"100":{"tf":1.0},"156":{"tf":4.69041575982343},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.7320508075688772},"401":{"tf":1.4142135623730951},"423":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"328":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"345":{"tf":2.449489742783178},"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"287":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":5,"docs":{"345":{"tf":2.23606797749979},"388":{"tf":1.4142135623730951},"391":{"tf":1.0},"423":{"tf":1.0},"426":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"r":{"7":{"df":0,"docs":{},"z":{"df":0,"docs":{},"w":{"df":1,"docs":{"310":{"tf":1.0}}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"329":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"22":{"tf":1.0},"320":{"tf":1.4142135623730951},"406":{"tf":2.23606797749979},"407":{"tf":2.6457513110645907},"408":{"tf":2.0},"409":{"tf":1.7320508075688772},"410":{"tf":2.6457513110645907},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"557":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"161":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"380":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.4142135623730951},"540":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"296":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"25":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"470":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":41,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":2.6457513110645907},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"176":{"tf":1.0},"192":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"223":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"293":{"tf":1.0},"298":{"tf":1.0},"303":{"tf":2.0},"320":{"tf":2.23606797749979},"336":{"tf":1.0},"341":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":2.23606797749979},"401":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772},"50":{"tf":3.0},"516":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"560":{"tf":1.0}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"344":{"tf":1.0},"380":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"187":{"tf":1.0},"335":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"81":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"345":{"tf":1.0},"542":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":59,"docs":{"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"323":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"360":{"tf":1.0},"37":{"tf":1.0},"377":{"tf":1.4142135623730951},"381":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"40":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"423":{"tf":1.4142135623730951},"429":{"tf":1.0},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"452":{"tf":1.4142135623730951},"464":{"tf":1.0},"486":{"tf":1.0},"516":{"tf":1.0},"531":{"tf":1.0},"555":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":218,"docs":{"0":{"tf":1.0},"100":{"tf":2.449489742783178},"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"135":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"159":{"tf":1.0},"161":{"tf":2.0},"169":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"190":{"tf":2.0},"191":{"tf":2.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.6457513110645907},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":2.449489742783178},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"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.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"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.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},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.7320508075688772},"306":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":2.449489742783178},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.4142135623730951},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"334":{"tf":1.4142135623730951},"335":{"tf":2.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"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":2.449489742783178},"349":{"tf":2.23606797749979},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.7320508075688772},"416":{"tf":1.0},"453":{"tf":1.0},"460":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"516":{"tf":2.23606797749979},"518":{"tf":2.23606797749979},"531":{"tf":1.0},"534":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":2.6457513110645907},"77":{"tf":1.4142135623730951},"78":{"tf":2.6457513110645907}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":11,"docs":{"164":{"tf":1.0},"170":{"tf":1.0},"193":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"363":{"tf":1.0},"456":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":3,"docs":{"459":{"tf":1.0},"554":{"tf":1.0},"72":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"320":{"tf":1.0},"389":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"467":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"305":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"1":{"tf":1.0},"128":{"tf":1.0},"27":{"tf":1.0},"360":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"517":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"314":{"tf":1.0},"323":{"tf":1.4142135623730951},"332":{"tf":1.0},"347":{"tf":1.0},"407":{"tf":1.0},"467":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0}},"n":{"df":1,"docs":{"223":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.0},"347":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}},"df":7,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"41":{"tf":1.0},"469":{"tf":1.0},"556":{"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":{"130":{"tf":1.0},"56":{"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":{"357":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"301":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"554":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":9,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"324":{"tf":1.0},"352":{"tf":1.0},"409":{"tf":1.0},"413":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.0},"78":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"317":{"tf":1.0}}}}},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"296":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"464":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":3.3166247903554},"103":{"tf":2.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"109":{"tf":3.605551275463989},"259":{"tf":2.449489742783178},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"466":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"259":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":7,"docs":{"102":{"tf":2.449489742783178},"103":{"tf":1.0},"104":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"r":{"df":11,"docs":{"102":{"tf":1.7320508075688772},"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},"50":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":7,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":2.449489742783178},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"477":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"461":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"126":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"547":{"tf":1.0}},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"388":{"tf":1.0},"389":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"169":{"tf":1.0},"253":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"263":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"556":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":60,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"14":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"16":{"tf":1.0},"18":{"tf":2.449489742783178},"193":{"tf":2.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"415":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"466":{"tf":1.0},"478":{"tf":1.4142135623730951},"490":{"tf":1.7320508075688772},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.23606797749979},"503":{"tf":1.0},"520":{"tf":1.0},"523":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"554":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"df":44,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"2":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.4142135623730951},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"33":{"tf":1.0},"357":{"tf":2.449489742783178},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"405":{"tf":1.4142135623730951},"410":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"456":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"477":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":59,"docs":{"12":{"tf":1.4142135623730951},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"480":{"tf":1.7320508075688772},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.4142135623730951},"523":{"tf":1.0},"555":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"196":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"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":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"s":{"0":{"1":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"<":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":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":{"29":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":11,"docs":{"156":{"tf":1.7320508075688772},"309":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"396":{"tf":1.0},"402":{"tf":2.23606797749979},"403":{"tf":3.0},"460":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":368,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":3.3166247903554},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":3.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.449489742783178},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.4142135623730951},"169":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":2.0},"183":{"tf":2.8284271247461903},"184":{"tf":2.6457513110645907},"185":{"tf":2.6457513110645907},"186":{"tf":1.0},"187":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"2":{"tf":2.23606797749979},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.8284271247461903},"212":{"tf":2.449489742783178},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":2.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.449489742783178},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":3.3166247903554},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"267":{"tf":2.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"289":{"tf":1.7320508075688772},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.4142135623730951},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"297":{"tf":2.0},"301":{"tf":1.0},"303":{"tf":1.4142135623730951},"305":{"tf":1.7320508075688772},"306":{"tf":2.8284271247461903},"308":{"tf":1.0},"309":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.4142135623730951},"312":{"tf":2.0},"313":{"tf":2.0},"314":{"tf":1.0},"316":{"tf":1.4142135623730951},"318":{"tf":1.0},"319":{"tf":1.7320508075688772},"32":{"tf":1.0},"320":{"tf":2.0},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"323":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":2.0},"326":{"tf":1.0},"327":{"tf":2.0},"328":{"tf":1.0},"329":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"331":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"339":{"tf":2.6457513110645907},"340":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":2.6457513110645907},"344":{"tf":1.4142135623730951},"345":{"tf":2.449489742783178},"346":{"tf":2.23606797749979},"347":{"tf":2.0},"349":{"tf":1.4142135623730951},"35":{"tf":1.0},"350":{"tf":2.23606797749979},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":2.0},"356":{"tf":2.23606797749979},"357":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":2.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"372":{"tf":1.4142135623730951},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.4142135623730951},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":1.0},"393":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.7320508075688772},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951},"399":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"401":{"tf":2.0},"403":{"tf":1.0},"404":{"tf":2.23606797749979},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.4142135623730951},"410":{"tf":2.6457513110645907},"413":{"tf":1.4142135623730951},"415":{"tf":2.0},"416":{"tf":3.4641016151377544},"419":{"tf":1.0},"420":{"tf":1.4142135623730951},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":2.23606797749979},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":2.23606797749979},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":2.6457513110645907},"442":{"tf":1.4142135623730951},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":2.23606797749979},"447":{"tf":2.23606797749979},"448":{"tf":1.7320508075688772},"45":{"tf":1.0},"456":{"tf":2.23606797749979},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.7320508075688772},"461":{"tf":2.23606797749979},"465":{"tf":2.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":3.3166247903554},"471":{"tf":1.4142135623730951},"472":{"tf":2.23606797749979},"473":{"tf":4.123105625617661},"474":{"tf":1.7320508075688772},"477":{"tf":2.449489742783178},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":2.23606797749979},"492":{"tf":1.4142135623730951},"493":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":2.6457513110645907},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"52":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.7320508075688772},"56":{"tf":3.1622776601683795},"560":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":2.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":2.23606797749979},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":3.1622776601683795},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":53,"docs":{"119":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"239":{"tf":2.8284271247461903},"251":{"tf":1.0},"270":{"tf":1.0},"277":{"tf":1.4142135623730951},"306":{"tf":1.0},"316":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"349":{"tf":1.4142135623730951},"375":{"tf":1.4142135623730951},"380":{"tf":1.0},"383":{"tf":2.449489742783178},"386":{"tf":1.0},"396":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":2.8284271247461903},"407":{"tf":1.0},"412":{"tf":1.0},"416":{"tf":1.0},"421":{"tf":1.0},"428":{"tf":1.0},"441":{"tf":1.0},"472":{"tf":1.4142135623730951},"473":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"558":{"tf":2.0},"559":{"tf":1.0},"73":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"202":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"554":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"468":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"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":{},"g":{"df":1,"docs":{"271":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"319":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"0":{"tf":1.0},"161":{"tf":1.0},"293":{"tf":1.0},"362":{"tf":1.0},"452":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"556":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"132":{"tf":1.0},"40":{"tf":1.0},"464":{"tf":1.0}}}}}},"df":6,"docs":{"249":{"tf":1.0},"251":{"tf":2.0},"301":{"tf":2.23606797749979},"388":{"tf":2.0},"40":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"0":{".":{"0":{".":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"7":{".":{"3":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"334":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"1":{"df":1,"docs":{"276":{"tf":2.8284271247461903}}},"2":{"df":1,"docs":{"276":{"tf":3.605551275463989}}},"df":89,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":2.8284271247461903},"138":{"tf":2.23606797749979},"142":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":3.1622776601683795},"151":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"168":{"tf":2.449489742783178},"176":{"tf":2.23606797749979},"177":{"tf":2.0},"178":{"tf":2.0},"181":{"tf":1.7320508075688772},"183":{"tf":2.0},"185":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":2.8284271247461903},"215":{"tf":2.0},"221":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"230":{"tf":3.1622776601683795},"232":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"240":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"259":{"tf":2.0},"261":{"tf":1.4142135623730951},"265":{"tf":2.449489742783178},"267":{"tf":2.0},"269":{"tf":2.0},"271":{"tf":2.0},"275":{"tf":2.449489742783178},"277":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"293":{"tf":4.242640687119285},"295":{"tf":1.4142135623730951},"296":{"tf":2.0},"300":{"tf":2.0},"303":{"tf":1.4142135623730951},"306":{"tf":3.3166247903554},"308":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"318":{"tf":2.449489742783178},"319":{"tf":1.4142135623730951},"331":{"tf":2.0},"339":{"tf":1.4142135623730951},"343":{"tf":2.0},"350":{"tf":1.0},"372":{"tf":1.0},"376":{"tf":1.4142135623730951},"383":{"tf":2.0},"386":{"tf":1.4142135623730951},"388":{"tf":2.449489742783178},"391":{"tf":1.0},"395":{"tf":2.0},"401":{"tf":1.0},"405":{"tf":2.449489742783178},"410":{"tf":1.0},"412":{"tf":3.0},"439":{"tf":2.0},"442":{"tf":2.449489742783178},"445":{"tf":2.0},"448":{"tf":2.0},"455":{"tf":2.0},"460":{"tf":1.0},"470":{"tf":4.123105625617661},"472":{"tf":1.7320508075688772},"473":{"tf":2.0},"474":{"tf":1.0},"99":{"tf":1.0}},"i":{"d":{"df":15,"docs":{"169":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.7320508075688772},"358":{"tf":1.0},"382":{"tf":1.0},"430":{"tf":1.0},"473":{"tf":1.0},"533":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":88,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":2.8284271247461903},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"167":{"tf":1.0},"168":{"tf":1.4142135623730951},"177":{"tf":1.0},"189":{"tf":2.23606797749979},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.0},"195":{"tf":2.23606797749979},"199":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"237":{"tf":2.0},"240":{"tf":1.0},"253":{"tf":1.0},"263":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":2.6457513110645907},"280":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"327":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"335":{"tf":1.0},"336":{"tf":2.0},"339":{"tf":3.3166247903554},"346":{"tf":1.0},"347":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"423":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"445":{"tf":1.0},"454":{"tf":1.0},"460":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.4142135623730951},"486":{"tf":1.0},"489":{"tf":2.0},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951},"90":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"107":{"tf":1.7320508075688772},"109":{"tf":2.8284271247461903},"120":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"354":{"tf":1.0},"376":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.7320508075688772},"465":{"tf":1.0},"542":{"tf":1.0},"557":{"tf":1.0},"62":{"tf":2.0}}},"df":0,"docs":{}}}}},"r":{"df":4,"docs":{"388":{"tf":1.0},"401":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"318":{"tf":2.23606797749979},"405":{"tf":1.0},"416":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"448":{"tf":1.0},"470":{"tf":1.0}}}},"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"477":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":20,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.0},"179":{"tf":1.0},"2":{"tf":1.0},"248":{"tf":1.0},"277":{"tf":1.0},"324":{"tf":1.0},"350":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"461":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"535":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":1,"docs":{"337":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":10,"docs":{"449":{"tf":2.8284271247461903},"450":{"tf":1.0},"451":{"tf":2.23606797749979},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"490":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"452":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"107":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":2.0},"546":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"103":{"tf":1.4142135623730951}},"i":{"df":26,"docs":{"110":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"320":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"518":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"56":{"tf":1.0},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},">":{"1":{".":{"9":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"435":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"491":{"tf":2.449489742783178}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"451":{"tf":1.0}}},"1":{"<":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"435":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.4142135623730951},"97":{"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":57,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.449489742783178},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":2.0},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.7320508075688772},"27":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"321":{"tf":1.0},"36":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"436":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"458":{"tf":1.0},"47":{"tf":3.3166247903554},"477":{"tf":2.0},"478":{"tf":1.0},"48":{"tf":1.0},"486":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"535":{"tf":2.23606797749979},"536":{"tf":1.7320508075688772},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.7320508075688772},"541":{"tf":1.7320508075688772},"542":{"tf":2.0},"547":{"tf":4.358898943540674},"555":{"tf":1.7320508075688772},"557":{"tf":1.0},"56":{"tf":2.6457513110645907},"6":{"tf":1.0},"69":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}}}}},"h":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}},"i":{"a":{"df":19,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"167":{"tf":1.7320508075688772},"245":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"311":{"tf":1.0},"319":{"tf":1.7320508075688772},"36":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"500":{"tf":1.0},"528":{"tf":1.4142135623730951},"540":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"282":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"291":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"286":{"tf":1.0},"291":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"{":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"\"":{",":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"[":{"df":0,"docs":{},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"]":{"df":0,"docs":{},"}":{",":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"287":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{},"w":{"df":13,"docs":{"177":{"tf":1.0},"216":{"tf":1.0},"3":{"tf":1.0},"313":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"468":{"tf":1.0},"529":{"tf":1.0},"550":{"tf":1.0},"63":{"tf":1.0}}}},"p":{"df":1,"docs":{"403":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"454":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":23,"docs":{"100":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":2.449489742783178},"313":{"tf":1.0},"356":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"416":{"tf":2.449489742783178},"425":{"tf":1.4142135623730951},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"432":{"tf":2.0},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"492":{"tf":2.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"317":{"tf":1.4142135623730951},"403":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"(":{"df":1,"docs":{"356":{"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":{"df":2,"docs":{"389":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":1.7320508075688772}}}}}},"df":3,"docs":{"460":{"tf":2.449489742783178},"73":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"59":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"522":{"tf":1.0}},"t":{"df":111,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.7320508075688772},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":2.0},"215":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"235":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"251":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.4142135623730951},"298":{"tf":1.0},"303":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"308":{"tf":1.0},"313":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"347":{"tf":1.0},"350":{"tf":1.7320508075688772},"355":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.4142135623730951},"384":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"408":{"tf":1.0},"410":{"tf":1.4142135623730951},"412":{"tf":1.0},"421":{"tf":1.0},"439":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"470":{"tf":3.1622776601683795},"472":{"tf":1.0},"474":{"tf":1.0},"493":{"tf":1.0},"516":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"89":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"22":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"472":{"tf":1.4142135623730951}}},"p":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"425":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"416":{"tf":2.0},"419":{"tf":1.0},"432":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":8,"docs":{"164":{"tf":3.3166247903554},"179":{"tf":1.0},"185":{"tf":1.0},"414":{"tf":3.1622776601683795},"415":{"tf":3.7416573867739413},"416":{"tf":4.358898943540674},"425":{"tf":2.0},"432":{"tf":3.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":2.6457513110645907},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"415":{"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":{},"u":{"df":0,"docs":{},"t":{"(":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"416":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"470":{"tf":1.0},"486":{"tf":1.0},"554":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"181":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}}},"y":{"df":55,"docs":{"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"179":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"299":{"tf":1.0},"307":{"tf":1.0},"311":{"tf":1.0},"318":{"tf":1.0},"321":{"tf":1.0},"324":{"tf":1.0},"335":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"377":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"398":{"tf":1.0},"402":{"tf":1.0},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0},"441":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.0},"467":{"tf":1.0},"493":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"263":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":46,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"168":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"296":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.4142135623730951},"410":{"tf":1.0},"414":{"tf":1.0},"460":{"tf":1.4142135623730951},"470":{"tf":2.23606797749979},"472":{"tf":1.0},"473":{"tf":1.7320508075688772},"68":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":17,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"212":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"313":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"414":{"tf":1.0},"470":{"tf":2.0},"69":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":16,"docs":{"128":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.7320508075688772},"183":{"tf":1.0},"185":{"tf":1.0},"293":{"tf":1.0},"321":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.7320508075688772},"467":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0}}}},"b":{"df":2,"docs":{"186":{"tf":1.0},"556":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"223":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":23,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"196":{"tf":1.0},"223":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"297":{"tf":1.0},"306":{"tf":1.0},"331":{"tf":1.0},"345":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.0},"457":{"tf":1.0},"460":{"tf":1.0},"469":{"tf":1.4142135623730951},"476":{"tf":1.0},"477":{"tf":1.0},"517":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"388":{"tf":1.0},"461":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"108":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"352":{"tf":1.0},"467":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"159":{"tf":1.0},"225":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"395":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"347":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"101":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"132":{"tf":1.0},"157":{"tf":1.0},"197":{"tf":1.7320508075688772},"237":{"tf":1.0},"309":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"372":{"tf":1.0},"374":{"tf":1.0},"477":{"tf":1.0},"50":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"o":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.4142135623730951},"255":{"tf":1.0},"33":{"tf":1.0},"381":{"tf":1.0},"405":{"tf":1.0},"416":{"tf":1.0},"443":{"tf":1.0},"470":{"tf":1.0},"512":{"tf":1.0},"558":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"395":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"100":{"tf":1.0},"409":{"tf":1.0},"99":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"s":{"(":{"*":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"181":{"tf":1.0},"388":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"168":{"tf":1.0}}}},"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":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"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":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"232":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":10,"docs":{"100":{"tf":1.0},"131":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"306":{"tf":1.0},"388":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"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":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"221":{"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":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}},"u":{"df":1,"docs":{"132":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"343":{"tf":1.0}}},"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":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"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":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"243":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"372":{"tf":1.0},"376":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"112":{"tf":1.0},"158":{"tf":1.0},"204":{"tf":1.0},"300":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"138":{"tf":1.0},"247":{"tf":1.0},"331":{"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":{"271":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"455":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"455":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"293":{"tf":1.4142135623730951}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"\"":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"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":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"273":{"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":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"308":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{">":{"(":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"319":{"tf":1.0}}}}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"318":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"275":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"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":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"472":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"105":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{},"n":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"314":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":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":{},"w":{"df":71,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":2.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.7320508075688772},"183":{"tf":1.0},"189":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"212":{"tf":1.0},"215":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":2.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.4142135623730951},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":2.8284271247461903},"295":{"tf":1.0},"296":{"tf":1.4142135623730951},"298":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"303":{"tf":1.0},"308":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":2.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.4142135623730951},"339":{"tf":1.0},"343":{"tf":1.4142135623730951},"372":{"tf":1.0},"376":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.0},"405":{"tf":3.4641016151377544},"415":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"473":{"tf":1.0},"483":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"493":{"tf":3.4641016151377544},"496":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"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":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"146":{"tf":1.0},"158":{"tf":1.0},"223":{"tf":1.0},"265":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"204":{"tf":1.0},"230":{"tf":1.0},"293":{"tf":1.4142135623730951},"343":{"tf":1.0},"383":{"tf":1.7320508075688772},"448":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"293":{"tf":1.0}}}}}},"df":0,"docs":{}},"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":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"295":{"tf":1.0},"296":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"298":{"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":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"0":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"131":{"tf":1.0}}},"2":{"df":1,"docs":{"131":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"448":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"318":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"230":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"293":{"tf":1.4142135623730951},"300":{"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":{},"l":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"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":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"100":{"tf":1.0},"400":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"401":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":5,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.7320508075688772},"399":{"tf":1.0},"401":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"0":{"tf":1.0},"168":{"tf":2.6457513110645907},"187":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":2.6457513110645907},"210":{"tf":1.0},"306":{"tf":1.0},"353":{"tf":1.4142135623730951},"389":{"tf":1.0},"432":{"tf":1.0},"57":{"tf":1.0},"75":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"k":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"327":{"tf":1.0},"498":{"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":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"498":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.4142135623730951}}}}}}}}},"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":{},"n":{"d":{"df":1,"docs":{"498":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"327":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.0},"331":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"331":{"tf":1.0},"510":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"b":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"151":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"138":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"489":{"tf":2.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"138":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"t":{"df":22,"docs":{"109":{"tf":1.0},"143":{"tf":1.0},"155":{"tf":1.0},"226":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"339":{"tf":2.0},"343":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.4142135623730951},"383":{"tf":1.0},"405":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"476":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"79":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"336":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"336":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"339":{"tf":1.7320508075688772}}}}}},"df":1,"docs":{"336":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"100":{"tf":1.0},"377":{"tf":1.4142135623730951},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{".":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"383":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"532":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"415":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"379":{"tf":1.4142135623730951}}},"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":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"35":{"tf":1.0},"378":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":4,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"100":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":2.0},"442":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"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":{},"n":{"d":{"df":4,"docs":{"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"393":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.4142135623730951},"399":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"399":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"328":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"328":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"100":{"tf":1.0},"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"a":{"d":{"d":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"405":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"405":{"tf":2.449489742783178}}}}}},"df":6,"docs":{"100":{"tf":1.0},"19":{"tf":1.0},"406":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"426":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"404":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"10":{"tf":1.0},"396":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"402":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"336":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"339":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"498":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"388":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.7320508075688772}}},"r":{"d":{"df":13,"docs":{"1":{"tf":1.4142135623730951},"110":{"tf":1.0},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"222":{"tf":1.0},"246":{"tf":1.0},"317":{"tf":1.0},"368":{"tf":1.4142135623730951},"388":{"tf":1.0},"416":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":47,"docs":{"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"167":{"tf":2.0},"169":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"357":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"40":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"443":{"tf":1.0},"446":{"tf":1.0},"454":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.4142135623730951},"478":{"tf":1.0},"50":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"557":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}},"l":{"d":{"'":{"df":1,"docs":{"303":{"tf":1.7320508075688772}}},")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"350":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"267":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":5,"docs":{"280":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":7,"docs":{"132":{"tf":1.0},"171":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.4142135623730951},"464":{"tf":1.0},"495":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"303":{"tf":1.4142135623730951},"350":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"350":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"122":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"201":{"tf":1.4142135623730951},"208":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"302":{"tf":2.23606797749979},"303":{"tf":4.123105625617661},"341":{"tf":1.7320508075688772},"350":{"tf":5.0990195135927845},"352":{"tf":1.0},"356":{"tf":2.0},"360":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}},"df":3,"docs":{"461":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"389":{"tf":1.0},"392":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"370":{"tf":1.0},"467":{"tf":1.0},"524":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"236":{"tf":1.0},"335":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"369":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":25,"docs":{"115":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"189":{"tf":1.0},"205":{"tf":1.0},"223":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"296":{"tf":1.0},"350":{"tf":1.4142135623730951},"368":{"tf":1.0},"388":{"tf":1.0},"396":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"410":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"416":{"tf":1.0},"458":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"477":{"tf":1.0},"530":{"tf":1.0},"556":{"tf":1.0},"79":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"14":{"tf":1.0},"336":{"tf":1.7320508075688772},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"547":{"tf":1.0},"93":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"464":{"tf":1.0},"543":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"122":{"tf":1.0},"470":{"tf":1.0}}}}}}},"x":{",":{"df":0,"docs":{},"y":{",":{"df":0,"docs":{},"z":{"df":1,"docs":{"328":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"477":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":12,"docs":{"128":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":2.8284271247461903},"76":{"tf":1.0},"77":{"tf":2.449489742783178},"78":{"tf":2.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}},"p":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"{":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"z":{"df":2,"docs":{"216":{"tf":1.0},"78":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"w":{"df":5,"docs":{"214":{"tf":2.0},"215":{"tf":1.0},"263":{"tf":1.4142135623730951},"499":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.7416573867739413},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951}}}},"df":1,"docs":{"529":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"348":{"tf":1.0},"384":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"181":{"tf":1.0},"46":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"r":{"df":17,"docs":{"110":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"197":{"tf":1.0},"269":{"tf":1.0},"312":{"tf":1.0},"314":{"tf":1.0},"352":{"tf":1.0},"456":{"tf":2.0},"470":{"tf":1.0},"493":{"tf":1.0},"517":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"v":{"df":10,"docs":{"389":{"tf":1.0},"404":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"464":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"551":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"458":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"t":{"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":{"132":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":10,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.0},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.4142135623730951},"423":{"tf":1.4142135623730951},"523":{"tf":1.0}}}}}}}}},"z":{"df":1,"docs":{"216":{"tf":1.0}}}},"z":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"306":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":13,"docs":{"199":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"267":{"tf":1.0},"282":{"tf":1.0},"287":{"tf":1.4142135623730951},"306":{"tf":3.4641016151377544},"347":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"108":{"tf":1.0},"470":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"557":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{".":{"1":{"3":{".":{"2":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"5":{"df":1,"docs":{"282":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"354":{"tf":1.0},"542":{"tf":1.0},"548":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{".":{"3":{"df":4,"docs":{"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0}}},"4":{"df":1,"docs":{"282":{"tf":1.0}}},"5":{"df":1,"docs":{"287":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"1":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{"0":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}},"1":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"3":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"4":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"208":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"39":{"tf":1.0},"40":{"tf":1.0}}},"1":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"2":{"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"3":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"1":{"0":{"df":2,"docs":{"30":{"tf":1.0},"31":{"tf":1.0}}},"1":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"28":{"tf":1.0},"29":{"tf":1.0}}},"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"2":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"3":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"6":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{".":{"0":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"525":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"25":{"tf":1.0},"26":{"tf":1.0},"525":{"tf":1.0}}},"1":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"23":{"tf":1.0},"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"2":{"df":1,"docs":{"521":{"tf":1.0}}},"4":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{"df":4,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{".":{"0":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"518":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}},"1":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"18":{"tf":1.0}}},"1":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"513":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"511":{"tf":1.0}}},"1":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"506":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":4,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"502":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"0":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0}}},"1":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"485":{"tf":1.0},"487":{"tf":1.0}}},"2":{"df":3,"docs":{"10":{"tf":1.0},"485":{"tf":1.0},"9":{"tf":1.0}}},"3":{"df":3,"docs":{"482":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":3,"docs":{"482":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"481":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"0":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.0}}},"1":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"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},"448":{"tf":1.0},"493":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"d":{"d":{"df":1,"docs":{"531":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":13,"docs":{"378":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"409":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"443":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"470":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"400":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"420":{"tf":1.0}},"s":{"df":2,"docs":{"394":{"tf":1.0},"395":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"326":{"tf":1.0},"462":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"263":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"537":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"530":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"300":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"312":{"tf":1.0},"313":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"342":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"237":{"tf":1.0}}},"df":140,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"132":{"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.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"292":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.4142135623730951},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"375":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"430":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.0},"448":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"493":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"215":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"553":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"265":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"216":{"tf":1.0},"217":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"180":{"tf":1.0},"206":{"tf":1.0},"308":{"tf":1.0},"382":{"tf":1.0},"386":{"tf":1.0},"413":{"tf":1.0},"431":{"tf":1.0},"433":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"541":{"tf":1.0}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"542":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"266":{"tf":1.0},"267":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"125":{"tf":1.0},"212":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"223":{"tf":1.0},"230":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"125":{"tf":1.0},"212":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"467":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"512":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"472":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"329":{"tf":1.0},"334":{"tf":1.0},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"351":{"tf":1.0},"352":{"tf":1.0}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"108":{"tf":1.0}}},"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":58,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"538":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":17,"docs":{"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"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},"539":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"275":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"382":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"196":{"tf":1.0},"280":{"tf":1.0},"349":{"tf":1.0},"361":{"tf":1.0},"418":{"tf":1.0},"547":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"220":{"tf":1.0},"221":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"419":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"553":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":22,"docs":{"1":{"tf":1.0},"107":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"47":{"tf":1.0},"477":{"tf":1.0},"48":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"523":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"547":{"tf":1.0},"558":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"133":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.0}}}}}},"df":93,"docs":{"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},"110":{"tf":1.0},"111":{"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},"121":{"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},"151":{"tf":1.0},"154":{"tf":1.0},"165":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"204":{"tf":1.0},"243":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"331":{"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},"355":{"tf":1.0},"356":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"399":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"406":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"438":{"tf":1.0},"443":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"509":{"tf":1.0},"514":{"tf":1.0},"523":{"tf":1.0},"532":{"tf":1.0},"546":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"222":{"tf":1.0},"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":2,"docs":{"189":{"tf":1.0},"193":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"64":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"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":1,"docs":{"550":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"325":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"230":{"tf":1.0},"275":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"456":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}},"t":{"df":10,"docs":{"458":{"tf":1.0},"460":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"187":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"388":{"tf":1.0},"391":{"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":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"271":{"tf":1.0},"453":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"349":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":4,"docs":{"183":{"tf":1.0},"347":{"tf":1.0},"355":{"tf":1.0},"516":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":9,"docs":{"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"465":{"tf":1.0},"548":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"408":{"tf":1.0},"410":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"425":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"438":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"447":{"tf":1.0},"448":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"491":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"185":{"tf":1.0},"423":{"tf":1.0}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"557":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"182":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":1,"docs":{"478":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"532":{"tf":1.0},"534":{"tf":1.0},"545":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"l":{"df":5,"docs":{"434":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"326":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"518":{"tf":1.0},"525":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"383":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"412":{"tf":1.0},"442":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"i":{"df":1,"docs":{"472":{"tf":1.0}}}},"t":{"df":1,"docs":{"181":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"346":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"235":{"tf":1.0},"492":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"271":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"457":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"504":{"tf":1.0},"515":{"tf":1.0},"79":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"83":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"548":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"'":{"df":3,"docs":{"460":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0}}},"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":130,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"300":{"tf":1.0},"303":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.0},"352":{"tf":1.0},"356":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.0},"399":{"tf":1.0},"401":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"432":{"tf":1.0},"439":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"407":{"tf":1.0},"470":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"119":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"440":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}},"t":{"df":1,"docs":{"80":{"tf":1.0}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"129":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}}}}},"q":{"df":1,"docs":{"526":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"189":{"tf":1.0},"50":{"tf":1.0},"547":{"tf":1.0}}},"l":{"df":1,"docs":{"275":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"560":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"261":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"261":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":14,"docs":{"173":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"328":{"tf":1.0},"335":{"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},"375":{"tf":1.0},"376":{"tf":1.0},"468":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"369":{"tf":1.0},"370":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"556":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"367":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"466":{"tf":1.0},"514":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"364":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"363":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"395":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"363":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"364":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"271":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"379":{"tf":1.0}}},"df":3,"docs":{"418":{"tf":1.0},"424":{"tf":1.0},"429":{"tf":1.0}}},"r":{"a":{"d":{"df":0,"docs":{},"l":{"df":5,"docs":{"436":{"tf":1.0},"450":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"203":{"tf":1.0}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"480":{"tf":1.0},"501":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"423":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":7,"docs":{"108":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"527":{"tf":1.0},"551":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"57":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"546":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"464":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"155":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.0},"445":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"535":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":6,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"434":{"tf":1.0},"45":{"tf":1.0}}},"n":{"c":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"160":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"475":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"554":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"308":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"533":{"tf":1.0},"551":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"551":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"183":{"tf":1.0}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"271":{"tf":1.0},"308":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"307":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"223":{"tf":1.0},"230":{"tf":1.0},"55":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"189":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"433":{"tf":1.0},"439":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"277":{"tf":1.0},"386":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"453":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"324":{"tf":1.0},"329":{"tf":1.0},"498":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":11,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"323":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"466":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"78":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"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},"75":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":5,"docs":{"101":{"tf":1.0},"492":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"401":{"tf":1.0}}},"t":{"df":7,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":1,"docs":{"275":{"tf":1.0}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"274":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"322":{"tf":1.0},"472":{"tf":1.0},"534":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"334":{"tf":1.0},"337":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"328":{"tf":1.0},"332":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"335":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"435":{"tf":1.0},"450":{"tf":1.0},"522":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":14,"docs":{"112":{"tf":1.0},"168":{"tf":1.0},"204":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"472":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"553":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"100":{"tf":1.0},"154":{"tf":1.0},"362":{"tf":1.0},"370":{"tf":1.0},"398":{"tf":1.0},"407":{"tf":1.0},"424":{"tf":1.0},"494":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"376":{"tf":1.0}}},":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"234":{"tf":1.0},"47":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"444":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"321":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"483":{"tf":1.0},"486":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":7,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"360":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"122":{"tf":1.0},"124":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"t":{"df":4,"docs":{"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"422":{"tf":1.0},"428":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":1,"docs":{"56":{"tf":1.0}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"286":{"tf":1.0},"291":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":1,"docs":{"546":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"346":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"194":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"251":{"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},"352":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"497":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"326":{"tf":1.0},"445":{"tf":1.0},"529":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"101":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"49":{"tf":1.0},"62":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"348":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"l":{"df":11,"docs":{"279":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"520":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"283":{"tf":1.0},"288":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"388":{"tf":1.0},"391":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"386":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"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},"405":{"tf":1.0},"427":{"tf":1.0},"532":{"tf":1.0},"545":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"421":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"232":{"tf":1.0},"556":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"298":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":6,"docs":{"277":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"386":{"tf":1.0}}},"df":15,"docs":{"168":{"tf":1.0},"178":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"273":{"tf":1.0},"293":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"439":{"tf":1.0},"550":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"106":{"tf":1.0},"193":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"310":{"tf":1.0},"412":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"461":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"206":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"178":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"304":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"470":{"tf":1.0},"474":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"233":{"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},"539":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"491":{"tf":1.0},"556":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"447":{"tf":1.0},"448":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"327":{"tf":1.0},"328":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"403":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"306":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"195":{"tf":1.0}}}},"w":{"df":6,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"230":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"176":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"556":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"356":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"514":{"tf":1.0},"546":{"tf":1.0}},"r":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"317":{"tf":1.0},"318":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":7,"docs":{"461":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"528":{"tf":1.4142135623730951},"549":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"178":{"tf":1.0},"243":{"tf":1.0},"308":{"tf":1.0},"495":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":5,"docs":{"105":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"306":{"tf":1.0},"446":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"450":{"tf":1.0},"522":{"tf":1.0}}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":12,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"443":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"536":{"tf":1.0},"541":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"127":{"tf":1.0},"295":{"tf":1.0},"341":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":41,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"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":{}}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"215":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"365":{"tf":1.0},"366":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"374":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"532":{"tf":1.0},"549":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":10,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"184":{"tf":1.0}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"174":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"250":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"242":{"tf":1.0},"504":{"tf":1.0},"515":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"168":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"439":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"532":{"tf":1.0},"533":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"300":{"tf":1.0},"49":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"62":{"tf":1.0}}}}}},"t":{"df":9,"docs":{"152":{"tf":1.0},"158":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"357":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"310":{"tf":1.0},"311":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"311":{"tf":1.0},"492":{"tf":1.0},"545":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"284":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"412":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"125":{"tf":1.0},"438":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"410":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"82":{"tf":1.0}}}}}}}}}},"p":{"df":3,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"174":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"297":{"tf":1.0},"298":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"208":{"tf":1.0},"213":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"247":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":3,"docs":{"306":{"tf":1.0},"401":{"tf":1.0},"459":{"tf":1.0}},"i":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"460":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}},"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"476":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"404":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"477":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":25,"docs":{"159":{"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},"169":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"446":{"tf":1.0},"471":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.4142135623730951},"544":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"468":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"388":{"tf":1.0},"405":{"tf":1.0},"530":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"357":{"tf":1.0},"359":{"tf":1.0}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"388":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"202":{"tf":1.0}}}}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"172":{"tf":1.0},"299":{"tf":1.0}}}},"p":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"261":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":6,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"508":{"tf":1.0},"531":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"400":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":5,"docs":{"406":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"543":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":6,"docs":{"169":{"tf":1.0},"190":{"tf":1.0},"246":{"tf":1.0},"348":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"303":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"296":{"tf":1.0}}}},"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":7,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"259":{"tf":1.0}},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":2,"docs":{"143":{"tf":1.0},"146":{"tf":1.0}}}},"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":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"534":{"tf":1.0},"544":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"357":{"tf":1.0},"452":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"480":{"tf":1.0},"501":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0}}}},"df":36,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"473":{"tf":1.0},"48":{"tf":1.0},"527":{"tf":1.0},"56":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"r":{"df":2,"docs":{"532":{"tf":1.0},"533":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"221":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"301":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"533":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"153":{"tf":1.0},"237":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"449":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"103":{"tf":1.0},"234":{"tf":1.0},"47":{"tf":1.0},"519":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"317":{"tf":1.0},"88":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"320":{"tf":1.0}}},"p":{"df":4,"docs":{"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"300":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"284":{"tf":1.0},"289":{"tf":1.0},"415":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"462":{"tf":1.0},"545":{"tf":1.0},"549":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"164":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"350":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"253":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"390":{"tf":1.0}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"298":{"tf":1.0}}}}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file diff --git a/docs/9.4.1/setup_annotations.html b/docs/9.4.1/setup_annotations.html new file mode 100644 index 0000000000..12068a72d2 --- /dev/null +++ b/docs/9.4.1/setup_annotations.html @@ -0,0 +1,293 @@ +<!DOCTYPE HTML> +<html lang="en" class="sidebar-visible no-js rust"> + <head> + <!-- Book generated using mdBook --> + <meta charset="UTF-8"> + <title>Using the annotation system - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Using the annotation system

    +

    The annotation system is a separate part of the CommandAPI, and as a result it needs to be included as an additional dependency to your project.

    +

    The annotation system effectively needs to be added twice: Once for compilation and again to invoke the annotation processor itself.

    +
    +

    Using Maven

    +
      +
    • +

      Add the annotation dependency to your pom.xml:

      +
      <dependencies>
      +    <dependency>
      +        <groupId>dev.jorel</groupId>
      +        <artifactId>commandapi-annotations</artifactId>
      +        <version>9.4.1</version>
      +        <scope>provided</scope>
      +    </dependency>
      +</dependencies>
      +
      +
    • +
    • +

      Add the annotation processor as an annotation process to the compile task in the pom.xml:

      +
      <build>
      +    <plugins>
      +        <plugin>
      +            <groupId>org.apache.maven.plugins</groupId>
      +            <artifactId>maven-compiler-plugin</artifactId>
      +            <version>3.8.1</version>
      +            <configuration>
      +                <annotationProcessorPaths>
      +                    <path>
      +                        <groupId>dev.jorel</groupId>
      +                        <artifactId>commandapi-annotations</artifactId>
      +                        <version>9.4.1</version>
      +                    </path>
      +                </annotationProcessorPaths>
      +            </configuration>
      +      </plugin>
      +    </plugins>
      +</build>
      +
      +
    • +
    +
    +

    Using Gradle

    +
      +
    • +

      If you haven't already done so, add the maven central repository to your build.gradle file:

      +
      +
      repositories {
      +    mavenCentral()
      +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
      +}
      +
      +
      repositories {
      +    mavenCentral()
      +    maven(url = "https://repo.codemc.org/repository/maven-public/")
      +}
      +
      +
      +
    • +
    • +

      Add the dependency and annotation processor to your list of dependencies in your build.gradle file:

      +
      +
      dependencies {
      +    compileOnly "dev.jorel:commandapi-annotations:9.4.1"
      +    annotationProcessor "dev.jorel:commandapi-annotations:9.4.1"
      +}
      +
      +
      dependencies {
      +    compileOnly("dev.jorel:commandapi-annotations:9.4.1")
      +    annotationProcessor("dev.jorel:commandapi-annotations:9.4.1")
      +}
      +
      +
      +
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/setup_dev.html b/docs/9.4.1/setup_dev.html new file mode 100644 index 0000000000..88a19d282f --- /dev/null +++ b/docs/9.4.1/setup_dev.html @@ -0,0 +1,305 @@ + + + + + + Setting up your development environment - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Setting up your development environment

    +

    To use the CommandAPI in your plugins, there are a few methods of adding it to your development environment. First things first, if you're using the CommandAPI plugin, you need to add the CommandAPI as a dependent in your plugin.yml or paper-plugin.yml:

    +
    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +depend: [CommandAPI]
    +
    +
    name: MyPlugin
    +main: some.package.name.Main
    +version: 1.0
    +dependencies:
    +  server:
    +    CommandAPI:
    +      load: BEFORE
    +      required: true
    +      join-classpath: true
    +
    +
    +
    + +
    +

    Developer's Note:

    +

    If you've never used maven before, I highly recommend it! It makes it easier to keep your code updated with the latest dependency updates. For information on how to set up a plugin using maven, you can read Bukkit's plugin tutorial.

    +
    +
      +
    • +

      Add the dependency to your pom.xml:

      +
      <dependencies>
      +    <dependency>
      +        <groupId>dev.jorel</groupId>
      +        <artifactId>commandapi-bukkit-core</artifactId>
      +        <version>9.4.1</version>
      +        <scope>provided</scope>
      +    </dependency>
      +</dependencies>
      +
      +
    • +
    + +
      +
    • +

      Add the repositories to your build.gradle file (the second repository is required because the CommandAPI depends on the NBT-API):

      +
      repositories {
      +    mavenCentral()
      +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
      +}
      +
      +
    • +
    • +

      Add the dependency to your list of dependencies in your build.gradle file:

      +
      dependencies {
      +    compileOnly "dev.jorel:commandapi-bukkit-core:9.4.1"
      +}
      +
      +
    • +
    +

    Manually using the .jar

    +
      +
    • +

      Download the latest CommandAPI.jar from the download page here

      +
    • +
    • +

      Add the CommandAPI.jar file to your project/environment's build path:

      +
        +
      • +

        Adding the external .jar file in Eclipse:

        +

        An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options "Build Path", followed by "Add External Archives..."

        +
      • +
      • +

        Adding the external .jar file in IntelliJ:

        +
          +
        • +

          In your project, first click File -> Project Structure -> Libraries

          +
        • +
        • +

          Next, click the little + at the top:

          +

          An image in IntelliJ showing the plus icon to add an external .jar.

          +
        • +
        • +

          After you clicked that, you need to select Java. A little pop-up will appear where you can choose the location of your external .jar file.

          +
        • +
        +
      • +
      +
    • +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/setup_shading.html b/docs/9.4.1/setup_shading.html new file mode 100644 index 0000000000..fdbcc1406c --- /dev/null +++ b/docs/9.4.1/setup_shading.html @@ -0,0 +1,476 @@ + + + + + + Shading the CommandAPI in your plugins - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Shading the CommandAPI in your plugins

    +

    "Shading" is the process of including the CommandAPI inside your plugin, rather than requiring the CommandAPI as an external plugin. In other words, if you shade the CommandAPI into your plugin, you don't need to include the CommandAPI.jar in your server's plugins folder.

    +
    +

    Shading vs CommandAPI plugin

    +

    The CommandAPI plugin has a few slight differences with the shaded CommandAPI jar file. The CommandAPI plugin has the following extra features that are not present in the shaded version:

    +
      +
    • Command conversion via a config.yml file
    • +
    +
    +

    Shading requirements

    +

    For the CommandAPI to function as normal, you must call the CommandAPI's initializers in the onLoad() and onEnable() methods of your plugin:

    +
    CommandAPI.onLoad(CommandAPIConfig config);
    +CommandAPI.onEnable();
    +
    +

    If you want to handle reloading, the CommandAPI has minimal support for it with the onDisable() method, which can go in your plugin. This is optional and is not required if you don't plan on reloading the server.

    +

    Loading

    +

    The onLoad(CommandAPIConfig) method initializes the CommandAPI's loading sequence. This must be called before you start to access the CommandAPI and must be placed in your plugin's onLoad() method. The argument CommandAPIConfig is used to configure how the CommandAPI works. The CommandAPIConfig class has the following parameters which let you set how the CommandAPI works similar to the config.yml, which is described here.

    +
    public class CommandAPIConfig {
    +    CommandAPIConfig verboseOutput(boolean value); // Enables verbose logging
    +    CommandAPIConfig silentLogs(boolean value);    // Disables ALL logging (except errors)
    +    CommandAPIConfig useLatestNMSVersion(boolean value); // Whether the latest NMS implementation should be used or not
    +    CommandAPIConfig missingExecutorImplementationMessage(String value); // Set message to display when executor implementation is missing
    +    CommandAPIConfig dispatcherFile(File file); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree
    +    CommandAPIConfig setNamespace(String namespace); // The namespace to use when the CommandAPI registers a command
    +    CommandAPIConfig usePluginNamespace(); // Whether the CommandAPI should use the name of the plugin passed into the CommandAPIConfig implementation as the default namespace for commands
    +
    +    <T> CommandAPIConfig initializeNBTAPI(Class<T> nbtContainerClass, Function<Object, T> nbtContainerConstructor); // Initializes hooks with an NBT API. See NBT arguments documentation page for more info
    +}
    +
    +

    The CommandAPIConfig class follows a typical builder pattern (without you having to run .build() at the end), which lets you easily construct configuration instances.

    +

    However, the CommandAPIConfig class is abstract and cannot be used to configure the CommandAPI directly. Instead, you must use a subclass of CommandAPIConfig that corresponds to the platform you are developing for. For example, when developing for Bukkit, you should use the CommandAPIBukkiConfig class.

    + +
    public class CommandAPIBukkitConfig extends CommandAPIConfig {
    +    CommandAPIBukkitConfig(JavaPlugin plugin);
    +
    +    CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked); // Whether the CommandAPI should hook into the Paper-exclusive ServerResourcesReloadedEvent
    +}
    +
    +

    In order to create a CommandAPIBukkitConfig object, you must give it a reference to your JavaPlugin instance. The CommandAPI always uses this to registers events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the hook-paper-reload configuration option, which may be configured using a CommandAPIBukkitConfig instance.

    +

    For example, to load the CommandAPI on Bukkit with all logging disabled, you can use the following:

    +
    +
    CommandAPI.onLoad(new CommandAPIBukkitConfig(plugin).silentLogs(true));
    +
    +
    CommandAPI.onLoad(CommandAPIBukkitConfig(plugin).silentLogs(true))
    +
    +
    +

    Enabling & Disabling

    +

    The onEnable() method initializes the CommandAPI's enabling sequence. Similar to the onLoad(CommandAPIConfig) method, this must be placed in your plugin's onEnable() method. This isn't as strict as the onLoad(CommandAPIConfig) method, and can be placed anywhere in your onEnable() method.

    +

    The onDisable() method disables the CommandAPI gracefully. This should be placed in your plugin's onDisable() method. This doesn't unregister commands, so commands may persist during reloads - this can be mitigated using the CommandAPI.unregister() method.

    +
    +

    Example - Setting up the CommandAPI in your plugin

    +
    +
    public class MyPlugin extends JavaPlugin {
    +
    +    @Override
    +    public void onLoad() {
    +        CommandAPI.onLoad(new CommandAPIBukkitConfig(this).verboseOutput(true)); // Load with verbose output
    +        
    +        new CommandAPICommand("ping")
    +            .executes((sender, args) -> {
    +                sender.sendMessage("pong!");
    +            })
    +            .register();
    +    }
    +    
    +    @Override
    +    public void onEnable() {
    +        CommandAPI.onEnable();
    +        
    +        // Register commands, listeners etc.
    +    }
    +    
    +    @Override
    +    public void onDisable() {
    +        CommandAPI.onDisable();
    +    }
    +
    +}
    +
    +
    class MyPlugin : JavaPlugin() {
    +
    +    override fun onLoad() {
    +        CommandAPI.onLoad(CommandAPIBukkitConfig(this).verboseOutput(true)) // Load with verbose output
    +
    +        CommandAPICommand("ping")
    +            .executes(CommandExecutor { sender, _ ->
    +                sender.sendMessage("pong!")
    +            })
    +            .register()
    +    }
    +
    +    override fun onEnable() {
    +        CommandAPI.onEnable()
    +
    +        // Register commands, listeners etc.
    +    }
    +
    +    override fun onDisable() {
    +        CommandAPI.onDisable()
    +    }
    +
    +}
    +
    +
    +
    +
    +

    A note about relocating

    +

    By default, the CommandAPI is written in the dev.jorel.commandapi package. It is highly recommended to "relocate" the shaded copy of the CommandAPI to your own package instead to prevent package clashes with other projects that shade the CommandAPI:

    +

    \begin{align} +&\qquad\texttt{dev.jorel.commandapi} \rightarrow \texttt{my.custom.package.commandapi} \\ +\end{align}

    +
    +

    Shading with Maven

    +

    To shade the CommandAPI into a maven project, you'll need to use the commandapi-bukkit-shade dependency, which is optimized for shading and doesn't include plugin-specific files (such as plugin.yml). Here you have a choice between the Spigot-mapped version and the Mojang-mapped version. You do not need to use commandapi-bukkit-core if you are shading:

    +

    Add the CommandAPI shade dependency:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade-mojang-mapped</artifactId>
    +        <version>9.4.1</version>
    +    </dependency>
    +</dependencies>
    +
    +
    +

    You can shade the CommandAPI easily by adding the maven-shade-plugin to your build sequence using version 3.3.0 (compatible with Java 16):

    +
    <build>
    +    <plugins>
    +        <plugin>
    +            <groupId>org.apache.maven.plugins</groupId>
    +            <artifactId>maven-shade-plugin</artifactId>
    +            <version>3.3.0</version>
    +            <executions>
    +                <execution>
    +                    <id>shade</id>
    +                    <phase>package</phase>
    +                    <goals>
    +                        <goal>shade</goal>
    +                    </goals>
    +                </execution>
    +            </executions>
    +            <configuration>
    +                <minimizeJar>true</minimizeJar>
    +                <relocations>
    +                    <relocation>
    +                        <pattern>dev.jorel.commandapi</pattern>
    +                        <!-- TODO: Change this to my own package name -->
    +                        <shadedPattern>my.custom.package.commandapi</shadedPattern>
    +                    </relocation>
    +                </relocations>
    +            </configuration>
    +        </plugin>
    +    </plugins>
    +</build>
    +
    +

    As we're shading the CommandAPI into your plugin, you don't need to add depend: [CommandAPI] to your plugin.yml file.

    +
    +

    Shading with Gradle

    +

    To shade the CommandAPI into a Gradle project, we'll use the Gradle Shadow Plugin. Add this to your list of plugins:

    +
    +
    plugins {
    +    id 'java'
    +    id 'com.github.johnrengelman.shadow' version '7.1.2'
    +}
    +
    +
    plugins {
    +    java
    +    id("com.github.johnrengelman.shadow") version "7.1.2"
    +}
    +
    +
    +

    Add our repositories:

    +
    +
    repositories {
    +    mavenCentral()
    +
    +    // If you want to shade the NBT API as well
    +    maven { url = "https://repo.codemc.org/repository/maven-public/" }
    +}
    +
    +
    repositories {
    +    mavenCentral()
    +
    +    // If you want to shade the NBT API as well
    +    maven(url = "https://repo.codemc.org/repository/maven-public/")
    +}
    +
    +
    +

    Next, we declare our dependencies:

    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade:9.4.1")
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1")
    +}
    +
    +
    +

    Then we add it to the shadowJar task configuration and relocate the CommandAPI to your desired location:

    +
    +
    shadowJar {
    +    dependencies {
    +        include dependency("dev.jorel:commandapi-bukkit-shade:9.4.1")
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    shadowJar {
    +    dependencies {
    +        include dependency("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1")
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    tasks.withType<ShadowJar> {
    +    dependencies {
    +        include(dependency("dev.jorel:commandapi-bukkit-shade:9.4.1"))
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    tasks.withType<ShadowJar> {
    +    dependencies {
    +        include(dependency("dev.jorel:commandapi-bukkit-shade-mojang-mapped:9.4.1"))
    +    }
    +
    +    // TODO: Change this to my own package name
    +    relocate("dev.jorel.commandapi", "my.custom.package.commandapi")
    +}
    +
    +
    +

    Finally, we can build the shaded jar using the following command:

    +
    gradlew build shadowJar
    +
    +

    As we're shading the CommandAPI into your plugin, we don't need to add depend: [CommandAPI] to your plugin.yml file.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/sidebar.js b/docs/9.4.1/sidebar.js new file mode 100644 index 0000000000..7a8f9d325e --- /dev/null +++ b/docs/9.4.1/sidebar.js @@ -0,0 +1,66 @@ +// Un-active everything when you click it +Array.prototype.forEach.call(document.getElementsByClassName("pagetoc")[0].children, function(el) { + el.addEventHandler("click", function() { + Array.prototype.forEach.call(document.getElementsByClassName("pagetoc")[0].children, function(el) { + el.classList.remove("active"); + }); + el.classList.add("active"); + }); +}); + +var updateFunction = function() { + + var id; + var elements = document.getElementsByClassName("header"); + Array.prototype.forEach.call(elements, function(el) { + if (window.pageYOffset >= el.offsetTop) { + id = el; + } + }); + + Array.prototype.forEach.call(document.getElementsByClassName("pagetoc")[0].children, function(el) { + el.classList.remove("active"); + }); + + Array.prototype.forEach.call(document.getElementsByClassName("pagetoc")[0].children, function(el) { + if (id.href.localeCompare(el.href) == 0) { + el.classList.add("active"); + } + }); +}; + +// Populate sidebar on load +window.addEventListener('load', function() { + var pagetoc = document.getElementsByClassName("pagetoc")[0]; + var elements = document.getElementsByClassName("header"); + Array.prototype.forEach.call(elements, function(el) { + var link = document.createElement("a"); + + // Indent shows hierarchy + var indent = ""; + switch (el.parentElement.tagName) { + case "H2": + indent = "20px"; + break; + case "H3": + indent = "40px"; + break; + case "H4": + indent = "60px"; + break; + default: + break; + } + + link.appendChild(document.createTextNode(el.text)); + link.style.paddingLeft = indent; + link.href = el.href; + pagetoc.appendChild(link); + }); + updateFunction.call(); +}); + + + +// Handle active elements on scroll +window.addEventListener("scroll", updateFunction); diff --git a/docs/9.4.1/simplefunctionwrapper.html b/docs/9.4.1/simplefunctionwrapper.html new file mode 100644 index 0000000000..0d9a818967 --- /dev/null +++ b/docs/9.4.1/simplefunctionwrapper.html @@ -0,0 +1,261 @@ + + + + + + The SimpleFunctionWrapper class - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    The SimpleFunctionWrapper class

    +

    To represent Minecraft functions and tags, the CommandAPI uses the SimpleFunctionWrapper class. Simply put, this class represents one Minecraft function, which are defined in .mcfunction files.

    +
    +

    Developer's Note

    +

    The SimpleFunctionWrapper class represents a Minecraft function. In order to represent a Minecraft "tag", which is a collection of Minecraft functions, the CommandAPI simply uses a SimpleFunctionWrapper[].

    +
    +

    SimpleFunctionWrapper methods

    +

    The SimpleFunctionWrapper class has the following methods:

    +
    class SimpleFunctionWrapper implements Keyed {
    +    
    +    // Methods that creates SimpleFunctionWrapper instances
    +    static SimpleFunctionWrapper getFunction(NamespacedKey key);
    +    static SimpleFunctionWrapper[] getTag(NamespacedKey key);
    +
    +    // Methods that query the Minecraft server
    +    static Set<NamespacedKey> getFunctions();
    +    static Set<NamespacedKey> getTags();
    +    
    +    // Methods for using the SimpleFunctionWrapper
    +    int run(CommandSender sender);
    +    
    +    // Utility functions
    +    String[] getCommands();
    +    NamespacedKey getKey();
    +}
    +
    +

    getTag(NamespacedKey) and getFunction(NamespacedKey)

    +

    The getFunction(NamespacedKey) function is used to get a function that has been declared in a datapack and is loaded on the server.

    +

    The getTag(NamespacedKey) function is used to get a Tag that has been declared in a datapack and is loaded on the server. This returns a SimpleFunctionWrapper[], since a tag is simply an ordered collection of functions. When using this method, the # symbol which is typically used at the start of the tag's name is not needed.

    +

    getFunctions() and getTags()

    +

    The methods getFunctions() and getTags() simply return a set of NamespacedKey objects which are the names of functions or tags that have been declared by all datapacks on the server.

    +

    run(CommandSender)

    +
    +

    run(CommandSender) support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling run(CommandSender) will always return a value of 1, regardless of whether the command succeeds, fails, or returns a result.

    +
    +

    This method simply runs the current SimpleFunctionWrapper as the provided command sender. The method will return a numerical result value, stating whether it succeeds or returns a result. This is documented in more detail here and here. For example:

    +

    getCommands()

    +
    +

    getCommands() support in 1.20.3+

    +

    As of CommandAPI 9.3.0 (compatible with Minecraft versions 1.20.3 and 1.20.4), calling getCommands() will always return an empty String[]. At the time of writing, it is not possible to extract the function command list in 1.20.3+.

    +
    +

    The getCommands() method returns a String[] that contains the list of commands that the Minecraft function "holds". In other words, running this Minecraft function is as simple as iterating through its commands and running them in order. The commands that this String[] holds are the raw strings that this function represents - in other words, it can include things such as @p and ~ ~ ~ instead of "filled in" values.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/skippingproxysenders.html b/docs/9.4.1/skippingproxysenders.html new file mode 100644 index 0000000000..b5e0173029 --- /dev/null +++ b/docs/9.4.1/skippingproxysenders.html @@ -0,0 +1,240 @@ + + + + + + Skipping proxy senders - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Skipping proxy senders

    +

    When the CommandAPI converts a command, it does some tweaks to the thing running the command (such as the player or console) to improve compatibility with plugins (mostly permissions). This doesn't always work, and can sometimes produce an error which looks like this:

    +
    [20:44:01 ERROR]: java.lang.IllegalArgumentException: object is not an instance of declaring class
    +[20:44:01 ERROR]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    +[20:44:01 ERROR]:  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at java.lang.reflect.Method.invoke(Unknown Source)
    +[20:44:01 ERROR]:  at dev.jorel.commandapi.Converter.lambda$mergeProxySender$3(Converter.java:151)
    +[20:44:01 ERROR]:  at com.sun.proxy.$Proxy33.getInventory(Unknown Source)
    +
    +

    To fix this, add the plugin which the command is registered from to the list of plugins under skip-sender-proxy.

    +
    +

    Example - Improving compatibility with the SkinsRestorer plugin

    +

    SkinsRestorer (not associated or sponsored by the CommandAPI in any way) is a plugin that lets you change the skin for a player. This suffers from the above issue and is not compatible with the CommandAPI's conversion compatibility tweaks. To do this, we'll add SkinsRestorer to the list of plugins which should be skipped:

    +
    verbose-outputs: true
    +create-dispatcher-json: false
    +plugins-to-convert: 
    +  - SkinsRestorer: ~
    +skip-sender-proxy:
    +  - SkinsRestorer
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/stringargumentsuggestions.html b/docs/9.4.1/stringargumentsuggestions.html new file mode 100644 index 0000000000..05730977ca --- /dev/null +++ b/docs/9.4.1/stringargumentsuggestions.html @@ -0,0 +1,426 @@ + + + + + + String argument suggestions - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    String argument suggestions

    +

    Suggestions with a String Array

    +

    The first method, replaceSuggestions(ArgumentSuggestions suggestions), allows you to replace the suggestions normally associated with that argument. This can be replaced with an array of strings by using the strings(String... suggestions) method.

    +
    +

    Example - Teleport to worlds by replacing suggestions

    +

    Say we're creating a plugin with the ability to teleport to different warps on the server. If we were to retrieve a list of warps, we would be able to replace the suggestions of a typical StringArgument to teleport to that warp. Let's create a command with the following syntax:

    +
    /warp <warp>
    +
    +

    We then implement our warp teleporting command using replaceSuggestions() on the StringArgument to provide a list of warps to teleport to:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings( 
    +    "northland", "eastland", "southland", "westland"
    +)));
    +
    +new CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        String warp = (String) args.get("world");
    +        player.teleport(warps.get(warp)); // Look up the warp in a map, for example
    +    })
    +    .register();
    +
    +
    val arguments = listOf<Argument<*>>(
    +    StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings(
    +        "northland", "eastland", "southland", "westland"
    +    ))
    +)
    +
    +CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val warp = args["world"] as String
    +        player.teleport(warps[warp]!!) // Look up the warp in a map, for example
    +    })
    +    .register()
    +
    +
    +
    +

    The second method, includeSuggestions(ArgumentSuggestions suggestions), allows you to include additional suggestions in combination with the list of existing suggestions for a command.

    +
    +

    Suggestions depending on a command sender

    +

    The strings(Function<SuggestionInfo, String[]> suggestions) method in ArgumentSuggestions allows you to modify suggestions normally associated with that argument with an array of strings that are evaluated dynamically using information about the command sender, using the sender() method.

    +
    +

    Example - Friend list by replacing suggestions

    +

    Say you have a plugin which has a "friend list" for players. If you want to teleport to a friend in that list, you could use a PlayerArgument, which has the list of suggestions replaced with the list of friends that that player has. Since the list of friends depends on the sender, we can use the function to determine what our suggestions should be. Let's use the following command to teleport to a friend from our friend list:

    +
    /friendtp <friend>
    +
    +

    Let's say we have a simple class to get the friends of a command sender:

    +
    +
    public class Friends {
    +    
    +    static Map<UUID, String[]> friendsMap = new HashMap<>();
    +    
    +    public static String[] getFriends(CommandSender sender) {
    +        if (sender instanceof Player player) {
    +            // Look up friends in a database or file
    +            return friendsMap.get(player.getUniqueId());
    +        } else {
    +            return new String[0];
    +        }
    +    }
    +}
    +
    +
    class Friends {
    +
    +    companion object {
    +
    +        val friends = mutableMapOf<UUID, Array<String>>()
    +
    +        fun getFriends(sender: CommandSender): Array<String> {
    +            if (sender is Player) {
    +                // Look up friends in a database or file
    +                return friends[sender.uniqueId]!!
    +            } else {
    +                return arrayOf<String>()
    +            }
    +        }
    +
    +    }
    +
    +}
    +
    +
    +

    We can then use this to generate our suggested list of friends:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new PlayerArgument("friend").replaceSuggestions(ArgumentSuggestions.strings(info ->
    +    Friends.getFriends(info.sender())
    +)));
    +
    +new CommandAPICommand("friendtp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("friend");
    +        player.teleport(target);
    +    })
    +    .register();
    +
    +
    val arguments = listOf<Argument<*>>(
    +    PlayerArgument("friend").replaceSuggestions(ArgumentSuggestions.strings { info ->
    +        Friends.getFriends(info.sender())
    +    } )
    +)
    +
    +CommandAPICommand("friendtp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val target = args["friend"] as Player
    +        player.teleport(target)
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Suggestions depending on previous arguments

    +

    The strings(Function<SuggestionInfo, String[]>) method also has the capability to suggest arguments based on the values of previously inputted arguments, using the previousArgs() method in SuggestionInfo. This previousArgs() method returns a list of previous arguments which are parsed exactly like any regular CommandAPI command argument.

    +
    +

    Note:

    +

    The ability to use previously declared arguments does not work via redirects. This means that any command that comes before it that leads into a command that uses suggestions depending on previous arguments will not work. For example, if we had a command /mycommand <arg1> <arg2> <arg3> and ran it as normal, it would work as normal:

    +
    /mycommand arg1 arg2 arg3
    +
    +

    However, if we redirect execution via the /execute command to have the following:

    +
    /execute run mycommand <suggestions>
    +
    +

    This won't work, because we make use of a redirect:

    +

    \(\texttt{/execute run} \xrightarrow{redirect} \texttt{mycommand arg1 arg2 arg3}\)

    +

    It is not possible to access the CommandArguments of previously declared arguments. If a command occurs via a redirect, the CommandArguments of previously declared arguments will be null.

    +
    +
    +

    Example - Sending a message to a nearby player

    +

    Say we wanted to create a command that lets you send a message to a specific player in a given radius. (This is a bit of a contrived example, but let's roll with it). To do this, we'll use the following command syntax:

    +
    /localmsg <radius> <target> <message>
    +
    +

    When run, this command will send a message to a target player within the provided radius. To help identify which players are within a radius, we can replace the suggestions on the <target> argument to include a list of players within the provided radius. We do this with the following code:

    +
    +
    // Declare our arguments as normal
    +List<Argument<?>> commandArgs = new ArrayList<>();
    +commandArgs.add(new IntegerArgument("radius"));
    +
    +// Replace the suggestions for the PlayerArgument.
    +// info.sender() refers to the command sender that is running this command
    +// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)
    +commandArgs.add(new PlayerArgument("target").replaceSuggestions(ArgumentSuggestions.strings(info -> {
    +
    +    // Cast the first argument (radius, which is an IntegerArgument) to get its value
    +    int radius = (int) info.previousArgs().get("radius");
    +    
    +    // Get nearby entities within the provided radius
    +    Player player = (Player) info.sender();
    +    Collection<Entity> entities = player.getWorld().getNearbyEntities(player.getLocation(), radius, radius, radius);
    +    
    +    // Get player names within that radius
    +    return entities.stream()
    +        .filter(e -> e.getType() == EntityType.PLAYER)
    +        .map(Entity::getName)
    +        .toArray(String[]::new);
    +})));
    +commandArgs.add(new GreedyStringArgument("message"));
    +
    +// Declare our command as normal
    +new CommandAPICommand("localmsg")
    +    .withArguments(commandArgs)
    +    .executesPlayer((player, args) -> {
    +        Player target = (Player) args.get("target");
    +        String message = (String) args.get("message");
    +        target.sendMessage(message);
    +    })
    +    .register();
    +
    +
    // Declare our arguments as normal
    +val commandArgs = mutableListOf<Argument<*>>()
    +commandArgs.add(IntegerArgument("radius"))
    +
    +// Replace the suggestions for the PlayerArgument.
    +// info.sender() refers to the command sender that is running this command
    +// info.previousArgs() refers to the Object[] of previously declared arguments (in this case, the IntegerArgument radius)
    +commandArgs.add(PlayerArgument("target").replaceSuggestions(ArgumentSuggestions.strings { info: SuggestionInfo<CommandSender> ->
    +
    +    // Cast the first argument (radius, which is an IntegerArgument) to get its value
    +    val radius = (info.previousArgs()["radius"] as Int).toDouble()
    +
    +    // Get nearby entities within the provided radius
    +    val player = info.sender() as Player
    +    val entities = player.world.getNearbyEntities(player.location, radius, radius, radius)
    +
    +    // Get player names within that radius
    +    entities
    +        .filter { it.type == EntityType.PLAYER }
    +        .map { it.name }
    +        .toTypedArray()
    +}))
    +commandArgs.add(GreedyStringArgument("message"))
    +
    +// Declare our command as normal
    +CommandAPICommand("localmsg")
    +    .withArguments(*commandArgs.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { _, args ->
    +        val target = args["target"] as Player
    +        val message = args["message"] as String
    +        target.sendMessage(message)
    +    })
    +    .register()
    +
    +
    +

    As shown in this code, we use the previousArgs() method access the previously declared arguments. In this example, info.previousArgs() will be { int }, where this int refers to the radius. Note how this object array only has the previously declared arguments (and not for example { int, Player, String }).

    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/style.css b/docs/9.4.1/style.css new file mode 100644 index 0000000000..99808fd602 --- /dev/null +++ b/docs/9.4.1/style.css @@ -0,0 +1,87 @@ +.example { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--example-bg); + border-top: .1em solid var(--example-border); + border-bottom: .1em solid var(--example-border); +} + +.warning { + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--warning-bg); + border-top: .1em solid var(--warning-border); + border-bottom: .1em solid var(--warning-border); +} + +h3 { + margin-top: 20px; +} + +h2 { + margin-top: 20px; +} + +h1 { + text-align: center; +} + +.multi-pre pre { + margin-top: 0; +} + +button.language-selector { + border: none; + background-color: var(--bg); + color: var(--inline-code-color); + padding: 10px 20px; + cursor: pointer; + font-family: inherit; +} + +button.language-selector.selected { + background-color: var(--code-bg); +} + +@media only screen and (max-width:1439px) { + .sidetoc { + display: none; + } +} + +@media only screen and (min-width:1440px) { + main { + position: relative; + } + .sidetoc { + margin-left: auto; + margin-right: auto; + left: calc(100% + (var(--content-max-width))/4 - 140px); + position: absolute; + } + .pagetoc { + position: fixed; + width: 200px; + } + .pagetoc a { + border-left: 1px solid var(--sidebar-bg); + color: var(--fg) !important; + display: block; + padding-bottom: 5px; + padding-top: 5px; + padding-left: 10px; + text-align: left; + text-decoration: none; + } + .pagetoc a:hover, + .pagetoc a.active { + background: var(--sidebar-bg); + color: var(--sidebar-fg) !important; + } + .pagetoc .active { + background: var(--sidebar-bg); + color: var(--sidebar-fg); + } +} \ No newline at end of file diff --git a/docs/9.4.1/subcommands.html b/docs/9.4.1/subcommands.html new file mode 100644 index 0000000000..d3896762dd --- /dev/null +++ b/docs/9.4.1/subcommands.html @@ -0,0 +1,423 @@ + + + + + + Subcommands - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Subcommands

    +

    Subcommands is another method for registering commands that makes use of creating multiple different CommandAPICommand instances. Given a CommandAPICommand, we can add a subcommand by using the following method:

    +
    CommandAPICommand withSubcommand(CommandAPICommand subcommand);
    +CommandAPICommand withSubcommands(CommandAPICommand... subcommands);
    +
    +

    Using subcommands has no disadvantages to using regular commands with the LiteralArgument or MultiLiteralArgument, and should be slightly more intuitive to implement if you've used other command frameworks before.

    +
    +

    Example - Permission system with subcommands

    +

    Say we wanted to write a permission management system. To do this, we'll use the following command structsyntaxure:

    +
    /perm group add <permission> <groupName>
    +/perm group remove <permission> <groupName>
    +/perm user add <permission> <userName>
    +/perm user remove <permission> <userName>
    +
    +

    Let's start with the simplest example - the /perm group ... command. We have one command which is the following:

    +
    add <permission> <groupName>
    +
    +

    We can implement this by creating a CommandAPICommand with the command name add:

    +
    +
    CommandAPICommand groupAdd = new CommandAPICommand("add")
    +    .withArguments(new StringArgument("permission"))
    +    .withArguments(new StringArgument("groupName"))
    +    .executes((sender, args) -> {
    +        // perm group add code
    +    });
    +
    +
    val groupAdd = CommandAPICommand("add")
    +    .withArguments(StringArgument("permission"))
    +    .withArguments(StringArgument("groupName"))
    +    .executes(CommandExecutor { sender, args ->
    +        // perm group add code
    +    })
    +
    +
    val groupAdd = subcommand("add") {
    +    stringArgument("permission")
    +    stringArgument("groupName")
    +    anyExecutor { sender, args ->
    +        // perm group add code
    +    }
    +}
    +
    +
    +

    Similarly, we have another part remove <permission> <groupName>. We can declare this similar to our add command. Once we've done that, we can now join everything up together. Here, we create a command group which adds the two other subcommands:

    +
    +
    CommandAPICommand groupRemove = new CommandAPICommand("remove")
    +    .withArguments(new StringArgument("permission"))
    +    .withArguments(new StringArgument("groupName"))
    +    .executes((sender, args) -> {
    +        // perm group remove code
    +    });
    +
    +CommandAPICommand group = new CommandAPICommand("group")
    +    .withSubcommand(groupAdd)
    +    .withSubcommand(groupRemove);
    +
    +
    val groupRemove = CommandAPICommand("remove")
    +    .withArguments(StringArgument("permission"))
    +    .withArguments(StringArgument("groupName"))
    +    .executes(CommandExecutor { sender, args ->
    +        // perm group remove code
    +    })
    +
    +val group = CommandAPICommand("group")
    +    .withSubcommand(groupAdd)
    +    .withSubcommand(groupRemove)
    +
    +
    val groupRemove = subcommand("remove") {
    +    stringArgument("permission")
    +    stringArgument("groupName")
    +    anyExecutor { sender, args ->
    +        // perm group remove code
    +    }
    +}
    +
    +val group = subcommand("group") {
    +    subcommand(groupAdd)
    +    subcommand(groupRemove)
    +}
    +
    +
    +

    Finally, we can link everything up together to the perm command and register the whole thing together:

    +
    +
    new CommandAPICommand("perm")
    +    .withSubcommand(group)
    +    .register();
    +
    +
    CommandAPICommand("perm")
    +    .withSubcommand(group)
    +    .register()
    +
    +
    commandAPICommand("perm") {
    +    subcommand(group)
    +}
    +
    +
    +
    +

    Another, more intuitive method, is to shove everything in one go without creating lots of variables all over the place:

    +
    +
    new CommandAPICommand("perm")
    +    .withSubcommand(new CommandAPICommand("group")
    +        .withSubcommand(new CommandAPICommand("add")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("groupName"))
    +            .executes((sender, args) -> {
    +                // perm group add code
    +            })
    +        )
    +        .withSubcommand(new CommandAPICommand("remove")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("groupName"))
    +            .executes((sender, args) -> {
    +                // perm group remove code
    +            })
    +        )
    +    )
    +    .withSubcommand(new CommandAPICommand("user")
    +        .withSubcommand(new CommandAPICommand("add")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("userName"))
    +            .executes((sender, args) -> {
    +                // perm user add code
    +            })
    +        )
    +        .withSubcommand(new CommandAPICommand("remove")
    +            .withArguments(new StringArgument("permission"))
    +            .withArguments(new StringArgument("userName"))
    +            .executes((sender, args) -> {
    +                // perm user remove code
    +            })
    +        )
    +    )
    +    .register();
    +
    +
    CommandAPICommand("perm")
    +    .withSubcommand(CommandAPICommand("group")
    +        .withSubcommand(CommandAPICommand("add")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("groupName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm group add code
    +            })
    +        )
    +        .withSubcommand(CommandAPICommand("remove")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("groupName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm group remove code
    +            })
    +        )
    +    )
    +    .withSubcommand(CommandAPICommand("user")
    +        .withSubcommand(CommandAPICommand("add")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("userName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm user add code
    +            })
    +        )
    +        .withSubcommand(CommandAPICommand("remove")
    +            .withArguments(StringArgument("permission"))
    +            .withArguments(StringArgument("userName"))
    +            .executes(CommandExecutor { sender, args ->
    +                // perm user remove code
    +            })
    +        )
    +    )
    +    .register()
    +
    +
    commandAPICommand("perm") {
    +    subcommand("group") {
    +        subcommand("add") {
    +            stringArgument("permission")
    +            stringArgument("groupName")
    +            anyExecutor { sender, args ->
    +                // perm group add code
    +            }
    +        }
    +        subcommand("remove") {
    +            stringArgument("permission")
    +            stringArgument("groupName")
    +            anyExecutor { sender, args ->
    +                // perm group remove code
    +            }
    +        }
    +    }
    +    subcommand("user") {
    +        subcommand("add") {
    +            stringArgument("permission")
    +            stringArgument("userName")
    +            anyExecutor { sender, args ->
    +                // perm user add code
    +            }
    +        }
    +        subcommand("remove") {
    +            stringArgument("permission")
    +            stringArgument("userName")
    +            anyExecutor { sender, args ->
    +                // perm user add code
    +            }
    +        }
    +    }
    +}
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/suggestionsinfo.html b/docs/9.4.1/suggestionsinfo.html new file mode 100644 index 0000000000..6914c04302 --- /dev/null +++ b/docs/9.4.1/suggestionsinfo.html @@ -0,0 +1,243 @@ + + + + + + The SuggestionsInfo record - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    The SuggestionsInfo record

    +

    Argument suggestion methods can accept a function which takes in a SuggestionsInfo object and returns a suitable format for suggestions. The SuggestionInfo class is a record which contains the following methods:

    +
    public record SuggestionInfo {
    +    CommandSender sender();
    +    CommandArguments previousArgs();
    +    String currentInput();
    +    String currentArg();
    +}
    +
    +

    These methods can be used to aid with providing context-aware suggestions for users. The fields are as follows:

    +
    CommandSender sender();
    +
    +

    sender() represents the command sender which is typing this command and requesting these suggestions. This is normally a Player, but can also be a console command sender if using a Paper server.

    +
    +
    CommandArguments previousArgs();
    +
    +

    previousArgs() represents the previously declared arguments, which are parsed and interpreted as if they were being used to execute the command. See this example on the string argument suggestions page for an idea of how to utilize this field.

    +
    +
    String currentInput();
    +
    +

    currentInput() represents the current input that the command sender has entered. This is effectively everything that they have typed, including the leading / symbol which is required to start a command. If a user is typing /mycommand hellowor¦, the result of currentInput() would be "/mycommand hellowor".

    +
    +
    String currentArg();
    +
    +

    currentArg() represents the current text which the command sender has entered for the argument which you're trying to provide suggestions for. If a user is typing /mycommand hellowor¦, the result of currentArg() would be "hellowor".

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/tomorrow-night.css b/docs/9.4.1/tomorrow-night.css new file mode 100644 index 0000000000..81fe276e7f --- /dev/null +++ b/docs/9.4.1/tomorrow-night.css @@ -0,0 +1,102 @@ +/* Tomorrow Night Theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rule .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.hljs-name, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.hljs-title, +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + overflow-x: auto; + background: #1d1f21; + color: #c5c8c6; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +.hljs-addition { + color: #718c00; +} + +.hljs-deletion { + color: #c82829; +} diff --git a/docs/9.4.1/tooltips.html b/docs/9.4.1/tooltips.html new file mode 100644 index 0000000000..a97aea2a9e --- /dev/null +++ b/docs/9.4.1/tooltips.html @@ -0,0 +1,494 @@ + + + + + + Argument suggestions with tooltips - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Argument suggestions with tooltips

    +

    A /warp command with suggestions of various locations. Hovering over the suggestions with the mouse cursor displays tooltips describing what the locations are

    +

    The CommandAPI can also display tooltips for specific argument suggestions. These are shown to the user when they hover over a given suggestion and can be used to provide more context to a user about the suggestions that are shown to them. In this section, we'll outline the two ways of creating suggestions with tooltips:

    +
      +
    • Normal (String) suggestions with tooltips
    • +
    • Safely typed suggestions with tooltips
    • +
    +

    Tooltips can have formatting to change how the text is displayed by using the ChatColor class.

    +
    +

    Tooltips with normal (String-based) suggestions

    +

    To use these features, the CommandAPI includes the stringsWithTooltips methods for arguments, that accept IStringTooltip objects instead of String objects:

    +
    ArgumentSuggestions stringsWithTooltips(IStringTooltip... suggestions);
    +ArgumentSuggestions stringsWithTooltips(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +
    +

    The StringTooltip class is the CommandAPI's default implementation of IStringTooltip, which has some static methods to construct tooltips easily:

    +
    StringTooltip none(String suggestion);
    +StringTooltip ofString(String suggestion, String tooltip);
    +StringTooltip ofMessage(String suggestion, Message tooltip);
    +StringTooltip ofBaseComponents(String suggestion, BaseComponent... tooltip);
    +StringTooltip ofAdventureComponent(String suggestion, Component tooltip);
    +
    +

    The first method, StringTooltip.none(String) creates a normal suggestion entry with no tooltip. The other methods create a suggestion with the provided tooltip text in either String, Brigadier Message, Spigot BaseComponent[] or Adventure Component format.

    +
    +

    Example - An emotes command with string suggestion tooltips

    +

    Say we want to create a simple command to provide in-game emotes between players. For example, if you did /emote wave Bob, you'll "wave" to the player Bob. For this example, we'll use the following command syntax:

    +
    /emote <emote> <target>
    +
    +

    First, we'll declare our arguments. Here, we'll use the stringsWithTooltips method, along with the StringTooltip.ofString(String, String) method to create emote suggestions and include suitable descriptions:

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info ->
    +        new IStringTooltip[] {
    +            StringTooltip.ofString("wave", "Waves at a player"),
    +            StringTooltip.ofString("hug", "Gives a player a hug"),
    +            StringTooltip.ofString("glare", "Gives a player the death glare")
    +        }
    +    ))
    +);
    +arguments.add(new PlayerArgument("target"));
    +
    +
    val arguments = mutableListOf<Argument<*>>()
    +arguments.add(StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips { info ->
    +        arrayOf<IStringTooltip>(
    +            StringTooltip.ofString("wave", "Waves at a player"),
    +            StringTooltip.ofString("hug", "Gives a player a hug"),
    +            StringTooltip.ofString("glare", "Gives a player the death glare")
    +        )
    +    })
    +)
    +arguments.add(PlayerArgument("target"))
    +
    +
    +

    Finally, we declare our command as normal:

    +
    +
    new CommandAPICommand("emote")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        String emote = (String) args.get("emote");
    +        Player target = (Player) args.get("target");
    +        
    +        switch (emote) {
    +        case "wave":
    +            target.sendMessage(player.getName() + " waves at you!");
    +            break;
    +        case "hug":
    +            target.sendMessage(player.getName() + " hugs you!");
    +            break;
    +        case "glare":
    +            target.sendMessage(player.getName() + " gives you the death glare...");
    +            break;
    +        default:
    +            player.sendMessage("Invalid emote '" + emote + "'!");
    +            break;
    +        }
    +    })
    +    .register();
    +
    +
    CommandAPICommand("emote")
    +    .withArguments(*arguments.toTypedArray())
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val emote = args["emote"] as String
    +        val target = args["target"] as Player
    +
    +        when (emote) {
    +            "wave" -> target.sendMessage("${player.name} waves at you!")
    +            "hug" -> target.sendMessage("${player.name} hugs you!")
    +            "glare" -> target.sendMessage("${player.name} gives you the death glare...")
    +        }
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Using IStringTooltip directly

    +

    The IStringTooltip interface can be implemented by any other class to provide tooltips for custom objects. The IStringTooltip interface has the following methods:

    +
    public interface IStringTooltip {
    +    public String getSuggestion();
    +    public Message getTooltip();
    +}
    +
    +
    +

    Note that the Message class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found here.

    +
    +

    This is incredibly useful if you are using suggestions with custom objects, such as a plugin that has custom items.

    +
    +

    Example - Using IStringTooltip for custom items

    +

    Let's say we've created a simple plugin which has custom items. For a custom item, we'll have a simple class CustomItem that sets its name, lore and attached itemstack:

    +
    +
    public @SuppressWarnings("deprecation")
    +class CustomItem implements IStringTooltip {
    +
    +    private ItemStack itemstack;
    +    private String name;
    +    
    +    public CustomItem(ItemStack itemstack, String name, String lore) {
    +        ItemMeta meta = itemstack.getItemMeta();
    +        meta.setDisplayName(name);
    +        meta.setLore(Arrays.asList(lore));
    +        itemstack.setItemMeta(meta);
    +        this.itemstack = itemstack;
    +        this.name = name;
    +    }
    +    
    +    public String getName() {
    +        return this.name;
    +    }
    +    
    +    public ItemStack getItem() {
    +        return this.itemstack;
    +    }
    +    
    +    @Override
    +    public String getSuggestion() {
    +        return this.itemstack.getItemMeta().getDisplayName();
    +    }
    +
    +    @Override
    +    public Message getTooltip() {
    +        return BukkitTooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));
    +    }
    +    
    +}
    +
    +
    class CustomItem(val item: ItemStack, val name: String, lore: String): IStringTooltip {
    +
    +    init {
    +        val meta = item.itemMeta
    +        meta.setDisplayName(name)
    +        meta.lore = listOf(lore)
    +        item.itemMeta = meta
    +    }
    +
    +    override fun getSuggestion(): String = this.item.itemMeta.displayName
    +
    +    override fun getTooltip(): Message = BukkitTooltip.messageFromString(this.item.itemMeta.lore?.get(0) ?: "")
    +
    +}
    +
    +
    +

    We make use of the Tooltip.messageFromString() method to generate a Brigadier Message object from our string tooltip.

    +

    Let's also say that our plugin has registered lots of CustomItems and has this stored in a CustomItem[] in our plugin. We could then use this as our input for suggestions:

    +
    +
    CustomItem[] customItems = new CustomItem[] {
    +    new CustomItem(new ItemStack(Material.DIAMOND_SWORD), "God sword", "A sword from the heavens"),
    +    new CustomItem(new ItemStack(Material.PUMPKIN_PIE), "Sweet pie", "Just like grandma used to make")
    +};
    +    
    +new CommandAPICommand("giveitem")
    +    .withArguments(new StringArgument("item").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(customItems))) // We use customItems[] as the input for our suggestions with tooltips
    +    .executesPlayer((player, args) -> {
    +        String itemName = (String) args.get("item");
    +        
    +        // Give them the item
    +        for (CustomItem item : customItems) {
    +            if (item.getName().equals(itemName)) {
    +                player.getInventory().addItem(item.getItem());
    +                break;
    +            }
    +        }
    +    })
    +    .register();
    +
    +
    val customItems = arrayOf<CustomItem>(
    +    CustomItem(ItemStack(Material.DIAMOND_SWORD), "God sword", "A sword from the heavens"),
    +    CustomItem(ItemStack(Material.PUMPKIN_PIE), "Sweet pie", "Just like grandma used to make")
    +)
    +
    +CommandAPICommand("giveitem")
    +    .withArguments(StringArgument("item").replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(*customItems))) // We use customItems[] as the input for our suggestions with tooltips
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val itemName = args["item"] as String
    +
    +        // Give them the item
    +        for (item in customItems) {
    +            if (item.name == itemName) {
    +                player.inventory.addItem(item.item)
    +                break
    +            }
    +        }
    +    })
    +    .register()
    +
    +
    +
    +
    +

    Tooltips with safe suggestions

    +

    Using tooltips with safe suggestions is almost identical to the method described above for normal suggestions, except for two things. Firstly, you must use tooltips method instead of the stringsWithTooltips method and secondly, instead of using StringTooltip, you must use Tooltip<S>. Let's look at these differences in more detail.

    +

    The tooltips methods are fairly similar to the stringsWithTooltips methods, except instead of using StringTooltip, it simply uses Tooltip<S>:

    +
    SafeSuggestions<T> tooltips(Tooltip<T>... suggestions);
    +SafeSuggestions<T> tooltips(Function<SuggestionInfo, Tooltip<T>[]> suggestions);
    +
    +

    The Tooltip<S> class represents a tooltip for a given object S. For example, a tooltip for a LocationArgument would be a Tooltip<Location> and a tooltip for an EnchantmentArgument would be a Tooltip<Enchantment>.

    +

    Just like the StringTooltip class, the Tooltip<S> class provides the following static methods, which operate exactly the same as the ones in the StringTooltip class:

    +
    Tooltip<S> none(S object);
    +Tooltip<S> ofString(S object, String tooltip);
    +Tooltip<S> ofMessage(S object, Message tooltip);
    +Tooltip<S> ofBaseComponents(S object, BaseComponent... tooltip);
    +Tooltip<S> ofAdventureComponent(S object, Component tooltip);
    +
    +Tooltip<S>[] arrayOf(Tooltip<S>... tooltips);
    +
    +

    The use of arrayOf is heavily recommended as it provides the necessary type safety for Java code to ensure that the correct types are being passed to the tooltips method.

    +
    +

    Example - Teleportation command with suggestion descriptions

    +

    Say we wanted to create a custom teleport command which suggestions a few key locations. In this example, we'll use the following command syntax:

    +
    /warp <location>
    +
    +

    First, we'll declare our arguments. Here, we use a LocationArgument and use the tooltips method, with a parameter for the command sender, so we can get information about the world. We populate the suggestions with tooltips using Tooltip.ofString(Location, String) and collate them together with Tooltip.arrayOf(Tooltip<Location>...):

    +
    +
    List<Argument<?>> arguments = new ArrayList<>();
    +arguments.add(new LocationArgument("location")
    +    .replaceSafeSuggestions(SafeSuggestions.tooltips(info -> {
    +        // We know the sender is a player if we use .executesPlayer()
    +        Player player = (Player) info.sender();
    +        return BukkitTooltip.arrayOf(
    +            BukkitTooltip.ofString(player.getWorld().getSpawnLocation(), "World spawn"),
    +            BukkitTooltip.ofString(player.getBedSpawnLocation(), "Your bed"),
    +            BukkitTooltip.ofString(player.getTargetBlockExact(256).getLocation(), "Target block")
    +        );
    +    })));
    +
    +
    val arguments = listOf<Argument<*>>(
    +    LocationArgument("location")
    +        .replaceSafeSuggestions(SafeSuggestions.tooltips { info ->
    +            // We know the sender is a player if we use .executesPlayer()
    +            val player = info.sender() as Player
    +            BukkitTooltip.arrayOf(
    +                BukkitTooltip.ofString(player.world.spawnLocation, "World spawn"),
    +                BukkitTooltip.ofString(player.bedSpawnLocation, "Your bed"),
    +                BukkitTooltip.ofString(player.getTargetBlockExact(256)?.location, "Target block")
    +            )
    +        } )
    +)
    +
    +
    +

    In the arguments declaration, we've casted the command sender to a player. To ensure that the command sender is definitely a player, we'll use the executesPlayer command execution method in our command declaration:

    +
    +
    new CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer((player, args) -> {
    +        player.teleport((Location) args.get("location"));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("warp")
    +    .withArguments(arguments)
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        player.teleport(args["location"] as Location)
    +    })
    +    .register()
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/troubleshooting.html b/docs/9.4.1/troubleshooting.html new file mode 100644 index 0000000000..ef2739a4ee --- /dev/null +++ b/docs/9.4.1/troubleshooting.html @@ -0,0 +1,321 @@ + + + + + + Troubleshooting - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Troubleshooting

    +

    This section summarizes the list of things that could go wrong with the CommandAPI and how to mitigate these circumstances.

    +
    +

    Argument suggestions are empty or aren't updating

    +

    If you've registered a command with an argument and replaced/included additional suggestions, but the suggestions:

    +
      +
    • Are empty (e.g. a list of worlds returns no suggestions)
    • +
    • Don't update automatically (e.g. a list of players doesn't update when new players join the game)
    • +
    +

    This is most likely caused by using a constant array instead of using a lambda to dynamically update argument suggestions when the player requests them:

    +
    new StringArgument("players")
    +    .replaceSuggestions(ArgumentSuggestions.strings( 
    +        Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)
    +    ));
    +
    +

    $$\downarrow$$

    +
    new StringArgument("players")
    +    .replaceSuggestions(ArgumentSuggestions.strings( 
    +        info -> Bukkit.getOnlinePlayers().stream().map(Player::getName).toArray(String[]::new)
    +    ));
    +
    +
    +

    Permissions don't work (shading the CommandAPI)

    +

    If you're shading the CommandAPI and any of the following occur:

    +
      +
    • Players with no permissions cannot run CommandAPI commands
    • +
    • .withPermission(CommandPermission.NONE) doesn't work, even if a player has no permissions
    • +
    +

    You've probably not initialized the CommandAPI correctly. To assign permissions to a command, you have to add CommandAPI.onEnable() to your plugin's onEnable() method.

    +
    +

    I've registered my command but nothing happens

    +

    If you've registered a command, the command should be present in the console if verbose logging is enabled. If this does not appear in the console, check that you've:

    +
      +
    • Used .register() at the end of your command declaration
    • +
    • Added CommandAPI.onLoad() and CommandAPI.onEnable() to your onLoad() and onEnable() methods if you're shading the CommandAPI
    • +
    • Not added the commands to your plugin.yml file if you're not shading the CommandAPI
    • +
    +
    +

    The CommandAPI doesn't load, something about UnsupportedClassVersionError and "class file version 60.0"

    +

    If you're getting an error which looks something like this (key thing to look for is class file version 60.0), then you're running an old and unsupported version of Java:

    +
    [06.09 16:48:26] [Server] [Server thread/ERROR]: Could not load 'plugins/CommandAPI.jar' in folder 'plugins'
    +org.bukkit.plugin.InvalidPluginExceptionjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:381) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:928) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]
    +Caused byjava.lang.UnsupportedClassVersionError: dev/jorel/commandapi/CommandAPIMain has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    +    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_271]
    +    at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_271]
    +    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:186) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_271]
    +    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    +    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_271]
    +    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-1.16.5.jar:3096-Spigot-9fb885e-296df56]
    +    ... more
    +
    +

    As of CommandAPI 6.0.0 onwards, the CommandAPI is written in Java 16, so old versions such as Java 8 will not run the CommandAPI. Consider upgrading to Java 16.

    +

    For context, a list of Java versions and their class file version:

    +
    + + + + + +
    Java versionClass file versionJava versionClass file version
    Java 1761.0Java 1256.0
    Java 1660.0Java 1155.0
    Java 1559.0Java 1054.0
    Java 1458.0Java 953.0
    Java 1357.0Java 852.0
    +
    +
    +

    Server errors when loading datapacks in 1.16+

    +

    If you get an error at the very start of the server's startup sequence along the lines of:

    +
    [15:57:29] [Worker-Main-5/ERROR]: Failed to load function mycustomnamespace:test
    +java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE]
    +    at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_261]
    +    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_261]
    +Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown or incomplete command, see below for error at position 0: <--[HERE]
    +    at net.minecraft.server.v1_16_R1.CustomFunction.a(SourceFile:62) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1]
    +    at net.minecraft.server.v1_16_R1.CustomFunctionManager.a(SourceFile:84) ~[spigot-1.16.1.jar:git-Spigot-758abbe-8dc1da1]
    +    ... 6 more
    +
    +

    You can safely ignore it - the CommandAPI fixes this later. This is described in more detail here.

    +
    +

    Running /reload doesn't work

    +

    See Plugin reloading

    +
    +

    Players cannot connect/timeout when joining

    +

    If players cannot connect, this could be due to the size of the command data packet. To see the resultant packet being sent to players when they log in, enable the create-dispatcher-json: true setting and view the file size of the resultant file. If the file size is abnormally large (Over 2MB is considered very large), consider reducing the number of LiteralArguments which your plugin uses.

    +
    +

    My issue isn't on here, what do I do?

    +

    If you've found a bug that isn't solved here, submit a bug report on the CommandAPI's issues page and I'll try my best to resolve the issue!

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/upgrading.html b/docs/9.4.1/upgrading.html new file mode 100644 index 0000000000..a428b641b5 --- /dev/null +++ b/docs/9.4.1/upgrading.html @@ -0,0 +1,625 @@ + + + + + + Upgrading guide - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Upgrading guide

    +

    From 9.2.0 to 9.3.0

    +

    The BukkitTooltip.generateAdvenureComponents methods have now been deprecated in favour of the correctly named BukkitTooltip.generateAdventureComponents methods:

    +
    +
    BukkitTooltip.generateAdvenureComponents()
    +
    +
    +

    $$\downarrow$$

    +
    +
    BukkitTooltip.generateAdventureComponents()
    +
    +
    +
    +

    From 9.0.3 to 9.1.0

    +

    MultiLiteralArgument changes

    +

    All MultiLiteralArgument constructors have been deprecated in 9.1.0! Instead the new MultiLiteralArgument constructor should be used:

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", List.of("survival", "creative", "adventure", "spectator")))
    +
    +
    +

    $$\downarrow$$

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", "survival", "creative", "adventure", "spectator"))
    +
    +
    +

    CommandArguments changes

    +

    For 9.1.0 all deprecated methods are no longer deprecated. To learn about all the methods now available, refer to the CommandArguments page.

    +
    +

    From 9.0.1 to 9.0.2

    +

    MultiLiteralArgument and LiteralArgument changes

    +

    In previous versions, the ability has been introduced to access arguments by their node names. However, while this was possible for every other argument, it wasn't possible for MultiLiteralArguments. This was now changed because the values from the MultiLiteralArgument are included in the CommandArguments of a command.

    +

    Therefore, the current constructor has been deprecated and the new one should be used:

    +
    +
    withArguments(new MultiLiteralArgument("survival", "creative", "adventure", "spectator"))
    +
    +
    +

    $$\downarrow$$

    +
    +
    withArguments(new MultiLiteralArgument("gamemodes", List.of("survival", "creative", "adventure", "spectator")))
    +
    +
    +

    Because it is possible to list LiteralArguments in the CommandArguments of a command, there was also an additional constructor add to the LiteralArgument class. The other one is not deprecated.

    +

    Now, the LiteralArgument class contains two possible constructors:

    +
    public LiteralArgument(String literal) // Recommended if the literal is not listed
    +public LiteralArgument(String nodeName, String literal)
    +
    +
    +

    From 9.0.0 to 9.0.1

    +

    CustomArgumentException changes

    +

    For 9.0.1, the CustomArgumentException constructors have been deprecated and should no longer be used. Instead, use the CustomArgumentException static factory methods:

    +
    +
    throw new CustomArgumentException(new MessageBuilder(...));
    +throw new CustomArgumentException("Error message");
    +
    +
    +

    $$\downarrow$$

    +
    +
    throw CustomArgumentException.fromMessageBuilder(new MessageBuilder(...));
    +throw CustomArgumentException.fromString("Error message");
    +
    +
    +

    CommandArguments changes

    +

    For 9.0.1 the various CommandArguments#getOrDefault() and CommandArguments#getOrDefaultUnchecked() have been deprecated and should no longer be used. Instead, use the CommandArguments#getOptional() and CommandArguments#getOptionalUnchecked() methods:

    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = (String) args.getOrDefault("string", "Default Value");
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = args.getOrDefaultUnchecked("string", "Default Value");
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = (String) args.getOptional("string").orElse("Default Value");
    +    })
    +    .register();
    +
    +
    new CommandAPICommand("mycommand")
    +    .withOptionalArguments(new StringArgument("string"))
    +    .executes((sender, args) -> {
    +        String string = args.getOptionalUnchecked("string").orElse("Default Value");
    +    })
    +    .register();
    +
    +
    +
    +

    From 8.8.x to 9.0.0

    +

    CommandAPI 9.0.0 is arguably the biggest change in the CommandAPI's project structure and usage. This update was designed to allow the CommandAPI to be generalized for other platforms (e.g. Velocity, Fabric, Sponge), and as a result this update is incompatible with previous versions of the CommandAPI.

    +

    All deprecated methods from 8.8.x have been removed in this update. Please ensure that you use the relevant replacement methods (these are described in the JavaDocs for the various deprecated methods) before upgrading to 9.0.0.

    +
    +

    Project dependencies

    +

    For Bukkit/Spigot/Paper plugins, the commandapi-core and commandapi-shade modules should no longer be used. Instead, use the new commandapi-bukkit-core and commandapi-bukkit-shade modules:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-core</artifactId>
    +        <version>9.0.0</version>
    +        <scope>provided</scope>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-shade</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compileOnly "dev.jorel:commandapi-core:9.0.0"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-core:9.0.0")
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-shade:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-shade:9.0.0")
    +}
    +
    +

    $$\downarrow$$

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-core</artifactId>
    +        <version>9.0.0</version>
    +        <scope>provided</scope>
    +    </dependency>
    +</dependencies>
    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-shade</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compileOnly "dev.jorel:commandapi-bukkit-core:9.0.0"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-bukkit-core:9.0.0")
    +}
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-shade:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-shade:9.0.0")
    +}
    +
    +
    +

    Additionally, when using the Kotlin DSL for Bukkit, instead of using commandapi-kotlin, use commandapi-bukkit-kotlin:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-kotlin</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-kotlin:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-kotlin:9.0.0")
    +}
    +
    +

    $$\downarrow$$

    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-bukkit-kotlin</artifactId>
    +        <version>9.0.0</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    implementation "dev.jorel:commandapi-bukkit-kotlin:9.0.0"
    +}
    +
    +
    dependencies {
    +    implementation("dev.jorel:commandapi-bukkit-kotlin:9.0.0")
    +}
    +
    +
    +
    +

    Loading and enabling the CommandAPI when shading

    +

    The CommandAPI.onLoad() method has changed in this update. Instead of using the CommandAPIConfig object, use the CommandAPIBukkitConfig and pass in the current plugin reference (this).

    +

    and CommandAPI.onEnable() method has also changed, and now no longer requires the plugin reference (this), as it is now included in CommandAPI.onLoad() instead.:

    +
    +
    public void onLoad() {
    +    CommandAPI.onLoad(new CommandAPIConfig());
    +}
    +
    +public void onEnable() {
    +    CommandAPI.onEnable(this);
    +}
    +
    +
    +

    $$\downarrow$$

    +
    +
    public void onLoad() {
    +    CommandAPI.onLoad(new CommandAPIBukkitConfig(this));
    +}
    +
    +public void onEnable() {
    +    CommandAPI.onEnable();
    +}
    +
    +
    +
    +

    Accessing arguments

    +

    Arguments for commands are no longer an Object[] and have now been replaced with a more powerful CommandArguments object. This object now lets you access arguments in a number of ways:

    +

    Using the args.get(int) method

    +

    If you're in a rush and just want to upgrade quickly, call the .get(int) method instead of accessing the arguments using the array access notation:

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args[0];
    +        PotionEffectType potionArg = (PotionEffectType) args[1];
    +        Location locationArg = (Location) args[2];
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args.get(0);
    +        PotionEffectType potionArg = (PotionEffectType) args.get(1);
    +        Location locationArg = (Location) args.get(2);
    +    })
    +    .register();
    +
    +
    + +

    The CommandAPI introduces a new args.get(String) method to access arguments using the argument node name. This method also makes your code much more compatible with optional arguments:

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args[0];
    +        PotionEffectType potionArg = (PotionEffectType) args[1];
    +        Location locationArg = (Location) args[2];
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("cmd")
    +    .withArguments(new StringArgument("mystring"))
    +    .withArguments(new PotionEffectArgument("mypotion"))
    +    .withArguments(new LocationArgument("mylocation"))
    +    .executes((sender, args) -> {
    +        String stringArg = (String) args.get("mystring");
    +        PotionEffectType potionArg = (PotionEffectType) args.get("mypotion");
    +        Location locationArg = (Location) args.get("mylocation");
    +    })
    +    .register();
    +
    +
    +
    +

    CommandAPI helper methods

    +

    The CommandAPI.failWithBaseComponents(message) and CommandAPI.failWithAdventureComponent(message) methods have now been moved from CommandAPI to CommandAPIBukkit, because these methods are Bukkit/Spigot/Paper specific and don't exist for other platforms (e.g. Velocity, Fabric, Sponge):

    +
    +
    CommandAPI.failWithBaseComponents(...);
    +CommandAPI.failWithAdventureComponent(...);
    +
    +
    +

    $$\downarrow$$

    +
    +
    CommandAPIBukkit.failWithBaseComponents(...);
    +CommandAPIBukkit.failWithAdventureComponent(...);
    +
    +
    +
    +

    Removal of the EnvironmentArgument

    +

    The EnvironmentArgument has been removed in this update, as it was implemented incorrectly and is not fit for purpose. Instead, the CommandAPI has the more accurate WorldArgument.

    +
    +

    Changes to the TeamArgument

    +

    The TeamArgument has been updated to no longer use a String as its return type. Instead, you can now just use a Team object directly:

    +
    +
    new CommandAPICommand("team")
    +    .withArguments(new TeamArgument("team"))
    +    .executes((sender, args) -> {
    +        String teamName = (String) args.get("team");
    +        Team team = Bukkit.getScoreboardManager().getMainScoreboard().getTeam(teamName);
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("team")
    +    .withArguments(new TeamArgument("team"))
    +    .executes((sender, args) -> {
    +        Team team = (Team) args.get("team");
    +    })
    +    .register();
    +
    +
    +
    +

    Changes to the ObjectiveArgument

    +

    The ObjectiveArgument has been updated to no longer use a String as its return type. Instead, you can now just use an Objective object directly:

    +
    +
    new CommandAPICommand("objective")
    +    .withArguments(new ObjectiveArgument("objective"))
    +    .executes((sender, args) -> {
    +        String objectiveName = (String) args.get("objective");
    +        Objective objective = Bukkit.getScoreboardManager().getMainScoreboard().getObjective(objectiveName);
    +    })
    +    .register();
    +
    +
    +

    $$\downarrow$$

    +
    +
    new CommandAPICommand("objective")
    +    .withArguments(new ObjectiveArgument("objective"))
    +    .executes((sender, args) -> {
    +        Objective objective = (Objective) args.get("objective");
    +    })
    +    .register();
    +
    +
    +
    +

    Changes to the ListArgumentBuilder

    +

    The ListArgumentBuilder no longer has withList(Function<CommandSender, Collection<T>> list) and instead uses SuggestionInfo to have withList(Function<SuggestionInfo<CommandSender>, Collection<T>> list).

    +

    This now allows you to access more information when generating a list dynamically instead of just the command sender. To access the original command sender, you can use the sender() method from SuggestionInfo:

    +
    +
    ListArgument<?> arg = new ListArgumentBuilder<>("values", ", ")
    +    .withList(sender -> List.of("cat", "wolf", "axolotl", sender.getName()))
    +    .withStringMapper()
    +    .buildGreedy();
    +
    +
    +

    $$\downarrow$$

    +
    +
    ListArgument<?> arg = new ListArgumentBuilder<>("values", ", ")
    +    .withList(info -> List.of("cat", "wolf", "axolotl", info.sender().getName()))
    +    .withStringMapper()
    +    .buildGreedy();
    +
    +
    +
    +

    Changes to the Rotation wrapper

    +

    The Rotation class now uses a constructor which has the yaw first, and the pitch second, instead of the pitch first and the yaw second.

    +
    +
    new Rotation(20, 80); // Yaw = 80, Pitch = 20
    +
    +
    +

    $$\downarrow$$

    +
    +
    new Rotation(20, 80); // Yaw = 20, Pitch = 80
    +
    +
    +
    +

    Changes to the ScoreboardSlot wrapper

    +

    The ScoreboardSlot wrapper is now an enum that has direct support for sidebar team colors, via the SIDEBAR_TEAM_### enum values, for example SIDEBAR_TEAM_RED;

    +
    +
    ScoreboardSlot slot = // Some ScoreboardSlot
    +DisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, SIDEBAR or BELOW_NAME
    +
    +// Extract the color if necessary
    +if (slot.hasTeamColor()) {
    +    ChatColor color = slot.getTeamColor();
    +}
    +
    +
    +

    $$\downarrow$$

    +
    +
    ScoreboardSlot slot = // Some ScoreboardSlot
    +DisplaySlot displaySlot = slot.getDisplaySlot(); // Returns PLAYER_LIST, BELOW_NAME or SIDEBAR_TEAM_###
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/upgrading_old.html b/docs/9.4.1/upgrading_old.html new file mode 100644 index 0000000000..550858de43 --- /dev/null +++ b/docs/9.4.1/upgrading_old.html @@ -0,0 +1,551 @@ + + + + + + Upgrading guide (pre-9.0.0) - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Upgrading guide

    +

    From 8.6.0 to 8.7.0

    +

    Sound arguments

    +

    This update introduces a backwards-incompatible change to the SoundArgument which was introduced in 8.6.0. SoundArguments no longer need a generic type parameter:

    +
    +
    new SoundArgument<Sound>("sound")
    +
    +
    +

    $$\downarrow$$

    +
    +
    new SoundArgument("sound")
    +
    +
    +

    NamespacedKey SoundArguments no longer need a SoundType parameter, instead the NamespacedKey constructor should be used:

    +
    +
    new SoundArgument<NamespacedKey>("sound", SoundType.NAMESPACED_KEY)
    +
    +
    +

    $$\downarrow$$

    +
    +
    new SoundArgument.NamespacedKey("sound")
    +
    +
    +

    Entity selector arguments

    +

    Entity selector arguments no longer need a generic type parameter or a EntitySelector parameter. Instead, the corresponding constructor should be used instead:

    +
    +
    new EntitySelectorArgument<Player>("target", EntitySelector.ONE_PLAYER)
    +new EntitySelectorArgument<Collection<Player>>("target", EntitySelector.MANY_PLAYERS)
    +
    +new EntitySelectorArgument<Entity>("target", EntitySelector.ONE_ENTITY)
    +new EntitySelectorArgument<Collection<Entity>>("target", EntitySelector.MANY_ENTITIES)
    +
    +
    +

    $$\downarrow$$

    +
    +
    new EntitySelectorArgument.OnePlayer("target")
    +new EntitySelectorArgument.ManyPlayers("target")
    +
    +new EntitySelectorArgument.OneEntity("target")
    +new EntitySelectorArgument.ManyEntities("target")
    +
    +
    +

    Scoreholder arguments

    +

    The ScoreHolderArgument no longer needs a generic type parameter or a ScoreHolderType parameter. Instead, the corresponding constructor should be used instead:

    +
    +
    new ScoreHolderArgument<String>(nodeName, ScoreHolderType.SINGLE);
    +new ScoreHolderArgument<Collection<String>>(nodeName, ScoreHolderType.MULTIPLE);
    +
    +
    +

    $$\downarrow$$

    +
    +
    new ScoreHolderArgument.Single(nodeName);
    +new ScoreHolderArgument.Multiple(nodeName);
    +
    +
    +
    +

    From 8.5.1 to 8.6.0

    +

    Sound arguments

    +

    In 8.6.0, the SoundArgument now supports returning a Sound or NamespacedKey object. More information on how to use this can be found in the Sound arguments page. SoundArgument objects now require a generic type parameter to specify what the return type will be (either Sound or NamespacedKey). For the default behaviour, use Sound as the generic type parameter:

    +
    new SoundArgument("sound")
    +
    +

    $$\downarrow$$

    +
    new SoundArgument<Sound>("sound")
    +
    +

    Tooltips

    +

    In 8.6.0, tooltips have been reworked to provide support for Spigot's BaseComponent[]s, and Adventure's Components. As a result, the default method StringTooltip.of() and Tooltip.of() have been deprecated in favour of the better named StringTooltip.ofString() and Tooltip.ofString() methods:

    +
    StringTooltip.of("wave", "Waves at a player")
    +
    +Tooltip.of(player.getWorld().getSpawnLocation(), "World spawn")
    +
    +

    $$\downarrow$$

    +
    StringTooltip.ofString("wave", "Waves at a player")
    +
    +Tooltip.ofString(player.getWorld().getSpawnLocation(), "World spawn")
    +
    +

    Additionally, the IStringTooltip interface's getTooltip method was changed to return a Brigadier Message object instead of a String. To use the IStringTooltip directly, you now have to add Brigadier to your project's dependencies (info on how to do that can be found here).

    +

    You can use the Tooltip.messageFromString(String) to easily upgrade to the new Message return type:

    +
    @Override
    +public String getTooltip() {
    +    return this.itemstack.getItemMeta().getLore().get(0);
    +}
    +
    +

    $$\downarrow$$

    +
    @Override
    +public Message getTooltip() {
    +    return Tooltip.messageFromString(this.itemstack.getItemMeta().getLore().get(0));
    +}
    +
    +

    Command failures

    +

    To support Spigot's BaseComponent[]s and Adventure's Components, the CommandAPI.fail() method has now been deprecated in favour of the better named CommandAPI.failWithString() method:

    +
    throw CommandAPI.fail("Error message");
    +
    +

    $$\downarrow$$

    +
    throw CommandAPI.failWithString("Error message");
    +
    +

    List arguments

    +

    List arguments can now be implemented using an underlying text argument, instead of requiring it to be a greedy string. This allows you to use multiple lists in a command, in any position. As such, the ListArgumentBuilder.build() method has been deprecated and replaced with ListArgumentBuilder.buildGreedy() instead:

    +
    new ListArgumentBuilder<Material>("materials")
    +    .withList(List.of(Material.values()))
    +    .withMapper(material -> material.name().toLowerCase())
    +    .build();
    +
    +

    $$\downarrow$$

    +
    new ListArgumentBuilder<Material>("materials")
    +    .withList(List.of(Material.values()))
    +    .withMapper(material -> material.name().toLowerCase())
    +    .buildGreedy();
    +
    +
    +

    From 8.5.0 to 8.5.1

    +

    Brigadier arguments

    +

    In 8.5.1, the methods Brigadier.fromArgument and Brigadier.toSuggestions were changed to use Argument based parameters instead of String based parameters. Instead of providing the node name, you now have to provide the whole argument:

    +
    Argument<?> myArgument = new StringArgument("myargument");
    +List<Argument<?>> argumentList = List.of(myArgument);
    +
    +Brigadier.fromArgument(argumentList, "myargument");
    +Brigadier.toSuggestions("myargument", argumentList);
    +
    +

    $$\downarrow$$

    +
    Argument<?> myArgument = new StringArgument("myargument");
    +List<Argument<?>> argumentList = List.of(myArgument);
    +
    +Brigadier.fromArgument(argumentList, myArgument);
    +Brigadier.toSuggestions(myArgument, argumentList);
    +
    +
    +

    From 8.3.1 to 8.4.0

    +

    Getting a list of registered commands

    +

    In 8.2.1, the CommandAPI exposed CommandAPIHandler.getInstance().registeredCommands to get a list of registered commands. This has now been changed and properly implemented as a getter method which can be accessed from CommandAPI:

    +
    CommandAPIHandler.getInstance().registeredCommands
    +
    +

    $$\downarrow$$

    +
    CommandAPI.getRegisteredCommands()
    +
    +

    Entity selector arguments

    +

    The import for EntitySelector for the EntitySelectorArgument has moved to improve CommandAPI shading support with jar minimization:

    +
    dev.jorel.commandapi.arguments.EntitySelectorArgument.EntitySelector
    +
    +

    $$\downarrow$$

    +
    dev.jorel.commandapi.arguments.EntitySelector
    +
    +

    Custom arguments

    +

    Custom arguments are no longer restricted to a string-based argument or a keyed-based argument and can now be implemented over any existing argument "base". This argument is now parameterized over two types: the first type being the return type of this custom argument and the second type being the return type of the "base" argument. Custom arguments should now use the new constructor that accepts an argument - more information on how to do that can be found on the Custom arguments page. It's recommended to review your implementation of custom arguments and upgrade them if you feel that you need a more powerful argument parser (for example, you might want to use a greedy string argument as the base argument instead of a string argument).

    +

    Custom arguments that are not keyed can be drop-in replaced with a StringArgument:

    +
    new CustomArgument<T>("nodename", inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    $$\downarrow$$

    +
    new CustomArgument<T, String>(new StringArgument("nodename"), inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    Keyed custom arguments can be drop-in replaced with a NamespacedKeyArgument:

    +
    new CustomArgument<T>("nodename", inputInfo -> {
    +    // Code here
    +    return T;
    +}, true);
    +
    +

    $$\downarrow$$

    +
    new CustomArgument<T, NamespacedKey>(new NamespacedKeyArgument("nodename"), inputInfo -> {
    +    // Code here
    +    return T;
    +});
    +
    +

    NBT arguments

    +

    NBT arguments now have a different implementation if you're using the plugin version of the CommandAPI or shading the CommandAPI.

    +

    NBTCompoundArguments are now parameterized over their implemented NBTCompound implementation. For the NBT API, this means:

    +
    new NBTCompoundArgument("nbt");
    +
    +

    $$\downarrow$$

    +
    new NBTCompoundArgument<NBTContainer>("nbt");
    +
    +

    If you're using the plugin version of the CommandAPI

    +

    You no longer have to include the NBT API separately, the CommandAPI comes with the NBT API built-in:

    +
    de.tr7zw.nbtapi.NBTContainer
    +
    +

    $$\downarrow$$

    +
    dev.jorel.commandapi.nbtapi.NBTContainer
    +
    +

    If you're shading the CommandAPI

    +

    You now need to shade the NBT API into your plugin (as well as the CommandAPI). So the CommandAPI knows how to use the underlying implementation of the NBT API, you have to configure it using the CommandAPIConfig.initializeNBTAPI() method in CommandAPI.onLoad(). More information on how to do that can be found on the NBT arguments page, under Shading usage setup.

    +
    +

    From 8.0.0 or earlier to 8.1.0

    +

    Arguments are now parameterized over a generic type. This does very little in terms of the running of the CommandAPI, but does ensure type safety with its internals. Instances of the Argument type now have to be parameterized. In general, this basically means:

    +
    Argument myArgument = new GreedyStringArgument("arg");
    +
    +

    $$\downarrow$$

    +
    Argument<?> myArgument = new GreedyStringArgument("arg");
    +
    +

    Arguments that have multiple return types also need to be parameterized over their return type. This includes:

    +
      +
    • CustomArgument
    • +
    • EntitySelectorArgument
    • +
    • ScoreholderArgument
    • +
    +

    For example:

    +
    new EntitySelectorArgument("target", EntitySelector.ONE_PLAYER);
    +
    +

    $$\downarrow$$

    +
    new EntitySelectorArgument<Player>("target", EntitySelector.ONE_PLAYER);
    +
    +
    +

    From version 7.0.0 to 8.0.0

    +

    Particle arguments

    +

    Particle arguments no longer return Bukkit's org.bukkit.Particle enum, but now return a wrapper dev.jorel.commandapi.wrappers.ParticleData instead. More information about this wrapper class and how to use it can be found on the particle arguments page. To update, change any Particle casts into a ParticleData cast instead:

    +
    new CommandAPICommand("mycommand")
    +    .withArgument(new ParticleArgument("particle"))
    +    .executes((sender, args) -> {
    +        Particle particle = (Particle) args[0];
    +        // Do stuff with particle
    +    })
    +    .register();
    +
    +

    $$\downarrow$$

    +
    new CommandAPICommand("mycommand")
    +    .withArgument(new ParticleArgument("particle"))
    +    .executes((sender, args) -> {
    +        ParticleData particleData = (ParticleData) args[0];
    +
    +        Particle particle = particleData.particle();
    +        Object data = particleData.data();
    +
    +        // Do stuff with particle and data
    +    })
    +    .register();
    +
    +
    +

    From version 6.5.2 to 7.0.0

    +

    Maven repository

    +

    The Maven repository used to serve the CommandAPI has changed from JitPack.io to Maven Central. For Maven projects, you no longer require wan explicit <repository> entry for the CommandAPI. for Gradle projects, you need to ensure mavenCentral() in present in your repositories section.

    +

    The group ID has changed from dev.jorel.CommandAPI to dev.jorel

    +

    More information about setting up your development environment can be found in Setting up your development environment.

    +

    CommandAPI command failures

    +

    The CommandAPI.fail() no longer automatically throws the exception that it creates, and instead now requires you to manually throw the exception yourself. This improves upon invalid states in command executors and allows invalid states to be identified more easily at compile time. To update, simply add the throw keyword before you call CommandAPI.fail():

    +
    new CommandAPICommand("mycommand")
    +    .executes((sender, args) -> {
    +        if(!sender.hasPermission("some.permission")) {
    +            CommandAPI.fail("You don't have permission to run /mycommand!");
    +            return;
    +        }
    +        sender.sendMessage("Hello!");
    +    })
    +
    +

    $$\downarrow$$

    +
    new CommandAPICommand("mycommand")
    +    .executes((sender, args) -> {
    +        if(!sender.hasPermission("some.permission")) {
    +            throw CommandAPI.fail("You don't have permission to run /mycommand!");
    +        }
    +        sender.sendMessage("Hello!");
    +    })
    +
    +

    Suggestions

    +

    Suggestions have been overhauled and no longer take in a Function<SuggestionsInfo, String[]> anymore. Instead, they now take in a ArgumentSuggestions object which represents argument suggestions (and whether they are executed asynchronously or have tooltips).

    +

    Normal (string) suggestions

    +

    These normal suggestions methods have been replaced with an ArgumentSuggestions parameter instead of a function:

    +
    Argument replaceSuggestions(Function<SuggestionInfo, String[]> suggestions);
    +Argument includeSuggestions(Function<SuggestionInfo, String[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSuggestions(ArgumentSuggestions suggestions);
    +Argument includeSuggestions(ArgumentSuggestions suggestions);
    +
    +

    The same functionality can be reproduced by wrapping your existing functions in ArgumentSuggestions.strings:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(info -> 
    +    new String[] {"northland", "eastland", "southland", "westland" }
    +));
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("world").replaceSuggestions(ArgumentSuggestions.strings(info -> 
    +    new String[] {"northland", "eastland", "southland", "westland" }
    +)));
    +
    +

    Normal (strings with tooltips) suggestions

    +

    The ...T() methods have been replaced with the normal methods above, and can use the ArgumentSuggestions.stringsWithTooltips method:

    +
    Argument replaceSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +Argument includeSuggestionsT(Function<SuggestionInfo, IStringTooltip[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSuggestions(ArgumentSuggestions suggestions);
    +Argument includeSuggestions(ArgumentSuggestions suggestions);
    +
    +

    For example:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestionsT( info -> new IStringTooltip[] {
    +            StringTooltip.of("wave", "Waves at a player"),
    +            StringTooltip.of("hug", "Gives a player a hug"),
    +            StringTooltip.of("glare", "Gives a player the death glare")
    +        }
    +    )
    +);
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new StringArgument("emote")
    +    .replaceSuggestions(ArgumentSuggestions.stringsWithTooltips(info -> new IStringTooltip[] {
    +            StringTooltip.of("wave", "Waves at a player"),
    +            StringTooltip.of("hug", "Gives a player a hug"),
    +            StringTooltip.of("glare", "Gives a player the death glare")
    +        }
    +    ))
    +);
    +
    +

    Safe suggestions

    +

    Similar to above with normal suggestions, safe suggestions have been replaced with replaceSafeSuggestions and includeSafeSuggestions respectively:

    +
    Argument replaceWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);
    +Argument includeWithSafeSuggestions(Function<SuggestionInfo, S[]> suggestions);
    +
    +

    $$\downarrow$$

    +
    Argument replaceSafeSuggestions(SafeSuggestions<T> suggestions);
    +Argument includeSafeSuggestions(SafeSuggestions<T> suggestions);
    +
    +

    These can be used with the SafeSuggestions.suggest and SafeSuggestions.tooltips methods to wrap existing functions. For example:

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceWithSafeSuggestions(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +));
    +
    +

    $$\downarrow$$

    +
    List<Argument> arguments = new ArrayList<>();
    +arguments.add(new RecipeArgument("recipe").replaceSafeSuggestions(SafeSuggestions.suggest(info -> 
    +    new Recipe[] { emeraldSwordRecipe, /* Other recipes here */ }
    +)));
    +
    +
    +

    From version 6.2.0 or earlier to 6.3.0

    +

    Please refer to an older version of the documentation. This has been omitted to save space and reduce confusion in this upgrading section.

    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/velocity_intro.html b/docs/9.4.1/velocity_intro.html new file mode 100644 index 0000000000..7949745191 --- /dev/null +++ b/docs/9.4.1/velocity_intro.html @@ -0,0 +1,340 @@ + + + + + + Velocity - CommandAPI Documentation v9.4.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + +
    +
    + +
    + +

    Velocity

    +
    +

    Developer's Note:

    +

    The CommandAPI hasn't been released for Velocity yet. +We do, however, offer snapshot builds. This small section on Velocity will outline how to get the snapshot builds and what limitations the CommandAPI currently has on Velocity.

    +

    This page focuses on outlining how to set up the CommandAPI for Velocity. It expects that you are already familiar with how to set up a Velocity plugin.

    +
    +

    Adding the snapshot repository with Maven or Gradle

    +

    Because we do not have an official release yet, the snapshot builds are not published in the Maven Central repository. Instead you need to add our snapshot repository:

    +
    +
    <repositories>
    +    <repository>
    +        <id>oss.sonatype.org-snapshot</id>
    +        <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    +    </repository>
    +</repositories>
    +
    +
    repositories {
    +    maven {
    +        url = "https://s01.oss.sonatype.org/content/repositories/snapshots"
    +    }
    +}
    +
    +
    repositories {
    +    maven {
    +        url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
    +    }
    +}
    +
    +
    +

    Adding the dependency

    +

    As mentioned, Velocity can only be accessed with snapshot builds. These snapshot build version are following standard semantic versioning and thus have the -SNAPSHOT suffix:

    +
    +
    <dependencies>
    +    <dependency>
    +        <groupId>dev.jorel</groupId>
    +        <artifactId>commandapi-velocity-shade</artifactId>
    +        <version>9.4.0-SNAPSHOT</version>
    +    </dependency>
    +</dependencies>
    +
    +
    dependencies {
    +    compile "dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT"
    +}
    +
    +
    dependencies {
    +    compileOnly("dev.jorel:commandapi-velocity-shade:9.4.0-SNAPSHOT")
    +}
    +
    +
    +

    Setting up the CommandAPI

    +

    The CommandAPI requires two steps: loading and enabling. We will perform these steps in Velocity's loading stages, construction and initialization. These two stages are explained in their documentation. +We will perform the CommandAPI's loading step in the construction phase first:

    +
    +
    @Inject
    +public ExamplePlugin(ProxyServer server, Logger logger) {
    +    this.server = server;
    +    this.logger = logger;
    +
    +    CommandAPI.onLoad(new CommandAPIVelocityConfig(server, this));
    +}
    +
    +
    +

    Next, we want to utilize Velocity's ProxyInitializeEvent to perform the CommandAPI's enabling step:

    +
    +
    @Subscribe
    +public void onProxyInitialization(ProxyInitializeEvent event) {
    +    // Any CommandAPI command registrations...
    +    CommandAPI.onEnable();
    +}
    +
    +
    +

    Current limitations

    +

    The CommandAPI currently only offers support for a very limited amount of arguments on Velocity. This is because arguments are primarily implemented on the backend servers. +However, the CommandAPI offers access for the primitive type arguments:

    + +

    Registering a simple command

    +

    Command registration works the same way as it does in Bukkit. To visualize this, we want to register a simple command that generates a random number between a chosen minimum and a chosen maximum value:

    +
    +

    Example - Registering a simple command

    +

    We want to register the command /randomnumber with the following syntax:

    +
    /randomnumber <min> <max>
    +
    +

    To accomplish that, we register the command like this:

    +
    +
    new CommandAPICommand("randomnumber")
    +    .withArguments(new IntegerArgument("min"))
    +    .withArguments(new IntegerArgument("max"))
    +    .executesPlayer((player, args) -> {
    +        int min = (int) args.get("min");
    +        int max = (int) args.get("max");
    +        Random random = ThreadLocalRandom.current();
    +        int randomNumber = random.nextInt(min, max);
    +        player.sendMessage(Component.text().content("Your random number is: " + randomNumber));
    +    })
    +    .register();
    +
    +
    CommandAPICommand("randomnumber")
    +    .withArguments(IntegerArgument("min"))
    +    .withArguments(IntegerArgument("max"))
    +    .executesPlayer(PlayerCommandExecutor { player, args ->
    +        val min = args["min"] as Int
    +        val max = args["max"] as Int
    +        val random = ThreadLocalRandom.current()
    +        val randomNumber = random.nextInt(min, max)
    +        player.sendMessage(Component.text().content("Your random number is: $randomNumber"))
    +    })
    +    .register()
    +
    +
    +
    + +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/9.4.1/yaml.min.js b/docs/9.4.1/yaml.min.js new file mode 100644 index 0000000000..8b9c5833ec --- /dev/null +++ b/docs/9.4.1/yaml.min.js @@ -0,0 +1 @@ +(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;iref;i=0<=ref?++j:--j){mapping[Escaper.LIST_ESCAPEES[i]]=Escaper.LIST_ESCAPED[i]}return mapping}();Escaper.PATTERN_CHARACTERS_TO_ESCAPE=new Pattern("[\\x00-\\x1f]|…| |
|
");Escaper.PATTERN_MAPPING_ESCAPEES=new Pattern(Escaper.LIST_ESCAPEES.join("|").split("\\").join("\\\\"));Escaper.PATTERN_SINGLE_QUOTING=new Pattern("[\\s'\":{}[\\],&*#?]|^[-?|<>=!%@`]");Escaper.requiresDoubleQuoting=function(value){return this.PATTERN_CHARACTERS_TO_ESCAPE.test(value)};Escaper.escapeWithDoubleQuotes=function(value){var result;result=this.PATTERN_MAPPING_ESCAPEES.replace(value,function(_this){return function(str){return _this.MAPPING_ESCAPEES_TO_ESCAPED[str]}}(this));return'"'+result+'"'};Escaper.requiresSingleQuoting=function(value){return this.PATTERN_SINGLE_QUOTING.test(value)};Escaper.escapeWithSingleQuotes=function(value){return"'"+value.replace(/'/g,"''")+"'"};return Escaper}();module.exports=Escaper},{"./Pattern":8}],3:[function(require,module,exports){var DumpException,extend=function(child,parent){for(var key in parent){if(hasProp.call(parent,key))child[key]=parent[key]}function ctor(){this.constructor=child}ctor.prototype=parent.prototype;child.prototype=new ctor;child.__super__=parent.prototype;return child},hasProp={}.hasOwnProperty;DumpException=function(superClass){extend(DumpException,superClass);function DumpException(message,parsedLine,snippet){DumpException.__super__.constructor.call(this,message);this.message=message;this.parsedLine=parsedLine;this.snippet=snippet}DumpException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return DumpException}(Error);module.exports=DumpException},{}],4:[function(require,module,exports){var ParseException,extend=function(child,parent){for(var key in parent){if(hasProp.call(parent,key))child[key]=parent[key]}function ctor(){this.constructor=child}ctor.prototype=parent.prototype;child.prototype=new ctor;child.__super__=parent.prototype;return child},hasProp={}.hasOwnProperty;ParseException=function(superClass){extend(ParseException,superClass);function ParseException(message,parsedLine,snippet){ParseException.__super__.constructor.call(this,message);this.message=message;this.parsedLine=parsedLine;this.snippet=snippet}ParseException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseException}(Error);module.exports=ParseException},{}],5:[function(require,module,exports){var ParseMore,extend=function(child,parent){for(var key in parent){if(hasProp.call(parent,key))child[key]=parent[key]}function ctor(){this.constructor=child}ctor.prototype=parent.prototype;child.prototype=new ctor;child.__super__=parent.prototype;return child},hasProp={}.hasOwnProperty;ParseMore=function(superClass){extend(ParseMore,superClass);function ParseMore(message,parsedLine,snippet){ParseMore.__super__.constructor.call(this,message);this.message=message;this.parsedLine=parsedLine;this.snippet=snippet}ParseMore.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseMore}(Error);module.exports=ParseMore},{}],6:[function(require,module,exports){var DumpException,Escaper,Inline,ParseException,ParseMore,Pattern,Unescaper,Utils,indexOf=[].indexOf||function(item){for(var i=0,l=this.length;i=0){output=this.parseQuotedScalar(scalar,context);i=context.i;if(delimiters!=null){tmp=Utils.ltrim(scalar.slice(i)," ");if(!(ref1=tmp.charAt(0),indexOf.call(delimiters,ref1)>=0)){throw new ParseException("Unexpected characters ("+scalar.slice(i)+").")}}}else{if(!delimiters){output=scalar.slice(i);i+=output.length;strpos=output.indexOf(" #");if(strpos!==-1){output=Utils.rtrim(output.slice(0,strpos))}}else{joinedDelimiters=delimiters.join("|");pattern=this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters];if(pattern==null){pattern=new Pattern("^(.+?)("+joinedDelimiters+")");this.PATTERN_SCALAR_BY_DELIMITERS[joinedDelimiters]=pattern}if(match=pattern.exec(scalar.slice(i))){output=match[1];i+=output.length}else{throw new ParseException("Malformed inline YAML string ("+scalar+").")}}if(evaluate){output=this.evaluateScalar(output,context)}}context.i=i;return output};Inline.parseQuotedScalar=function(scalar,context){var i,match,output;i=context.i;if(!(match=this.PATTERN_QUOTED_SCALAR.exec(scalar.slice(i)))){throw new ParseMore("Malformed inline YAML string ("+scalar.slice(i)+").")}output=match[0].substr(1,match[0].length-2);if('"'===scalar.charAt(i)){output=Unescaper.unescapeDoubleQuotedString(output)}else{output=Unescaper.unescapeSingleQuotedString(output)}i+=match[0].length;context.i=i;return output};Inline.parseSequence=function(sequence,context){var e,error,i,isQuoted,len,output,ref,value;output=[];len=sequence.length;i=context.i;i+=1;while(i0)){subValue=null}return objectDecoder(trimmedScalar.slice(0,firstSpace),subValue)}}if(exceptionOnInvalidType){throw new ParseException("Custom object support when parsing a YAML file has been disabled.")}return null}break;case"0":if("0x"===scalar.slice(0,2)){return Utils.hexDec(scalar)}else if(Utils.isDigits(scalar)){return Utils.octDec(scalar)}else if(Utils.isNumeric(scalar)){return parseFloat(scalar)}else{return scalar}break;case"+":if(Utils.isDigits(scalar)){raw=scalar;cast=parseInt(raw);if(raw===String(cast)){return cast}else{return raw}}else if(Utils.isNumeric(scalar)){return parseFloat(scalar)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)){return parseFloat(scalar.replace(",",""))}return scalar;case"-":if(Utils.isDigits(scalar.slice(1))){if("0"===scalar.charAt(1)){return-Utils.octDec(scalar.slice(1))}else{raw=scalar.slice(1);cast=parseInt(raw);if(raw===String(cast)){return-cast}else{return-raw}}}else if(Utils.isNumeric(scalar)){return parseFloat(scalar)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)){return parseFloat(scalar.replace(",",""))}return scalar;default:if(date=Utils.stringToDate(scalar)){return date}else if(Utils.isNumeric(scalar)){return parseFloat(scalar)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(scalar)){return parseFloat(scalar.replace(",",""))}return scalar}}};return Inline}();module.exports=Inline},{"./Escaper":2,"./Exception/DumpException":3,"./Exception/ParseException":4,"./Exception/ParseMore":5,"./Pattern":8,"./Unescaper":9,"./Utils":10}],7:[function(require,module,exports){var Inline,ParseException,ParseMore,Parser,Pattern,Utils;Inline=require("./Inline");Pattern=require("./Pattern");Utils=require("./Utils");ParseException=require("./Exception/ParseException");ParseMore=require("./Exception/ParseMore");Parser=function(){Parser.prototype.PATTERN_FOLDED_SCALAR_ALL=new Pattern("^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_FOLDED_SCALAR_END=new Pattern("(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_SEQUENCE_ITEM=new Pattern("^\\-((?\\s+)(?.+?))?\\s*$");Parser.prototype.PATTERN_ANCHOR_VALUE=new Pattern("^&(?[^ ]+) *(?.*)");Parser.prototype.PATTERN_COMPACT_NOTATION=new Pattern("^(?"+Inline.REGEX_QUOTED_STRING+"|[^ '\"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_MAPPING_ITEM=new Pattern("^(?"+Inline.REGEX_QUOTED_STRING+"|[^ '\"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_DECIMAL=new Pattern("\\d+");Parser.prototype.PATTERN_INDENT_SPACES=new Pattern("^ +");Parser.prototype.PATTERN_TRAILING_LINES=new Pattern("(\n*)$");Parser.prototype.PATTERN_YAML_HEADER=new Pattern("^\\%YAML[: ][\\d\\.]+.*\n","m");Parser.prototype.PATTERN_LEADING_COMMENTS=new Pattern("^(\\#.*?\n)+","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_START=new Pattern("^\\-\\-\\-.*?\n","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_END=new Pattern("^\\.\\.\\.\\s*$","m");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION={};Parser.prototype.CONTEXT_NONE=0;Parser.prototype.CONTEXT_SEQUENCE=1;Parser.prototype.CONTEXT_MAPPING=2;function Parser(offset){this.offset=offset!=null?offset:0;this.lines=[];this.currentLineNb=-1;this.currentLine="";this.refs={}}Parser.prototype.parse=function(value,exceptionOnInvalidType,objectDecoder){var alias,allowOverwrite,block,c,context,data,e,error,error1,error2,first,i,indent,isRef,j,k,key,l,lastKey,len,len1,len2,len3,lineCount,m,matches,mergeNode,n,name,parsed,parsedItem,parser,ref,ref1,ref2,refName,refValue,val,values;if(exceptionOnInvalidType==null){exceptionOnInvalidType=false}if(objectDecoder==null){objectDecoder=null}this.currentLineNb=-1;this.currentLine="";this.lines=this.cleanup(value).split("\n");data=null;context=this.CONTEXT_NONE;allowOverwrite=false;while(this.moveToNextLine()){if(this.isCurrentLineEmpty()){continue}if("\t"===this.currentLine[0]){throw new ParseException("A YAML file cannot contain tabs as indentation.",this.getRealCurrentLineNb()+1,this.currentLine)}isRef=mergeNode=false;if(values=this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)){if(this.CONTEXT_MAPPING===context){throw new ParseException("You cannot define a sequence item when in a mapping")}context=this.CONTEXT_SEQUENCE;if(data==null){data=[]}if(values.value!=null&&(matches=this.PATTERN_ANCHOR_VALUE.exec(values.value))){isRef=matches.ref;values.value=matches.value}if(!(values.value!=null)||""===Utils.trim(values.value," ")||Utils.ltrim(values.value," ").indexOf("#")===0){if(this.currentLineNb=newIndent){data.push(this.currentLine.slice(newIndent))}else if(Utils.ltrim(this.currentLine).charAt(0)==="#"){}else if(0===indent){this.moveToPreviousLine();break}else{throw new ParseException("Indentation problem.",this.getRealCurrentLineNb()+1,this.currentLine)}}return data.join("\n")};Parser.prototype.moveToNextLine=function(){if(this.currentLineNb>=this.lines.length-1){return false}this.currentLine=this.lines[++this.currentLineNb];return true};Parser.prototype.moveToPreviousLine=function(){this.currentLine=this.lines[--this.currentLineNb]};Parser.prototype.parseValue=function(value,exceptionOnInvalidType,objectDecoder){var e,error,foldedIndent,matches,modifiers,pos,ref,ref1,val;if(0===value.indexOf("*")){pos=value.indexOf("#");if(pos!==-1){value=value.substr(1,pos-2)}else{value=value.slice(1)}if(this.refs[value]===void 0){throw new ParseException('Reference "'+value+'" does not exist.',this.currentLine)}return this.refs[value]}if(matches=this.PATTERN_FOLDED_SCALAR_ALL.exec(value)){modifiers=(ref=matches.modifiers)!=null?ref:"";foldedIndent=Math.abs(parseInt(modifiers));if(isNaN(foldedIndent)){foldedIndent=0}val=this.parseFoldedScalar(matches.separator,this.PATTERN_DECIMAL.replace(modifiers,""),foldedIndent);if(matches.type!=null){Inline.configure(exceptionOnInvalidType,objectDecoder);return Inline.parseScalar(matches.type+" "+val)}else{return val}}if((ref1=value.charAt(0))==="["||ref1==="{"||ref1==='"'||ref1==="'"){while(true){try{return Inline.parse(value,exceptionOnInvalidType,objectDecoder)}catch(error){e=error;if(e instanceof ParseMore&&this.moveToNextLine()){value+="\n"+Utils.trim(this.currentLine," ")}else{e.parsedLine=this.getRealCurrentLineNb()+1;e.snippet=this.currentLine;throw e}}}}else{if(this.isNextLineIndented()){value+="\n"+this.getNextEmbedBlock()}return Inline.parse(value,exceptionOnInvalidType,objectDecoder)}};Parser.prototype.parseFoldedScalar=function(separator,indicator,indentation){var isCurrentLineBlank,j,len,line,matches,newText,notEOF,pattern,ref,text;if(indicator==null){indicator=""}if(indentation==null){indentation=0}notEOF=this.moveToNextLine();if(!notEOF){return""}isCurrentLineBlank=this.isCurrentLineBlank();text="";while(notEOF&&isCurrentLineBlank){if(notEOF=this.moveToNextLine()){text+="\n";isCurrentLineBlank=this.isCurrentLineBlank()}}if(0===indentation){if(matches=this.PATTERN_INDENT_SPACES.exec(this.currentLine)){indentation=matches[0].length}}if(indentation>0){pattern=this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation];if(pattern==null){pattern=new Pattern("^ {"+indentation+"}(.*)$");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[indentation]=pattern}while(notEOF&&(isCurrentLineBlank||(matches=pattern.exec(this.currentLine)))){if(isCurrentLineBlank){text+=this.currentLine.slice(indentation)}else{text+=matches[1]}if(notEOF=this.moveToNextLine()){text+="\n";isCurrentLineBlank=this.isCurrentLineBlank()}}}else if(notEOF){text+="\n"}if(notEOF){this.moveToPreviousLine()}if(">"===separator){newText="";ref=text.split("\n");for(j=0,len=ref.length;jcurrentIndentation){ret=true}this.moveToPreviousLine();return ret};Parser.prototype.isCurrentLineEmpty=function(){var trimmedLine;trimmedLine=Utils.trim(this.currentLine," ");return trimmedLine.length===0||trimmedLine.charAt(0)==="#"};Parser.prototype.isCurrentLineBlank=function(){return""===Utils.trim(this.currentLine," ")};Parser.prototype.isCurrentLineComment=function(){var ltrimmedLine;ltrimmedLine=Utils.ltrim(this.currentLine," ");return ltrimmedLine.charAt(0)==="#"};Parser.prototype.cleanup=function(value){var count,i,indent,j,l,len,len1,line,lines,ref,ref1,ref2,smallestIndent,trimmedValue;if(value.indexOf("\r")!==-1){value=value.split("\r\n").join("\n").split("\r").join("\n")}count=0;ref=this.PATTERN_YAML_HEADER.replaceAll(value,""),value=ref[0],count=ref[1];this.offset+=count;ref1=this.PATTERN_LEADING_COMMENTS.replaceAll(value,"",1),trimmedValue=ref1[0],count=ref1[1];if(count===1){this.offset+=Utils.subStrCount(value,"\n")-Utils.subStrCount(trimmedValue,"\n");value=trimmedValue}ref2=this.PATTERN_DOCUMENT_MARKER_START.replaceAll(value,"",1),trimmedValue=ref2[0],count=ref2[1];if(count===1){this.offset+=Utils.subStrCount(value,"\n")-Utils.subStrCount(trimmedValue,"\n");value=trimmedValue;value=this.PATTERN_DOCUMENT_MARKER_END.replace(value,"")}lines=value.split("\n");smallestIndent=-1;for(j=0,len=lines.length;j0){for(i=l=0,len1=lines.length;l"){cleanedRegex+="(";i++;if(name.length>0){if(mapping==null){mapping={}}mapping[name]=capturingBracketNumber}break}else{name+=subChar}i++}}else{cleanedRegex+=_char;capturingBracketNumber++}}else{cleanedRegex+=_char}}else{cleanedRegex+=_char}i++}this.rawRegex=rawRegex;this.cleanedRegex=cleanedRegex;this.regex=new RegExp(this.cleanedRegex,"g"+modifiers.replace("g",""));this.mapping=mapping}Pattern.prototype.exec=function(str){var index,matches,name,ref;this.regex.lastIndex=0;matches=this.regex.exec(str);if(matches==null){return null}if(this.mapping!=null){ref=this.mapping;for(name in ref){index=ref[name];matches[name]=matches[index]}}return matches};Pattern.prototype.test=function(str){this.regex.lastIndex=0;return this.regex.test(str)};Pattern.prototype.replace=function(str,replacement){this.regex.lastIndex=0;return str.replace(this.regex,replacement)};Pattern.prototype.replaceAll=function(str,replacement,limit){var count;if(limit==null){limit=0}this.regex.lastIndex=0;count=0;while(this.regex.test(str)&&(limit===0||count[0-9][0-9][0-9][0-9])"+"-(?[0-9][0-9]?)"+"-(?[0-9][0-9]?)"+"(?:(?:[Tt]|[ \t]+)"+"(?[0-9][0-9]?)"+":(?[0-9][0-9])"+":(?[0-9][0-9])"+"(?:.(?[0-9]*))?"+"(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)"+"(?::(?[0-9][0-9]))?))?)?"+"$","i");Utils.LOCAL_TIMEZONE_OFFSET=(new Date).getTimezoneOffset()*60*1e3;Utils.trim=function(str,_char){var regexLeft,regexRight;if(_char==null){_char="\\s"}regexLeft=this.REGEX_LEFT_TRIM_BY_CHAR[_char];if(regexLeft==null){this.REGEX_LEFT_TRIM_BY_CHAR[_char]=regexLeft=new RegExp("^"+_char+""+_char+"*")}regexLeft.lastIndex=0;regexRight=this.REGEX_RIGHT_TRIM_BY_CHAR[_char];if(regexRight==null){this.REGEX_RIGHT_TRIM_BY_CHAR[_char]=regexRight=new RegExp(_char+""+_char+"*$")}regexRight.lastIndex=0;return str.replace(regexLeft,"").replace(regexRight,"")};Utils.ltrim=function(str,_char){var regexLeft;if(_char==null){_char="\\s"}regexLeft=this.REGEX_LEFT_TRIM_BY_CHAR[_char];if(regexLeft==null){this.REGEX_LEFT_TRIM_BY_CHAR[_char]=regexLeft=new RegExp("^"+_char+""+_char+"*")}regexLeft.lastIndex=0;return str.replace(regexLeft,"")};Utils.rtrim=function(str,_char){var regexRight;if(_char==null){_char="\\s"}regexRight=this.REGEX_RIGHT_TRIM_BY_CHAR[_char];if(regexRight==null){this.REGEX_RIGHT_TRIM_BY_CHAR[_char]=regexRight=new RegExp(_char+""+_char+"*$")}regexRight.lastIndex=0;return str.replace(regexRight,"")};Utils.isEmpty=function(value){return!value||value===""||value==="0"||value instanceof Array&&value.length===0||this.isEmptyObject(value)};Utils.isEmptyObject=function(value){var k;return value instanceof Object&&function(){var results;results=[];for(k in value){if(!hasProp.call(value,k))continue;results.push(k)}return results}().length===0};Utils.subStrCount=function(string,subString,start,length){var c,i,j,len,ref,sublen;c=0;string=""+string;subString=""+subString;if(start!=null){string=string.slice(start)}if(length!=null){string=string.slice(0,length)}len=string.length;sublen=subString.length;for(i=j=0,ref=len;0<=ref?jref;i=0<=ref?++j:--j){if(subString===string.slice(i,sublen)){c++;i+=sublen-1}}return c};Utils.isDigits=function(input){this.REGEX_DIGITS.lastIndex=0;return this.REGEX_DIGITS.test(input)};Utils.octDec=function(input){this.REGEX_OCTAL.lastIndex=0;return parseInt((input+"").replace(this.REGEX_OCTAL,""),8)};Utils.hexDec=function(input){this.REGEX_HEXADECIMAL.lastIndex=0;input=this.trim(input);if((input+"").slice(0,2)==="0x"){input=(input+"").slice(2)}return parseInt((input+"").replace(this.REGEX_HEXADECIMAL,""),16)};Utils.utf8chr=function(c){var ch;ch=String.fromCharCode;if(128>(c%=2097152)){return ch(c)}if(2048>c){return ch(192|c>>6)+ch(128|c&63)}if(65536>c){return ch(224|c>>12)+ch(128|c>>6&63)+ch(128|c&63)}return ch(240|c>>18)+ch(128|c>>12&63)+ch(128|c>>6&63)+ch(128|c&63)};Utils.parseBoolean=function(input,strict){var lowerInput;if(strict==null){strict=true}if(typeof input==="string"){lowerInput=input.toLowerCase();if(!strict){if(lowerInput==="no"){return false}}if(lowerInput==="0"){return false}if(lowerInput==="false"){return false}if(lowerInput===""){return false}return true}return!!input};Utils.isNumeric=function(input){this.REGEX_SPACES.lastIndex=0;return typeof input==="number"||typeof input==="string"&&!isNaN(input)&&input.replace(this.REGEX_SPACES,"")!==""};Utils.stringToDate=function(str){var date,day,fraction,hour,info,minute,month,second,tz_hour,tz_minute,tz_offset,year;if(!(str!=null?str.length:void 0)){return null}info=this.PATTERN_DATE.exec(str);if(!info){return null}year=parseInt(info.year,10);month=parseInt(info.month,10)-1;day=parseInt(info.day,10);if(info.hour==null){date=new Date(Date.UTC(year,month,day));return date}hour=parseInt(info.hour,10);minute=parseInt(info.minute,10);second=parseInt(info.second,10);if(info.fraction!=null){fraction=info.fraction.slice(0,3);while(fraction.length<3){fraction+="0"}fraction=parseInt(fraction,10)}else{fraction=0}if(info.tz!=null){tz_hour=parseInt(info.tz_hour,10);if(info.tz_minute!=null){tz_minute=parseInt(info.tz_minute,10)}else{tz_minute=0}tz_offset=(tz_hour*60+tz_minute)*6e4;if("-"===info.tz_sign){tz_offset*=-1}}date=new Date(Date.UTC(year,month,day,hour,minute,second,fraction));if(tz_offset){date.setTime(date.getTime()-tz_offset)}return date};Utils.strRepeat=function(str,number){var i,res;res="";i=0;while(i in the top left corner, you Here's the list of changes to the documentation between each update. You can view the current documentation version at the top of this page. +### Documentation changes 9.4.0 \\(\rightarrow\\) 9.4.1 + +- Updates [Configuration for server owners](./config.md) page with new `skip-initial-datapack-reload` option. + ### Documentation changes 9.3.0 \\(\rightarrow\\) 9.4.0 - Updates [Shading the CommandAPI in your plugins](./setup_shading.md) page with spigot-mapped and mojang-mapped dependencies From 6e71c97d5a20949edbd2c478e3abe91251112e3d Mon Sep 17 00:00:00 2001 From: Jorel Ali Date: Thu, 9 May 2024 19:52:51 +0100 Subject: [PATCH 14/16] Update home page links --- docs/index.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index ef0e3578ba..35c5140a18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,9 +86,9 @@

    Latest Downloads, Documentation & JavaDocs

    + href="https://github.com/JorelAli/CommandAPI/releases/download/9.4.1/CommandAPI-9.4.1.jar">
    -
    9.4.0
    +
    9.4.1
    Latest Download (Spigot-Mapped)
    @@ -98,9 +98,9 @@

    Latest Downloads, Documentation & JavaDocs

    + href="https://github.com/JorelAli/CommandAPI/releases/download/9.4.1/CommandAPI-9.4.1-Mojang-Mapped.jar">
    -
    9.4.0
    +
    9.4.1
    Latest Download (Mojang-Mapped)
    @@ -113,7 +113,7 @@

    Latest Downloads, Documentation & JavaDocs

    wA(bq>}@t1Hl@A5c4FG%hX27NOe{x*cCvnC@z{8*wLHN zitpHy0{qzkRG9=0m?sW}IE?V8`8X!}JEl$Ho6VS;HcY3*rKD6hkgQxKu|Duxc1h1> z1^Cyc?}nsAX{5h=*P`C?@cX~j(%K~QJa!pbd`bOn&F+2fvuUj%AZkKkU>BN zD8)Aso zRGhWXpD3Z3_YR(^kd&txnxk!zCUc#qRh&J{pKnBvZ^D)@7MsttO-dG$Z$pqJB9Lb< zP$1@-hulC1!U|p&Yr4-Ad=toBd0yyik>}N@5$IY-FH<;FTNr)~R3@;9rYaiaFN$?6 zNE9e^g$RD(V2e_T=jF###hWs^7wGbPYS9h6ykWZ> zMNo1eP>e-bvCwFSyHi#}U_sbd0Zlb0C9Is;t{{`GATFsO5377EYepSbu`**yPgu2c zZNey9_0ZCkIjoA3+JwCiZ9%Q#*2>4%GI~c?oql8@Qc*4R5B>9r8Z0IV7S{rQbpxa6 zADJew+${KipnsZbv}bE{Z)*P1KZ3PJTD2x_wPt`?i>6xLo2OPcwf{>0G}WOml0DJ% z4|Tn7SdEQfJvvMl45$xnLe>8l`iHPKK&t^w_Mqt>;A}(sO+zMiW42&pf?I>gC)|Id ze;kIYi*M@6+3PE18%+e8Y5uhz08>E98+&JiNxHrR#>=%v^>?+f z_xz#hX%&Rqx_5uN={{@f#vJO-6YBAH|BC^oY4_c^_56hND1&;P`uaHfduz49Fl|^1 zu(uP^n<3QO3ao3NgH&6=K|~1O+v;Kv473XuRYK$f5fzaBg*jAHJx6aNO(#OAZXMX( zeTyIk4(ONkZVELVfCen62TyL``9j@;LU0E;#Jm-vIvg>>(RVJ_cdR{>?$*X4)FQew z@WH*21=uvp-tvfZ_!D4=Ot|Ig9as}MEM_?@4jAGDK@CAew0A@Fv@Ko0en!p_rJZ3` zdED^u5oW~jx1EvKh>@S}u=jGK*hC|*Jcc=F+nJz4taGEHI>TR}10uv@60~qEox!>O z?sLJuFOc@HLgR%r(9c3(a-wmadDwo*xFT_fNPp`$`5_TE1P*ip5H=(&JYu{%RM
    IdTC!w9bZ5p~eq4)oR_$))SayPf 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
    dJ3`pK^#YZTu>2i85U!DQ!(79jF1A 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

  • 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⩔OXm;SG?%mnT`Kc(VO?Zg)i&5 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